/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 1, ../sass/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 22, ../sass/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* line 30, ../sass/_reset.scss */
html {
  font-size: 16px;
}

/* line 34, ../sass/_reset.scss */
body {
  line-height: 1;
}

/* line 38, ../sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 43, ../sass/_reset.scss */
nav ul {
  list-style: none;
}

/* line 47, ../sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 51, ../sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 57, ../sass/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

/* line 67, ../sass/_reset.scss */
a:hover, a:visited, a:focus {
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 72, ../sass/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 79, ../sass/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 86, ../sass/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 90, ../sass/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 95, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 101, ../sass/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 110, ../sass/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 114, ../sass/_reset.scss */
img {
  max-width: 100%;
}

/* Placeholder
  ========================================================================== */
/* Placeholder
  ========================================================================== */
/* retina ready mixins
   ========================================================================== */
/* absolute center positioned
  ========================================================================== */
/* bg gradient
  ========================================================================== */
/* bg gradient
  ========================================================================== */
/* line 1, ../sass/_loading.scss */
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003d4f;
  z-index: 1001;
}
/* line 10, ../sass/_loading.scss */
.loading-screen .loading-tip {
  position: absolute;
  top: 60%;
  color: #23a1ca;
  text-align: center;
  width: 100%;
  font-family: "Alegreya";
  font-size: 32px;
}
/* line 20, ../sass/_loading.scss */
.loading-screen.loading-transparent {
  background-color: rgba(0, 61, 79, 0.5);
}

/* line 1, ../sass/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 71.25rem;
}

/* line 7, ../sass/_grid.scss */
.container:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 12, ../sass/_grid.scss */
.col {
  float: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-height: 1px;
}

/* line 18, ../sass/_grid.scss */
.large-2 {
  width: 16.6667%;
}

/* line 21, ../sass/_grid.scss */
.large-3 {
  width: 25%;
}

/* line 24, ../sass/_grid.scss */
.large-4 {
  width: 33.3333%;
}

/* line 27, ../sass/_grid.scss */
.large-5 {
  width: 41.6667%;
}

/* line 30, ../sass/_grid.scss */
.large-6 {
  width: 50%;
}

/* line 34, ../sass/_grid.scss */
.large-7 {
  width: 58.3333%;
}

/* line 38, ../sass/_grid.scss */
.large-8 {
  width: 66.6667%;
}

/* line 41, ../sass/_grid.scss */
.large-9 {
  width: 75%;
}

/* line 44, ../sass/_grid.scss */
.large-12 {
  width: 100%;
}

/* line 47, ../sass/_grid.scss */
.medium-there {
  display: none;
}

/* line 50, ../sass/_grid.scss */
.interm-there {
  display: none;
}

@media screen and (max-width: 67.5rem) {
  /* line 55, ../sass/_grid.scss */
  .interm-2 {
    width: 16.6667%;
  }

  /* line 58, ../sass/_grid.scss */
  .interm-3 {
    width: 25%;
  }

  /* line 61, ../sass/_grid.scss */
  .interm-4 {
    width: 33.3333%;
  }

  /* line 64, ../sass/_grid.scss */
  .interm-5 {
    width: 41.6667%;
  }

  /* line 67, ../sass/_grid.scss */
  .interm-6 {
    width: 50%;
  }

  /* line 70, ../sass/_grid.scss */
  .interm-8 {
    width: 66.6667%;
  }

  /* line 73, ../sass/_grid.scss */
  .interm-9 {
    width: 75%;
  }

  /* line 76, ../sass/_grid.scss */
  .interm-12 {
    width: 100%;
  }

  /* line 80, ../sass/_grid.scss */
  .interm-gone {
    display: none !important;
  }

  /* line 84, ../sass/_grid.scss */
  .interm-there {
    display: block;
  }

  /* line 88, ../sass/_grid.scss */
  .interm-right {
    text-align: right;
  }

  /* line 92, ../sass/_grid.scss */
  .interm-left {
    text-align: left;
  }

  /* line 96, ../sass/_grid.scss */
  .interm-center {
    text-align: center;
  }
}
@media screen and (max-width: 45rem) {
  /* line 102, ../sass/_grid.scss */
  .medium-2 {
    width: 16.6667%;
  }

  /* line 105, ../sass/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 108, ../sass/_grid.scss */
  .medium-4 {
    width: 33.3333%;
  }

  /* line 111, ../sass/_grid.scss */
  .medium-5 {
    width: 41.6667%;
  }

  /* line 114, ../sass/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 117, ../sass/_grid.scss */
  .medium-8 {
    width: 66.6667%;
  }

  /* line 120, ../sass/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 123, ../sass/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 127, ../sass/_grid.scss */
  .medium-gone {
    display: none !important;
  }

  /* line 131, ../sass/_grid.scss */
  .medium-there {
    display: block;
  }

  /* line 135, ../sass/_grid.scss */
  .medium-right {
    text-align: right;
  }

  /* line 139, ../sass/_grid.scss */
  .medium-left {
    text-align: left;
  }

  /* line 143, ../sass/_grid.scss */
  .medium-center {
    text-align: center;
  }
}
@media screen and (max-width: 30rem) {
  /* line 149, ../sass/_grid.scss */
  .small-2 {
    width: 16.6667%;
  }

  /* line 152, ../sass/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 155, ../sass/_grid.scss */
  .small-4 {
    width: 33.3333%;
  }

  /* line 158, ../sass/_grid.scss */
  .small-5 {
    width: 41.6667%;
  }

  /* line 161, ../sass/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 164, ../sass/_grid.scss */
  .small-8 {
    width: 66.6667%;
  }

  /* line 167, ../sass/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 170, ../sass/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 174, ../sass/_grid.scss */
  .small-gone {
    display: none !important;
  }

  /* line 178, ../sass/_grid.scss */
  .small-right {
    text-align: right;
  }

  /* line 182, ../sass/_grid.scss */
  .small-left {
    text-align: left;
  }

  /* line 186, ../sass/_grid.scss */
  .small-center {
    text-align: center;
  }
}
/* line 1, ../sass/_adventure.scss */
.adventure-pouch-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 128px;
  padding-top: 41px;
  z-index: 5;
  background-image: url(../images/adventurepouch/adventure-pouch-bar_bg.png);
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: center bottom;
}
/* line 13, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container {
  height: 100%;
  position: relative;
}
/* line 17, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container img {
  float: left;
  margin-top: 26px;
}
/* line 21, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container img:first-child {
  margin-top: -20px;
}
/* line 26, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container p {
  font: 900 16px / 18px "Alegreya";
  color: #003d4f;
  float: left;
  width: calc(100% - 210px);
  padding-left: 30px;
  padding-right: 30px;
  max-width: calc(100% - 590px);
  margin-top: 15px;
}
/* line 38, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container .progress-bar {
  margin-top: 5px;
  border: 2px solid #46caf7;
  background-color: #003362;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF003362', endColorstr='#FF0064C1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzM2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjRjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003362), color-stop(100%, #0064c1));
  background-image: -moz-linear-gradient(top, #003362 0%, #0064c1 100%);
  background-image: -webkit-linear-gradient(top, #003362 0%, #0064c1 100%);
  background-image: linear-gradient(to bottom, #003362 0%, #0064c1 100%);
  padding: 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
/* line 47, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container .progress-bar .progress-bar-container {
  width: 100%;
  height: 30px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
/* line 53, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container .progress-bar .progress-bar-container .progress-bar-inner {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 0%;
  height: 30px;
  background-image: url(../images/footer/progress-bar-inner.jpg);
}
/* line 63, ../sass/_adventure.scss */
.adventure-pouch-bar .adventure-pouch-container .btn {
  float: right;
  margin-top: 18.5px;
}

@media screen and (max-width: 1143px) {
  /* line 73, ../sass/_adventure.scss */
  .adventure-pouch-bar .adventure-pouch-container p {
    max-width: calc(100% - 394px);
  }
}
@media screen and (max-width: 850px) {
  /* line 83, ../sass/_adventure.scss */
  .adventure-pouch-bar .adventure-pouch-container p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 91, ../sass/_adventure.scss */
  .adventure-pouch-bar {
    height: 60px;
    padding-top: 0;
  }
  /* line 96, ../sass/_adventure.scss */
  .adventure-pouch-bar .adventure-pouch-container .btn {
    display: none;
  }
  /* line 99, ../sass/_adventure.scss */
  .adventure-pouch-bar .adventure-pouch-container img {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 13px;
  }
}
/* line 110, ../sass/_adventure.scss */
.adventure-pouch-bar-article {
  width: 100%;
  height: 58px;
  background-color: #a27a23;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFA27A23', endColorstr='#FFA27A23');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyN2EyMyIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZTFjMTE3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNhMjdhMjMiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2UxYzExNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyN2EyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a27a23), color-stop(25%, #e1c117), color-stop(50%, #a27a23), color-stop(75%, #e1c117), color-stop(100%, #a27a23));
  background-image: -moz-linear-gradient(left, #a27a23 0%, #e1c117 25%, #a27a23 50%, #e1c117 75%, #a27a23 100%);
  background-image: -webkit-linear-gradient(left, #a27a23 0%, #e1c117 25%, #a27a23 50%, #e1c117 75%, #a27a23 100%);
  background-image: linear-gradient(to right, #a27a23 0%, #e1c117 25%, #a27a23 50%, #e1c117 75%, #a27a23 100%);
}
/* line 117, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container {
  border-top: 2px solid #73571a;
  border-bottom: 2px solid #73571a;
  height: 54px;
  position: relative;
  top: 2px;
  background-image: url(../images/footer/background.jpg);
}
/* line 125, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container img {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
}
/* line 131, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .left-text {
  padding-top: 7px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: bold;
  line-height: 1.286;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(0, 54, 105, 0.5);
}
/* line 141, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .left-text span {
  color: #fed74a;
}
/* line 146, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .left-text-big {
  font-size: 18px;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(0, 54, 105, 0.5);
}
/* line 155, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .left-text-big span {
  color: #fed74a;
}
/* line 161, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .progress-bar {
  margin-top: 5px;
  border: 2px solid #46caf7;
  background-color: #003362;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF003362', endColorstr='#FF0064C1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzM2MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjRjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003362), color-stop(100%, #0064c1));
  background-image: -moz-linear-gradient(top, #003362 0%, #0064c1 100%);
  background-image: -webkit-linear-gradient(top, #003362 0%, #0064c1 100%);
  background-image: linear-gradient(to bottom, #003362 0%, #0064c1 100%);
  padding: 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
/* line 170, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .progress-bar .progress-bar-container {
  width: 100%;
  height: 30px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
/* line 176, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container .progress-bar .progress-bar-container .progress-bar-inner {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 0%;
  height: 30px;
  background-image: url(../images/footer/progress-bar-inner.jpg);
}
/* line 186, ../sass/_adventure.scss */
.adventure-pouch-bar-article .adventure-pouch-container a {
  text-align: center;
  display: block;
  background-color: #003652;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF003652', endColorstr='#FF005A78');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzY1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNWE3OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003652), color-stop(100%, #005a78));
  background-image: -moz-linear-gradient(top, #003652 0%, #005a78 100%);
  background-image: -webkit-linear-gradient(top, #003652 0%, #005a78 100%);
  background-image: linear-gradient(to bottom, #003652 0%, #005a78 100%);
  font-size: 14px;
  font-family: "Open Sans";
  color: white;
  font-weight: bold;
  line-height: 3;
  margin-top: 4px;
}

/* line 1, ../sass/variables/tale/_utility.scss */
.clear {
  clear: both;
}

/* line 5, ../sass/variables/tale/_utility.scss */
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 11, ../sass/variables/tale/_utility.scss */
.noscroll {
  overflow: hidden;
}

/* line 15, ../sass/variables/tale/_utility.scss */
.affix {
  position: fixed;
  top: 30px;
}

/* line 20, ../sass/variables/tale/_utility.scss */
.valign {
  vertical-align: middle;
  display: inline-block;
}

/* line 25, ../sass/variables/tale/_utility.scss */
.center {
  text-align: center;
}

/* line 29, ../sass/variables/tale/_utility.scss */
.left {
  text-align: left;
}

/* line 33, ../sass/variables/tale/_utility.scss */
.right {
  text-align: right;
}

/* line 37, ../sass/variables/tale/_utility.scss */
.pull-left {
  float: left;
}

/* line 41, ../sass/variables/tale/_utility.scss */
.pull-right {
  float: right !important;
}

/* line 45, ../sass/variables/tale/_utility.scss */
.bold {
  font-weight: bold;
}

/* line 49, ../sass/variables/tale/_utility.scss */
.italic {
  font-style: italic;
}

/* line 53, ../sass/variables/tale/_utility.scss */
.centered {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* line 59, ../sass/variables/tale/_utility.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 64, ../sass/variables/tale/_utility.scss */
.table {
  display: table;
  height: 100%;
}

/* line 69, ../sass/variables/tale/_utility.scss */
.hidden {
  display: none;
}

/* line 73, ../sass/variables/tale/_utility.scss */
.oh {
  overflow: hidden;
  width: 100%;
}

/* line 78, ../sass/variables/tale/_utility.scss */
a.-underline {
  border-bottom: 1px solid;
}

/* line 82, ../sass/variables/tale/_utility.scss */
.hv-centered_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 88, ../sass/variables/tale/_utility.scss */
.hv-centered_element {
  display: table-cell;
  vertical-align: middle;
}

/* line 93, ../sass/variables/tale/_utility.scss */
.retina {
  display: none !important;
}

/* line 96, ../sass/variables/tale/_utility.scss */
.retina-inflow {
  display: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 103, ../sass/variables/tale/_utility.scss */
  .retina {
    display: block !important;
  }

  /* line 106, ../sass/variables/tale/_utility.scss */
  .retina-inflow {
    display: inline-block !important;
  }

  /* line 109, ../sass/variables/tale/_utility.scss */
  .lowRes {
    display: none !important;
  }
}
@font-face {
  font-family: Socialico;
  src: url("../fonts/Socialico.eot") format("eot"), url("../fonts/Socialico.eot?#iefix") format("embedded-opentype"), url("../fonts/Socialico.woff") format("woff"), url("../fonts/Socialico.ttf") format("truetype"), url("../fonts/Socialico.svg#Socialico") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 67, ../sass/variables/tale/_titles.scss */
.t-example {
  font: 700 1.4rem/3rem "Open Sans";
}

/* line 71, ../sass/variables/tale/_titles.scss */
.t-xxs {
  font: 400 1rem / 1rem "Open Sans";
}

/* line 74, ../sass/variables/tale/_titles.scss */
.t-xs {
  font: 400 1.2rem / 1.2rem "Open Sans";
}

/* line 77, ../sass/variables/tale/_titles.scss */
.t-smm {
  font: 400 1.4rem / 2rem "Open Sans";
}

/* line 80, ../sass/variables/tale/_titles.scss */
.t-sm {
  font: 400 1.6rem / 2rem "Open Sans";
}

/* line 83, ../sass/variables/tale/_titles.scss */
.t-md {
  font: 400 1.8rem / 2.1rem "Open Sans";
}

/* line 86, ../sass/variables/tale/_titles.scss */
.t-tb {
  font: 400 2rem / 2rem "Open Sans";
}

/* line 89, ../sass/variables/tale/_titles.scss */
.t-lg {
  font: 400 2.4rem / 2.8rem "Open Sans";
}

/* line 92, ../sass/variables/tale/_titles.scss */
.t-lgr {
  font: 400 2.8rem / 3.2rem "Open Sans";
}

/* line 95, ../sass/variables/tale/_titles.scss */
.t-xl {
  font: 400 4.1rem / 5rem "Open Sans";
}

/* line 98, ../sass/variables/tale/_titles.scss */
.t-xxl {
  font: 400 5rem / 5rem "Open Sans";
}

/* line 102, ../sass/variables/tale/_titles.scss */
.t-xs-b {
  font: 400 1.2rem / 1.2rem 700;
}

/* line 105, ../sass/variables/tale/_titles.scss */
.t-xxs-b {
  font: 400 1rem / 1rem 700;
}

/* line 108, ../sass/variables/tale/_titles.scss */
.t-smm-b {
  font: 400 1.4rem / 2rem 700;
}

/* line 111, ../sass/variables/tale/_titles.scss */
.t-sm-b {
  font: 400 1.6rem / 2rem 700;
}

/* line 114, ../sass/variables/tale/_titles.scss */
.t-md-b {
  font: 400 1.8rem / 2.1rem 700;
}

/* line 117, ../sass/variables/tale/_titles.scss */
.t-tb-b {
  font: 400 2rem / 2rem 700;
}

/* line 120, ../sass/variables/tale/_titles.scss */
.t-lg-b {
  font: 400 2.4rem / 2.8rem 700;
}

/* line 123, ../sass/variables/tale/_titles.scss */
.t-lgr-b {
  font: 400 2.8rem / 3.2rem 700;
}

/* line 126, ../sass/variables/tale/_titles.scss */
.t-xl-b {
  font: 400 4.1rem / 5rem 700;
}

/* line 129, ../sass/variables/tale/_titles.scss */
.t-xxl-b {
  font: 400 5rem / 5rem 700;
}

/* line 133, ../sass/variables/tale/_titles.scss */
.t-title {
  font: 400 4.1rem / 5rem 700;
}

/* line 137, ../sass/variables/tale/_titles.scss */
.t-left {
  text-align: left !important;
}

/* line 140, ../sass/variables/tale/_titles.scss */
.t-right {
  text-align: right !important;
}

/* line 143, ../sass/variables/tale/_titles.scss */
.t-center {
  text-align: center !important;
}

/* line 146, ../sass/variables/tale/_titles.scss */
.t-soft {
  font-weight: 400 !important;
}

/* line 149, ../sass/variables/tale/_titles.scss */
.t-strong {
  font-weight: 700 !important;
}

/* line 152, ../sass/variables/tale/_titles.scss */
.t-italic {
  font-style: italic;
}

/* line 155, ../sass/variables/tale/_titles.scss */
.t-uc {
  text-transform: uppercase;
}

/* line 158, ../sass/variables/tale/_titles.scss */
.t-lc {
  text-transform: lowercase;
}

/* line 162, ../sass/variables/tale/_titles.scss */
.socico {
  font-size: 4rem;
}

/* line 140, ../sass/variables/_colors-tale.scss */
.c-primary {
  color: #001a49 !important;
}

/* line 143, ../sass/variables/_colors-tale.scss */
.c-primary-l {
  color: #00acee !important;
}

/* line 146, ../sass/variables/_colors-tale.scss */
.c-green-l {
  color: #6aa100 !important;
}

/* line 149, ../sass/variables/_colors-tale.scss */
.c-green-d {
  color: #357b0f !important;
}

/* line 152, ../sass/variables/_colors-tale.scss */
.c-blue-l {
  color: #1da49f !important;
}

/* line 155, ../sass/variables/_colors-tale.scss */
.c-blue-d {
  color: #3249ad !important;
}

/* line 158, ../sass/variables/_colors-tale.scss */
.c-blue-dr {
  color: #2494b2 !important;
}

/* line 161, ../sass/variables/_colors-tale.scss */
.c-blue-drr {
  color: #003e4f !important;
}

/* line 164, ../sass/variables/_colors-tale.scss */
.c-blue-dst {
  color: #00102d !important;
}

/* line 167, ../sass/variables/_colors-tale.scss */
.c-purple-l {
  color: #73439b !important;
}

/* line 170, ../sass/variables/_colors-tale.scss */
.c-purple-d {
  color: #481f6b !important;
}

/* line 173, ../sass/variables/_colors-tale.scss */
.c-gold-l {
  color: #c3b269 !important;
}

/* line 176, ../sass/variables/_colors-tale.scss */
.c-gold-d {
  color: #5e4e2e !important;
}

/* line 179, ../sass/variables/_colors-tale.scss */
.c-gold-c {
  color: #efc95a !important;
}

/* line 182, ../sass/variables/_colors-tale.scss */
.c-rose-l {
  color: #e2c6e0 !important;
}

/* line 185, ../sass/variables/_colors-tale.scss */
.c-rose-d {
  color: #e84aa3 !important;
}

/* line 188, ../sass/variables/_colors-tale.scss */
.c-grey, .c-grey-l {
  color: #7b889f !important;
}

/* line 191, ../sass/variables/_colors-tale.scss */
.c-grey-d {
  color: #636363 !important;
}

/* line 194, ../sass/variables/_colors-tale.scss */
.c-cyan-esport-l {
  color: #1fbcf1 !important;
}

/* line 198, ../sass/variables/_colors-tale.scss */
.c-daily-quests {
  color: #a0b0a3 !important;
}

/* line 201, ../sass/variables/_colors-tale.scss */
.c-battle-chests {
  color: #3fb0f1 !important;
}

/* line 204, ../sass/variables/_colors-tale.scss */
.c-pandora-coins {
  color: #2aa593 !important;
}

/* line 207, ../sass/variables/_colors-tale.scss */
.c-whishes {
  color: #e2c6e0 !important;
}

/* line 210, ../sass/variables/_colors-tale.scss */
.c-puzzles {
  color: #68efff !important;
}

/* line 213, ../sass/variables/_colors-tale.scss */
.c-meteors {
  color: #f27e20 !important;
}

/* line 217, ../sass/variables/_colors-tale.scss */
.c-white {
  color: #fff !important;
}

/* line 220, ../sass/variables/_colors-tale.scss */
.c-white-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 223, ../sass/variables/_colors-tale.scss */
.c-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 226, ../sass/variables/_colors-tale.scss */
.c-white-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 229, ../sass/variables/_colors-tale.scss */
.c-white-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 232, ../sass/variables/_colors-tale.scss */
.c-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 235, ../sass/variables/_colors-tale.scss */
.c-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 238, ../sass/variables/_colors-tale.scss */
.c-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 241, ../sass/variables/_colors-tale.scss */
.c-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 244, ../sass/variables/_colors-tale.scss */
.c-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* line 247, ../sass/variables/_colors-tale.scss */
.c-black {
  color: #000 !important;
}

/* line 250, ../sass/variables/_colors-tale.scss */
.c-black-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 253, ../sass/variables/_colors-tale.scss */
.c-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 256, ../sass/variables/_colors-tale.scss */
.c-black-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 259, ../sass/variables/_colors-tale.scss */
.c-black-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* line 262, ../sass/variables/_colors-tale.scss */
.c-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 265, ../sass/variables/_colors-tale.scss */
.c-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 268, ../sass/variables/_colors-tale.scss */
.c-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 271, ../sass/variables/_colors-tale.scss */
.c-black-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 274, ../sass/variables/_colors-tale.scss */
.c-black-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* line 278, ../sass/variables/_colors-tale.scss */
.bg-primary {
  background-color: #001a49;
  color: #fff;
}

/* line 282, ../sass/variables/_colors-tale.scss */
.bg-primary-light {
  background-color: #00acee;
  color: #fff;
}

/* line 286, ../sass/variables/_colors-tale.scss */
.bg-white {
  background-color: #fff;
  color: #001a49;
}

/* line 290, ../sass/variables/_colors-tale.scss */
.bg-green-l {
  background-color: #6aa100;
  color: #fff;
}

/* line 294, ../sass/variables/_colors-tale.scss */
.bg-green-d {
  background-color: #357b0f;
  color: #fff;
}

/* line 298, ../sass/variables/_colors-tale.scss */
.bg-gold-l {
  background-color: #c3b269;
  color: #fff;
}

/* line 302, ../sass/variables/_colors-tale.scss */
.bg-gold-d {
  background-color: #5e4e2e;
  color: #fff;
}

/* line 306, ../sass/variables/_colors-tale.scss */
.bg-purple-l {
  background-color: #73439b;
  color: #fff;
}

/* line 310, ../sass/variables/_colors-tale.scss */
.bg-purple-d {
  background-color: #481f6b;
  color: #fff;
}

/* line 314, ../sass/variables/_colors-tale.scss */
.bg-purple-evt {
  background-color: #6c32ad;
  color: #fff;
}

/* line 318, ../sass/variables/_colors-tale.scss */
.bg-green-dark {
  background-color: #357b0f;
  color: #fff;
}

/* line 322, ../sass/variables/_colors-tale.scss */
.bg-blue-l {
  background-color: #1da49f;
  color: #fff;
}

/* line 326, ../sass/variables/_colors-tale.scss */
.bg-blue-d {
  background-color: #3249ad;
  color: #fff;
}

/* line 330, ../sass/variables/_colors-tale.scss */
.bg-blue-dr {
  background-color: #2494b2;
  color: #fff;
}

/* line 334, ../sass/variables/_colors-tale.scss */
.bg-rose-l {
  background-color: #e2c6e0;
  color: #fff;
}

/* line 338, ../sass/variables/_colors-tale.scss */
.bg-rose-d {
  background-color: #e84aa3;
  color: #fff;
}

/* line 342, ../sass/variables/_colors-tale.scss */
.bg-grey, .bg-grey-l {
  background-color: #7b889f;
  color: #fff;
}

/* line 346, ../sass/variables/_colors-tale.scss */
.bg-grey-d {
  background-color: #636363;
  color: #fff;
}

/* line 350, ../sass/variables/_colors-tale.scss */
.bg-black {
  background-color: #000;
  color: #fff;
}

/* line 355, ../sass/variables/_colors-tale.scss */
.bg-gr-purple {
  background-color: #73439b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73439b), color-stop(100%, #481f6b));
  background-image: -moz-linear-gradient(#73439b, #481f6b 100%);
  background-image: -webkit-linear-gradient(#73439b, #481f6b 100%);
  background-image: linear-gradient(#73439b, #481f6b 100%);
}

/* line 358, ../sass/variables/_colors-tale.scss */
.bg-gr-green_fade {
  background-color: #009ea8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ea8), color-stop(100%, #0f574f));
  background-image: -moz-linear-gradient(#009ea8, #0f574f 100%);
  background-image: -webkit-linear-gradient(#009ea8, #0f574f 100%);
  background-image: linear-gradient(#009ea8, #0f574f 100%);
}

/* line 361, ../sass/variables/_colors-tale.scss */
.bg-gr-cyan_esport {
  background-color: #1fbcf1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fbcf1), color-stop(100%, #2459c0));
  background-image: -moz-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: -webkit-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: linear-gradient(#1fbcf1, #2459c0 100%);
}

/* line 364, ../sass/variables/_colors-tale.scss */
.bg-gr-cyan_esport {
  background-color: #1fbcf1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fbcf1), color-stop(100%, #2459c0));
  background-image: -moz-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: -webkit-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: linear-gradient(#1fbcf1, #2459c0 100%);
}

/* line 367, ../sass/variables/_colors-tale.scss */
.bg-gr-green_money {
  background-color: #6aa100;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6aa100), color-stop(100%, #2f7517));
  background-image: -moz-linear-gradient(#6aa100, #2f7517 100%);
  background-image: -webkit-linear-gradient(#6aa100, #2f7517 100%);
  background-image: linear-gradient(#6aa100, #2f7517 100%);
}

/* line 370, ../sass/variables/_colors-tale.scss */
.bg-gr-gold {
  background-color: #c3b269;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3b269), color-stop(100%, #5e4e2e));
  background-image: -moz-linear-gradient(#c3b269, #5e4e2e 100%);
  background-image: -webkit-linear-gradient(#c3b269, #5e4e2e 100%);
  background-image: linear-gradient(#c3b269, #5e4e2e 100%);
}

/* line 373, ../sass/variables/_colors-tale.scss */
.bg-gr-red {
  background-color: #d73c1f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d73c1f), color-stop(100%, #7a2515));
  background-image: -moz-linear-gradient(#d73c1f, #7a2515 100%);
  background-image: -webkit-linear-gradient(#d73c1f, #7a2515 100%);
  background-image: linear-gradient(#d73c1f, #7a2515 100%);
}

/* line 376, ../sass/variables/_colors-tale.scss */
.bg-gr-cosmetic {
  background-color: #9753e3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9753e3), color-stop(100%, #1fbcf1));
  background-image: -moz-linear-gradient(#9753e3, #1fbcf1 100%);
  background-image: -webkit-linear-gradient(#9753e3, #1fbcf1 100%);
  background-image: linear-gradient(#9753e3, #1fbcf1 100%);
}

/* line 6, ../sass/modules/tale/_push-padded.scss */
.p {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 11, ../sass/modules/tale/_push-padded.scss */
.p-b {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 15, ../sass/modules/tale/_push-padded.scss */
.p-br {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* line 19, ../sass/modules/tale/_push-padded.scss */
.p-sm {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 24, ../sass/modules/tale/_push-padded.scss */
.p-t {
  padding-top: 25px !important;
}

/* line 27, ../sass/modules/tale/_push-padded.scss */
.p-t-b {
  padding-top: 50px !important;
}

/* line 30, ../sass/modules/tale/_push-padded.scss */
.p-t-br {
  padding-top: 75px !important;
}

/* line 33, ../sass/modules/tale/_push-padded.scss */
.p-t-sm {
  padding-top: 10px !important;
}

/* line 37, ../sass/modules/tale/_push-padded.scss */
.p-b {
  padding-bottom: 25px !important;
}

/* line 40, ../sass/modules/tale/_push-padded.scss */
.p-b-b {
  padding-bottom: 50px !important;
}

/* line 43, ../sass/modules/tale/_push-padded.scss */
.p-b-br {
  padding-bottom: 75px !important;
}

/* line 46, ../sass/modules/tale/_push-padded.scss */
.p-b-sm {
  padding-bottom: 10px !important;
}

/* line 50, ../sass/modules/tale/_push-padded.scss */
.m {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 55, ../sass/modules/tale/_push-padded.scss */
.m-b {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 59, ../sass/modules/tale/_push-padded.scss */
.m-br {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

/* line 63, ../sass/modules/tale/_push-padded.scss */
.m-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 68, ../sass/modules/tale/_push-padded.scss */
.m-t {
  margin-top: 25px !important;
}

/* line 71, ../sass/modules/tale/_push-padded.scss */
.m-t-b {
  margin-top: 50px !important;
}

/* line 74, ../sass/modules/tale/_push-padded.scss */
.m-t-br {
  margin-top: 75px !important;
}

/* line 77, ../sass/modules/tale/_push-padded.scss */
.m-t-sm {
  margin-top: 10px !important;
}

/* line 81, ../sass/modules/tale/_push-padded.scss */
.m-b {
  margin-bottom: 25px !important;
}

/* line 84, ../sass/modules/tale/_push-padded.scss */
.m-b-b {
  margin-bottom: 50px !important;
}

/* line 87, ../sass/modules/tale/_push-padded.scss */
.m-b-br {
  margin-bottom: 75px !important;
}

/* line 90, ../sass/modules/tale/_push-padded.scss */
.m-b-sm {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 1080px) {
  /* line 96, ../sass/modules/tale/_push-padded.scss */
  .m-interm {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  /* line 101, ../sass/modules/tale/_push-padded.scss */
  .m-b-interm {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  /* line 105, ../sass/modules/tale/_push-padded.scss */
  .m-br-interm {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  /* line 109, ../sass/modules/tale/_push-padded.scss */
  .m-sm-interm {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* line 114, ../sass/modules/tale/_push-padded.scss */
  .m-t-interm {
    margin-top: 25px !important;
  }

  /* line 117, ../sass/modules/tale/_push-padded.scss */
  .m-t-b-interm {
    margin-top: 50px !important;
  }

  /* line 120, ../sass/modules/tale/_push-padded.scss */
  .m-t-br-interm {
    margin-top: 75px !important;
  }

  /* line 123, ../sass/modules/tale/_push-padded.scss */
  .m-t-sm-interm {
    margin-top: 10px !important;
  }

  /* line 127, ../sass/modules/tale/_push-padded.scss */
  .m-b-interm {
    margin-bottom: 25px !important;
  }

  /* line 130, ../sass/modules/tale/_push-padded.scss */
  .m-b-b-interm {
    margin-bottom: 50px !important;
  }

  /* line 133, ../sass/modules/tale/_push-padded.scss */
  .m-b-br-interm {
    margin-bottom: 75px !important;
  }

  /* line 136, ../sass/modules/tale/_push-padded.scss */
  .m-b-sm-interm {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 960px) {
  /* line 141, ../sass/modules/tale/_push-padded.scss */
  .m-tb {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  /* line 146, ../sass/modules/tale/_push-padded.scss */
  .m-b-tb {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  /* line 150, ../sass/modules/tale/_push-padded.scss */
  .m-br-tb {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  /* line 154, ../sass/modules/tale/_push-padded.scss */
  .m-sm-tb {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* line 159, ../sass/modules/tale/_push-padded.scss */
  .m-t-tb {
    margin-top: 25px !important;
  }

  /* line 162, ../sass/modules/tale/_push-padded.scss */
  .m-t-b-tb {
    margin-top: 50px !important;
  }

  /* line 165, ../sass/modules/tale/_push-padded.scss */
  .m-t-br-tb {
    margin-top: 75px !important;
  }

  /* line 168, ../sass/modules/tale/_push-padded.scss */
  .m-t-sm-tb {
    margin-top: 10px !important;
  }

  /* line 172, ../sass/modules/tale/_push-padded.scss */
  .m-b-tb {
    margin-bottom: 25px !important;
  }

  /* line 175, ../sass/modules/tale/_push-padded.scss */
  .m-b-b-tb {
    margin-bottom: 50px !important;
  }

  /* line 178, ../sass/modules/tale/_push-padded.scss */
  .m-b-br-tb {
    margin-bottom: 75px !important;
  }

  /* line 181, ../sass/modules/tale/_push-padded.scss */
  .m-b-sm-tb {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 720px) {
  /* line 186, ../sass/modules/tale/_push-padded.scss */
  .m-md {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  /* line 191, ../sass/modules/tale/_push-padded.scss */
  .m-b-md {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  /* line 195, ../sass/modules/tale/_push-padded.scss */
  .m-br-md {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  /* line 199, ../sass/modules/tale/_push-padded.scss */
  .m-sm-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* line 204, ../sass/modules/tale/_push-padded.scss */
  .m-t-md {
    margin-top: 25px !important;
  }

  /* line 207, ../sass/modules/tale/_push-padded.scss */
  .m-t-b-md {
    margin-top: 50px !important;
  }

  /* line 210, ../sass/modules/tale/_push-padded.scss */
  .m-t-br-md {
    margin-top: 75px !important;
  }

  /* line 213, ../sass/modules/tale/_push-padded.scss */
  .m-t-sm-md {
    margin-top: 10px !important;
  }

  /* line 217, ../sass/modules/tale/_push-padded.scss */
  .m-b-md {
    margin-bottom: 25px !important;
  }

  /* line 220, ../sass/modules/tale/_push-padded.scss */
  .m-b-b-md {
    margin-bottom: 50px !important;
  }

  /* line 223, ../sass/modules/tale/_push-padded.scss */
  .m-b-br-md {
    margin-bottom: 75px !important;
  }

  /* line 226, ../sass/modules/tale/_push-padded.scss */
  .m-b-sm-md {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 231, ../sass/modules/tale/_push-padded.scss */
  .m-mob {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  /* line 236, ../sass/modules/tale/_push-padded.scss */
  .m-b-mob {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  /* line 240, ../sass/modules/tale/_push-padded.scss */
  .m-br-mob {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  /* line 244, ../sass/modules/tale/_push-padded.scss */
  .m-sm-mob {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  /* line 249, ../sass/modules/tale/_push-padded.scss */
  .m-t-mob {
    margin-top: 25px !important;
  }

  /* line 252, ../sass/modules/tale/_push-padded.scss */
  .m-t-b-mob {
    margin-top: 50px !important;
  }

  /* line 255, ../sass/modules/tale/_push-padded.scss */
  .m-t-br-mob {
    margin-top: 75px !important;
  }

  /* line 258, ../sass/modules/tale/_push-padded.scss */
  .m-t-sm-mob {
    margin-top: 10px !important;
  }

  /* line 262, ../sass/modules/tale/_push-padded.scss */
  .m-b-mob {
    margin-bottom: 25px !important;
  }

  /* line 265, ../sass/modules/tale/_push-padded.scss */
  .m-b-b-mob {
    margin-bottom: 50px !important;
  }

  /* line 268, ../sass/modules/tale/_push-padded.scss */
  .m-b-br-mob {
    margin-bottom: 75px !important;
  }

  /* line 271, ../sass/modules/tale/_push-padded.scss */
  .m-b-sm-mob {
    margin-bottom: 10px !important;
  }
}
/* line 1, ../sass/modules/tale/_menu-icon.scss */
.menu-icon {
  width: 24px;
  height: 18px;
  position: relative;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin: 15px auto 0;
}

/* line 11, ../sass/modules/tale/_menu-icon.scss */
.menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 23, ../sass/modules/tale/_menu-icon.scss */
.menu-icon span:nth-child(1) {
  top: 0px;
}

/* line 27, ../sass/modules/tale/_menu-icon.scss */
.menu-icon span:nth-child(2) {
  top: 6px;
}

/* line 31, ../sass/modules/tale/_menu-icon.scss */
.menu-icon span:nth-child(3) {
  top: 12px;
}

/* line 35, ../sass/modules/tale/_menu-icon.scss */
.menu-icon.open span:nth-child(1) {
  top: 7px;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}

/* line 40, ../sass/modules/tale/_menu-icon.scss */
.menu-icon.open span:nth-child(2) {
  opacity: 0;
  left: -50px;
}

/* line 45, ../sass/modules/tale/_menu-icon.scss */
.menu-icon.open span:nth-child(3) {
  top: 7px;
  -ms-transform: rotate(-135deg);
  /* IE 9 */
  -webkit-transform: rotate(-135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}

/* line 1, ../sass/modules/tale/_grid.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1140px;
}
/* line 7, ../sass/modules/tale/_grid.scss */
.container.container-absorber {
  width: calc(100% + 48px);
  margin-left: -24px;
}

/* line 12, ../sass/modules/tale/_grid.scss */
.container:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 17, ../sass/modules/tale/_grid.scss */
.col,
.col-borderless-sm,
.col-borderless-tb,
.col-borderless-md {
  float: left;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 1px;
}

/* line 26, ../sass/modules/tale/_grid.scss */
.col-borderless {
  float: left;
  min-height: 1px;
}

/* line 30, ../sass/modules/tale/_grid.scss */
.col-sm {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  min-height: 1px;
}

/* line 36, ../sass/modules/tale/_grid.scss */
.lg-2 {
  width: 16.6667%;
}

/* line 39, ../sass/modules/tale/_grid.scss */
.lg-3 {
  width: 25%;
}

/* line 42, ../sass/modules/tale/_grid.scss */
.lg-4 {
  width: 33.3333%;
}

/* line 45, ../sass/modules/tale/_grid.scss */
.lg-5 {
  width: 41.6667%;
}

/* line 48, ../sass/modules/tale/_grid.scss */
.lg-6 {
  width: 50%;
}

/* line 51, ../sass/modules/tale/_grid.scss */
.lg-7 {
  width: 58.3333%;
}

/* line 54, ../sass/modules/tale/_grid.scss */
.lg-8 {
  width: 66.6667%;
}

/* line 57, ../sass/modules/tale/_grid.scss */
.lg-9 {
  width: 75%;
}

/* line 60, ../sass/modules/tale/_grid.scss */
.lg-10 {
  width: 83.3333%;
}

/* line 63, ../sass/modules/tale/_grid.scss */
.lg-12 {
  width: 100%;
}

/* line 67, ../sass/modules/tale/_grid.scss */
.sm-there, .sm-there-inflow,
.it-there, .it-there-inflow,
.md-there, .md-there-inflow,
.tb-there, .tb-there-inflow {
  display: none !important;
}

@media screen and (max-width: 1080px) {
  /* line 75, ../sass/modules/tale/_grid.scss */
  .it-2 {
    width: 16.6667%;
  }

  /* line 78, ../sass/modules/tale/_grid.scss */
  .it-3 {
    width: 25%;
  }

  /* line 81, ../sass/modules/tale/_grid.scss */
  .it-4 {
    width: 33.3333%;
  }

  /* line 84, ../sass/modules/tale/_grid.scss */
  .it-5 {
    width: 41.6667%;
  }

  /* line 87, ../sass/modules/tale/_grid.scss */
  .it-6 {
    width: 50%;
  }

  /* line 90, ../sass/modules/tale/_grid.scss */
  .it-7 {
    width: 58.3333%;
  }

  /* line 93, ../sass/modules/tale/_grid.scss */
  .it-8 {
    width: 66.6667%;
  }

  /* line 96, ../sass/modules/tale/_grid.scss */
  .it-9 {
    width: 75%;
  }

  /* line 99, ../sass/modules/tale/_grid.scss */
  .it-10 {
    width: 83.3333%;
  }

  /* line 102, ../sass/modules/tale/_grid.scss */
  .it-12 {
    width: 100%;
  }

  /* line 106, ../sass/modules/tale/_grid.scss */
  .it-gone {
    display: none !important;
  }

  /* line 110, ../sass/modules/tale/_grid.scss */
  .it-there {
    display: block !important;
  }

  /* line 113, ../sass/modules/tale/_grid.scss */
  .it-there-inflow {
    display: inline-block !important;
  }

  /* line 117, ../sass/modules/tale/_grid.scss */
  .it-right {
    text-align: right !important;
  }

  /* line 121, ../sass/modules/tale/_grid.scss */
  .it-left {
    text-align: left !important;
  }

  /* line 125, ../sass/modules/tale/_grid.scss */
  .it-center {
    text-align: center !important;
  }
}
@media screen and (max-width: 960px) {
  /* line 131, ../sass/modules/tale/_grid.scss */
  .tb-2 {
    width: 16.6667%;
  }

  /* line 134, ../sass/modules/tale/_grid.scss */
  .tb-3 {
    width: 25%;
  }

  /* line 137, ../sass/modules/tale/_grid.scss */
  .tb-4 {
    width: 33.3333%;
  }

  /* line 140, ../sass/modules/tale/_grid.scss */
  .tb-5 {
    width: 41.6667%;
  }

  /* line 143, ../sass/modules/tale/_grid.scss */
  .tb-6 {
    width: 50%;
  }

  /* line 146, ../sass/modules/tale/_grid.scss */
  .tb-7 {
    width: 58.3333%;
  }

  /* line 149, ../sass/modules/tale/_grid.scss */
  .tb-8 {
    width: 66.6667%;
  }

  /* line 152, ../sass/modules/tale/_grid.scss */
  .tb-9 {
    width: 75%;
  }

  /* line 155, ../sass/modules/tale/_grid.scss */
  .tb-10 {
    width: 83.3333%;
  }

  /* line 158, ../sass/modules/tale/_grid.scss */
  .tb-12 {
    width: 100%;
  }

  /* line 162, ../sass/modules/tale/_grid.scss */
  .tb-gone {
    display: none !important;
  }

  /* line 166, ../sass/modules/tale/_grid.scss */
  .tb-there {
    display: block !important;
  }

  /* line 169, ../sass/modules/tale/_grid.scss */
  .tb-there-inflow {
    display: inline-block !important;
  }

  /* line 173, ../sass/modules/tale/_grid.scss */
  .tb-right {
    text-align: right !important;
  }

  /* line 177, ../sass/modules/tale/_grid.scss */
  .tb-left {
    text-align: left !important;
  }

  /* line 181, ../sass/modules/tale/_grid.scss */
  .tb-center {
    text-align: center !important;
  }

  /* line 185, ../sass/modules/tale/_grid.scss */
  .col-borderless-tb {
    padding: 0;
  }
}
@media screen and (max-width: 720px) {
  /* line 191, ../sass/modules/tale/_grid.scss */
  .md-2 {
    width: 16.6667%;
  }

  /* line 194, ../sass/modules/tale/_grid.scss */
  .md-3 {
    width: 25%;
  }

  /* line 197, ../sass/modules/tale/_grid.scss */
  .md-4 {
    width: 33.3333%;
  }

  /* line 200, ../sass/modules/tale/_grid.scss */
  .md-5 {
    width: 41.6667%;
  }

  /* line 203, ../sass/modules/tale/_grid.scss */
  .md-6 {
    width: 50%;
  }

  /* line 206, ../sass/modules/tale/_grid.scss */
  .md-7 {
    width: 58.3333%;
  }

  /* line 209, ../sass/modules/tale/_grid.scss */
  .md-8 {
    width: 66.6667%;
  }

  /* line 212, ../sass/modules/tale/_grid.scss */
  .md-9 {
    width: 75%;
  }

  /* line 215, ../sass/modules/tale/_grid.scss */
  .md-10 {
    width: 83.3333%;
  }

  /* line 218, ../sass/modules/tale/_grid.scss */
  .md-12 {
    width: 100%;
  }

  /* line 222, ../sass/modules/tale/_grid.scss */
  .md-gone {
    display: none !important;
  }

  /* line 226, ../sass/modules/tale/_grid.scss */
  .md-there {
    display: block !important;
  }
  /* line 229, ../sass/modules/tale/_grid.scss */
  .md-there.md-there-inflow {
    display: inline-block !important;
  }

  /* line 233, ../sass/modules/tale/_grid.scss */
  .md-there-inflow {
    display: inline-block !important;
  }

  /* line 237, ../sass/modules/tale/_grid.scss */
  .md-right {
    text-align: right !important;
  }

  /* line 241, ../sass/modules/tale/_grid.scss */
  .md-left {
    text-align: left !important;
  }

  /* line 245, ../sass/modules/tale/_grid.scss */
  .md-center {
    text-align: center !important;
  }

  /* line 249, ../sass/modules/tale/_grid.scss */
  .col-borderless-md {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 256, ../sass/modules/tale/_grid.scss */
  .sm-2 {
    width: 16.6667%;
  }

  /* line 259, ../sass/modules/tale/_grid.scss */
  .sm-3 {
    width: 25%;
  }

  /* line 262, ../sass/modules/tale/_grid.scss */
  .sm-4 {
    width: 33.3333%;
  }

  /* line 265, ../sass/modules/tale/_grid.scss */
  .sm-5 {
    width: 41.6667%;
  }

  /* line 268, ../sass/modules/tale/_grid.scss */
  .sm-6 {
    width: 50%;
  }

  /* line 271, ../sass/modules/tale/_grid.scss */
  .sm-7 {
    width: 58.3333%;
  }

  /* line 274, ../sass/modules/tale/_grid.scss */
  .sm-8 {
    width: 66.6667%;
  }

  /* line 277, ../sass/modules/tale/_grid.scss */
  .sm-9 {
    width: 75%;
  }

  /* line 280, ../sass/modules/tale/_grid.scss */
  .sm-10 {
    width: 83.3333%;
  }

  /* line 283, ../sass/modules/tale/_grid.scss */
  .sm-12 {
    width: 100%;
  }

  /* line 287, ../sass/modules/tale/_grid.scss */
  .sm-gone {
    display: none !important;
  }

  /* line 291, ../sass/modules/tale/_grid.scss */
  .sm-right {
    text-align: right !important;
  }

  /* line 295, ../sass/modules/tale/_grid.scss */
  .sm-left {
    text-align: left !important;
  }

  /* line 299, ../sass/modules/tale/_grid.scss */
  .sm-center {
    text-align: center !important;
  }

  /* line 303, ../sass/modules/tale/_grid.scss */
  .sm-there {
    display: block !important;
  }

  /* line 306, ../sass/modules/tale/_grid.scss */
  .sm-there-inflow {
    display: inline-block !important;
  }

  /* line 310, ../sass/modules/tale/_grid.scss */
  .col-borderless-sm {
    padding: 0;
  }
  /* line 313, ../sass/modules/tale/_grid.scss */
  .col-borderless-sm .bullet-title {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* line 1, ../sass/modules/_video-wrapper.scss */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 6, ../sass/modules/_video-wrapper.scss */
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/modules/_wrapper-16-9.scss */
.wrapper-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
/* line 6, ../sass/modules/_wrapper-16-9.scss */
.wrapper-16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 11, ../sass/modules/tale/_buttons.scss */
.btn {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 230px;
  border: 0;
  outline: 0;
  font: 700 1.6rem / 50px "Open Sans";
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 25, ../sass/modules/tale/_buttons.scss */
.btn.btn-fw {
  width: 100%;
}
/* line 29, ../sass/modules/tale/_buttons.scss */
.btn.btn-large {
  height: 60px;
  line-height: 60px;
  min-width: 150px;
}
/* line 35, ../sass/modules/tale/_buttons.scss */
.btn.btn-sm {
  height: 40px;
  line-height: 37px;
}
/* line 40, ../sass/modules/tale/_buttons.scss */
.btn.btn-ball {
  height: 50px;
  width: 50px;
  line-height: 50px;
  min-width: 50px;
  max-width: 50px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 51, ../sass/modules/tale/_buttons.scss */
.btn.btn-ball > .iconSprite {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
}
/* line 60, ../sass/modules/tale/_buttons.scss */
.btn.btn-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 64, ../sass/modules/tale/_buttons.scss */
.btn.btn-fat {
  padding: 0 30px;
  text-transform: uppercase;
}
/* line 72, ../sass/modules/tale/_buttons.scss */
.btn.btn-grey {
  background-color: #7b889f;
  color: #fff;
}
/* line 77, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant {
  background-size: 100% 200%;
  background-position: 0 0;
}
/* line 81, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant:hover {
  background-position: 0 -100%;
}
/* line 84, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant.btn-purple {
  background-color: #73439b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73439b), color-stop(50%, #481f6b), color-stop(100%, #73439b));
  background-image: -moz-linear-gradient(#73439b, #481f6b 50%, #73439b 100%);
  background-image: -webkit-linear-gradient(#73439b, #481f6b 50%, #73439b 100%);
  background-image: linear-gradient(#73439b, #481f6b 50%, #73439b 100%);
  color: #fff;
}
/* line 88, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant.btn-blue {
  background-color: #1da49f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1da49f), color-stop(50%, #3249ad), color-stop(100%, #1da49f));
  background-image: -moz-linear-gradient(#1da49f, #3249ad 50%, #1da49f 100%);
  background-image: -webkit-linear-gradient(#1da49f, #3249ad 50%, #1da49f 100%);
  background-image: linear-gradient(#1da49f, #3249ad 50%, #1da49f 100%);
  color: #fff;
}
/* line 92, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant.btn-green {
  background-color: #6aa100;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6aa100), color-stop(50%, #357b0f), color-stop(100%, #6aa100));
  background-image: -moz-linear-gradient(#6aa100, #357b0f 50%, #6aa100 100%);
  background-image: -webkit-linear-gradient(#6aa100, #357b0f 50%, #6aa100 100%);
  background-image: linear-gradient(#6aa100, #357b0f 50%, #6aa100 100%);
  color: #fff;
}
/* line 96, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant.btn-gold {
  background-color: #c3b269;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3b269), color-stop(50%, #5e4e2e), color-stop(100%, #c3b269));
  background-image: -moz-linear-gradient(#c3b269, #5e4e2e 50%, #c3b269 100%);
  background-image: -webkit-linear-gradient(#c3b269, #5e4e2e 50%, #c3b269 100%);
  background-image: linear-gradient(#c3b269, #5e4e2e 50%, #c3b269 100%);
  color: #001a49;
}
/* line 100, ../sass/modules/tale/_buttons.scss */
.btn.btn-gradiant.btn-play {
  background-color: #9753e3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9753e3), color-stop(50%, #1fbcf1), color-stop(100%, #9753e3));
  background-image: -moz-linear-gradient(#9753e3, #1fbcf1 50%, #9753e3 100%);
  background-image: -webkit-linear-gradient(#9753e3, #1fbcf1 50%, #9753e3 100%);
  background-image: linear-gradient(#9753e3, #1fbcf1 50%, #9753e3 100%);
  color: #fff;
}
/* line 106, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline {
  border: 3px solid;
  background: none;
  line-height: 44px;
}
/* line 111, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-gold {
  border-color: #c3b269;
  color: #fff;
}
/* line 115, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-gold:hover {
  background-color: #c3b269;
}
/* line 120, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-cyan {
  border-color: #1fbcf1;
  color: #fff;
}
/* line 124, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-cyan:hover {
  background-color: #1fbcf1;
}
/* line 129, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-discord {
  border-color: #7289da;
  color: #fff;
}
/* line 133, ../sass/modules/tale/_buttons.scss */
.btn.btn-outline.btn-discord:hover {
  background-color: #7289da;
}
/* line 140, ../sass/modules/tale/_buttons.scss */
.btn.btn-esport .iconSprite-faeria--esport-white {
  display: none !important;
}
/* line 143, ../sass/modules/tale/_buttons.scss */
.btn.btn-esport .iconSprite-faeria--esport {
  display: inline-block !important;
}
/* line 147, ../sass/modules/tale/_buttons.scss */
.btn.btn-esport:hover .iconSprite-faeria--esport {
  display: none !important;
}
/* line 150, ../sass/modules/tale/_buttons.scss */
.btn.btn-esport:hover .iconSprite-faeria--esport-white {
  display: inline-block !important;
}

/* line 1, ../sass/modules/tale/_icons.scss */
.iconSprite {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(../images/tale/icons/icons.png);
  background-size: 160px 128px;
  width: 32px !important;
  height: 32px !important;
}
/* line 13, ../sass/modules/tale/_icons.scss */
.iconSprite-money {
  background-position: 0 0;
}
/* line 16, ../sass/modules/tale/_icons.scss */
.iconSprite-star {
  background-position: 0 -32px;
}
/* line 19, ../sass/modules/tale/_icons.scss */
.iconSprite-godRank {
  background-position: 0 -64px;
}
/* line 22, ../sass/modules/tale/_icons.scss */
.iconSprite-steam {
  background-position: 0 -96px;
}
/* line 25, ../sass/modules/tale/_icons.scss */
.iconSprite-medal--gold {
  background-position: -32px 0;
}
/* line 28, ../sass/modules/tale/_icons.scss */
.iconSprite-medal--silver {
  background-position: -32px -32px;
}
/* line 31, ../sass/modules/tale/_icons.scss */
.iconSprite-medal--bronze {
  background-position: -32px -64px;
}
/* line 34, ../sass/modules/tale/_icons.scss */
.iconSprite-twitter {
  background-position: -32px -96px;
}
/* line 37, ../sass/modules/tale/_icons.scss */
.iconSprite-faeria--white {
  background-position: -64px 0;
}
/* line 40, ../sass/modules/tale/_icons.scss */
.iconSprite-faeria--esport {
  background-position: -64px -32px;
}
/* line 43, ../sass/modules/tale/_icons.scss */
.iconSprite-arrow--top {
  background-position: -64px -64px;
}
/* line 46, ../sass/modules/tale/_icons.scss */
.iconSprite-faeria--gold {
  background-position: -64px -96px;
}
/* line 49, ../sass/modules/tale/_icons.scss */
.iconSprite-cross {
  background-position: -96px 0;
}
/* line 52, ../sass/modules/tale/_icons.scss */
.iconSprite-orb {
  background-position: -96px -34px;
}
/* line 55, ../sass/modules/tale/_icons.scss */
.iconSprite-heart--white {
  background-position: -96px -66px;
}
/* line 58, ../sass/modules/tale/_icons.scss */
.iconSprite-faeria--esport-white {
  background-position: -96px -96px;
}
/* line 61, ../sass/modules/tale/_icons.scss */
.iconSprite-discord {
  background-position: -128px 0;
}
/* line 64, ../sass/modules/tale/_icons.scss */
.iconSprite-cards {
  background-position: -128px -32px;
}
/* line 67, ../sass/modules/tale/_icons.scss */
.iconSprite-users {
  background-position: -128px -64px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1, ../sass/modules/tale/_icons.scss */
  .iconSprite {
    background-image: url(../images/tale/icons/icons@2x.png);
  }
}

/* line 76, ../sass/modules/tale/_icons.scss */
.iconLand {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 30px !important;
  height: 30px !important;
  background-image: url(../images/community/icon-lands_sprite_h.png);
  background-color: transparent !important;
  background-size: auto 100%;
}
/* line 89, ../sass/modules/tale/_icons.scss */
.iconLand-neutral, .iconLand-default {
  background-position: 0 0;
}
/* line 92, ../sass/modules/tale/_icons.scss */
.iconLand-lake, .iconLand-water {
  background-position: -30px 0;
}
/* line 95, ../sass/modules/tale/_icons.scss */
.iconLand-mountain {
  background-position: -60px 0;
}
/* line 98, ../sass/modules/tale/_icons.scss */
.iconLand-desert {
  background-position: -90px 0;
}
/* line 101, ../sass/modules/tale/_icons.scss */
.iconLand-forest {
  background-position: -120px 0;
}
/* line 104, ../sass/modules/tale/_icons.scss */
.iconLand-lands {
  background-position: -150px 0;
}

/* line 109, ../sass/modules/tale/_icons.scss */
.spriteControllers {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/tale/prev_next-sprite.png);
  background-size: 100%;
  width: 96px;
  height: 86px;
}
/* line 119, ../sass/modules/tale/_icons.scss */
.spriteControllers-previous {
  background-position: 0 0;
}
/* line 122, ../sass/modules/tale/_icons.scss */
.spriteControllers-next {
  background-position: 0 100%;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 109, ../sass/modules/tale/_icons.scss */
  .spriteControllers {
    background-image: url(../images/tale/prev_next-sprite@2x.png);
  }
}
@media screen and (max-width: 960px) {
  /* line 109, ../sass/modules/tale/_icons.scss */
  .spriteControllers {
    width: 64px;
    height: 57px;
  }
}
@media screen and (max-width: 720px) {
  /* line 109, ../sass/modules/tale/_icons.scss */
  .spriteControllers {
    width: 48px;
    height: 43px;
  }
}

/* line 141, ../sass/modules/tale/_icons.scss */
.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
/* line 147, ../sass/modules/tale/_icons.scss */
.icon .icon__logout--opa {
  width: 15px;
  height: 20px;
  background-image: url(../images/community/icons/logout-white.png);
  background-position: center;
  opacity: 0.5;
}

/* line 2, ../sass/modules/tale/_reviews.scss */
.reviews .review {
  min-height: 50px;
  width: 100%;
}
/* line 6, ../sass/modules/tale/_reviews.scss */
.reviews .review + .review {
  margin-top: 5px;
}
/* line 10, ../sass/modules/tale/_reviews.scss */
.reviews .review .review_title,
.reviews .review .review_content {
  padding: 0 15px;
}
/* line 15, ../sass/modules/tale/_reviews.scss */
.reviews .review .review_title {
  font: 50px 1.8rem / 2.1rem 700;
  background-color: #1da49f;
  text-transform: uppercase;
}
/* line 20, ../sass/modules/tale/_reviews.scss */
.reviews .review .review_title .icon {
  margin-right: 15px;
}
/* line 24, ../sass/modules/tale/_reviews.scss */
.reviews .review .review_content {
  font: 50px 2rem / 2rem 400;
  background-color: #2494b2;
}
/* line 28, ../sass/modules/tale/_reviews.scss */
.reviews .review .review_price {
  font: 50px 2rem / 2rem 400;
  background-color: #003e4f;
  text-align: center;
}

/* line 1, ../sass/modules/tale/_nanoscroller.scss */
.nano {
  z-index: 1;
  width: 100%;
  height: 550px;
}
/* line 6, ../sass/modules/tale/_nanoscroller.scss */
.nano > .nano-content {
  right: 17px;
  padding: 18px;
}
/* line 10, ../sass/modules/tale/_nanoscroller.scss */
.nano > .nano-pane {
  background: #003e4f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 6px;
  top: 7px;
  right: 7px;
  bottom: 7px;
}
/* line 18, ../sass/modules/tale/_nanoscroller.scss */
.nano > .nano-pane > .nano-slider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  background: #c3b269;
}
/* line 25, ../sass/modules/tale/_nanoscroller.scss */
.nano.has-scrollbar > .nano-content > * {
  width: calc(100% - 17px);
}
/* line 30, ../sass/modules/tale/_nanoscroller.scss */
.nano.nano--small {
  height: 400px;
}
/* line 34, ../sass/modules/tale/_nanoscroller.scss */
.nano.nano--smaller {
  height: 250px;
}

/* line 3, ../sass/modules/tale/_borderGradient.scss */
.borderGradient {
  border: 3px solid;
}
/* line 6, ../sass/modules/tale/_borderGradient.scss */
.borderGradient:before, .borderGradient:after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  width: 3px;
}
/* line 16, ../sass/modules/tale/_borderGradient.scss */
.borderGradient:after {
  left: auto;
  right: -3px;
}
/* line 21, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-gold {
  border-color: #5e4e2e;
  border-top-color: #c3b269;
}
/* line 25, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-gold:before, .borderGradient-gold:after {
  background-color: #c3b269;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3b269), color-stop(100%, #5e4e2e));
  background-image: -moz-linear-gradient(#c3b269, #5e4e2e 100%);
  background-image: -webkit-linear-gradient(#c3b269, #5e4e2e 100%);
  background-image: linear-gradient(#c3b269, #5e4e2e 100%);
}
/* line 31, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-yellow {
  border-color: #5e4e2e;
  border-top-color: #e1bc1f;
}
/* line 35, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-yellow:before, .borderGradient-yellow:after {
  background-color: #e1bc1f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1bc1f), color-stop(100%, #5e4e2e));
  background-image: -moz-linear-gradient(#e1bc1f, #5e4e2e 100%);
  background-image: -webkit-linear-gradient(#e1bc1f, #5e4e2e 100%);
  background-image: linear-gradient(#e1bc1f, #5e4e2e 100%);
}
/* line 41, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-blue {
  border-color: #095063;
  border-top-color: #2494b2;
}
/* line 45, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-blue:before, .borderGradient-blue:after {
  background-color: #2494b2;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2494b2), color-stop(100%, #095063));
  background-image: -moz-linear-gradient(#2494b2, #095063 100%);
  background-image: -webkit-linear-gradient(#2494b2, #095063 100%);
  background-image: linear-gradient(#2494b2, #095063 100%);
}
/* line 51, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-green {
  border-color: #357b0f;
  border-top-color: #6aa100;
}
/* line 55, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-green:before, .borderGradient-green:after {
  background-color: #6aa100;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6aa100), color-stop(100%, #357b0f));
  background-image: -moz-linear-gradient(#6aa100, #357b0f 100%);
  background-image: -webkit-linear-gradient(#6aa100, #357b0f 100%);
  background-image: linear-gradient(#6aa100, #357b0f 100%);
}
/* line 61, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-purple {
  border-color: #481f6b;
  border-top-color: #73439b;
}
/* line 65, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-purple:before, .borderGradient-purple:after {
  background-color: #73439b;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73439b), color-stop(100%, #481f6b));
  background-image: -moz-linear-gradient(#73439b, #481f6b 100%);
  background-image: -webkit-linear-gradient(#73439b, #481f6b 100%);
  background-image: linear-gradient(#73439b, #481f6b 100%);
}
/* line 71, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-watched {
  border-color: #73439b;
  border-top-color: #1fbcf1;
}
/* line 75, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-watched:before, .borderGradient-watched:after {
  background-color: #1fbcf1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fbcf1), color-stop(100%, #73439b));
  background-image: -moz-linear-gradient(#1fbcf1, #73439b 100%);
  background-image: -webkit-linear-gradient(#1fbcf1, #73439b 100%);
  background-image: linear-gradient(#1fbcf1, #73439b 100%);
}
/* line 81, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-cyan {
  border-color: #2459c0;
  border-top-color: #1fbcf1;
}
/* line 85, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-cyan:before, .borderGradient-cyan:after {
  background-color: #1fbcf1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fbcf1), color-stop(100%, #2459c0));
  background-image: -moz-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: -webkit-linear-gradient(#1fbcf1, #2459c0 100%);
  background-image: linear-gradient(#1fbcf1, #2459c0 100%);
}
/* line 91, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-hated {
  border-color: #7a2515;
  border-top-color: #d73c1f;
}
/* line 95, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-hated:before, .borderGradient-hated:after {
  background-color: #d73c1f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d73c1f), color-stop(100%, #7a2515));
  background-image: -moz-linear-gradient(#d73c1f, #7a2515 100%);
  background-image: -webkit-linear-gradient(#d73c1f, #7a2515 100%);
  background-image: linear-gradient(#d73c1f, #7a2515 100%);
}
/* line 101, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-orange {
  border-color: #f27e20;
  border-top-color: #d7ae57;
}
/* line 105, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-orange:before, .borderGradient-orange:after {
  background-color: #d7ae57;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d7ae57), color-stop(100%, #f27e20));
  background-image: -moz-linear-gradient(#d7ae57, #f27e20 100%);
  background-image: -webkit-linear-gradient(#d7ae57, #f27e20 100%);
  background-image: linear-gradient(#d7ae57, #f27e20 100%);
}
/* line 111, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-twitter {
  border-color: #1fbcf1;
  border-top-color: #1fbcf1;
}
/* line 115, ../sass/modules/tale/_borderGradient.scss */
.borderGradient-twitter:before, .borderGradient-twitter:after {
  background-color: #1fbcf1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1fbcf1), color-stop(100%, #1fbcf1));
  background-image: -moz-linear-gradient(#1fbcf1, #1fbcf1 100%);
  background-image: -webkit-linear-gradient(#1fbcf1, #1fbcf1 100%);
  background-image: linear-gradient(#1fbcf1, #1fbcf1 100%);
}

/* line 1, ../sass/modules/_difficulty-level.scss */
.difficulty-level {
  height: 20px;
}
/* line 43, ../sass/_mixins.scss */
.difficulty-level:after {
  content: " ";
  display: table;
  clear: both;
}
/* line 5, ../sass/modules/_difficulty-level.scss */
.difficulty-level span {
  width: 10px;
  float: left;
  height: 100%;
  background-color: rgba(0, 61, 79, 0.25);
  display: inline-block;
}
/* line 12, ../sass/modules/_difficulty-level.scss */
.difficulty-level span:first-child {
  -webkit-border-radius: 50% 0 0 50%;
  -moz-border-radius: 50% 0 0 50%;
  -ms-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  width: 13px;
}
/* line 16, ../sass/modules/_difficulty-level.scss */
.difficulty-level span:last-child {
  -webkit-border-radius: 0 50% 50% 0;
  -moz-border-radius: 0 50% 50% 0;
  -ms-border-radius: 0 50% 50% 0;
  border-radius: 0 50% 50% 0;
  width: 13px;
}
/* line 20, ../sass/modules/_difficulty-level.scss */
.difficulty-level span + span {
  margin-left: 2px;
}
/* line 26, ../sass/modules/_difficulty-level.scss */
.difficulty-level.level--1 span:first-child {
  background-color: #57b000 !important;
}
/* line 31, ../sass/modules/_difficulty-level.scss */
.difficulty-level.level--2 span:nth-child(1), .difficulty-level.level--2 span:nth-child(2) {
  background-color: #dca600 !important;
}
/* line 36, ../sass/modules/_difficulty-level.scss */
.difficulty-level.level--3 span {
  background-color: #d23333 !important;
}
/* line 42, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--dark span {
  background-color: rgba(255, 255, 255, 0.25);
}
/* line 47, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--small {
  height: 15px;
}
/* line 50, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--small span {
  width: 10px;
}
/* line 53, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--small span:first-child {
  width: 13px;
}
/* line 56, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--small span:last-child {
  width: 13px;
}
/* line 59, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--small span + span {
  margin-left: 2px;
}
/* line 66, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--fat span {
  width: 15px;
}
/* line 69, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--fat span:first-child {
  width: 18px;
}
/* line 72, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--fat span:last-child {
  width: 18px;
}
/* line 75, ../sass/modules/_difficulty-level.scss */
.difficulty-level.difficulty-level--fat span + span {
  margin-left: 3px;
}

/* line 34, ../sass/tale.scss */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 810px) {
  /* line 34, ../sass/tale.scss */
  html {
    font-size: 52.5%;
  }
}

/* line 42, ../sass/tale.scss */
body {
  background-color: #003e4f;
  font-family: "Open Sans";
  color: #fff;
  font-size: 1.8rem;
}

/* line 49, ../sass/tale.scss */
.socico {
  font-family: "Socialico";
}

/* line 53, ../sass/tale.scss */
.menu-wrapper {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #003e4f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #003e4f), color-stop(100%, rgba(0, 62, 79, 0.9)));
  background-image: -moz-linear-gradient(#003e4f, rgba(0, 62, 79, 0.9) 100%);
  background-image: -webkit-linear-gradient(#003e4f, rgba(0, 62, 79, 0.9) 100%);
  background-image: linear-gradient(#003e4f, rgba(0, 62, 79, 0.9) 100%);
  background-color: initial;
}
/* line 68, ../sass/tale.scss */
.menu-wrapper.open {
  opacity: 1;
  visibility: visible;
}

/* line 74, ../sass/tale.scss */
.menu-open {
  overflow: hidden;
}
/* line 77, ../sass/tale.scss */
.menu-open .menu-wrapper {
  opacity: 1;
  visibility: visible;
}
/* line 82, ../sass/tale.scss */
.menu-open .page_controller {
  display: none;
}
/* line 86, ../sass/tale.scss */
.menu-open .header .header_nav {
  display: none;
}

/* line 91, ../sass/tale.scss */
.menu_nav {
  text-align: center;
}
/* line 94, ../sass/tale.scss */
.menu_nav a {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #789aa3;
  color: #789aa3;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font: 700 1.2rem / 1.2rem "Open Sans";
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 106, ../sass/tale.scss */
.menu_nav a:hover, .menu_nav a.active {
  color: #c3b269;
}
/* line 110, ../sass/tale.scss */
.menu_nav a:last-child {
  border-right: 0;
}
/* line 114, ../sass/tale.scss */
.menu_nav a span {
  color: #fff;
}
/* line 119, ../sass/tale.scss */
.menu_nav-vertical {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
/* line 125, ../sass/tale.scss */
.menu_nav-vertical a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 133, ../sass/tale.scss */
.menu_nav-vertical a span {
  display: inline-block;
  width: 25px;
  text-align: right;
}

/* line 142, ../sass/tale.scss */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
}
/* line 150, ../sass/tale.scss */
.header .header_logo {
  float: left;
}
/* line 153, ../sass/tale.scss */
.header .header_nav {
  padding-top: 15px;
  display: block;
  width: calc(100% - 100px);
  float: left;
}
/* line 159, ../sass/tale.scss */
.header .header_menu {
  float: right;
}

/* line 163, ../sass/tale.scss */
.footer {
  background-color: #001920;
  padding: 15px 0;
  padding-bottom: 73px;
}
/* line 168, ../sass/tale.scss */
.footer .footer_logo {
  float: left;
}
/* line 171, ../sass/tale.scss */
.footer .footer_nav {
  padding-top: 15px;
  display: block;
  width: calc(100% - 100px);
  float: left;
}
/* line 177, ../sass/tale.scss */
.footer .footer_back {
  float: right;
}
/* line 180, ../sass/tale.scss */
.footer .footer_copyright {
  font: 400 1.2rem / 1.6rem "Open Sans";
  color: #789aa3;
}

/* line 186, ../sass/tale.scss */
main {
  background-repeat: no-repeat;
  background-position: center top;
}

/* line 191, ../sass/tale.scss */
section.first {
  padding-top: 120px;
  padding-bottom: 80px;
}

/* line 196, ../sass/tale.scss */
.page_controller {
  position: fixed;
  top: 43%;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 202, ../sass/tale.scss */
.page_controller-previous {
  left: 0;
}
/* line 205, ../sass/tale.scss */
.page_controller-previous:hover {
  left: -5px;
}
/* line 209, ../sass/tale.scss */
.page_controller-next {
  right: 0;
}
/* line 212, ../sass/tale.scss */
.page_controller-next:hover {
  right: -5px;
}

/* line 218, ../sass/tale.scss */
.cover {
  min-height: 650px;
  height: 100vh;
  background-image: url(../images/tale/cover_bg.jpg);
  background-size: cover;
}

/* line 225, ../sass/tale.scss */
.chapter {
  background-color: #003e4f;
}
/* line 228, ../sass/tale.scss */
.chapter:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #001920;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #001920), color-stop(100%, #003e4f));
  background-image: -moz-linear-gradient(#001920, #003e4f 100%);
  background-image: -webkit-linear-gradient(#001920, #003e4f 100%);
  background-image: linear-gradient(#001920, #003e4f 100%);
  height: 768px;
  z-index: 0;
}
/* line 240, ../sass/tale.scss */
.chapter .chapter_bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 253, ../sass/tale.scss */
.chapter-milestones .chapter_bg {
  background-image: url(../images/tale/chapter1-bg.jpg);
}
/* line 258, ../sass/tale.scss */
.chapter-community .chapter_bg {
  background-image: url(../images/tale/chapter2-bg.jpg);
}
/* line 263, ../sass/tale.scss */
.chapter-competition .chapter_bg {
  background-image: url(../images/tale/chapter3-bg.jpg);
}
/* line 268, ../sass/tale.scss */
.chapter-statistics .chapter_bg {
  background-image: url(../images/tale/chapter4-bg.jpg);
}
/* line 273, ../sass/tale.scss */
.chapter-testimonials .chapter_bg {
  background-image: url(../images/tale/chapter5-bg.jpg);
}
/* line 278, ../sass/tale.scss */
.chapter .chapter_title {
  font: 700 4.1rem / 5rem "Alegreya";
  color: #fff;
}
/* line 283, ../sass/tale.scss */
.chapter .chapter_intro {
  font: 400 2.4rem / 2.8rem "Alegreya";
  font-style: italic;
  color: #789aa3;
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
}
/* line 292, ../sass/tale.scss */
.chapter .chapter_subtitle {
  font: 700 2rem / 2rem "Alegreya";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
/* line 298, ../sass/tale.scss */
.chapter .chapter_subtitle:before, .chapter .chapter_subtitle:after {
  display: inline-block;
  content: " ";
  background-color: #00313f;
  height: 3px;
  width: 75px;
  vertical-align: middle;
}
/* line 307, ../sass/tale.scss */
.chapter .chapter_subtitle:before {
  margin-right: 18px;
}
/* line 310, ../sass/tale.scss */
.chapter .chapter_subtitle:after {
  margin-left: 15px;
}
/* line 315, ../sass/tale.scss */
.chapter .chapter_subintro {
  font: 400 1.4rem / 2rem "Open Sans";
  color: #789aa3;
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}

/* line 324, ../sass/tale.scss */
.milestone {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  min-height: 203px;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
}
/* line 333, ../sass/tale.scss */
.milestone-big {
  max-width: none;
  width: 100%;
  min-height: 340px;
}
/* line 338, ../sass/tale.scss */
.milestone-big.bloc .bloc_titre {
  font: 800 2.8rem / 24px "Alegreya";
}
/* line 343, ../sass/tale.scss */
.milestone-half {
  max-width: none;
  width: 100%;
  max-width: 522px;
  min-height: 203px;
}
/* line 349, ../sass/tale.scss */
.milestone-half.bloc .bloc_text {
  top: 18px;
  padding: 30px 15px;
}
/* line 355, ../sass/tale.scss */
.milestone-tall {
  max-width: none;
  width: 100%;
  max-width: 332px;
  min-height: 353px;
}
/* line 362, ../sass/tale.scss */
.milestone-tall.bloc .bloc_text {
  top: 11px;
  right: 11px;
  left: 11px;
  bottom: 11px;
  padding: 30px;
}
/* line 369, ../sass/tale.scss */
.milestone-tall.bloc .bloc_label {
  width: 172px;
  top: -12px;
  z-index: 1;
}
/* line 377, ../sass/tale.scss */
.milestone-feb_2016 {
  background-image: url(../images/tale/milestones/milestone_1.jpg);
}
/* line 380, ../sass/tale.scss */
.milestone-mar_2016 {
  background-image: url(../images/tale/milestones/milestone_2.jpg);
}
/* line 383, ../sass/tale.scss */
.milestone-apr_2016 {
  background-image: url(../images/tale/milestones/milestone_3.jpg);
}
/* line 386, ../sass/tale.scss */
.milestone-may_2016 {
  background-image: url(../images/tale/milestones/milestone_4.jpg);
}
/* line 389, ../sass/tale.scss */
.milestone-jun_2016 {
  background-image: url(../images/tale/milestones/milestone_5.jpg);
}
/* line 392, ../sass/tale.scss */
.milestone-aug_2016 {
  background-image: url(../images/tale/milestones/milestone_6.jpg);
}
/* line 395, ../sass/tale.scss */
.milestone-oct_2016 {
  background-image: url(../images/tale/milestones/milestone_7.jpg);
}
/* line 398, ../sass/tale.scss */
.milestone-nov_2016 {
  background-image: url(../images/tale/milestones/milestone_8.jpg);
}
/* line 401, ../sass/tale.scss */
.milestone-feb_2017 {
  background-image: url(../images/tale/milestones/milestone_9.jpg);
}
/* line 404, ../sass/tale.scss */
.milestone-mar_2017 {
  background-image: url(../images/tale/milestones/milestone_10.jpg);
}
/* line 407, ../sass/tale.scss */
.milestone-downloads {
  background-image: url(../images/tale/milestones/milestone_11.jpg);
}
/* line 410, ../sass/tale.scss */
.milestone-downloads .bloc_info {
  color: #2494b2;
}
/* line 414, ../sass/tale.scss */
.milestone-soloContent {
  background-image: url(../images/tale/milestones/milestone_12.jpg);
}
/* line 417, ../sass/tale.scss */
.milestone-soloContent .bloc_info {
  color: #6aa100;
}
/* line 421, ../sass/tale.scss */
.milestone-watched {
  background-image: url(../images/tale/competition/top_watch-bg.jpg);
}
/* line 424, ../sass/tale.scss */
.milestone-watched .bloc_info {
  color: #1fbcf1;
}
/* line 428, ../sass/tale.scss */
.milestone-cashprize {
  background-image: url(../images/tale/competition/top_earners-bg.jpg);
}
/* line 431, ../sass/tale.scss */
.milestone-cashprize .bloc_info {
  color: #2f7517;
}
/* line 435, ../sass/tale.scss */
.milestone-harvesters {
  background-image: url(../images/tale/statistics/harvesters.jpg);
}
/* line 438, ../sass/tale.scss */
.milestone-harvesters .bloc_stat {
  color: #19d4ea;
}
/* line 442, ../sass/tale.scss */
.milestone-mostUsed {
  background-image: url(../images/tale/statistics/most_used_card.jpg);
}
/* line 445, ../sass/tale.scss */
.milestone-mostUsed .bloc_stat {
  color: #d7ae57;
}
/* line 449, ../sass/tale.scss */
.milestone-mostHated {
  background-image: url(../images/tale/statistics/most_hated_strategy.jpg);
}
/* line 452, ../sass/tale.scss */
.milestone-mostHated .bloc_stat {
  color: #d94c31;
}
/* line 456, ../sass/tale.scss */
.milestone-cosmetics {
  background-image: url(../images/tale/statistics/stats_more_bg.jpg);
  background-size: cover;
}
/* line 461, ../sass/tale.scss */
.milestone-cosmetics.bloc .bloc_label {
  width: 200px;
}
/* line 464, ../sass/tale.scss */
.milestone-cosmetics.bloc .bloc_text {
  position: relative;
  padding-top: 50px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
/* line 474, ../sass/tale.scss */
.milestone-dailyQuests {
  background-image: url(../images/tale/statistics/stats_dailyquests.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 481, ../sass/tale.scss */
.milestone-dailyQuests.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #a0b0a3;
}
/* line 487, ../sass/tale.scss */
.milestone-chests {
  background-image: url(../images/tale/statistics/stats_chests.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 494, ../sass/tale.scss */
.milestone-chests.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #3fb0f1;
}
/* line 500, ../sass/tale.scss */
.milestone-pandora {
  background-image: url(../images/tale/statistics/stats_pandora.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 507, ../sass/tale.scss */
.milestone-pandora.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #2aa593;
}
/* line 513, ../sass/tale.scss */
.milestone-wishes {
  background-image: url(../images/tale/statistics/stats_wishes.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 520, ../sass/tale.scss */
.milestone-wishes.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #e2c6e0;
}
/* line 526, ../sass/tale.scss */
.milestone-puzzle {
  background-image: url(../images/tale/statistics/stats_puzzle.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 533, ../sass/tale.scss */
.milestone-puzzle.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #68efff;
}
/* line 539, ../sass/tale.scss */
.milestone-meteors {
  background-image: url(../images/tale/statistics/stats_meteors.png);
  min-height: 236px;
  background-size: auto;
  background-position: center bottom;
}
/* line 546, ../sass/tale.scss */
.milestone-meteors.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #f27e20;
}
/* line 552, ../sass/tale.scss */
.milestone-gold {
  background-image: url(../images/tale/statistics/stats_gold-bg.jpg);
  min-height: 236px;
  background-position: center bottom;
  background-size: cover;
  max-width: 100%;
}
/* line 560, ../sass/tale.scss */
.milestone-gold.bloc .bloc_info {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #c3b269;
}
/* line 566, ../sass/tale.scss */
.milestone-gold img {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 578, ../sass/tale.scss */
.bestof {
  min-height: 300px;
  max-width: 522px;
  margin-left: auto;
  margin-right: auto;
}
/* line 584, ../sass/tale.scss */
.bestof-deck {
  background-image: url(../images/tale/community/best_guides.jpg);
}
/* line 588, ../sass/tale.scss */
.bestof-guide {
  background-image: url(../images/tale/community/best_guides2.jpg);
}
/* line 593, ../sass/tale.scss */
.bestof.bloc .bloc_titre {
  font: 700 2.8rem / 3.2rem "Alegreya";
  margin-bottom: 25px;
}
/* line 597, ../sass/tale.scss */
.bestof.bloc .bloc_label {
  width: 200px;
}

/* line 604, ../sass/tale.scss */
.cosmetic .cosmetic_title {
  font: 700 1.8rem / 2.1rem "Alegreya";
}
/* line 607, ../sass/tale.scss */
.cosmetic .cosmetic_title:after {
  content: " ";
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  height: 3px;
  width: 17px;
  background-color: #3249ad;
}

/* line 620, ../sass/tale.scss */
.bloc {
  text-align: center;
}
/* line 623, ../sass/tale.scss */
.bloc .bloc_label {
  display: block;
  width: 142px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font: 800 1.2rem / 24px "Open Sans";
  height: 24px;
  text-transform: uppercase;
}
/* line 636, ../sass/tale.scss */
.bloc .bloc_label:before, .bloc .bloc_label:after {
  content: " ";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url(../images/tale/icons/triangles@2x.png);
  top: 0;
}
/* line 648, ../sass/tale.scss */
.bloc .bloc_label:before {
  left: -12px;
}
/* line 651, ../sass/tale.scss */
.bloc .bloc_label:after {
  right: -12px;
}
/* line 655, ../sass/tale.scss */
.bloc .bloc_label > .bloc_label-firstLn, .bloc .bloc_label > .bloc_label-secLn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 661, ../sass/tale.scss */
.bloc .bloc_label > .bloc_label-secLn {
  color: #fff;
}
/* line 665, ../sass/tale.scss */
.bloc .bloc_label-grey {
  color: #636363;
  background-color: #7b889f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7b889f), color-stop(100%, #fff));
  background-image: -moz-linear-gradient(#7b889f, #fff 100%);
  background-image: -webkit-linear-gradient(#7b889f, #fff 100%);
  background-image: linear-gradient(#7b889f, #ffffff 100%);
}
/* line 669, ../sass/tale.scss */
.bloc .bloc_label-grey:before {
  background-position: 0 0;
}
/* line 672, ../sass/tale.scss */
.bloc .bloc_label-grey:after {
  background-position: -12px 0;
}
/* line 677, ../sass/tale.scss */
.bloc .bloc_label-gold {
  color: #5e4e2e;
  background-color: #e5cf75;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5cf75), color-stop(100%, #e1bc1f));
  background-image: -moz-linear-gradient(#e5cf75, #e1bc1f 100%);
  background-image: -webkit-linear-gradient(#e5cf75, #e1bc1f 100%);
  background-image: linear-gradient(#e5cf75, #e1bc1f 100%);
}
/* line 681, ../sass/tale.scss */
.bloc .bloc_label-gold:before {
  background-position: 0 -12px;
}
/* line 684, ../sass/tale.scss */
.bloc .bloc_label-gold:after {
  background-position: -12px -12px;
}
/* line 690, ../sass/tale.scss */
.bloc .bloc_text {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
/* line 697, ../sass/tale.scss */
.bloc .bloc_text-bottom {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
}
/* line 704, ../sass/tale.scss */
.bloc .bloc_titre {
  font: 800 1.8rem / 24px "Alegreya";
}
/* line 708, ../sass/tale.scss */
.bloc .bloc_tags {
  text-align: center;
  margin-top: 10px;
}
/* line 712, ../sass/tale.scss */
.bloc .bloc_tags > * {
  display: inline-block;
}
/* line 717, ../sass/tale.scss */
.bloc .bloc_baseline {
  font: 700 1.2rem / 1.6rem "Open Sans";
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c3b269;
  text-shadow: 2px 2px 0px rgba(0, 25, 32, 0.5);
}
/* line 724, ../sass/tale.scss */
.bloc .bloc_baseline:before, .bloc .bloc_baseline:after {
  display: inline-block;
  content: " ";
  background-color: #c3b269;
  height: 3px;
  width: 50px;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 25, 32, 0.5);
  -moz-box-shadow: 1px 1px 0px 0px rgba(0, 25, 32, 0.5);
  box-shadow: 1px 1px 0px 0px rgba(0, 25, 32, 0.5);
}
/* line 734, ../sass/tale.scss */
.bloc .bloc_baseline:before {
  margin-right: 8px;
}
/* line 737, ../sass/tale.scss */
.bloc .bloc_baseline:after {
  margin-left: 5px;
}
/* line 741, ../sass/tale.scss */
.bloc .bloc_stat {
  font: 800 5rem / 5rem "Open Sans";
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 2px 2px 0px rgba(0, 25, 32, 0.5);
}
/* line 747, ../sass/tale.scss */
.bloc .bloc_statIntro {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 25, 32, 0.5);
}
/* line 752, ../sass/tale.scss */
.bloc .bloc_info {
  font: 700 2.8rem / 3.2rem "Alegreya";
  text-shadow: 2px 2px 0px rgba(0, 25, 32, 0.5);
}
/* line 757, ../sass/tale.scss */
.bloc .bloc_shadow {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-image: url(../images/tale/community/shadow.png);
}
/* line 771, ../sass/tale.scss */
.bloc .bloc_table {
  padding: 18px;
  padding-top: 60px;
}
/* line 775, ../sass/tale.scss */
.bloc .bloc_table table {
  width: 100%;
}
/* line 779, ../sass/tale.scss */
.bloc .bloc_table th {
  font: 800 1.2rem / 1.2rem "Open Sans";
  color: #003e4f;
  text-transform: uppercase;
  padding: 10px 0;
}
/* line 786, ../sass/tale.scss */
.bloc .bloc_table td {
  padding: 0 0 10px 0;
}
/* line 789, ../sass/tale.scss */
.bloc .bloc_table td:nth-child(2) {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #fff;
}
/* line 795, ../sass/tale.scss */
.bloc .bloc_table th, .bloc .bloc_table td {
  text-align: right;
  line-height: 32px !important;
}
/* line 799, ../sass/tale.scss */
.bloc .bloc_table th:first-child, .bloc .bloc_table th:nth-child(2), .bloc .bloc_table td:first-child, .bloc .bloc_table td:nth-child(2) {
  text-align: left;
}
/* line 806, ../sass/tale.scss */
.bloc.borderGradient .bloc_shadow {
  bottom: -23px;
}
/* line 809, ../sass/tale.scss */
.bloc.borderGradient .bloc_label {
  top: -14px;
}
/* line 814, ../sass/tale.scss */
.bloc.bloc-gods {
  background: #001920 url(../images/tale/competition/ranking_table-bg.png) no-repeat center top;
}
/* line 817, ../sass/tale.scss */
.bloc.bloc-gods .bloc_label {
  width: 200px;
}
/* line 823, ../sass/tale.scss */
.bloc.bloc-gods .bloc_table td:nth-child(3) {
  font: 400 1.6rem / 2rem "Open Sans";
  color: #71929b;
}
/* line 828, ../sass/tale.scss */
.bloc.bloc-gods .bloc_table td:last-child {
  font: 700 1.6rem / 2rem "Open Sans";
  color: #1fbcf1;
}
/* line 835, ../sass/tale.scss */
.bloc.bloc-earners {
  background: #001920 url(../images/tale/competition/top_earners_table-bg.png) no-repeat center bottom;
}
/* line 838, ../sass/tale.scss */
.bloc.bloc-earners .bloc_label {
  width: 200px;
}
/* line 844, ../sass/tale.scss */
.bloc.bloc-earners .bloc_table td:last-child {
  font: 700 1.6rem / 2rem "Open Sans";
  color: #2f7517;
}
/* line 852, ../sass/tale.scss */
.bloc.bloc-twitter {
  background: #fff url(../images/tale/testimonials/twitter-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  min-height: 125px;
  max-width: 332px;
  padding: 30px 18px 18px;
}
/* line 859, ../sass/tale.scss */
.bloc.bloc-twitter .bloc_statIntro {
  color: #000;
  text-shadow: none;
}
/* line 865, ../sass/tale.scss */
.bloc.bloc-abrakam_id {
  background: #fff url(../images/tale/testimonials/abrakam-bg.jpg) no-repeat center;
  min-height: 125px;
  max-width: 332px;
  padding: 30px 18px 18px;
}
/* line 872, ../sass/tale.scss */
.bloc.bloc-faeria_ad {
  background: #fff url(../images/tale/testimonials/faeria_ad-bg.jpg) no-repeat center;
  min-height: 252px;
  max-width: 332px;
  padding: 30px 18px 18px;
}
/* line 879, ../sass/tale.scss */
.bloc.bloc-add-message {
  background-color: #001920;
  padding: 20px;
}
/* line 883, ../sass/tale.scss */
.bloc.bloc-add-message .connected {
  background-color: #003a4b;
  padding: 10px;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
  font-family: "Open Sans";
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
/* line 893, ../sass/tale.scss */
.bloc.bloc-add-message .connected .logout {
  float: right;
}
/* line 899, ../sass/tale.scss */
.bloc.bloc-add-message textarea {
  background-color: white;
  width: 100%;
  min-height: 100px;
  border: 0px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #71929b;
  line-height: 1.429;
  padding: 10px;
  margin-bottom: 10px;
}
/* line 914, ../sass/tale.scss */
.bloc.bloc-add-message input[type=submit] {
  width: 100%;
  font-size: 21px;
  font-family: "Alegreya";
  color: white;
  font-weight: bold;
  line-height: 1.667;
  height: 50px;
  border: 0;
  outline: none;
  background-color: #c3b269;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC3B269', endColorstr='#FF897D4B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYjI2OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg5N2Q0YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c3b269), color-stop(100%, #897d4b));
  background-image: -moz-linear-gradient(top, #c3b269 0%, #897d4b 100%);
  background-image: -webkit-linear-gradient(top, #c3b269 0%, #897d4b 100%);
  background-image: linear-gradient(to bottom, #c3b269 0%, #897d4b 100%);
}

/* line 935, ../sass/tale.scss */
.bloc_scrollable {
  background-color: #001920;
}

/* line 939, ../sass/tale.scss */
.tweets {
  list-style-type: none;
}
/* line 942, ../sass/tale.scss */
.tweets .tweet {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid #002631;
}
/* line 947, ../sass/tale.scss */
.tweets .tweet:first-child {
  border-top: 0;
}
/* line 950, ../sass/tale.scss */
.tweets .tweet:last-child {
  border-bottom: 0;
}
/* line 954, ../sass/tale.scss */
.tweets .tweet_title {
  font: 700 2rem / 2rem "Alegreya";
  margin-bottom: 10px;
}
/* line 958, ../sass/tale.scss */
.tweets .tweet_title .iconSprite {
  margin-right: 5px;
}
/* line 962, ../sass/tale.scss */
.tweets .tweet_title small {
  float: right;
  font-size: 14px;
  font-weight: 300;
}
/* line 968, ../sass/tale.scss */
.tweets .tweet_body {
  font: 400 1.4rem / 2rem "Open Sans";
  font-style: italic;
  color: #71929b;
}

/* line 975, ../sass/tale.scss */
.communityStat {
  height: 300px;
  max-width: 239px;
  margin-left: auto;
  margin-right: auto;
}
/* line 981, ../sass/tale.scss */
.communityStat .communityStat_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
/* line 993, ../sass/tale.scss */
.communityStat-review .communityStat_bg {
  background-image: url(../images/tale/community/reviews_bg.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 993, ../sass/tale.scss */
  .communityStat-review .communityStat_bg {
    background-image: url(../images/tale/community/reviews_bg@2x.png);
  }
}
/* line 1002, ../sass/tale.scss */
.communityStat-review.bloc .bloc_stat {
  color: #1da49f;
}
/* line 1008, ../sass/tale.scss */
.communityStat-eggs .communityStat_bg {
  background-image: url(../images/tale/community/eggs_bg.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1008, ../sass/tale.scss */
  .communityStat-eggs .communityStat_bg {
    background-image: url(../images/tale/community/eggs_bg@2x.png);
  }
}
/* line 1017, ../sass/tale.scss */
.communityStat-eggs.bloc .bloc_stat {
  color: #e84aa3;
}
/* line 1023, ../sass/tale.scss */
.communityStat-discord .communityStat_bg {
  background-image: url(../images/tale/community/discord_bg.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1023, ../sass/tale.scss */
  .communityStat-discord .communityStat_bg {
    background-image: url(../images/tale/community/discord_bg@2x.png);
  }
}
/* line 1032, ../sass/tale.scss */
.communityStat-discord.bloc .bloc_stat {
  color: #7289da;
}
/* line 1038, ../sass/tale.scss */
.communityStat-feedback .communityStat_bg {
  background-image: url(../images/tale/community/feedback_bg.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1038, ../sass/tale.scss */
  .communityStat-feedback .communityStat_bg {
    background-image: url(../images/tale/community/feedback_bg@2x.png);
  }
}
/* line 1047, ../sass/tale.scss */
.communityStat-feedback.bloc .bloc_stat {
  color: #81aa30;
}
/* line 1054, ../sass/tale.scss */
.communityStat.bloc .bloc_text {
  bottom: 50px;
}
/* line 1057, ../sass/tale.scss */
.communityStat.bloc .bloc_desc {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #fff;
  min-height: 42px;
}
/* line 1062, ../sass/tale.scss */
.communityStat.bloc .bloc_desc small {
  font: 400 1.2rem / 1.2rem "Alegreya";
  font-style: italic;
  display: block;
}

/* line 1071, ../sass/tale.scss */
.tag {
  font: 700 1rem / 1rem "Open Sans";
  padding: 5px;
  text-transform: uppercase;
}

/* line 1077, ../sass/tale.scss */
.tagRound {
  height: 38px;
  font: 700 1.6rem / 36px "Open Sans";
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
/* line 1085, ../sass/tale.scss */
.tagRound span {
  vertical-align: top;
}
/* line 1089, ../sass/tale.scss */
.tagRound-diffLvl {
  line-height: 34px;
}
/* line 1092, ../sass/tale.scss */
.tagRound .difficulty-level {
  display: inline-block;
  vertical-align: middle;
}

/* line 1099, ../sass/tale.scss */
#map .waypoints {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
/* line 1108, ../sass/tale.scss */
#map .waypoints .waypoint {
  position: absolute;
  background-image: url(../images/tale/community/map_waypoint.png);
  background-size: 48px 41px;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 41px;
  cursor: pointer;
  -ms-transform: rotate(180deg) scale(0.5);
  /* IE 9 */
  -webkit-transform: rotate(180deg) scale(0.5);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg) scale(0.5);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 1108, ../sass/tale.scss */
  #map .waypoints .waypoint {
    background-image: url(../images/tale/community/map_waypoint@2x.png);
  }
}
/* line 1124, ../sass/tale.scss */
#map .waypoints .waypoint.active, #map .waypoints .waypoint:hover {
  -ms-transform: rotate(0) scale(1);
  /* IE 9 */
  -webkit-transform: rotate(0) scale(1);
  /* Chrome, Safari, Opera */
  transform: rotate(0) scale(1);
}
/* line 1128, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-1 {
  top: 25%;
  left: 27%;
}
/* line 1132, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-2 {
  top: 34%;
  left: 15%;
}
/* line 1136, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-3 {
  top: 80%;
  left: 29%;
}
/* line 1140, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-4 {
  top: 35%;
  left: 45%;
}
/* line 1144, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-5 {
  top: 26%;
  left: 46%;
}
/* line 1148, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-6 {
  top: 30%;
  left: 47.5%;
}
/* line 1152, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-7 {
  top: 27%;
  left: 50%;
}
/* line 1156, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-8 {
  top: 16%;
  left: 51%;
}
/* line 1160, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-9 {
  top: 17.5%;
  left: 54%;
}
/* line 1164, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-10 {
  top: 18%;
  left: 73%;
}
/* line 1168, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-11 {
  top: 35.5%;
  left: 81%;
}
/* line 1172, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-12 {
  top: 44%;
  left: 79.2%;
}
/* line 1176, ../sass/tale.scss */
#map .waypoints .waypoint.waypoint-13 {
  top: 58%;
  left: 77.5%;
}

/* line 1184, ../sass/tale.scss */
.popup-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 1196, ../sass/tale.scss */
.popup-wrapper.active {
  opacity: 1;
  visibility: visible;
}
/* line 1201, ../sass/tale.scss */
.popup-wrapper .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 410;
  display: block;
  min-height: 350px;
  max-width: 720px;
  width: 100%;
  padding: 50px 30px;
  background: #001920;
  background: -moz-linear-gradient(0deg, #001920 0%, #002631 100%);
  background: -webkit-linear-gradient(0deg, #001920 0%, #002631 100%);
  background: -o-linear-gradient(0deg, #001920 0%, #002631 100%);
  background: -ms-linear-gradient(0deg, #001920 0%, #002631 100%);
  background: linear-gradient(90deg, #001920 0%, #002631 100%);
  opacity: 0;
  visibility: hidden;
}
/* line 1213, ../sass/tale.scss */
.popup-wrapper .popup.active {
  opacity: 1;
  visibility: visible;
}
/* line 1218, ../sass/tale.scss */
.popup-wrapper .popup .popup_col {
  float: left;
}
/* line 1221, ../sass/tale.scss */
.popup-wrapper .popup .popup_col:first-of-type {
  width: 33.33%;
}
/* line 1224, ../sass/tale.scss */
.popup-wrapper .popup .popup_col:last-of-type {
  width: 66.67%;
}
@media screen and (max-width: 720px) {
  /* line 1218, ../sass/tale.scss */
  .popup-wrapper .popup .popup_col {
    width: 100% !important;
  }
  /* line 1232, ../sass/tale.scss */
  .popup-wrapper .popup .popup_col:last-of-type img {
    display: none;
  }
}
/* line 1238, ../sass/tale.scss */
.popup-wrapper .popup .popup_title {
  font: 800 1.2rem / 1.2rem "Open Sans";
  color: #003e4f;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* line 1245, ../sass/tale.scss */
.popup-wrapper .popup .popup_title:first-of-type {
  margin-top: 0;
}
/* line 1249, ../sass/tale.scss */
.popup-wrapper .popup .popup_name {
  font: 700 2.8rem / 3.2rem "Alegreya";
  color: #fff;
}
/* line 1253, ../sass/tale.scss */
.popup-wrapper .popup .popup_origin {
  font: 700 1.8rem / 2.1rem "Alegreya";
  color: #fff;
}
/* line 1257, ../sass/tale.scss */
.popup-wrapper .popup .popup_achievements {
  list-style-type: none;
  font: 400 1.8rem / 2.1rem "Alegreya";
  color: #71929b;
}
/* line 1262, ../sass/tale.scss */
.popup-wrapper .popup .popup_description {
  font: 400 1.8rem / 2.6rem "Alegreya";
  font-style: italic;
  margin-top: 25px;
}
/* line 1267, ../sass/tale.scss */
.popup-wrapper .popup .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 960px) {
  /* line 1276, ../sass/tale.scss */
  .header .header_nav {
    display: none;
  }
}
