@import url(https://cdn.ncsoft.com/dependencies/fonts/fontawesome/5.6.3/css/all.min.css);
@import url(https://fonts.ncwest.ncsoft.com/adelon/fonts.css?v=1.0);
@import url(https://fonts.ncwest.ncsoft.com/dinnextpro/fonts.css);
@import url(https://fonts.ncwest.ncsoft.com/includes/fonts/fonts.css);
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro);
@import url(https://use.typekit.net/qvb6vtx.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap);
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@charset "UTF-8";
/*! normalize.scss v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded Footer
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping Footer
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * 4. remove outline on focused elements
  */
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0;
  /* 4 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `Button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `Button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `Footer-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement Button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel Button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel Button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
* {
  box-sizing: border-box; }

html, body, #app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
  background-color: black; }
  @media (min-width: 1024px) {
    html, body, #app {
      overflow-x: visible; } }

body {
  overflow-x: hidden;
  background-color: #1c1c1c;
  color: #3ad1dd;
  font-family: "Source Sans Pro", Arial, Helvetica;
  margin: auto;
  max-width: 2400px; }
  body.no-nav #navbar {
    display: none; }
  body #main {
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch; }
    body #main .page {
      min-height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "le-monde-livre-std", "trajan-pro-3", serif;
  font-weight: 500;
  letter-spacing: 0; }

a, button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block; }

.disabled {
  color: rgba(255, 255, 255, 0.22); }

[class^="tag-"][class*="announcement"] {
  color: #b69e70; }

[class^="tag-"][class*="community"] {
  color: #4a90e2; }

[class^="tag-"][class*="event"] {
  color: #6db51f; }

[class^="tag-"][class*="sales"] {
  color: #DB4437; }

[class^="tag-"][class*="mainenance"] {
  color: #E39A22; }

[class*="tag-border-"][class*="announcement"] {
  border-color: #b69e70; }

[class*="tag-border-"][class*="community"] {
  border-color: #4a90e2; }

[class*="tag-border-"][class*="event"] {
  border-color: #6db51f; }

[class*="tag-border-"][class*="sales"] {
  border-color: #DB4437; }

[class*="tag-border-"][class*="mainenance"] {
  border-color: #E39A22; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
a.btn, div.btn > a {
  padding: 15px 40px;
  display: inline-block;
  color: white; }
  a.btn.arrow-left, div.btn > a.arrow-left {
    padding-left: 50px; }
  a.btn.arrow-right, div.btn > a.arrow-right {
    padding-right: 50px; }

div.btn.no-url:not(.text) {
  padding: 15px 40px; }

.btn {
  font-family: "Source Sans Pro", Arial, Helvetica;
  border: 1px solid white;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3); }
  .btn:hover, .btn.active {
    background: #2d7ff8;
    background: linear-gradient(to bottom, #2d7ff8 0%, #326cb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$clear-blue, endColorstr=$windows-blue,GradientType=0 );
    border-color: #2d7ff8; }
  .btn.default-clear {
    background: none;
    background-color: transparent;
    color: #0b3470;
    border-color: #0b3470;
    text-transform: none;
    transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-filter: none;
            filter: none; }
    .btn.default-clear > a {
      padding: 12px 34px;
      color: inherit; }
    .btn.default-clear:hover, .btn.default-clear.active {
      background: none;
      background-color: #0b3470;
      color: #3cb9c2;
      transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .btn.default-clear:hover > a, .btn.default-clear.active > a {
        color: inherit; }
    .btn.default-clear.arrow-left a {
      padding-left: 48px; }
    .btn.default-clear.arrow-right a {
      padding-right: 48px; }
  .btn.golden {
    position: relative;
    font-family: "AdelonBold", "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 900;
    background-image: #e5c100;
    background: linear-gradient(to top, #89640b, #e0ac32);
    border-radius: 0;
    border: none;
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .btn.golden:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.5) 0%, rgba(229, 193, 0, 0.2) 50%, rgba(245, 166, 35, 0) 100%);
      box-shadow: inset 0 2px 0 0 transparent, inset -2px 0 0 transparent, inset 0 -2px 0 0 transparent, inset 2px 0 0 transparent;
      opacity: 0;
      transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.golden:hover, .btn.golden.active {
      box-shadow: inset 0 2px 0 0 #e0ac32, inset -2px 0 0 #e0ac32, inset 0 -2px 0 0 #e0ac32, inset 2px 0 0 #e0ac32; }
      .btn.golden:hover:before, .btn.golden.active:before {
        opacity: 1;
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.golden.large {
      font-size: 25px;
      max-width: 343px;
      width: calc(100% - 50px);
      height: 87px;
      line-height: 57px; }
      @media (min-width: 1024px) {
        .btn.golden.large {
          max-width: 420px;
          width: 420px;
          height: 106px;
          line-height: 75px;
          font-size: 36px; } }
  .btn.greeny-blue {
    position: relative;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    font-size: 24px;
    font-weight: 900;
    background-image: #2d7ff8;
    background: linear-gradient(to left, #2d7ff8, #3cb9c2);
    border-radius: 0;
    border: none;
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .btn.greeny-blue:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.5) 0%, rgba(229, 193, 0, 0.2) 50%, rgba(245, 166, 35, 0) 100%);
      box-shadow: inset 0 2px 0 0 transparent, inset -2px 0 0 transparent, inset 0 -2px 0 0 transparent, inset 2px 0 0 transparent;
      opacity: 0;
      transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.greeny-blue:hover, .btn.greeny-blue.active {
      box-shadow: inset 0 2px 0 0 #e0ac32, inset -2px 0 0 #e0ac32, inset 0 -2px 0 0 #e0ac32, inset 2px 0 0 #e0ac32; }
      .btn.greeny-blue:hover:before, .btn.greeny-blue.active:before {
        opacity: 1;
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.greeny-blue.large {
      font-size: 25px;
      max-width: 343px;
      width: calc(100% - 50px);
      height: 87px;
      line-height: 57px; }
      @media (min-width: 1024px) {
        .btn.greeny-blue.large {
          max-width: 420px;
          width: 420px;
          height: 106px;
          line-height: 75px;
          font-size: 36px; } }
  .btn.shop {
    background: #ffb422;
    color: black;
    border: none;
    font-size: 17px;
    min-width: 320px;
    text-align: center;
    padding: 25px; }
    .btn.shop:hover {
      background: #FFC920; }
  .btn.text {
    padding: 7px 10px;
    color: #0b3470;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    background: none;
    background-color: transparent;
    border: none; }
    .btn.text:hover, .btn.text.active {
      background: none;
      background-color: #0b3470;
      color: #3cb9c2; }
  .btn > .btn-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    font-size: 18px;
    color: inherit; }
    .btn > .btn-arrow:not(.fa-angle-left) {
      left: auto;
      right: 30px; }
    .btn > .btn-arrow.fa-angle-left {
      left: 30px; }
  .btn.nchide {
    display: none; }
  .btn.gradient-blue, .btn.vandal-blend, .btn.soft-light {
    border: none;
    border-radius: 5px;
    width: 90%;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    max-width: 278px;
    background-color: #1539ec;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    background-image: url("https://aiononline.com/images/global/play-free-cta.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 200% 100%; }
    @media (min-width: 1024px) {
      .btn.gradient-blue, .btn.vandal-blend, .btn.soft-light {
        background-image: url("https://aiononline.com/images/global/play-free-cta-lg.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 200% 100%;
        max-width: 290px; } }
    .btn.gradient-blue:hover, .btn.vandal-blend:hover, .btn.soft-light:hover {
      background-position: right center; }
    .btn.gradient-blue.large, .btn.large.vandal-blend, .btn.large.soft-light {
      font-size: 25px;
      max-width: 343px;
      width: calc(100% - 50px);
      height: 87px;
      line-height: 57px; }
      @media (min-width: 1024px) {
        .btn.gradient-blue.large, .btn.large.vandal-blend, .btn.large.soft-light {
          max-width: 430px;
          width: 420px;
          height: 106px;
          line-height: 75px;
          font-size: 36px; } }
  .btn.vandal-blend {
    background-color: transparent;
    font-family: "Source Sans Pro", Arial, Helvetica;
    background-image: url("/images/global/mark-of-vandal/aion-7.0-register-bt.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 200% cover;
    height: 73px;
    max-width: 362px;
    line-height: 1.5; }
    .btn.vandal-blend .btn-arrow {
      font-size: 24px;
      font-weight: bold;
      opacity: 1;
      top: 45%;
      right: 60px; }
    @media (min-width: 1024px) {
      .btn.vandal-blend {
        height: 97px;
        line-height: 2.3; }
        .btn.vandal-blend .btn-arrow {
          opacity: 0;
          right: 150px; }
        .btn.vandal-blend:hover .btn-arrow {
          transition: all 0.1s;
          opacity: 1;
          right: 75px; } }
  .btn.carousel-btn {
    height: 100%;
    width: 52px;
    padding: 0 !important;
    border: none;
    color: #ffffff;
    pointer-events: all; }
    @media (min-width: 768px) {
      .btn.carousel-btn {
        width: 127px; } }
    .btn.carousel-btn:hover {
      background: rgba(0, 0, 0, 0.5); }
      .btn.carousel-btn:hover .btn-arrow {
        color: white; }
    .btn.carousel-btn .btn-arrow {
      font-size: 42px;
      position: relative;
      transform: translate3d(0, -50%, 0);
      left: 0;
      right: 0;
      margin: auto;
      color: #c1b5ad; }
      @media (min-width: 768px) {
        .btn.carousel-btn .btn-arrow {
          font-size: 100px; } }
    .btn.carousel-btn.arrow-left {
      float: left; }
    .btn.carousel-btn.arrow-right {
      float: right; }
  .btn.soft-light {
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-weight: 600;
    line-height: 1;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    max-width: 232px;
    height: 50px;
    border-Radius: 2px;
    border: solid 1px rgba(255, 255, 255, 0.1); }
    @media (min-width: 768px) {
      .btn.soft-light {
        height: 58px; } }
    .btn.soft-light.active {
      background: white;
      color: black; }
    .btn.soft-light:hover {
      opacity: 1;
      color: black;
      background: white; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
.navbar-item.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none; }

.navbar-item {
  display: block;
  text-align: center;
  margin: 0 auto; }
  .navbar-item.hidden {
    display: none; }
  @media (min-width: 1024px) {
    .navbar-item {
      display: inline-block;
      line-height: 80px;
      margin: 0; }
      .navbar-item.align-right {
        float: right; } }
  .navbar-item.nav-logo {
    display: none; }
    @media (max-width: 1100px) and (min-width: 1024px) {
      .navbar-item.nav-logo {
        margin-right: 0; } }
    @media (min-width: 1100px) {
      .navbar-item.nav-logo {
        margin-right: 3em; } }
    @media (min-width: 1024px) {
      .navbar-item.nav-logo {
        background-size: 200px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url("/images/global/AN_logo-full-color_footer-1x.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 0 0 20px;
        display: inline-block;
        width: 151px;
        height: 100%; } }
    @media (min-width: 1280px) {
      .navbar-item.nav-logo {
        margin: 0 3em 0 45px; } }
    .navbar-item.nav-logo > a {
      display: inline-block; }
  .navbar-item.login > a {
    color: #f0f0f0;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    text-transform: none; }
    @media (min-width: 1024px) {
      .navbar-item.login > a {
        text-transform: uppercase; } }
    @media (max-width: 1140px) {
      .navbar-item.login > a {
        display: none; } }
    .navbar-item.login > a:hover, .navbar-item.login > a:focus {
      cursor: pointer;
      color: #ffffff; }
  .navbar-item.login > .user-wrapper {
    text-align: left;
    padding: 12px;
    margin: 0;
    line-height: 1; }
    @media (min-width: 1024px) {
      .navbar-item.login > .user-wrapper {
        margin: 20px;
        padding: 0;
        text-align: right; } }
    .navbar-item.login > .user-wrapper > .user {
      margin: 0;
      padding: 0;
      line-height: 1;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #ffffff; }
      .navbar-item.login > .user-wrapper > .user:hover {
        font-weight: bold; }
      @media (min-width: 1024px) {
        .navbar-item.login > .user-wrapper > .user {
          text-align: right; } }
    .navbar-item.login > .user-wrapper > .logout {
      margin: 8px 0 0 0;
      padding: 0;
      font-size: 16px;
      font-weight: normal;
      color: #b69e70; }
      @media (min-width: 1024px) {
        .navbar-item.login > .user-wrapper > .logout {
          text-align: right;
          font-size: 12px; } }
      .navbar-item.login > .user-wrapper > .logout:hover {
        font-weight: bold; }
  .navbar-item.play_now {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    bottom: 5em;
    width: 100%;
    height: 3.5em;
    margin: 0;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .navbar-item.play_now {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        margin: 0; } }
    .navbar-item.play_now > a {
      text-align: center;
      width: 100%; }
      @media (max-width: calc(1024px - 1px)) {
        .navbar-item.play_now > a {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0); } }
      @media (min-width: 1280px) {
        .navbar-item.play_now > a {
          width: 318px;
          border-radius: 0; } }
  @media (min-width: 1024px) {
    .navbar-item.text-link {
      line-height: 80px; } }
  .navbar-item.text-link > a, .navbar-item.text-link div {
    color: #f0f0f0;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
  .navbar-item.text-link > a.active {
    position: relative; }
    @media (min-width: 1024px) {
      .navbar-item.text-link > a.active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #2d7ff8; } }
  @media (min-width: 1024px) {
    .navbar-item.text-link:hover {
      background-color: #326cb5;
      background: linear-gradient(to bottom, #2d7ff8 0%, #2d7ff8 20%, #326cb5 100%); } }
  .navbar-item.subnav {
    padding-right: 10px;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
    .navbar-item.subnav > .subnav-parent {
      position: relative;
      padding: 0;
      text-align: left; }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent.active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-color: #2d7ff8; } }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent {
          padding: 0 25px;
          text-align: center; } }
      .navbar-item.subnav > .subnav-parent > p {
        margin: 0;
        padding: 12px; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > p {
            padding: 0; } }
      .navbar-item.subnav > .subnav-parent > .fa-angle-down {
        position: absolute;
        left: 4em;
        top: 21px;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff;
        font-size: 20px; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > .fa-angle-down {
            top: calc(50% + 3px);
            left: auto;
            right: 2px; } }
      .navbar-item.subnav > .subnav-parent > .menu-dropdown {
        display: none;
        position: static;
        max-height: 0px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        height: auto;
        border-bottom: 1px solid #b79e70;
        transform-origin: top center;
        transform: translateY(-5%) scaleY(0);
        z-index: 2; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > .menu-dropdown {
            position: absolute;
            left: 0;
            transform-origin: top center;
            bottom: 0;
            padding: 12px 0;
            max-height: 500px;
            height: auto;
            width: 250px;
            border: none;
            background-color: #326cb5;
            background: linear-gradient(to bottom, #326cb5 0%, #326cb5 20%, #2d7ff8 100%); } }
        @media (min-width: 1600px) {
          .navbar-item.subnav > .subnav-parent > .menu-dropdown {
            bottom: 0; } }
        .navbar-item.subnav > .subnav-parent > .menu-dropdown li {
          height: auto;
          margin: 12px 0; }
          .navbar-item.subnav > .subnav-parent > .menu-dropdown li.indent a {
            padding-left: 20px; }
          .navbar-item.subnav > .subnav-parent > .menu-dropdown li .divider {
            padding: 6px 0 0;
            margin: 0 20px;
            text-align: left;
            line-height: initial;
            font-size: 14px;
            font-weight: bold;
            color: #3cc9f5; }
            .navbar-item.subnav > .subnav-parent > .menu-dropdown li .divider:hover {
              cursor: initial; }
          .navbar-item.subnav > .subnav-parent > .menu-dropdown li a {
            position: relative;
            display: block;
            padding: 0 0 0 25px;
            height: 100%;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            text-align: left;
            color: #f0f0f0;
            text-decoration: none;
            letter-spacing: normal; }
            @media (min-width: 1024px) {
              .navbar-item.subnav > .subnav-parent > .menu-dropdown li a {
                padding: 0 0 0 15px;
                font-size: 17px;
                line-height: 26px;
                color: #ffffff; } }
            .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:hover, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:focus, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a.active {
              color: #ffffff; }
              @media (min-width: 1024px) {
                .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:hover:before, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:focus:before, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a.active:before {
                  content: '';
                  position: absolute;
                  left: 0px;
                  top: -6px;
                  height: 150%;
                  width: 3px;
                  background-color: #ffffff; } }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent:hover {
          cursor: pointer; }
          .navbar-item.subnav > .subnav-parent:hover > .menu-dropdown {
            display: block;
            transform-origin: top center;
            -webkit-animation: openSubMenu 200ms ease-in-out;
                    animation: openSubMenu 200ms ease-in-out;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; } }
      @media (max-width: 1024px) {
        .navbar-item.subnav > .subnav-parent.clicked > p {
          background-image: linear-gradient(to left, #e33f3f, #8c1313); }
        .navbar-item.subnav > .subnav-parent.clicked > .menu-dropdown {
          display: block;
          max-height: 100%;
          transform: translateY(0) scaleY(1); } }
  .navbar-item.classic a {
    color: #6eb3e7; }
  .navbar-item.classic:hover a {
    color: #fff; }
  .navbar-item a {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: block;
    padding: 12px;
    max-width: 280px;
    text-align: left; }
    @media (min-width: 1024px) {
      .navbar-item a {
        text-align: center;
        padding: 0 20px; } }
    @media (min-width: 1320px) {
      .navbar-item a {
        padding: 0 30px; } }

@-webkit-keyframes openSubMenu {
  0% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(100%) scaleY(1); } }

@keyframes openSubMenu {
  0% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(100%) scaleY(1); } }

@-webkit-keyframes closeSubMenu {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

@keyframes closeSubMenu {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#navbar {
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 11;
  background: linear-gradient(to right, black 0%, black 100%);
  transform: translateY(0); }
  #navbar.open {
    background: linear-gradient(to bottom, black 0%, #0c0c0c 100%); }
  #navbar.sticky {
    transform-origin: top;
    position: fixed; }
  @media (min-width: 1024px) {
    #navbar {
      height: 80px;
      background: linear-gradient(to right, black 0%, rgba(0, 0, 0, 0.5) 100%); } }
  #navbar .mobile-nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 99px;
    height: 100%; }
    @media (min-width: 1024px) {
      #navbar .mobile-nav-logo {
        display: none; } }
  #navbar .hamburger {
    position: absolute;
    left: 34px;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    z-index: 3;
    float: left; }
    @media (min-width: 1024px) {
      #navbar .hamburger {
        display: none; } }
    #navbar .hamburger .fa {
      font-size: 25px;
      color: #3ad1dd; }
      #navbar .hamburger .fa[class$="-angle-left"] {
        font-weight: bold;
        font-size: 34px; }
  #navbar .inner-nav {
    position: fixed;
    left: 0;
    top: 50px;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: calc(100vh - 50px);
    background-image: linear-gradient(to top, #4d422d, #0c0d14);
    transform: translateX(-100%);
    transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      #navbar .inner-nav {
        position: absolute;
        height: 80px;
        left: auto;
        top: 0;
        padding: 0;
        text-align: left;
        background-image: none;
        transform: translateX(0%); } }
    #navbar .inner-nav.mobile-nav-show {
      transform: translateX(0%); }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#l2-footer {
  background-color: #000;
  text-align: center; }
  #l2-footer .playnow {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    padding-top: 280px;
    border-bottom: 7px solid #269ca6; }
    #l2-footer .playnow a {
      margin: 0 auto;
      display: block;
      color: #ffffff;
      width: calc(100% - 15px); }
    #l2-footer .playnow .social {
      padding-top: 100px;
      float: none; }
      #l2-footer .playnow .social h3 {
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        color: white;
        font-size: 22px;
        margin: 0 0 20px 0;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          #l2-footer .playnow .social h3 {
            font-size: 40px; } }
      #l2-footer .playnow .social .social-icon {
        display: inline-block;
        height: 60px;
        width: 60px;
        margin: 0 5px;
        position: relative; }
        #l2-footer .playnow .social .social-icon:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 60px;
          height: 60px;
          border-radius: 5px;
          opacity: 0;
          transition: all .3s;
          z-index: 1; }
        #l2-footer .playnow .social .social-icon:before {
          font-family: "Font Awesome 5 Brands";
          width: 60px;
          height: 60px;
          position: absolute;
          top: 0;
          left: 0;
          color: white;
          line-height: 60px;
          font-size: 30px;
          z-index: 2; }
        #l2-footer .playnow .social .social-icon.fb:before {
          content: '\F39E'; }
        #l2-footer .playnow .social .social-icon.fb:after {
          background: #3b5998; }
        #l2-footer .playnow .social .social-icon.twt:before {
          content: '\F099'; }
        #l2-footer .playnow .social .social-icon.twt:after {
          background: #1da1f2; }
        #l2-footer .playnow .social .social-icon.twi:before {
          content: '\F1E8'; }
        #l2-footer .playnow .social .social-icon.twi:after {
          background: #6441A4; }
        #l2-footer .playnow .social .social-icon.yt:before {
          content: '\F167'; }
        #l2-footer .playnow .social .social-icon.yt:after {
          background: #ff0000; }
        #l2-footer .playnow .social .social-icon:hover:after {
          opacity: 1; }
  #l2-footer .copy {
    padding: 70px 0 40px; }
    #l2-footer .copy .foot-logo {
      display: block;
      margin: 0 auto 20px;
      width: 60%; }
      @media (min-width: 575px) {
        #l2-footer .copy .foot-logo {
          width: auto; } }
      #l2-footer .copy .foot-logo:hover {
        cursor: pointer; }
    #l2-footer .copy p {
      font-family: "Source Sans Pro", Arial, Helvetica;
      color: white;
      margin: 0 0 5px 0;
      font-size: 13px; }
    #l2-footer .copy .esrb {
      display: block;
      margin: 50px auto 0;
      max-width: 200px;
      height: auto; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.caption {
  color: #ffffff;
  font-family: "Source Sans Pro", Arial, Helvetica; }
  @media (min-width: 1024px) {
    .caption {
      font-weight: normal; } }
  .caption span.separator {
    margin: 0 5px; }
    @media (min-width: 1024px) {
      .caption span.separator {
        display: inline-block;
        margin: 0 10px; } }
  .caption > span.meta-content {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: normal; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.news-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  display: inline-block;
  height: 422px;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 5px;
  transform: translateY(0);
  transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 1024px) {
    .news-card {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
      margin-bottom: 0; } }
  .news-card > .thumb {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: border-bottom-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .news-card > .content-wrapper {
    position: relative;
    width: 100%;
    height: 50%;
    padding: 1em;
    text-align: left;
    background-color: #ffffff;
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      .news-card > .content-wrapper {
        background-color: transparent; } }
    .news-card > .content-wrapper > .classic-caption {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 100%;
      padding: 1px 17px;
      background-color: #f5a623;
      background-image: none;
      text-align: left;
      font-size: 11px;
      color: #0c0d14;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
      @media (min-width: 1024px) {
        .news-card > .content-wrapper > .classic-caption {
          background-image: linear-gradient(#b69e70, #b69e70), linear-gradient(#e39a22, #e39a22), linear-gradient(to right, #b79e70, #4d422d); } }
    .news-card > .content-wrapper > .caption {
      margin-top: 12px;
      margin-bottom: 8px;
      font-size: 17px;
      color: #000; }
    .news-card > .content-wrapper > .description {
      font-size: 24px;
      color: #000;
      margin: 6px 0;
      max-height: 130px;
      overflow: hidden;
      height: auto; }
      @media (min-width: 1024px) {
        .news-card > .content-wrapper > .description {
          margin: auto; } }
  @media (min-width: 1024px) {
    .news-card:not(:hover) > .thumb {
      border-bottom-color: transparent; } }
  @media (min-width: 1024px) {
    .news-card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      cursor: pointer;
      transform: translateY(-10px);
      transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .news-card:hover > .thumb {
        transition: border-bottom-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .news-card:hover > .content-wrapper {
        background-color: #ffffff;
        transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
  .news-card.classic > .thumb {
    border: 0; }
  @media (min-width: 1024px) {
    .news-card.classic:hover .classic-caption {
      background-image: linear-gradient(#f5a623, #f5a623); } }
  .news-card.dark {
    background-color: #000; }
    .news-card.dark > .content-wrapper {
      background-color: #0c0d14; }
      @media (min-width: 1024px) {
        .news-card.dark > .content-wrapper {
          background-color: #000; } }
      .news-card.dark > .content-wrapper > .caption {
        color: #f0f0f0; }
      .news-card.dark > .content-wrapper > .description {
        color: #f0f0f0; }
    .news-card.dark:hover > .content-wrapper {
      background-color: #0c0d14; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.gameTags .tag {
  display: inline-block;
  height: 18px;
  width: auto;
  min-width: 78px;
  border-radius: 2px;
  padding: 2px;
  background-image: none;
  text-align: center;
  font-size: 11px;
  color: #ffffff;
  margin-right: 5px;
  font-family: "AdelonBook", "Times New Roman", Times, serif;
  transition: background 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .gameTags .tag.classic {
    background: #3e78a3; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.featured-news-wrapper {
  position: static;
  padding: 0 1em;
  text-align: left; }
  @media (min-width: 1024px) {
    .featured-news-wrapper {
      position: absolute;
      bottom: 7em;
      left: 0;
      padding: 0 3em; } }
  @media (min-width: 1600px) {
    .featured-news-wrapper {
      padding: 0 8em;
      bottom: 4em; } }
  .featured-news-wrapper > p {
    display: inline-block;
    text-transform: uppercase;
    color: #0b3470;
    font-family: "Source Sans Pro", Arial, Helvetica; }
  .featured-news-wrapper > .card-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr; }
    @media (min-width: 768px) {
      .featured-news-wrapper > .card-list {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 16px 1fr; } }
    @media (min-width: 1024px) {
      .featured-news-wrapper > .card-list {
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr; } }
    .featured-news-wrapper > .card-list > .news-card.index-0 {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-1 {
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-2 {
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-3 {
      -ms-grid-column: 7;
      -ms-grid-row: 1; }
  .featured-news-wrapper.dark > p {
    color: #ffffff; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.home-header {
  position: relative;
  height: auto;
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .home-header {
      height: 1080px;
      margin-top: 0; } }
  @media (min-width: 1320px) {
    .home-header {
      height: 1270px; } }
  .home-header > .banner-wrapper {
    position: relative;
    height: auto;
    padding: 0; }
    @media (min-width: 1024px) {
      .home-header > .banner-wrapper {
        height: 1080px;
        padding: 0 8em; } }
    .home-header > .banner-wrapper > .gradient {
      position: absolute;
      bottom: 22%;
      left: 0;
      right: 0;
      width: 100%;
      height: 10em;
      z-index: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 66%, black 100%); }
    .home-header > .banner-wrapper > [class^="banner-img-"] {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-position: 50%;
      background-repeat: no-repeat; }
    .home-header > .banner-wrapper > .banner-img-mobile {
      display: block;
      position: static;
      height: 220px;
      background-size: 100%;
      background-position: center top; }
      @media (min-width: 768px) and (min-height: 500px) {
        .home-header > .banner-wrapper > .banner-img-mobile {
          background-size: cover;
          height: 400px; } }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .banner-img-mobile {
          display: none; } }
    .home-header > .banner-wrapper > .banner-img-desktop {
      display: none;
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .banner-img-desktop {
          display: block; } }
    .home-header > .banner-wrapper > .video-background {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 1080px;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .video-background {
          display: block; } }
      .home-header > .banner-wrapper > .video-background > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 103%; }
        @media (min-width: 1320px) {
          .home-header > .banner-wrapper > .video-background > video {
            width: 100%; } }
    .home-header > .banner-wrapper > .content-wrapper {
      position: static;
      text-align: left;
      width: 100%;
      max-width: 55em;
      height: auto;
      padding: 0 1em;
      transform: translateY(-42%); }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .content-wrapper {
          position: absolute;
          left: 1em;
          top: 30%;
          bottom: auto;
          transform: translate3d(0, -50%, 0);
          left: 3em;
          padding: 0; } }
      @media (min-width: 1320px) {
        .home-header > .banner-wrapper > .content-wrapper {
          top: 40%; } }
      @media (min-width: 1600px) {
        .home-header > .banner-wrapper > .content-wrapper {
          left: 8em;
          top: 45%; } }
      .home-header > .banner-wrapper > .content-wrapper > .title {
        margin: 16px 0;
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        font-size: 38px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.07;
        letter-spacing: 1.5px;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        @media (min-width: 1024px) {
          .home-header > .banner-wrapper > .content-wrapper > .title {
            font-size: 48px; }
            .home-header > .banner-wrapper > .content-wrapper > .title:hover {
              text-shadow: 2px 2px 4px black; } }
        @media (min-width: 1320px) {
          .home-header > .banner-wrapper > .content-wrapper > .title {
            font-size: 70px; } }
      .home-header > .banner-wrapper > .content-wrapper > .subheader {
        margin: 0 0 2em;
        font-family: "Source Sans Pro", Arial, Helvetica;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        color: #ffffff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        .home-header > .banner-wrapper > .content-wrapper > .subheader:hover {
          text-shadow: 2px 2px 4px black; }
  .home-header > a.all-news-btn {
    margin: 2em auto;
    color: #ffffff;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .home-header > a.all-news-btn {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        bottom: 2em;
        margin: 0; } }
    .home-header > a.all-news-btn > i {
      margin-right: 10px;
      font-size: 18px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
.block {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 1em;
  text-align: left;
  color: white;
  margin: 0 10px 20px;
  width: calc(100% - 20px);
  max-width: 1872px;
  cursor: pointer;
  min-height: 450px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .block {
      background-image: none !important; } }
  @media (min-width: 1025px) {
    .block {
      display: inline-block;
      padding: 50px 100px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .block.theme-light {
        color: white; }
      .block.theme-dark {
        color: black; } }
  @media (min-width: 1600px) {
    .block {
      min-height: 600px; } }
  .block:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, #B79E70 0%, rgba(183, 158, 112, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$grad-gold, endColorstr=$gold,GradientType=1 );
    z-index: 0;
    transition: all .3s;
    opacity: 0; }
    @media (min-width: 1025px) {
      .block:before {
        display: block; } }
  .block > .mobile-bg {
    width: 100%;
    height: 223px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .block > .mobile-bg {
        display: none; } }
  .block h2 {
    margin: 20px 0 16px 0;
    z-index: 2;
    font-size: 24px;
    position: relative;
    max-width: 670px;
    display: block; }
    @media (min-width: 1025px) {
      .block h2 {
        margin: 0 0 10px 0;
        font-size: 36px; } }
    @media (min-width: 1600px) {
      .block h2 {
        margin: 0 0 20px 0;
        font-size: 50px; } }
  .block p {
    position: relative;
    display: block;
    z-index: 2;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 16px;
    max-width: 660px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin: 0 0 30px 0; }
    @media (min-width: 1025px) {
      .block p {
        margin: 0 0 30px 0;
        font-size: 18px;
        line-height: 30px; } }
  .block.half {
    width: calc(100% - 20px); }
    @media (min-width: 1025px) {
      .block.half {
        width: calc(50% - 20px);
        max-width: 924px; } }
    .block.half:before {
      width: 101%;
      height: 200px;
      background: linear-gradient(to bottom, #B79E70 0%, rgba(183, 158, 112, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$grad-gold, endColorstr=$grad-gold,GradientType=0 ); }
  .block:hover:before {
    opacity: 1; }
  .block:hover.red:before, .block:hover.blue:before {
    opacity: 1; }
  .block:hover.red:after, .block:hover.blue:after {
    opacity: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.video-modal-overlay, .video-modal-overlay > .video-modal, .video-modal-overlay > .video-modal > .outter, .video-modal-overlay > .video-modal > .outter iframe, .video-modal-overlay > .video-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.video-modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999; }
  .video-modal-overlay > .video-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .video-modal-overlay > .video-modal > .outter {
      background-color: rgba(0, 0, 0, 0.8);
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .video-modal-overlay > .video-modal > .outter.open-false {
        opacity: 0; }
      .video-modal-overlay > .video-modal > .outter > .inner {
        position: relative;
        transform: translateY(-50%);
        top: 50%; }
        .video-modal-overlay > .video-modal > .outter > .inner:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      @media (min-width: 1100px) {
        .video-modal-overlay > .video-modal > .outter iframe {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          max-width: 95vw;
          max-height: 95vh; } }
      .video-modal-overlay > .video-modal > .outter > .toolbar {
        height: 3em; }
        .video-modal-overlay > .video-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: auto;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .video-modal-overlay > .video-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            width: 3em;
            height: 3em;
            cursor: pointer;
            border: none;
            opacity: 0.7; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.full-video-bg-wrapper {
  min-width: 100%;
  min-height: 100%;
  position: absolute; }
  .full-video-bg-wrapper .video-bg-logo {
    display: none;
    width: 40%;
    height: auto;
    max-width: 320px;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 200px;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0); }
    @media (min-width: 1024px) {
      .full-video-bg-wrapper .video-bg-logo {
        max-width: 465px;
        display: inline-block; } }
  .full-video-bg-wrapper #video-bg {
    z-index: 0;
    display: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1024px) {
      .full-video-bg-wrapper #video-bg {
        display: block; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.home {
  padding-bottom: 2em; }
  @media (min-width: 1024px) {
    .home {
      padding-bottom: 0; } }
  .home .home-news {
    min-height: 500px; }
  .home .home-feature {
    width: 100%;
    height: 770px;
    padding: 350px 1em 0;
    margin-bottom: 20px;
    position: relative;
    background-size: cover; }
    @media (max-width: 1024px) {
      .home .home-feature {
        background: url("/images/global/home/content-update/AN-Classic-bg_768x850.jpg") no-repeat center top/cover;
        min-height: 850px; } }
    @media (max-width: 768px) {
      .home .home-feature {
        background-size: 768px auto; } }
    @media (min-width: 1024px) {
      .home .home-feature {
        width: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        min-height: 980px;
        overflow: hidden; } }
    @media (min-width: 1320px) {
      .home .home-feature {
        min-height: 1080px; } }
    .home .home-feature .game-logo {
      position: absolute;
      top: 20px;
      left: 50%;
      width: 90%;
      max-width: 500px;
      transform: translate(-50%, 0); }
      @media (min-width: 1024px) {
        .home .home-feature .game-logo {
          max-width: 627px; } }
    .home .home-feature .full-video-bg-wrapper {
      top: 0; }
      .home .home-feature .full-video-bg-wrapper:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        background: linear-gradient(to top, black, transparent); }
      @media (max-width: 1024px) {
        .home .home-feature .full-video-bg-wrapper:after {
          display: none; }
        .home .home-feature .full-video-bg-wrapper .video-bg-logo {
          display: block;
          width: 410px;
          max-width: 100%;
          top: 140px; } }
    .home .home-feature .video-bg-logo {
      width: 690px;
      top: 260px;
      height: auto;
      max-width: initial !important; }
    .home .home-feature .thumb-preview {
      position: relative;
      margin: auto;
      max-width: 458px;
      width: 90%;
      height: auto;
      overflow: visible;
      top: -30%;
      min-height: 227px; }
      .home .home-feature .thumb-preview .thumb-border, .home .home-feature .thumb-preview .thumb-image {
        position: absolute;
        left: 50%;
        top: 70%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%; }
        .home .home-feature .thumb-preview .thumb-border.thumb-image, .home .home-feature .thumb-preview .thumb-image.thumb-image {
          z-index: 0;
          width: 78%; }
      @media (min-width: 1024px) {
        .home .home-feature .thumb-preview {
          max-width: 658px;
          min-height: 351px;
          width: 40%;
          top: 50%;
          right: -25%;
          transform: translate3d(10%, -65%, 0); } }
      @media (min-width: 1320px) {
        .home .home-feature .thumb-preview {
          max-width: 720px;
          transform: translate3d(-12%, -45%, 0); } }
      .home .home-feature .thumb-preview .play-btn {
        position: absolute;
        left: 50%;
        top: 68%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
        margin: auto;
        display: inline-block;
        z-index: 2;
        text-shadow: rgba(42, 42, 42, 0.8) 0 0 6px; }
        .home .home-feature .thumb-preview .play-btn:after {
          transition: 350ms;
          color: white;
          font-size: 55px;
          content: "\F144";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          padding: 10px; }
        .home .home-feature .thumb-preview .play-btn:hover:after {
          font-size: 60px; }
      .home .home-feature .thumb-preview .video {
        position: absolute;
        left: 50%;
        top: 70%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        display: none; }
        @media (min-width: 1024px) {
          .home .home-feature .thumb-preview .video {
            display: block;
            transform: translate3d(-49%, -50%, 0);
            width: 86%; } }
    .home .home-feature .feature-content {
      color: white;
      text-align: center;
      position: static;
      position: relative;
      top: 440px;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.8); }
      @media (max-width: 1024px) {
        .home .home-feature .feature-content {
          top: -80px; } }
      .home .home-feature .feature-content h2 {
        display: none;
        font-size: 24px;
        margin: 1em 0 0; }
      .home .home-feature .feature-content h3 {
        font-size: 59px;
        line-height: 1;
        margin: 0 0 15px; }
        @media (max-width: 1024px) {
          .home .home-feature .feature-content h3 {
            font-size: 28px; } }
      .home .home-feature .feature-content p {
        font-size: 24px;
        font-family: "Source Sans Pro", Arial, Helvetica;
        width: 650px;
        max-width: 100%;
        margin: 0 auto;
        line-height: 1.4; }
        @media (max-width: 1024px) {
          .home .home-feature .feature-content p {
            font-size: 14px;
            width: 390px; } }
      .home .home-feature .feature-content:hover .btn-playfree {
        opacity: 1; }
    .home .home-feature .btn-playfree {
      margin-top: 45px;
      background: url("/images/global/home/content-update/BTN-Play_Free.png") no-repeat center center/100% auto;
      opacity: 0.9;
      transition: opacity 0.4s;
      width: 258px;
      height: 76px;
      display: inline-block;
      overflow: hidden;
      text-indent: -9999999px; }
      .home .home-feature .btn-playfree:hover {
        opacity: 1; }
  .home .block > .mobile-bg {
    padding-top: 60%; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.class-box {
  position: relative;
  text-align: left;
  padding: 0 20px 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 16px;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #2d7ff8, #0b3470), linear-gradient(#204069, #204069); }
  @media (min-width: 1320px) {
    .class-box {
      padding: 0 13% 30px; } }
  @media (min-width: 1320px) {
    .class-box {
      padding: 0 148px 60px; } }
  .class-box .class-box-not-available {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .class-box .class-box-not-available {
        width: 100px; } }
  .class-box .classes-classic {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    margin: 10px;
    color: #fff;
    background-image: linear-gradient(to bottom, #2d7ff8, #0b3470), linear-gradient(#204069, #204069);
    border-radius: 3px;
    border: solid 1px #3ad1dd;
    text-transform: uppercase;
    font-size: 13px; }
  .class-box h3 {
    color: #32e9f8;
    margin: 0; }
    @media (min-width: 1024px) {
      .class-box h3 {
        font-size: 28px; } }
  .class-box p {
    padding: 7px 0px;
    line-height: 1.5;
    margin: 0; }
    @media (min-width: 1024px) {
      .class-box p {
        font-size: 20px; } }
  @media (min-width: 1024px) {
    .class-box .overview-content {
      width: 38%;
      max-width: 618px;
      margin-top: -670px;
      margin-bottom: 20px;
      font-size: 18px;
      transform: translateY(0); } }
  @media (min-width: 1320px) {
    .class-box .overview-content {
      width: 55%;
      margin-top: -650px;
      margin-bottom: 30px; } }
  .class-box .section {
    margin: 20px 0;
    text-align: left;
    vertical-align: top;
    max-width: 1320px; }
    @media (min-width: 1024px) {
      .class-box .section {
        margin: 30px 0; } }
    .class-box .section:not(.stats-section) {
      max-width: 600px; }
      @media (min-width: 768px) {
        .class-box .section:not(.stats-section) {
          width: 50%;
          display: inline-block; }
          .class-box .section:not(.stats-section):nth-child(1) {
            float: right; }
          .class-box .section:not(.stats-section).armor-section {
            padding-left: 30px; } }
      @media (min-width: 1320px) {
        .class-box .section:not(.stats-section).armor-section {
          padding-left: 60px; } }
    .class-box .section.features-section {
      width: 100%;
      max-width: none; }
      .class-box .section.features-section > p {
        position: relative;
        margin-left: 20px; }
        .class-box .section.features-section > p:before {
          position: absolute;
          top: 14px;
          left: -20px;
          content: " ";
          width: 10px;
          height: 10px;
          background: #4a90e2; }
    .class-box .section > div {
      max-width: 600px; }
      @media (min-width: 768px) {
        .class-box .section > div {
          width: calc(50% - 30px);
          display: inline-block; }
          .class-box .section > div.set_1 {
            margin-right: 60px; } }
      .class-box .section > div .stat-item .stats-bar {
        display: inline-block;
        width: calc(100% - 120px);
        background: rgba(12, 13, 20, 0.4);
        height: 8px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        box-shadow: 1px 0 0 black; }
        @media (min-width: 1024px) {
          .class-box .section > div .stat-item .stats-bar {
            width: calc(100% - 150px); } }
        .class-box .section > div .stat-item .stats-bar .inner {
          -webkit-animation: progress-bar 2s;
                  animation: progress-bar 2s;
          height: 7px;
          background: white;
          width: 0;
          transition: all 4s; }
      .class-box .section > div .stat-item p {
        min-width: 75px;
        display: inline-block; }
        @media (min-width: 1024px) {
          .class-box .section > div .stat-item p {
            min-width: 100px; } }
        .class-box .section > div .stat-item p.number {
          min-width: 35px;
          margin-left: 10px; }

@-webkit-keyframes progress-bar {
  0% {
    width: 0; } }

@keyframes progress-bar {
  0% {
    width: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
@media (min-width: 1024px) {
  .character-header {
    margin-bottom: 330px; } }

.character-header .sub_class_mobile-bg, .character-header .sub_class_desktop-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 136px;
  z-index: 0; }

.character-header .sub_class_desktop-bg {
  display: block;
  width: 100%;
  height: 292px; }

.character-header .character-header-bottom {
  width: 100%;
  margin: auto;
  text-align: center;
  transform: translate3d(0px, -55px, 0); }
  @media (min-width: 1024px) {
    .character-header .character-header-bottom {
      position: absolute;
      top: 80px;
      left: 2%;
      width: 40%;
      max-width: 550px;
      transform: none; } }
  .character-header .character-header-bottom .sub_class_icon {
    vertical-align: bottom;
    background-position: center;
    background-size: contain;
    width: 80px;
    max-width: 160px; }
    @media (min-width: 1024px) {
      .character-header .character-header-bottom .sub_class_icon {
        width: 30%;
        margin-right: 30px;
        transform: translateY(-20px); } }
  .character-header .character-header-bottom .character-title-toggle {
    overflow: visible;
    text-align: left;
    display: inline-block;
    width: calc(100% - 100px);
    margin-left: 20px;
    max-width: 215px; }
    .character-header .character-header-bottom .character-title-toggle h1 {
      text-transform: uppercase;
      margin-top: 0;
      font-size: 24px;
      color: #ffffff;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
      @media (min-width: 1024px) {
        .character-header .character-header-bottom .character-title-toggle h1 {
          font-size: 45px; } }
      @media (min-width: 1320px) {
        .character-header .character-header-bottom .character-title-toggle h1 {
          font-size: 65px;
          margin-bottom: 37px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.character-wrapper {
  width: 100%;
  height: 300px;
  z-index: 0; }
  @media (min-width: 1024px) {
    .character-wrapper {
      height: 650px; } }
  @media (min-width: 1600px) {
    .character-wrapper {
      height: 650px; } }
  .character-wrapper > [class^="character-"] {
    position: absolute;
    height: auto;
    width: 343px;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto; }
    @media (min-width: 1024px) {
      .character-wrapper > [class^="character-"] {
        top: -100px;
        right: -40px;
        left: auto;
        width: 800px; } }
    @media (min-width: 1600px) {
      .character-wrapper > [class^="character-"] {
        top: -140px;
        right: 0;
        left: 0;
        width: 1000px;
        transform: translate3d(30%, 0, 0); } }
    @media (min-width: 1024px) {
      .character-wrapper > [class^="character-"][class$="mobile"] {
        display: none; } }
    .character-wrapper > [class^="character-"][class$="desktop"] {
      display: none; }
      @media (min-width: 1024px) {
        .character-wrapper > [class^="character-"][class$="desktop"] {
          display: inline-block; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.race-selection {
  z-index: 10; }
  .race-selection .inner-wrapper a {
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #3ad1dd;
    border-radius: 5px;
    text-transform: uppercase;
    -ms-grid-row: 1;
    padding: 0 10px; }
    @media (min-width: 414px) {
      .race-selection .inner-wrapper a {
        padding: 0 16px; } }
    .race-selection .inner-wrapper a.active {
      border-radius: 3px;
      background-color: #0b3470;
      border: solid 1px #3ad1dd; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.options-popout-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(2em, 7em) minmax(10em, 1fr);
      grid-template-columns: minmax(2em, 7em) minmax(10em, 1fr);
  position: absolute;
  top: 36px;
  left: 45%;
  width: 350px;
  height: auto;
  border-radius: 2px;
  background-color: #ffffff;
  transform: scale(0) translateX(-50%);
  transform-origin: 11% top;
  transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 1024px) {
    .options-popout-wrapper {
      transform: scale(0) translateX(0%);
      min-width: 405px;
      width: auto;
      right: -323px;
      left: auto;
      transform-origin: 11% top; } }
  .options-popout-wrapper.no-nav {
    display: block;
    background-color: transparent; }
    .options-popout-wrapper.no-nav .sub-options-wrapper {
      width: 100%; }
  .options-popout-wrapper.show,
  .options-popout-wrapper.show > .options-wrapper {
    transform: scale(1) translateX(-50%);
    transform-origin: 11% top;
    transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      .options-popout-wrapper.show,
      .options-popout-wrapper.show > .options-wrapper {
        transform: scale(1) translateX(0%);
        transform-origin: 11% top; } }
  .options-popout-wrapper > .nav-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 10px 2em 10px 0;
    background-color: inherit;
    vertical-align: top; }
    .options-popout-wrapper > .nav-wrapper > ul {
      padding: 0 0 0 20px;
      font-size: 15px;
      list-style: none; }
      .options-popout-wrapper > .nav-wrapper > ul > li {
        margin: 12px 0;
        color: #666666; }
        .options-popout-wrapper > .nav-wrapper > ul > li.active {
          position: relative;
          color: #f5a623; }
          .options-popout-wrapper > .nav-wrapper > ul > li.active > .icon {
            position: absolute;
            left: auto;
            top: 50%;
            bottom: 0;
            transform: translate3d(calc(-50% - 2px), -50%, 0);
            right: -0.45em; }
        .options-popout-wrapper > .nav-wrapper > ul > li:hover {
          cursor: pointer;
          color: #f5a623; }
  .options-popout-wrapper > .options-wrapper {
    padding: 10px 0; }
  .options-popout-wrapper > .sub-options-wrapper {
    padding: 10px 0;
    display: inline-block;
    width: auto;
    min-width: 15em;
    vertical-align: top;
    background-color: #9b9b9b; }
    .options-popout-wrapper > .sub-options-wrapper > ul {
      padding: 0 0 0 20px;
      list-style: none;
      font-size: 15px;
      text-align: left;
      opacity: 0;
      transform: translateX(-10px);
      -webkit-animation: showSubOptions 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
              animation: showSubOptions 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .options-popout-wrapper > .sub-options-wrapper > ul > li:not(.disabled) {
        color: #ffffff; }
      .options-popout-wrapper > .sub-options-wrapper > ul > li:hover {
        cursor: pointer;
        text-decoration: underline; }

@-webkit-keyframes showSubOptions {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes showSubOptions {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.dropdown {
  position: relative;
  max-width: 26em;
  width: 85%;
  margin: 0 auto;
  z-index: 10;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .dropdown {
      width: auto;
      margin: 0 auto; } }
  .dropdown > .placeholder {
    position: relative;
    height: 43px;
    padding: 0 70px 0 20px;
    border-radius: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden; }
    .dropdown > .placeholder:hover, .dropdown > .placeholder:focus {
      cursor: pointer; }
    .dropdown > .placeholder > .icon {
      position: absolute;
      left: auto;
      top: 50%;
      bottom: auto;
      transform: translate3d(-50%, -50%, 0);
      right: 20px;
      z-index: 2; }
      .dropdown > .placeholder > .icon > .far {
        font-size: 20px;
        font-weight: bold;
        color: inherit; }
    .dropdown > .placeholder > .placeholder-text {
      line-height: calc(43px - 2px);
      margin: 0;
      font-size: 14px;
      vertical-align: middle;
      text-align: left;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      @media (min-width: 1024px) {
        .dropdown > .placeholder > .placeholder-text {
          font-size: 15px; } }
    .dropdown > .placeholder > .backdrop {
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      height: 100%;
      z-index: 1; }
  .dropdown ul.options-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .dropdown ul.options-wrapper.show {
      display: block;
      transform-origin: top center;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .dropdown ul.options-wrapper > li {
      position: relative;
      height: 43px;
      padding: 0;
      padding-left: 21px;
      margin: 0; }
      .dropdown ul.options-wrapper > li:hover, .dropdown ul.options-wrapper > li:focus {
        cursor: pointer;
        color: #afe1e8;
        background-color: rgba(18, 18, 18, 0.9); }
      .dropdown ul.options-wrapper > li.disabled {
        pointer-events: none; }
      .dropdown ul.options-wrapper > li:last-child {
        border-bottom-left-radius: 2.5px;
        border-bottom-right-radius: 2.5px; }
      .dropdown ul.options-wrapper > li > p {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        height: 0;
        font-size: 15px;
        text-align: left;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
        color: inherit;
        line-height: 43px;
        text-decoration: none; }
      .dropdown ul.options-wrapper > li > i {
        position: absolute;
        left: auto;
        top: 50%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        right: 12px; }
  .dropdown.full-width {
    max-width: 100%;
    width: 100%; }
  .dropdown.light-box {
    color: purple; }
    .dropdown.light-box > .placeholder {
      background-color: #9b9b9b;
      border: 0; }
      .dropdown.light-box > .placeholder > .placeholder-text {
        color: #000; }
      .dropdown.light-box > .placeholder > .icon {
        color: #000; }
      .dropdown.light-box > .placeholder > .backdrop {
        background-color: #9b9b9b;
        background: linear-gradient(to right, rgba(155, 155, 155, 0) 0%, #9b9b9b 37%, #9b9b9b 100%); }
    .dropdown.light-box > ul.options-wrapper {
      transform: translateY(-1px); }
      .dropdown.light-box > ul.options-wrapper.show {
        -webkit-animation: openDropdownLight 200ms ease-in-out;
                animation: openDropdownLight 200ms ease-in-out; }
      .dropdown.light-box > ul.options-wrapper > li {
        background-color: #9b9b9b;
        color: #000; }
        .dropdown.light-box > ul.options-wrapper > li:hover, .dropdown.light-box > ul.options-wrapper > li:focus {
          color: #000;
          background-color: #9b9b9b; }
        .dropdown.light-box > ul.options-wrapper > li.disabled {
          color: rgba(40, 40, 40, 0.3); }
        .dropdown.light-box > ul.options-wrapper > li > p {
          text-shadow: none; }
  .dropdown.dark-box > .placeholder {
    background-color: #000;
    border: solid 1px #f5a623; }
    .dropdown.dark-box > .placeholder > .placeholder-text {
      color: rgba(255, 255, 255, 0.87); }
    .dropdown.dark-box > .placeholder > .icon {
      color: #f5a623; }
    .dropdown.dark-box > .placeholder > .backdrop {
      background-color: #000;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 37%, black 100%); }
  .dropdown.dark-box > ul.options-wrapper.show {
    -webkit-animation: openDropdownDark 200ms ease-in-out;
            animation: openDropdownDark 200ms ease-in-out; }
  .dropdown.dark-box > ul.options-wrapper > li {
    background-color: #000;
    color: rgba(255, 255, 255, 0.87); }
    .dropdown.dark-box > ul.options-wrapper > li:hover, .dropdown.dark-box > ul.options-wrapper > li:focus {
      color: #f5a623;
      background-color: rgba(0, 0, 0, 0.95); }
    .dropdown.dark-box > ul.options-wrapper > li.disabled {
      color: rgba(255, 255, 255, 0.3); }
  .dropdown.sleek > .placeholder {
    border-radius: 5px;
    border: solid 1px #141a22;
    color: #000; }
    .dropdown.sleek > .placeholder > .placeholder-text {
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal;
      color: inherit; }
    .dropdown.sleek > .placeholder > .popout-arrow {
      color: inherit;
      font-size: 22px; }
  .dropdown.sleek > ul.options-wrapper {
    z-index: 9999; }
    .dropdown.sleek > ul.options-wrapper.show {
      -webkit-animation: openDropdownSleek 200ms ease-in-out;
              animation: openDropdownSleek 200ms ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .dropdown.sleek > ul.options-wrapper > li {
      background-color: #ffffff;
      color: #000; }
      .dropdown.sleek > ul.options-wrapper > li:hover, .dropdown.sleek > ul.options-wrapper > li:focus {
        background-color: rgba(240, 240, 240, 0.95); }
      .dropdown.sleek > ul.options-wrapper > li.disabled {
        color: rgba(0, 0, 0, 0.3); }
  .dropdown.sleek.show > .placeholder {
    background-color: #000;
    color: #ffffff; }
  .dropdown.popout {
    width: auto;
    height: 50px;
    padding-right: 50px;
    display: inline-block;
    color: #ffffff; }
    .dropdown.popout > .placeholder {
      height: auto;
      width: auto;
      padding: 0;
      box-shadow: none;
      border: 0;
      background-color: transparent;
      overflow: visible; }
      .dropdown.popout > .placeholder:after {
        content: '';
        display: none; }
      .dropdown.popout > .placeholder > .placeholder-text {
        line-height: 1; }
      .dropdown.popout > .placeholder > .popout-arrow {
        position: absolute;
        left: auto;
        top: 50%;
        bottom: 0;
        transform: translate3d(-50%, -50%, 0);
        right: -20px;
        font-size: 20px;
        color: inherit; }
        .dropdown.popout > .placeholder > .popout-arrow:after {
          content: '';
          position: absolute;
          top: 46px;
          left: 4px;
          display: block;
          width: 14px;
          height: 14px;
          background-color: #f5a623;
          transform: rotate(45deg) translate(50%, 50%) scale(1);
          opacity: 0;
          transform-origin: 36% top;
          transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
          @media (min-width: 1024px) {
            .dropdown.popout > .placeholder > .popout-arrow:after {
              background-color: #ffffff; } }
        @media (min-width: 1024px) {
          .dropdown.popout > .placeholder > .popout-arrow.no-nav:after {
            background-color: #f5a623; } }
        .dropdown.popout > .placeholder > .popout-arrow.show:after {
          transform: rotate(45deg) translate(-50%, -50%) scale(1);
          opacity: 1;
          transform-origin: 36% top;
          transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-delay: 100ms; }
      .dropdown.popout > .placeholder > .backdrop {
        display: none; }

@-webkit-keyframes openDropdownDark {
  0% {
    transform: translateY(0) scaleY(0); }
  100% {
    transform: translateY(0) scaleY(1); } }

@keyframes openDropdownDark {
  0% {
    transform: translateY(0) scaleY(0); }
  100% {
    transform: translateY(0) scaleY(1); } }

@-webkit-keyframes openDropdownLight {
  0% {
    transform: translateY(-1px) scaleY(0); }
  100% {
    transform: translateY(-1px) scaleY(1); } }

@keyframes openDropdownLight {
  0% {
    transform: translateY(-1px) scaleY(0); }
  100% {
    transform: translateY(-1px) scaleY(1); } }

@-webkit-keyframes openDropdownSleek {
  0% {
    transform: translateY(-8px) scaleY(0); }
  100% {
    transform: translateY(-8px) scaleY(1); } }

@keyframes openDropdownSleek {
  0% {
    transform: translateY(-8px) scaleY(0); }
  100% {
    transform: translateY(-8px) scaleY(1); } }

@-webkit-keyframes closeDropdown {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

@keyframes closeDropdown {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

.preload-images {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.classes {
  position: relative;
  background: #0c0d14; }
  .classes > .class-header {
    position: relative;
    height: 206px;
    padding: 50px 0 0;
    z-index: 1;
    background-image: url("/images/mobile/classes/an-header-img_class.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 768px; }
    @media (min-width: 768px) {
      .classes > .class-header {
        height: 600px;
        background-image: url("/images/desktop/classes/an-header-img_class.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0; } }
    @media (min-width: 1024px) {
      .classes > .class-header {
        height: 800px;
        background-image: url("/images/desktop/classes/an-header-img_class.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0; } }
    .classes > .class-header > h1 {
      position: absolute;
      top: 150px;
      left: 16px;
      margin: 0;
      text-align: left;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-size: 38px;
      font-weight: 500;
      line-height: 1.07;
      letter-spacing: 1.5px;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      @media (min-width: 768px) {
        .classes > .class-header > h1 {
          margin: 0;
          top: initial;
          bottom: 200px;
          font-size: 75px;
          text-align: center; } }
      @media (min-width: 1024px) {
        .classes > .class-header > h1 {
          left: 136px;
          bottom: 320px; } }
    .classes > .class-header .class-nav {
      display: none;
      position: absolute;
      left: 0;
      bottom: 20px;
      height: 80px;
      width: 100%;
      opacity: 0.7;
      background-color: #000;
      z-index: 2; }
      @media (min-width: 1024px) {
        .classes > .class-header .class-nav {
          bottom: 150px;
          display: block; } }
      .classes > .class-header .class-nav > .inner-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (83px)[6];
            grid-template-columns: repeat(6, 83px);
        grid-template-rows: 1fr;
        grid-column-gap: 34px;
        -ms-grid-columns: 83px 34px 83px 34px 83px 34px 83px 34px 83px 34px 83px 34px;
        -ms-grid-rows: 1fr;
        margin: 20px auto 0;
        width: 673px;
        height: 40px; }
        .classes > .class-header .class-nav > .inner-wrapper > a {
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 16.7px;
          text-align: center;
          line-height: 40px;
          color: #3ad1dd;
          border-radius: 5px;
          text-transform: uppercase;
          -ms-grid-row: 1; }
          .classes > .class-header .class-nav > .inner-wrapper > a.active {
            border-radius: 3px;
            background-color: #0b3470;
            border: solid 1px #3ad1dd; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(1) {
            -ms-grid-column: 1; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(2) {
            -ms-grid-column: 3; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(3) {
            -ms-grid-column: 5; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(4) {
            -ms-grid-column: 7; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(5) {
            -ms-grid-column: 9; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(6) {
            -ms-grid-column: 11; }
          .classes > .class-header .class-nav > .inner-wrapper > a:nth-child(7) {
            -ms-grid-column: 13; }
  @media (min-width: 768px) {
    .classes .class-body {
      margin-top: -125px; } }
  .classes .class-body .class-dropdown {
    max-width: 343px;
    width: calc(100% - 30px);
    margin: 10px auto; }
    @media (min-width: 1024px) {
      .classes .class-body .class-dropdown {
        display: none; } }
    .classes .class-body .class-dropdown > .placeholder {
      text-transform: uppercase;
      background-color: #0b3470;
      border: solid 1px #32e9f8;
      border-radius: 5px; }
      .classes .class-body .class-dropdown > .placeholder > .placeholder-text {
        text-align: center;
        margin-left: 18%;
        color: #32e9f8; }
      .classes .class-body .class-dropdown > .placeholder > .popout-arrow {
        color: #32e9f8;
        font-size: 22px; }
    .classes .class-body .class-dropdown > ul.options-wrapper {
      border-radius: 5px;
      border: solid 1px #32e9f8; }
      .classes .class-body .class-dropdown > ul.options-wrapper > li {
        background-color: #0b3470;
        color: #ffffff;
        text-align: center;
        padding: 0; }
        .classes .class-body .class-dropdown > ul.options-wrapper > li:hover {
          background-color: #2d7ff8; }
        .classes .class-body .class-dropdown > ul.options-wrapper > li > p {
          text-align: center;
          text-transform: uppercase; }
    .classes .class-body .class-dropdown.show > .placeholder {
      background-color: #3ad1dd; }
      .classes .class-body .class-dropdown.show > .placeholder > .placeholder-text {
        color: #ffffff; }
      .classes .class-body .class-dropdown.show > .placeholder > .popout-arrow {
        color: #ffffff; }
  .classes .class-body > .class-details {
    position: relative;
    margin: 26px auto 0;
    padding: 0 16px;
    text-align: center;
    border-radius: 5px;
    max-width: 1920px; }
    @media (min-width: 1920px) {
      .classes .class-body > .class-details {
        padding: 0 136px; } }
    .classes .class-body > .class-details > .overview-header-bg {
      background-image: url("/images/mobile/races/header-img_rnc_mb.png");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 133px;
      border-radius: 5px; }
    .classes .class-body > .class-details > .overview-wrapper {
      position: relative;
      margin: 0 auto;
      width: 100%;
      text-align: center;
      z-index: 1; }
      .classes .class-body > .class-details > .overview-wrapper p {
        text-align: left; }
      .classes .class-body > .class-details > .overview-wrapper > .race-icon {
        width: 102px;
        height: 102px;
        transform: translateY(90px); }
        @media (min-width: 1024px) {
          .classes .class-body > .class-details > .overview-wrapper > .race-icon {
            width: 170px;
            height: 170px;
            transform: translateY(0); } }
    .classes .class-body > .class-details > h3.classes-headline {
      margin: 10px 0;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 1px;
      color: #ffffff;
      text-align: center;
      z-index: 1; }
      @media (min-width: 1024px) {
        .classes .class-body > .class-details > h3.classes-headline {
          font-size: 50px;
          text-align: left; } }
    .classes .class-body > .class-details > .classes {
      display: block;
      width: 100%;
      max-width: 30em;
      margin: 2em auto;
      padding: 0 1em; }
      @media (min-width: 1024px) {
        .classes .class-body > .class-details > .classes {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr;
          -ms-grid-rows: 1fr;
              grid-template-rows: 1fr;
          grid-column-gap: 24px;
          max-width: 100%;
          margin: 2em auto 8em;
          padding: 0; } }
  .classes .mobile {
    display: inline-block; }
    @media (min-width: 1024px) {
      .classes .mobile {
        display: none; } }
  .classes .desktop {
    display: none; }
    @media (min-width: 1024px) {
      .classes .desktop {
        display: inline-block; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.classes-nav-section {
  margin-bottom: 20px; }
  .classes-nav-section .bottom-class-nav a {
    position: relative;
    width: 100%;
    display: block;
    height: 61px;
    margin: 20px auto; }
    @media (min-width: 768px) {
      .classes-nav-section .bottom-class-nav a {
        display: inline-block;
        width: 49%;
        height: 144px;
        vertical-align: top; } }
  .classes-nav-section .bottom-class-nav h4 {
    position: relative;
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    top: 50%;
    transform: translateY(-50%); }
    .classes-nav-section .bottom-class-nav h4 .fal {
      font-size: 25px;
      transform: translateY(16%); }
      .classes-nav-section .bottom-class-nav h4 .fal.fa-angle-left {
        margin-right: 17px; }
      .classes-nav-section .bottom-class-nav h4 .fal.fa-angle-right {
        margin-left: 17px; }
    @media (min-width: 1280px) {
      .classes-nav-section .bottom-class-nav h4 {
        font-size: 40px; }
        .classes-nav-section .bottom-class-nav h4 .fal {
          font-size: 60px; }
          .classes-nav-section .bottom-class-nav h4 .fal.fa-angle-left {
            margin-right: 40px; }
          .classes-nav-section .bottom-class-nav h4 .fal.fa-angle-right {
            margin-left: 40px; } }
  .classes-nav-section .bottom-class-nav .next-class-wrapper {
    text-align: right;
    padding-right: 25px; }
    @media (min-width: 768px) {
      .classes-nav-section .bottom-class-nav .next-class-wrapper {
        transform: translateX(102%);
        padding-right: 120px; } }
  .classes-nav-section .bottom-class-nav .previous-class-wrapper {
    text-align: left;
    padding-left: 25px; }
    @media (min-width: 768px) {
      .classes-nav-section .bottom-class-nav .previous-class-wrapper {
        transform: translateX(-102%);
        padding-left: 120px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.black-cloud-coin-shop {
  text-align: left;
  height: auto;
  min-height: calc(100vh - 114px);
  min-height: 769px;
  background-image: url("/images/mobile/shop/black-cloud-coin-bg-mobile.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 768px;
  padding-top: 150px; }
  @media (min-width: 768px) {
    .black-cloud-coin-shop {
      min-height: 1046px;
      background-image: url("/images/desktop/shop/black-cloud-coin-bg.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 1920px auto; } }
  @media (min-width: 1920px) {
    .black-cloud-coin-shop {
      background-size: contain; } }
  .black-cloud-coin-shop h1 {
    font-size: 20px;
    color: #ffffff;
    display: block;
    max-width: 900px;
    font-weight: 100;
    margin: 0 auto 50px;
    padding-left: 5px;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    text-align: center; }
    @media (min-width: 768px) {
      .black-cloud-coin-shop h1 {
        font-size: 43px; } }
  .black-cloud-coin-shop #nc-shop .loader {
    margin: 0; }
  .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item .title > span {
    display: block;
    font-size: 16px; }
    @media (min-width: 768px) {
      .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item .title > span {
        font-size: 26px; } }
  .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list h2, .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list h3, .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list p {
    color: #afe1e8; }
  .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection h3 {
    color: #afe1e8; }
  @media (min-width: 768px) {
    .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection {
      margin-left: 20px; } }
  .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item .edit {
    top: 0; }
  .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
    width: 70%;
    max-width: 265px; }
    @media (min-width: 768px) {
      .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
        max-width: 390px; } }
    .black-cloud-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product .title {
      vertical-align: middle;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
body.aion-classic-founders-pack {
  max-width: initial; }

.founders-pack-shop {
  text-align: left;
  height: auto;
  min-height: auto;
  background: #171a21 url(/images/desktop/shop/founders-pack/header-bg.jpg) no-repeat center top/1920px auto;
  padding-top: 150px; }
  @media (min-width: 1921px) {
    .founders-pack-shop {
      background-size: 100% auto; } }
  @media (max-width: 768px) {
    .founders-pack-shop {
      background: #171a21 url(/images/mobile/shop/founders-pack/m-header-bg.jpg) no-repeat center top/768px auto;
      padding-top: 130px; } }
  .founders-pack-shop .siels-aura-cta {
    pointer-events: all;
    width: 222px;
    height: 251px;
    background: url(/images/desktop/shop/founders-pack/splat-hexagon.png) no-repeat center top/100% auto;
    display: inline-block;
    position: fixed;
    z-index: 100;
    top: 140px;
    right: 50px; }
    .founders-pack-shop .siels-aura-cta:hover .siels-aura-cta-character {
      top: -48px; }
    @media (min-width: 1921px) {
      .founders-pack-shop .siels-aura-cta {
        top: 200px;
        right: 100px; } }
    @media (max-width: 1200px) {
      .founders-pack-shop .siels-aura-cta {
        top: auto;
        bottom: 50px; } }
    @media (max-width: 1024px) {
      .founders-pack-shop .siels-aura-cta {
        transform: scale(0.75);
        bottom: 0;
        right: 0; } }
    @media (max-width: 768px) {
      .founders-pack-shop .siels-aura-cta {
        transform: scale(0.5);
        bottom: -25px;
        right: -25px; } }
  .founders-pack-shop .siels-aura-cta-cont {
    position: relative; }
  .founders-pack-shop .siels-aura-cta-character {
    width: 195px;
    height: 132px;
    background: url(/images/desktop/shop/founders-pack/splat-shugo.png) no-repeat center top/100% auto;
    display: inline-block;
    position: absolute;
    top: -38px;
    left: 50%;
    margin-left: -97px;
    transition: top 0.4s; }
  .founders-pack-shop .siels-aura-cta-banner {
    background: #fdd949;
    color: #09090f;
    font-size: 45px;
    font-family: "Source Sans Pro", Arial, Helvetica;
    position: relative;
    top: 80px;
    left: 50%;
    width: 272px;
    margin-left: -140px;
    height: 80px;
    padding: 7px;
    border-radius: 8px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 0.9;
    text-align: center;
    letter-spacing: -2px; }
    .founders-pack-shop .siels-aura-cta-banner span {
      font-size: 25px;
      display: block;
      font-weight: bold;
      text-transform: none;
      letter-spacing: 0; }
  .founders-pack-shop .siels-aura-cta-subtext {
    color: #fff;
    font-size: 22px;
    font-family: "Source Sans Pro", Arial, Helvetica;
    position: relative;
    text-align: center;
    width: 100%;
    top: 80px; }
  .founders-pack-shop .fa-check-circle {
    color: #fdd949;
    font-size: 18px; }
  .founders-pack-shop .fa-times-circle {
    color: #2e373c;
    font-size: 18px; }
  .founders-pack-shop .founders-pack-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px; }
    .founders-pack-shop .founders-pack-title h1 {
      color: #ffffff;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      text-align: center;
      width: 657px;
      height: 134px;
      text-indent: -99999999px;
      overflow: hidden;
      margin: 0 auto;
      background: url(/images/desktop/shop/founders-pack/founders-pack-title.png) no-repeat center center/contain; }
      @media (max-width: 768px) {
        .founders-pack-shop .founders-pack-title h1 {
          font-size: 43px;
          width: 280px;
          height: 80px; } }
    .founders-pack-shop .founders-pack-title p {
      margin: 0 0 10px 0;
      font-size: 20px; }
    .founders-pack-shop .founders-pack-title a {
      color: #36b0bb;
      text-decoration: none; }
      .founders-pack-shop .founders-pack-title a:hover {
        color: #36b0bb;
        text-decoration: underline; }
    @media (max-width: 1024px) {
      .founders-pack-shop .founders-pack-title {
        padding: 0 20px; }
        .founders-pack-shop .founders-pack-title h1 {
          transform: scale(1.1); } }
  .founders-pack-shop .features-tabs {
    display: none;
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%;
    justify-content: center;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .founders-pack-shop .features-tabs {
        display: flex; } }
  .founders-pack-shop .features-tab {
    padding: 10px 40px;
    border-bottom: 1px solid #999999;
    white-space: nowrap;
    opacity: 0.8;
    font-size: 20px;
    font-weight: bold;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
    .founders-pack-shop .features-tab.pack-1 .title {
      color: #84bfeb; }
    .founders-pack-shop .features-tab.pack-1 .pack-btn-buy {
      background: url(/images/desktop/shop/founders-pack/daeva-pack-bt-buy-now.png) no-repeat center top/cover;
      color: #fff; }
    .founders-pack-shop .features-tab.pack-2 .title {
      color: #fdd849; }
    .founders-pack-shop .features-tab:hover, .founders-pack-shop .features-tab.active {
      opacity: 1; }
      .founders-pack-shop .features-tab:hover.pack-1, .founders-pack-shop .features-tab.active.pack-1 {
        border-bottom: 2px solid #84bfeb; }
      .founders-pack-shop .features-tab:hover.pack-2, .founders-pack-shop .features-tab.active.pack-2 {
        border-bottom: 2px solid #fdd849; }
    @media (max-width: 768px) {
      .founders-pack-shop .features-tab {
        margin-bottom: 10px;
        padding: 10px 10px; } }
  .founders-pack-shop .features-tab-panel {
    display: none; }
    .founders-pack-shop .features-tab-panel.active {
      display: block; }
  .founders-pack-shop .pack-info-content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .founders-pack-shop .pack-info-content {
        width: 100%;
        display: block; } }
  .founders-pack-shop .pack {
    width: 50%;
    text-align: left;
    padding: 0 50px; }
    .founders-pack-shop .pack > .title {
      font-size: 30px;
      margin-bottom: 15px;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-weight: bold;
      font-size: 22px; }
      @media (max-width: 1024px) {
        .founders-pack-shop .pack > .title {
          display: none; } }
    .founders-pack-shop .pack.pack-1 .title {
      color: #84bfeb; }
    .founders-pack-shop .pack.pack-1 .pack-btn-buy {
      background: url(/images/desktop/shop/founders-pack/daeva-pack-bt-buy-now.png) no-repeat center center/100% auto;
      color: #fff; }
    .founders-pack-shop .pack.pack-2 .title {
      color: #fdd849; }
    @media (max-width: 1024px) {
      .founders-pack-shop .pack {
        margin: 0 auto 100px;
        width: 280px;
        padding: 0;
        display: none; }
        .founders-pack-shop .pack.active {
          display: block; } }
  .founders-pack-shop .pack-row {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0; }
    .founders-pack-shop .pack-row .icon-cont {
      margin-right: 20px;
      width: 60px;
      text-align: center; }
      .founders-pack-shop .pack-row .icon-cont img {
        max-width: 100%; }
    .founders-pack-shop .pack-row .text-cont .title {
      color: #fff;
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 22px;
      font-weight: normal;
      margin: 0; }
      .founders-pack-shop .pack-row .text-cont .title span {
        color: #84bfeb;
        padding: 0 6px;
        font-style: italic; }
    .founders-pack-shop .pack-row .text-cont p {
      color: #909090;
      margin: 5px 0; }
    .founders-pack-shop .pack-row .accordion > .title {
      padding: 0 0 0 80px;
      color: #3ad1dd;
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 15px; }
      @media (max-width: 768px) {
        .founders-pack-shop .pack-row .accordion > .title {
          font-size: 13px; } }
      .founders-pack-shop .pack-row .accordion > .title:hover {
        color: #fff; }
      .founders-pack-shop .pack-row .accordion > .title > div {
        display: flex;
        align-items: center;
        width: 100%; }
      .founders-pack-shop .pack-row .accordion > .title i {
        font-size: 22px;
        margin-left: 10px;
        margin-top: 1px; }
    .founders-pack-shop .pack-row .accordion.active > .title i {
      transform: rotate(180deg); }
    .founders-pack-shop .pack-row .accordion.active > .expandable {
      padding: 20px 0; }
    .founders-pack-shop .pack-row .accordion.accordion-text .expandable {
      padding: 0; }
    .founders-pack-shop .pack-row .accordion .image-container {
      padding-left: 80px; }
      .founders-pack-shop .pack-row .accordion .image-container img {
        margin: 25px 0;
        max-width: 100%; }
    .founders-pack-shop .pack-row .accordion .text-container {
      padding-left: 80px;
      font-size: 17px; }
    .founders-pack-shop .pack-row .expandable .text-cont .title {
      font-weight: normal;
      font-size: 14px;
      display: inline-block; }
    .founders-pack-shop .pack-row .expandable .text-cont p {
      display: inline-block;
      padding: 0 5px;
      margin: 0; }
  .founders-pack-shop .pack-row-inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
  .founders-pack-shop .pack-info {
    background: url(/images/desktop/shop/founders-pack/benefit-bg.png) no-repeat center top/1920px auto;
    mix-blend-mode: screen;
    min-height: 500px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto 120px;
    padding-top: 100px; }
    @media (max-width: 1024px) {
      .founders-pack-shop .pack-info {
        padding: 50px 20px 0; } }
  .founders-pack-shop .pack-price {
    text-align: center;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 40px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 10px; }
  .founders-pack-shop .pack-btn-buy {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(/images/desktop/shop/founders-pack/empyrean-pack-bt-buy-now.png) no-repeat center center/100% auto;
    opacity: 0.7;
    transition: opacity 0.4s; }
    .founders-pack-shop .pack-btn-buy:hover {
      opacity: 1; }
  .founders-pack-shop .benefits {
    background: url(/images/desktop/shop/founders-pack/siels-aura-bg.jpg) no-repeat center top/1920px auto;
    min-height: 1000px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1921px) {
      .founders-pack-shop .benefits {
        background-size: 100% auto;
        width: 100%; } }
    @media (max-width: 768px) {
      .founders-pack-shop .benefits {
        background: #26293c url(/images/mobile/shop/founders-pack/m-siels-aura-bg.jpg) no-repeat center top/768px auto;
        padding-bottom: 75px; } }
    .founders-pack-shop .benefits h2 {
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-size: 80px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .founders-pack-shop .benefits h2 {
          font-size: 50px; } }
    .founders-pack-shop .benefits h3 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 50px; }
    .founders-pack-shop .benefits a {
      color: #36b0bb;
      text-decoration: none; }
      .founders-pack-shop .benefits a:hover {
        color: #36b0bb;
        text-decoration: underline; }
  .founders-pack-shop .benefits-content {
    display: inline-block;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 100px 0;
    text-align: center; }
    @media (max-width: 1024px) {
      .founders-pack-shop .benefits-content {
        width: 100%;
        padding: 100px 20px 0; } }
  .founders-pack-shop .benefits-table {
    background: #1f1f2b99;
    border: 2px solid #0083f433; }
    .founders-pack-shop .benefits-table .title {
      color: #0083f4;
      font-size: 21px;
      font-family: "Source Sans Pro", Arial, Helvetica;
      line-height: 1.52; }
      @media (max-width: 768px) {
        .founders-pack-shop .benefits-table .title {
          font-size: 16px;
          line-height: 1; } }
  .founders-pack-shop .benefits-table-row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0; }
    .founders-pack-shop .benefits-table-row.first .benefits-table-col {
      padding-top: 20px; }
      .founders-pack-shop .benefits-table-row.first .benefits-table-col.col-3 {
        border-top: 3px solid #0083f4; }
    .founders-pack-shop .benefits-table-row.last .benefits-table-col {
      padding-bottom: 20px; }
      .founders-pack-shop .benefits-table-row.last .benefits-table-col.col-3 {
        border-bottom: 3px solid #0083f4; }
    .founders-pack-shop .benefits-table-row.border-top {
      border-top: 2px solid #0083f433; }
  .founders-pack-shop .benefits-table-col {
    text-align: center;
    width: 33.33333333%;
    padding: 10px; }
    .founders-pack-shop .benefits-table-col.col-0 {
      background: none;
      text-align: left;
      padding-left: 20px;
      color: #85bfed; }
    .founders-pack-shop .benefits-table-col.col-1 {
      background: none;
      text-align: left;
      padding-left: 20px; }
    .founders-pack-shop .benefits-table-col.col-2 {
      background-color: #1f1f2b80; }
    .founders-pack-shop .benefits-table-col.col-3 {
      border-left: 3px solid #0083f4;
      border-right: 3px solid #0083f4;
      background-color: #1f1f2b80; }
  .founders-pack-shop .benefits-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .founders-pack-shop .benefits-modal.active {
      display: block;
      background: rgba(0, 0, 0, 0.9); }
    .founders-pack-shop .benefits-modal h3 {
      color: #fff;
      text-align: center; }
  .founders-pack-shop .benefits-modal-content {
    position: relative;
    top: 120px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
    .founders-pack-shop .benefits-modal-content .benefits-table-col {
      color: #fff; }
      .founders-pack-shop .benefits-modal-content .benefits-table-col.col-0 {
        color: #85bfed; }
  .founders-pack-shop .benefits-modal-close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0; }
  .founders-pack-shop .faq {
    background: #fff url(/images/desktop/shop/founders-pack/faq-bg-character.jpg) no-repeat right top/666px auto;
    min-height: 1800px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    /*@media(max-width:$small-desktop-width) {
      background: #fff url(/images/mobile/shop/founders-pack/m-faq-bg-character.jpg) no-repeat center bottom / 587px auto;
      min-height: auto;
      padding-bottom: 600px;  
    }*/ }
    @media (min-width: 1921px) {
      .founders-pack-shop .faq {
        width: 100%; } }
    @media (max-width: 1400px) {
      .founders-pack-shop .faq {
        background: #fff url(/images/mobile/shop/founders-pack/m-faq-bg-character.jpg) no-repeat center bottom/587px auto;
        padding-bottom: 600px;
        min-height: auto; } }
    .founders-pack-shop .faq h2 {
      width: 243px;
      height: 106px;
      text-indent: -99999999px;
      overflow: hidden;
      background: url(/images/desktop/shop/founders-pack/faq-title.png) no-repeat center center/contain;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        .founders-pack-shop .faq h2 {
          margin: 0 auto 50px; } }
      @media (max-width: 768px) {
        .founders-pack-shop .faq h2 {
          transform: scale(0.7); } }
    .founders-pack-shop .faq .accordion {
      margin-bottom: 25px; }
    .founders-pack-shop .faq .accordion > .title {
      padding: 0 0 10px; }
    .founders-pack-shop .faq .benefits-table {
      margin: 20px 0 150px;
      background: none;
      border: 0; }
      .founders-pack-shop .faq .benefits-table .fa-check-circle {
        color: #85bfed; }
      .founders-pack-shop .faq .benefits-table .fa-times-circle {
        color: #8c8f91; }
    .founders-pack-shop .faq .benefits-table-row.first .benefits-table-col {
      border-top: 1px solid #999; }
      .founders-pack-shop .faq .benefits-table-row.first .benefits-table-col > .title {
        font-weight: bold;
        margin-bottom: 10px; }
      .founders-pack-shop .faq .benefits-table-row.first .benefits-table-col.col-3 {
        border-top: 2px solid #0083f4; }
    .founders-pack-shop .faq .benefits-table-row.row-header .benefits-table-col {
      border-top: 1px solid #999; }
    .founders-pack-shop .faq .benefits-table-row.last .benefits-table-col {
      border-bottom: 1px solid #999; }
      .founders-pack-shop .faq .benefits-table-row.last .benefits-table-col.col-3 {
        border-bottom: 2px solid #0083f4; }
    .founders-pack-shop .faq .benefits-table-col {
      opacity: 1;
      mix-blend-mode: initial;
      background: none;
      border-left: 1px solid #999;
      border-bottom: 0;
      vertical-align: middle;
      align-items: center;
      display: flex;
      justify-content: center; }
      .founders-pack-shop .faq .benefits-table-col.col-1 {
        display: block; }
        .founders-pack-shop .faq .benefits-table-col.col-1 > .title {
          color: #000;
          font-weight: bold; }
      .founders-pack-shop .faq .benefits-table-col.col-3 {
        border-left: 2px solid #0083f4;
        border-right: 2px solid #0083f4; }
  .founders-pack-shop .faq-content {
    width: 1200px;
    margin: 0 auto;
    color: #000;
    max-width: 100%;
    padding: 250px 0 0; }
    @media (max-width: 1200px) {
      .founders-pack-shop .faq-content {
        width: 800px; } }
    @media (max-width: 1024px) {
      .founders-pack-shop .faq-content {
        padding: 100px 50px 0;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .founders-pack-shop .faq-content {
        padding: 100px 10px 0; } }
    .founders-pack-shop .faq-content i {
      vertical-align: bottom; }
    .founders-pack-shop .faq-content .accordion > .title {
      position: relative;
      font-size: 22px; }
      @media (max-width: 768px) {
        .founders-pack-shop .faq-content .accordion > .title {
          font-size: 16px;
          padding-left: 20px; } }
      .founders-pack-shop .faq-content .accordion > .title i {
        position: absolute;
        left: 0;
        top: 2px;
        transform: rotate(45deg);
        transition: transform 0.4s;
        display: none; }
        @media (max-width: 768px) {
          .founders-pack-shop .faq-content .accordion > .title i {
            display: block; } }
    .founders-pack-shop .faq-content .accordion > .expandable {
      font-size: 20px; }
      @media (max-width: 768px) {
        .founders-pack-shop .faq-content .accordion > .expandable {
          font-size: 16px;
          padding-left: 20px; } }
      .founders-pack-shop .faq-content .accordion > .expandable a {
        color: #36b0bb; }
        .founders-pack-shop .faq-content .accordion > .expandable a:hover {
          text-decoration: underline; }
    .founders-pack-shop .faq-content .accordion.active > .title i {
      transform: rotate(0deg); }
  .founders-pack-shop .faq-tabs {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%; }
    @media (max-width: 1024px) {
      .founders-pack-shop .faq-tabs {
        display: block;
        text-align: center; } }
  .founders-pack-shop .faq-tab {
    color: #999999;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #999999;
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap; }
    .founders-pack-shop .faq-tab:hover, .founders-pack-shop .faq-tab.active {
      color: #fff;
      background: #171a21 url(/images/desktop/shop/founders-pack/faq-tab.png) no-repeat center top/cover; }
    @media (max-width: 1024px) {
      .founders-pack-shop .faq-tab {
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .founders-pack-shop .faq-tab {
        padding: 10px 15px;
        font-size: 12px; } }
  .founders-pack-shop .faq-tab-panel {
    display: none;
    width: 800px;
    max-width: 100%; }
    .founders-pack-shop .faq-tab-panel.active {
      display: block; }
  .founders-pack-shop .shop-tabs {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .founders-pack-shop .shop-tabs {
        top: 70px; } }
    .founders-pack-shop .shop-tabs a {
      font-size: 22px;
      color: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid transparent;
      margin: 0 20px;
      opacity: 0.9;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .founders-pack-shop .shop-tabs a {
          font-size: 17px; } }
      .founders-pack-shop .shop-tabs a.active {
        border-color: rgba(255, 255, 255, 0.7);
        opacity: 1; }
      .founders-pack-shop .shop-tabs a:hover {
        opacity: 1; }
  .founders-pack-shop #nc-shop .select-sub-header {
    display: none; }

#nc-shop .loader {
  margin: 0; }

#nc-shop .shop-main.skin-aion .shop-inner .founders-items h2, #nc-shop .shop-main.skin-aion .shop-inner .founders-items h3, #nc-shop .shop-main.skin-aion .shop-inner .founders-items p {
  color: #afe1e8; }

#nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item {
  position: relative;
  text-align: left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
  width: 580px;
  max-width: 100%;
  height: 540px;
  padding: 25px 50px;
  border: 0;
  box-shadow: none;
  margin: 0 10px 20px; }
  @media (max-width: 768px) {
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item {
      width: 300px;
      height: 270px;
      padding: 10px 15px;
      margin: 0 0 20px 0; } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .video-cont {
    opacity: 0;
    transition: opacity 0.4s; }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item:hover .video-cont {
    opacity: 1; }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .title {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .title {
        font-size: 24px; } }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .title > span {
      display: inline;
      font-size: inherit; }
      @media (min-width: 768px) {
        #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .title > span {
          font-size: inherit; } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .price {
    color: #fff;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .price {
        font-size: 30px;
        line-height: 1.2; } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext {
    color: #fff;
    font-size: 19px;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-weight: bold; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext span {
      display: block;
      color: #84bfeb;
      font-style: italic; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext ul {
      margin: 0;
      padding-left: 1rem; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext li {
      margin-bottom: 20px; }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext {
        font-size: 15px;
        margin: 0; }
        #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .subtext li {
          margin-bottom: 10px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .buynow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 580px;
    max-width: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    font-family: "Source Sans Pro", Arial, Helvetica;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 75px;
    opacity: 0.7;
    transition: opacity 0.4s; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .buynow:hover {
      opacity: 1; }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item .buynow {
        width: 100%;
        height: 40px;
        font-size: 20px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104516 {
    background-image: url(/images/desktop/shop/founders-pack/AN-Classic-Daeva-Pack.jpg); }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104516 {
        background-image: url(/images/mobile/shop/founders-pack/m-daeva-pack-box.png); } }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104516 .buynow {
      background-image: url(/images/desktop/shop/founders-pack/daeva-pack-bt-buy-now.png); }
      @media (max-width: 768px) {
        #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104516 .buynow {
          background-image: url(/images/mobile/shop/founders-pack/m-daeva-pack-bt-buy-now.png); } }
  #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 {
    background-image: url(/images/desktop/shop/founders-pack/AN-Classic-Empyrean-Pack.jpg); }
    @media (max-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 {
        background-image: url(/images/mobile/shop/founders-pack/m-empyrean-pack-box.png); } }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518 .title, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 .title {
      color: #fdd849; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518 .subtext span, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 .subtext span {
      display: block;
      color: #fdd849; }
    #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518 .buynow, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 .buynow {
      color: #000;
      background-image: url(/images/desktop/shop/founders-pack/empyrean-pack-bt-buy-now.png); }
      @media (max-width: 768px) {
        #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104518 .buynow, #nc-shop .shop-main.skin-aion .shop-inner .founders-items .list-item.founders62104517 .buynow {
          background-image: url(/images/mobile/shop/founders-pack/m-empyrean-pack-bt-buy-now.png); } }

#nc-shop .shop-main.skin-aion .shop-inner .shop-container {
  min-height: 450px; }
  @media (max-width: 1024px) {
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container {
      padding: 0 20px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection h3 {
    color: #afe1e8; }
  @media (min-width: 768px) {
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection {
      margin-left: 20px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item .edit {
    top: 0; }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
    width: 70%;
    max-width: 265px; }
    @media (min-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
        max-width: 390px; } }
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product .title {
      vertical-align: middle;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
.accordion > .title {
  position: relative;
  padding: 0 30px 10px; }
  .accordion > .title span.close {
    position: absolute;
    top: 0;
    right: 0; }

.accordion > .title {
  font-weight: bold; }
  .accordion > .title:hover {
    cursor: pointer; }

.accordion > .expandable {
  padding: 0;
  line-height: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s all ease-in-out; }

.accordion.active > .expandable {
  line-height: 1.4;
  opacity: 1;
  max-height: 3000px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.siels-aura-shop {
  text-align: left;
  height: auto;
  min-height: auto;
  background: url(/images/desktop/shop/founders-pack/siels-aura-bg.jpg) no-repeat center top/1920px auto;
  padding-top: 150px; }
  @media (max-width: 768px) {
    .siels-aura-shop {
      padding-top: 130px; } }
  .siels-aura-shop .fa-check-circle {
    color: #fdd949;
    font-size: 18px; }
  .siels-aura-shop .fa-times-circle {
    color: #2e373c;
    font-size: 18px; }
  .siels-aura-shop .founders-pack-title {
    text-align: center;
    color: #fff;
    margin-bottom: 50px; }
    .siels-aura-shop .founders-pack-title h1 {
      color: #ffffff;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      text-align: center;
      font-size: 60px;
      overflow: hidden;
      margin: 25px auto 10px; }
      @media (max-width: 768px) {
        .siels-aura-shop .founders-pack-title h1 {
          font-size: 43px;
          width: 280px;
          height: 80px; } }
    .siels-aura-shop .founders-pack-title p {
      margin: 0 0 10px 0;
      font-size: 20px; }
    .siels-aura-shop .founders-pack-title a {
      color: #36b0bb;
      text-decoration: none; }
      .siels-aura-shop .founders-pack-title a:hover {
        color: #36b0bb;
        text-decoration: underline; }
    @media (max-width: 1024px) {
      .siels-aura-shop .founders-pack-title {
        padding: 0 20px; }
        .siels-aura-shop .founders-pack-title h1 {
          transform: scale(1.1); } }
  .siels-aura-shop .features-tabs {
    display: none;
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%;
    justify-content: center;
    white-space: nowrap; }
    @media (max-width: 1024px) {
      .siels-aura-shop .features-tabs {
        display: flex; } }
  .siels-aura-shop .features-tab {
    padding: 10px 40px;
    border-bottom: 1px solid #999999;
    white-space: nowrap;
    opacity: 0.8;
    font-size: 20px;
    font-weight: bold;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
    .siels-aura-shop .features-tab.pack-1 .title {
      color: #84bfeb; }
    .siels-aura-shop .features-tab.pack-1 .pack-btn-buy {
      background: url(/images/desktop/shop/founders-pack/daeva-pack-bt-buy-now.png) no-repeat center top/cover;
      color: #fff; }
    .siels-aura-shop .features-tab.pack-2 .title {
      color: #fdd849; }
    .siels-aura-shop .features-tab:hover, .siels-aura-shop .features-tab.active {
      opacity: 1; }
      .siels-aura-shop .features-tab:hover.pack-1, .siels-aura-shop .features-tab.active.pack-1 {
        border-bottom: 2px solid #84bfeb; }
      .siels-aura-shop .features-tab:hover.pack-2, .siels-aura-shop .features-tab.active.pack-2 {
        border-bottom: 2px solid #fdd849; }
    @media (max-width: 768px) {
      .siels-aura-shop .features-tab {
        margin-bottom: 10px;
        padding: 10px 10px; } }
  .siels-aura-shop .features-tab-panel {
    display: none; }
    .siels-aura-shop .features-tab-panel.active {
      display: block; }
  .siels-aura-shop .pack-info-content {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1024px) {
      .siels-aura-shop .pack-info-content {
        width: 100%;
        display: block; } }
  .siels-aura-shop .pack {
    width: 50%;
    text-align: left;
    padding: 0 50px; }
    .siels-aura-shop .pack > .title {
      font-size: 30px;
      margin-bottom: 15px;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-weight: bold;
      font-size: 22px; }
      @media (max-width: 1024px) {
        .siels-aura-shop .pack > .title {
          display: none; } }
    .siels-aura-shop .pack.pack-1 .title {
      color: #84bfeb; }
    .siels-aura-shop .pack.pack-1 .pack-btn-buy {
      background: url(/images/desktop/shop/founders-pack/daeva-pack-bt-buy-now.png) no-repeat center center/100% auto;
      color: #fff; }
    .siels-aura-shop .pack.pack-2 .title {
      color: #fdd849; }
    @media (max-width: 1024px) {
      .siels-aura-shop .pack {
        margin: 0 auto 100px;
        width: 280px;
        padding: 0;
        display: none; }
        .siels-aura-shop .pack.active {
          display: block; } }
  .siels-aura-shop .pack-row {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0; }
    .siels-aura-shop .pack-row .icon-cont {
      margin-right: 20px;
      width: 60px;
      text-align: center; }
      .siels-aura-shop .pack-row .icon-cont img {
        max-width: 100%; }
    .siels-aura-shop .pack-row .text-cont .title {
      color: #fff;
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 22px;
      font-weight: normal;
      margin: 0; }
      .siels-aura-shop .pack-row .text-cont .title span {
        color: #84bfeb;
        padding: 0 6px;
        font-style: italic; }
    .siels-aura-shop .pack-row .text-cont p {
      color: #909090;
      margin: 5px 0; }
    .siels-aura-shop .pack-row .accordion > .title {
      padding: 0 0 0 80px;
      color: #3ad1dd;
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 15px; }
      @media (max-width: 768px) {
        .siels-aura-shop .pack-row .accordion > .title {
          font-size: 13px; } }
      .siels-aura-shop .pack-row .accordion > .title:hover {
        color: #fff; }
      .siels-aura-shop .pack-row .accordion > .title > div {
        display: flex;
        align-items: center;
        width: 100%; }
      .siels-aura-shop .pack-row .accordion > .title i {
        font-size: 22px;
        margin-left: 10px;
        margin-top: 1px; }
    .siels-aura-shop .pack-row .accordion.active > .title i {
      transform: rotate(180deg); }
    .siels-aura-shop .pack-row .accordion.active > .expandable {
      padding: 20px 0; }
    .siels-aura-shop .pack-row .accordion.accordion-text .expandable {
      padding: 0; }
    .siels-aura-shop .pack-row .accordion .image-container {
      padding-left: 80px; }
      .siels-aura-shop .pack-row .accordion .image-container img {
        margin: 25px 0;
        max-width: 100%; }
    .siels-aura-shop .pack-row .accordion .text-container {
      padding-left: 80px;
      font-size: 17px; }
    .siels-aura-shop .pack-row .expandable .text-cont .title {
      font-weight: normal;
      font-size: 14px;
      display: inline-block; }
    .siels-aura-shop .pack-row .expandable .text-cont p {
      display: inline-block;
      padding: 0 5px;
      margin: 0; }
  .siels-aura-shop .pack-row-inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px; }
  .siels-aura-shop .pack-info {
    background: url(/images/desktop/shop/founders-pack/benefit-bg.png) no-repeat center top/1920px auto;
    mix-blend-mode: screen;
    min-height: 500px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto 120px;
    padding-top: 100px; }
    @media (max-width: 1024px) {
      .siels-aura-shop .pack-info {
        padding: 50px 20px 0; } }
  .siels-aura-shop .pack-price {
    text-align: center;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 40px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 10px; }
  .siels-aura-shop .pack-btn-buy {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    font-family: "Source Sans Pro", Arial, Helvetica;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(/images/desktop/shop/founders-pack/empyrean-pack-bt-buy-now.png) no-repeat center center/100% auto;
    opacity: 0.7;
    transition: opacity 0.4s; }
    .siels-aura-shop .pack-btn-buy:hover {
      opacity: 1; }
  .siels-aura-shop .benefits {
    background: #26293c;
    min-height: 1000px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      .siels-aura-shop .benefits {
        padding-bottom: 75px; } }
    .siels-aura-shop .benefits h2 {
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      font-size: 80px;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .siels-aura-shop .benefits h2 {
          font-size: 50px; } }
    .siels-aura-shop .benefits h3 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 50px; }
    .siels-aura-shop .benefits a {
      color: #36b0bb;
      text-decoration: none; }
      .siels-aura-shop .benefits a:hover {
        color: #36b0bb;
        text-decoration: underline; }
  .siels-aura-shop .benefits-content {
    display: inline-block;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 100px 0;
    text-align: center; }
    @media (max-width: 1024px) {
      .siels-aura-shop .benefits-content {
        width: 100%;
        padding: 100px 20px 0; } }
  .siels-aura-shop .benefits-table {
    background: #1f1f2b99;
    border: 2px solid #0083f433; }
    .siels-aura-shop .benefits-table .title {
      color: #0083f4;
      font-size: 21px;
      font-family: "Source Sans Pro", Arial, Helvetica;
      line-height: 1.52; }
      @media (max-width: 768px) {
        .siels-aura-shop .benefits-table .title {
          font-size: 16px;
          line-height: 1; } }
  .siels-aura-shop .benefits-table-row {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0; }
    .siels-aura-shop .benefits-table-row.first .benefits-table-col {
      padding-top: 20px; }
      .siels-aura-shop .benefits-table-row.first .benefits-table-col.col-3 {
        border-top: 3px solid #0083f4; }
    .siels-aura-shop .benefits-table-row.last .benefits-table-col {
      padding-bottom: 20px; }
      .siels-aura-shop .benefits-table-row.last .benefits-table-col.col-3 {
        border-bottom: 3px solid #0083f4; }
    .siels-aura-shop .benefits-table-row.border-top {
      border-top: 2px solid #0083f433; }
  .siels-aura-shop .benefits-table-col {
    text-align: center;
    width: 33.33333333%;
    padding: 10px; }
    .siels-aura-shop .benefits-table-col.col-0 {
      background: none;
      text-align: left;
      padding-left: 20px;
      color: #85bfed; }
    .siels-aura-shop .benefits-table-col.col-1 {
      background: none;
      text-align: left;
      padding-left: 20px; }
    .siels-aura-shop .benefits-table-col.col-2 {
      background-color: #1f1f2b80; }
    .siels-aura-shop .benefits-table-col.col-3 {
      border-left: 3px solid #0083f4;
      border-right: 3px solid #0083f4;
      background-color: #1f1f2b80; }
  .siels-aura-shop .benefits-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .siels-aura-shop .benefits-modal.active {
      display: block;
      background: rgba(0, 0, 0, 0.9); }
    .siels-aura-shop .benefits-modal h3 {
      color: #fff;
      text-align: center; }
  .siels-aura-shop .benefits-modal-content {
    position: relative;
    top: 120px;
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }
    .siels-aura-shop .benefits-modal-content .benefits-table-col {
      color: #fff; }
      .siels-aura-shop .benefits-modal-content .benefits-table-col.col-0 {
        color: #85bfed; }
  .siels-aura-shop .benefits-modal-close {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0; }
  .siels-aura-shop .faq {
    background: #fff url(/images/desktop/shop/founders-pack/faq-bg-character.jpg) no-repeat right top/666px auto;
    min-height: 1800px;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    /*@media(max-width:$small-desktop-width) {
      background: #fff url(/images/mobile/shop/founders-pack/m-faq-bg-character.jpg) no-repeat center bottom / 587px auto;
      min-height: auto;
      padding-bottom: 600px;  
    }*/ }
    @media (max-width: 1400px) {
      .siels-aura-shop .faq {
        background: #fff url(/images/mobile/shop/founders-pack/m-faq-bg-character.jpg) no-repeat center bottom/587px auto;
        padding-bottom: 400px;
        min-height: auto; } }
    .siels-aura-shop .faq h2 {
      width: 243px;
      height: 106px;
      text-indent: -99999999px;
      overflow: hidden;
      background: url(/images/desktop/shop/founders-pack/faq-title.png) no-repeat center center/contain;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        .siels-aura-shop .faq h2 {
          margin: 0 auto 50px; } }
      @media (max-width: 768px) {
        .siels-aura-shop .faq h2 {
          transform: scale(0.7); } }
    .siels-aura-shop .faq .accordion {
      margin-bottom: 25px; }
    .siels-aura-shop .faq .accordion > .title {
      padding: 0 0 10px; }
    .siels-aura-shop .faq .benefits-table {
      margin: 20px 0 150px;
      background: none;
      border: 0; }
      .siels-aura-shop .faq .benefits-table .fa-check-circle {
        color: #85bfed; }
      .siels-aura-shop .faq .benefits-table .fa-times-circle {
        color: #8c8f91; }
    .siels-aura-shop .faq .benefits-table-row.first .benefits-table-col {
      border-top: 1px solid #999; }
      .siels-aura-shop .faq .benefits-table-row.first .benefits-table-col > .title {
        font-weight: bold;
        margin-bottom: 10px; }
      .siels-aura-shop .faq .benefits-table-row.first .benefits-table-col.col-3 {
        border-top: 2px solid #0083f4; }
    .siels-aura-shop .faq .benefits-table-row.row-header .benefits-table-col {
      border-top: 1px solid #999; }
    .siels-aura-shop .faq .benefits-table-row.last .benefits-table-col {
      border-bottom: 1px solid #999; }
      .siels-aura-shop .faq .benefits-table-row.last .benefits-table-col.col-3 {
        border-bottom: 2px solid #0083f4; }
    .siels-aura-shop .faq .benefits-table-col {
      opacity: 1;
      mix-blend-mode: initial;
      background: none;
      border-left: 1px solid #999;
      border-bottom: 0;
      vertical-align: middle;
      align-items: center;
      display: flex;
      justify-content: center; }
      .siels-aura-shop .faq .benefits-table-col.col-1 {
        display: block; }
        .siels-aura-shop .faq .benefits-table-col.col-1 > .title {
          color: #000;
          font-weight: bold; }
      .siels-aura-shop .faq .benefits-table-col.col-3 {
        border-left: 2px solid #0083f4;
        border-right: 2px solid #0083f4; }
  .siels-aura-shop .faq-content {
    width: 1200px;
    margin: 0 auto;
    color: #000;
    max-width: 100%;
    padding: 250px 0 0; }
    @media (max-width: 1200px) {
      .siels-aura-shop .faq-content {
        width: 800px; } }
    @media (max-width: 1024px) {
      .siels-aura-shop .faq-content {
        padding: 100px 50px 0;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .siels-aura-shop .faq-content {
        padding: 100px 10px 0; } }
    .siels-aura-shop .faq-content i {
      vertical-align: bottom; }
    .siels-aura-shop .faq-content .accordion > .title {
      position: relative;
      font-size: 22px; }
      @media (max-width: 768px) {
        .siels-aura-shop .faq-content .accordion > .title {
          font-size: 16px;
          padding-left: 20px; } }
      .siels-aura-shop .faq-content .accordion > .title i {
        position: absolute;
        left: 0;
        top: 2px;
        transform: rotate(45deg);
        transition: transform 0.4s;
        display: none; }
        @media (max-width: 768px) {
          .siels-aura-shop .faq-content .accordion > .title i {
            display: block; } }
    .siels-aura-shop .faq-content .accordion > .expandable {
      font-size: 20px; }
      @media (max-width: 768px) {
        .siels-aura-shop .faq-content .accordion > .expandable {
          font-size: 16px;
          padding-left: 20px; } }
      .siels-aura-shop .faq-content .accordion > .expandable a {
        color: #36b0bb; }
        .siels-aura-shop .faq-content .accordion > .expandable a:hover {
          text-decoration: underline; }
    .siels-aura-shop .faq-content .accordion.active > .title i {
      transform: rotate(0deg); }
  .siels-aura-shop .faq-tabs {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    max-width: 100%; }
    @media (max-width: 1024px) {
      .siels-aura-shop .faq-tabs {
        display: block;
        text-align: center; } }
  .siels-aura-shop .faq-tab {
    color: #999999;
    padding: 10px 25px;
    border-radius: 20px;
    border: 1px solid #999999;
    margin-right: 10px;
    font-weight: bold;
    white-space: nowrap; }
    .siels-aura-shop .faq-tab:hover, .siels-aura-shop .faq-tab.active {
      color: #fff;
      background: #171a21 url(/images/desktop/shop/founders-pack/faq-tab.png) no-repeat center top/cover; }
    @media (max-width: 1024px) {
      .siels-aura-shop .faq-tab {
        margin-bottom: 10px; } }
    @media (max-width: 768px) {
      .siels-aura-shop .faq-tab {
        padding: 10px 15px;
        font-size: 12px; } }
  .siels-aura-shop .faq-tab-panel {
    display: none;
    width: 800px;
    max-width: 100%; }
    .siels-aura-shop .faq-tab-panel.active {
      display: block; }
  .siels-aura-shop .shop-tabs {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .siels-aura-shop .shop-tabs {
        top: 70px; } }
    .siels-aura-shop .shop-tabs a {
      font-size: 22px;
      color: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid transparent;
      margin: 0 20px;
      opacity: 0.9;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .siels-aura-shop .shop-tabs a {
          font-size: 17px; } }
      .siels-aura-shop .shop-tabs a.active {
        border-color: rgba(255, 255, 255, 0.7);
        opacity: 1; }
      .siels-aura-shop .shop-tabs a:hover {
        opacity: 1; }

#nc-shop .loader {
  margin: 0; }

#nc-shop .shop-main.skin-aion .shop-inner .shop-container {
  min-height: 450px; }
  @media (max-width: 1024px) {
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container {
      padding: 0 20px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection h3 {
    color: #afe1e8; }
  @media (min-width: 768px) {
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection {
      margin-left: 20px; } }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item .edit {
    top: 0; }
  #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
    width: 70%;
    max-width: 265px; }
    @media (min-width: 768px) {
      #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product {
        max-width: 390px; } }
    #nc-shop .shop-main.skin-aion .shop-inner .shop-container .edit-selection .edit-item.product .title {
      vertical-align: middle;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

#nc-shop .shop-main.skin-aion .shop-inner .item-list.sielsaura-items .title {
  font-size: 20px;
  margin-bottom: 20px; }

#nc-shop .shop-main.skin-aion .shop-inner .item-list.sielsaura-items .price {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1; }

#nc-shop .shop-main.skin-aion .shop-inner .item-list.sielsaura-items .buynow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.quna-coin-shop {
  text-align: left;
  height: auto;
  min-height: calc(100vh - 114px);
  min-height: 769px;
  background: #151321;
  background: #060513 url("/images/mobile/shop/quna/m-quna-bg.jpg") no-repeat center top/768px auto;
  padding: 250px 0 50px; }
  @media (min-width: 768px) {
    .quna-coin-shop {
      min-height: 1046px;
      background: #040309 url("/images/desktop/shop/quna/quna-bg.jpg") no-repeat center top/1920px auto; } }
  @media (min-width: 1920px) {
    .quna-coin-shop {
      background-size: cover; } }
  @media (max-width: 768px) {
    .quna-coin-shop {
      padding: 160px 0 0px; } }
  .quna-coin-shop h1 {
    font-size: 30px;
    color: #ffffff;
    display: block;
    max-width: 900px;
    font-weight: 100;
    margin: 0 auto 50px;
    padding-left: 5px;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    text-align: center; }
    @media (min-width: 768px) {
      .quna-coin-shop h1 {
        font-size: 60px; } }
  .quna-coin-shop .shop-tabs {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .quna-coin-shop .shop-tabs {
        top: 70px; } }
    .quna-coin-shop .shop-tabs a {
      font-size: 22px;
      color: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid transparent;
      margin: 0 20px;
      opacity: 0.9;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .quna-coin-shop .shop-tabs a {
          font-size: 17px; } }
      .quna-coin-shop .shop-tabs a.active {
        border-color: rgba(255, 255, 255, 0.7);
        opacity: 1; }
      .quna-coin-shop .shop-tabs a:hover {
        opacity: 1; }
  .quna-coin-shop #nc-shop .loader {
    margin: 0; }
  .quna-coin-shop #nc-shop .shop-main.skin-aion .payment-methods.disabled {
    height: auto !important;
    margin: 0; }
  .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item {
    padding: 0px 0 0;
    width: 250px;
    height: 300px; }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item img.icon {
      margin: 0 auto 25px; }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item .title {
      font-size: 25px; }
      .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item .title span {
        font-size: 17px; }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list .list-item .price {
      font-size: 35px; }
  .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    background: rgba(102, 204, 204, 0.04);
    width: 252px;
    height: 352px; }
    @media (max-width: 768px) {
      .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item {
        width: 162px;
        max-width: 44%;
        height: 240px; } }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item:hover, .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item.selected {
      border-color: #b04de7; }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item img.icon {
      width: 178px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item img.icon {
          width: 90px; } }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .title {
      color: #b04de7;
      font-size: 30px;
      font-family: "Source Sans Pro", Arial, Helvetica;
      margin-bottom: 15px; }
      .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .title span {
        font-size: 30px;
        display: inline; }
      @media (max-width: 768px) {
        .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .title {
          font-size: 19px; }
          .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .title span {
            font-size: 19px; } }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .price {
      font-size: 50px;
      font-weight: bold;
      color: #fff;
      line-height: 1; }
      @media (max-width: 768px) {
        .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .price {
          font-size: 27px; } }
    .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .subtext {
      color: #afe1e8;
      position: absolute;
      bottom: 20px;
      left: 0; }
      @media (max-width: 768px) {
        .quna-coin-shop #nc-shop .shop-main.skin-aion .shop-inner .item-list.qunacoin-items .list-item .subtext {
          font-size: 12px;
          bottom: 10px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#about {
  background: black;
  text-align: left;
  color: white;
  padding-bottom: 30px; }
  #about p {
    font-family: "Source Sans Pro", Arial, Helvetica; }
  #about .about-header {
    background-size: 100% auto;
    width: 100%;
    position: relative;
    min-height: 700px;
    background-image: url("/images/mobile/about/bg-header.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 768px; }
    @media (min-width: 768px) {
      #about .about-header {
        min-height: 800px;
        background-image: url("/images/desktop/about/bg-header.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover; } }
    #about .about-header .header-content {
      padding: 300px 20px 120px; }
      @media (min-width: 1024px) {
        #about .about-header .header-content {
          padding: 0;
          position: absolute;
          top: auto;
          left: 86px;
          max-width: 825px;
          bottom: 170px; } }
      @media (min-width: 1280px) {
        #about .about-header .header-content {
          left: 134px; } }
      #about .about-header .header-content h1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0;
        display: block;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        width: 100%; }
        @media (min-width: 1024px) {
          #about .about-header .header-content h1 {
            width: 80%;
            line-height: 80px;
            font-size: 48px; } }
        @media (min-width: 1280px) {
          #about .about-header .header-content h1 {
            font-size: 75px; } }
      #about .about-header .header-content p {
        font-size: 18px;
        line-height: 28px; }
  #about .about-features {
    border: 3px solid #269ca6;
    width: calc(100% - 40px);
    margin: -100px 20px 20px;
    border-radius: 10px;
    background: #0c0d14;
    overflow: hidden; }
    #about .about-features .story {
      background: linear-gradient(to bottom right, #a046c7 0%, #1e7177 80%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$deep-lavender, endColorstr=$dark-green-blue,GradientType=0 );
      position: relative; }
    @media (min-width: 1024px) {
      #about .about-features .adventures {
        background: url(/images/desktop/about/hero.png) no-repeat left -70px; } }
    @media (min-width: 1320px) {
      #about .about-features .adventures {
        background-position: center -70px; } }
    #about .about-features .adventures .hero {
      padding: 300px 20px 60px;
      background-image: url("/images/mobile/about/hero.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #about .about-features .adventures .hero {
          background-image: url("/images/desktop/about/hero.png");
          background-position: center top;
          background-repeat: no-repeat;
          background-size: cover;
          padding: 320px 20px 100px; } }
      @media (min-width: 1024px) {
        #about .about-features .adventures .hero {
          background: none;
          padding: 270px 0 200px 100px;
          max-width: 688px; } }
      #about .about-features .adventures .hero h3 {
        font-size: 30px;
        line-height: 60px;
        margin: 0; }
      #about .about-features .adventures .hero p {
        margin: 0;
        font-size: 18px;
        display: block;
        width: 100%;
        max-width: 690px;
        line-height: 28px; }
    #about .about-features .adventures .activities {
      padding: 0 12px; }
    #about .about-features .adventures .activity {
      min-height: 500px;
      display: inline-block;
      vertical-align: top;
      margin: 0 12px;
      border-radius: 10px;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      padding-bottom: 60px; }
      @media (min-width: 1024px) {
        #about .about-features .adventures .activity {
          width: calc(50% - 24px);
          padding-bottom: 100px; } }
      #about .about-features .adventures .activity > img {
        width: 100%;
        border-radius: 10px;
        height: auto; }
        @media (min-width: 1024px) {
          #about .about-features .adventures .activity > img {
            margin-bottom: 30px; } }
      #about .about-features .adventures .activity .activity-content p {
        margin: 0 auto; }
      @media (min-width: 1024px) {
        #about .about-features .adventures .activity .activity-content {
          padding: 0 100px; } }
      #about .about-features .adventures .activity .activity-content h4 {
        font-size: 30px;
        line-height: 1.4;
        font-weight: normal;
        margin: 0 0 10px; }
      #about .about-features .adventures .activity .activity-content p {
        font-size: 18px;
        line-height: 28px; }
  #about .about-content {
    position: relative;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    min-height: 600px; }
    @media (min-width: 1024px) {
      #about .about-content {
        min-height: 500px; }
        #about .about-content .about-right-image {
          background-image: url("/images/desktop/about/about-story.jpg");
          background-position: left top;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          right: 0;
          width: 55%;
          height: 100%;
          min-height: 670px;
          top: 0px;
          display: inline-block; }
          #about .about-content .about-right-image.story-image {
            background-image: url("/images/mobile/about/about-story.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: cover; } }
      @media (min-width: 1024px) and (min-width: 768px) {
        #about .about-content .about-right-image.story-image {
          background-image: url("/images/desktop/about/about-story.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover; } }
    #about .about-content .inner-content {
      width: 100%;
      max-width: 550px;
      height: auto;
      padding: 20px;
      color: white; }
      @media (min-width: 1024px) {
        #about .about-content .inner-content {
          display: inline-block;
          width: 40%;
          transform: translate3d(10%, 5%, 0);
          padding: 100px 20px 120px 20px; } }
      @media (min-width: 1280px) {
        #about .about-content .inner-content {
          padding: 100px 20px 120px 60px; } }
      #about .about-content .inner-content h2 {
        margin-bottom: 16px;
        font-size: 30px;
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        font-weight: normal; }
      #about .about-content .inner-content p {
        font-family: "Source Sans Pro", Arial, Helvetica;
        font-size: 18px;
        line-height: 1.56; }
        @media (min-width: 1024px) {
          #about .about-content .inner-content p {
            margin-bottom: 50px; } }
      @media (max-width: 1024px) {
        #about .about-content .inner-content .btn {
          margin: 20px auto; } }
    #about .about-content > img, #about .about-content > .about-right-image img {
      height: auto;
      width: 100%;
      margin-top: 20px;
      max-width: 1120px;
      display: inline-block;
      vertical-align: top;
      float: right; }
      @media (min-width: 1024px) {
        #about .about-content > img, #about .about-content > .about-right-image img {
          display: none;
          margin-top: 0;
          width: calc(60% - 20px); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
body.aion-classic {
  max-width: initial;
  /*.navbar-item {
    &.classic,&.game,&.news,,&.forums,&.support,&.shop,&.login {
      display: none;
      @media(max-width:$small-desktop-width) {
        display: block;
      }
    }
    &.play_now {
      opacity: 0.9;
      transition: opacity 0.2s;
      &:hover {
        opacity: 1;
      }
      a {
        background: none !important;
        text-indent: -99999px;
        position: relative;
        width: 266px;
        &:after {
          content: " ";
          background-image: url('/images/desktop/classic/AN-Classic-nav-btn-preorder_now.png') !important;
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: center right;
          background-color: transparent !important;
          width: 100%;
          height: 103px;
          position: absolute;
          top: 0;
          left: 0;
          pointer-events: none;
        }        
      }
    }  
  }
  .mobile-nav-logo, .nav-logo {
    background-image: url('/images/global/AN-classic-nav-logo.png') !important;
    width: 229px;
  }*/ }
  body.aion-classic #l2-footer .playnow {
    background: #000 !important;
    padding: 0;
    min-height: initial;
    border-top: 7px solid #269ca6;
    border-bottom: 0; }
    body.aion-classic #l2-footer .playnow .btn {
      display: none; }
    body.aion-classic #l2-footer .playnow .social {
      padding: 50px 0 0; }
  body.aion-classic #l2-footer .copy {
    padding: 40px 0; }
  body.aion-classic .intro-video {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.0s; }
  body.aion-classic.intro-playing {
    height: 100vh;
    overflow: hidden;
    display: block; }
    body.aion-classic.intro-playing .gnb-header, body.aion-classic.intro-playing #navbar, body.aion-classic.intro-playing .gnb-footer {
      display: none; }
    body.aion-classic.intro-playing .intro-video {
      background: #000;
      opacity: 1; }
  body.aion-classic .ncsoft.gnb-header > .container, body.aion-classic .ncsoft.gnb-footer > .container {
    max-width: 100%; }

@-webkit-keyframes sidenavSprite {
  100% {
    background-position: -3000px 0; } }

@keyframes sidenavSprite {
  100% {
    background-position: -3000px 0; } }

@-webkit-keyframes scrollDownPulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  40% {
    transform: scale(0.9);
    opacity: 0.8; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes scrollDownPulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  40% {
    transform: scale(0.9);
    opacity: 0.8; }
  to {
    transform: scale(1);
    opacity: 1; } }

#webamp {
  z-index: 10 !important;
  position: fixed !important; }
  #webamp #about {
    display: none !important; }
  #webamp > div > div > div:nth-of-type(2), #webamp > div > div > div:nth-of-type(3) {
    display: none !important; }

#classic {
  background: black;
  text-align: left;
  color: white;
  font-family: 'Noto Sans', sans-serif; }
  #classic.intro-playing .classic-inner {
    height: 100vh;
    overflow: hidden;
    display: block; }
  #classic #winamp {
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 10;
    width: 400px;
    height: 0px; }
  #classic .audio-player-cont {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: auto;
    z-index: 10;
    pointer-events: none; }
  #classic .audioplayer-inner {
    position: fixed;
    display: flex; }
  #classic .audioplayer {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.9); }
    @media (min-width: 1921px) {
      #classic .audioplayer {
        width: 100%; } }
    @media (max-width: 768px) {
      #classic .audioplayer {
        display: none; } }
    #classic .audioplayer #audioplayer-visualize {
      display: none; }
    #classic .audioplayer .audioplayer-controls {
      margin-left: 20px;
      pointer-events: all; }
    #classic .audioplayer .audioplayer-title {
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      #classic .audioplayer .audioplayer-title svg {
        margin-right: 5px; }
  @media (max-width: 768px) {
    #classic div[data-sal] {
      opacity: 1 !important;
      transform: none !important; } }
  #classic p {
    font-family: 'Noto Sans', sans-serif; }
  #classic .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 331px;
    height: 75px;
    max-width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
    border: 0;
    opacity: 0.9;
    border-radius: 0; }
    #classic .btn:hover {
      opacity: 1; }
    #classic .btn.btn-mainsite {
      position: absolute;
      top: 125px;
      right: 50px;
      color: #fff;
      font-size: 14px;
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 10px 25px;
      z-index: 10;
      font-weight: normal;
      text-transform: none;
      height: auto;
      width: auto;
      text-shadow: none; }
      #classic .btn.btn-mainsite i {
        margin-left: 10px;
        position: relative;
        top: 1px;
        font-size: 20px; }
      @media (max-width: 768px) {
        #classic .btn.btn-mainsite {
          top: 65px;
          right: 10px;
          padding: 5px 12px; } }
    #classic .btn.btn-skip {
      position: fixed;
      bottom: 50px;
      right: 50px;
      color: #fff;
      font-size: 14px;
      background: rgba(255, 255, 255, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 10px 25px;
      z-index: 20;
      font-weight: normal;
      text-transform: none;
      height: auto;
      width: auto;
      text-shadow: none;
      pointer-events: all; }
      #classic .btn.btn-skip i {
        margin-left: 10px;
        position: relative;
        top: 1px;
        font-size: 20px; }
      @media (max-width: 768px) {
        #classic .btn.btn-skip {
          top: 65px;
          right: 10px;
          padding: 5px 12px; } }
    #classic .btn.btn-preorder {
      background: url("/images/desktop/classic/AN-Classic-nav-btn-preorder_now.png") no-repeat center center/contain;
      text-indent: -999999px;
      overflow: hidden;
      width: 331px;
      height: 105px; }
    #classic .btn.btn-play-free {
      background: url("/images/desktop/classic/AN-Classic-btn-play_free.png") no-repeat center center/contain;
      text-indent: -999999px;
      overflow: hidden;
      width: 331px;
      height: 105px; }
    #classic .btn.btn-play-free2 {
      background: url("/images/desktop/classic/AN-Classic-nav-btn-founders_pack.png") no-repeat center center/contain;
      text-indent: -999999px;
      overflow: hidden;
      width: 379px;
      height: 97px;
      font-size: 24px; }
    #classic .btn.btn-classes-tab {
      text-indent: -999999px;
      overflow: hidden;
      font-size: 24px;
      margin-bottom: 5px;
      opacity: 0.6; }
      #classic .btn.btn-classes-tab.tab-1 {
        width: 219px;
        height: 44px;
        background: url("/images/desktop/classic/AN-Classic-classes-btn-asmo_a.png") no-repeat center center/contain; }
        @media (max-width: 768px) {
          #classic .btn.btn-classes-tab.tab-1 {
            width: 100px;
            height: 32px; } }
      #classic .btn.btn-classes-tab.tab-2 {
        width: 146px;
        height: 44px;
        background: url("/images/desktop/classic/AN-Classic-classes-btn-elyos_a.png") no-repeat center center/contain; }
        @media (max-width: 768px) {
          #classic .btn.btn-classes-tab.tab-2 {
            width: 80px;
            height: 32px; } }
      #classic .btn.btn-classes-tab:hover, #classic .btn.btn-classes-tab.active {
        opacity: 1; }
    #classic .btn.btn-arrow-down {
      width: 89px;
      height: 60px;
      background: url("/images/desktop/classic/AN-Classic-arrow-down.png") no-repeat center center/contain;
      -webkit-animation: scrollDownPulse 2s infinite;
              animation: scrollDownPulse 2s infinite; }
    #classic .btn.btn-world-1 {
      width: 100px;
      height: 100px;
      background: url("/images/desktop/classic/AN-Classic-btn-world.png") no-repeat center center/contain; }
      @media (max-width: 768px) {
        #classic .btn.btn-world-1 {
          width: 50px;
          height: 50px; } }
      #classic .btn.btn-world-1.active, #classic .btn.btn-world-1:hover, #classic .btn.btn-world-1:after {
        background-image: url("/images/desktop/classic/AN-Classic-btn-world-active.png"); }
      #classic .btn.btn-world-1:after {
        content: " ";
        opacity: 0;
        pointer-events: none; }
    #classic .btn.btn-world-2 {
      width: 100px;
      height: 100px;
      background: url("/images/desktop/classic/AN-Classic-btn-dungeon.png") no-repeat center center/contain; }
      @media (max-width: 768px) {
        #classic .btn.btn-world-2 {
          width: 50px;
          height: 50px; } }
      #classic .btn.btn-world-2.active, #classic .btn.btn-world-2:hover, #classic .btn.btn-world-2:after {
        background-image: url("/images/desktop/classic/AN-Classic-btn-dungeon-active.png"); }
      #classic .btn.btn-world-2:after {
        content: " ";
        opacity: 0;
        pointer-events: none; }
    #classic .btn.btn-world-3 {
      width: 100px;
      height: 100px;
      background: url("/images/desktop/classic/AN-Classic-btn-pvp.png") no-repeat center center/contain; }
      @media (max-width: 768px) {
        #classic .btn.btn-world-3 {
          width: 50px;
          height: 50px; } }
      #classic .btn.btn-world-3.active, #classic .btn.btn-world-3:hover, #classic .btn.btn-world-3:after {
        background-image: url("/images/desktop/classic/AN-Classic-btn-pvp-active.png"); }
      #classic .btn.btn-world-3:after {
        content: " ";
        opacity: 0;
        pointer-events: none; }
    #classic .btn.btn-progression {
      width: 40px;
      height: 40px;
      background: url("/images/desktop/classic/progress-dot.png") no-repeat center center/contain; }
      @media (max-width: 1024px) {
        #classic .btn.btn-progression {
          display: none; } }
      #classic .btn.btn-progression.active, #classic .btn.btn-progression:hover {
        background: url("/images/desktop/classic/progress-dot-active.png") no-repeat center center/contain; }
      #classic .btn.btn-progression:after {
        content: " ";
        position: absolute;
        left: 58px;
        top: 50%;
        width: 45px;
        height: 1px;
        background: #fff;
        border-bottom: 1px solid #eee; }
    #classic .btn.btn-chevron-left {
      width: 30px;
      height: 47px;
      background: url("/images/desktop/classic/AN-Classic-btn-lvlup-previous.png") no-repeat center center/contain;
      position: relative;
      left: 20px; }
    #classic .btn.btn-arrow-left {
      width: 29px;
      height: 50px;
      background: url("/images/desktop/classic/arrow-left.png") no-repeat center center/contain; }
    #classic .btn.btn-arrow-right {
      width: 29px;
      height: 50px;
      background: url("/images/desktop/classic/arrow-right.png") no-repeat center center/contain; }
    #classic .btn.btn-levelup {
      text-indent: -999999px;
      overflow: hidden;
      width: 212px;
      height: 59px;
      background: url("/images/desktop/classic/AN-Classic-btn-lvlup-next.png") no-repeat center center/contain;
      font-size: 24px;
      position: relative;
      top: -5px;
      left: -5px; }
      #classic .btn.btn-levelup span {
        margin-bottom: 5px; }
  #classic .play-btn {
    width: 148px;
    height: 139px;
    background: url("/images/desktop/classic/btn-video.png") no-repeat center center/contain;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -75px;
    margin-left: -70px; }
    #classic .play-btn:hover {
      opacity: 1; }
  #classic .side-nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    pointer-events: none; }
    @media (max-width: 1400px) {
      #classic .side-nav {
        display: none; } }
    #classic .side-nav a {
      pointer-events: all;
      display: inline-flex; }
  #classic .side-nav-cont {
    position: fixed;
    width: 1920px;
    margin: 0 auto;
    background: url("/images/desktop/classic/sidenav-shadow.png") no-repeat right center/283px 565px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem; }
    @media (min-width: 1921px) {
      #classic .side-nav-cont {
        width: 100%; } }
  #classic .side-nav-inner {
    display: block;
    text-align: right; }
  #classic .side-nav-item {
    display: block; }
    #classic .side-nav-item:first-of-type {
      display: none !important; }
  #classic .side-nav-dot {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0;
    background: url("/images/desktop/classic/AN-classic-nav-side-btn.png") no-repeat center center/50px 50px; }
  #classic .active {
    font-weight: bold; }
    #classic .active .side-nav-dot {
      background: url("/images/desktop/classic/nav-side-btn-active-SPRITESHEET.png") no-repeat 0 0/3000px 50px;
      -webkit-animation: sidenavSprite 1s steps(60) infinite;
              animation: sidenavSprite 1s steps(60) infinite; }
  #classic .logo-big {
    position: relative;
    width: 992px;
    height: 320px;
    max-width: 100%;
    margin: 0 auto;
    background: url("/images/desktop/classic/AN-Classic-logo.png") no-repeat center center/contain; }
    @media (max-width: 768px) {
      #classic .logo-big {
        width: 300px;
        height: 100px; } }
  #classic .video-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      #classic .video-cont {
        display: none; } }
    #classic .video-cont:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    #classic .video-cont video {
      width: 1920px;
      height: 1080px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -540px;
      margin-left: -960px;
      /*position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;*/ }
    #classic .video-cont.intro-video {
      z-index: 10;
      position: fixed; }
  #classic .thumb-preview img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block; }
  #classic .classic-inner {
    width: 1920px;
    max-width: 100%;
    position: relative;
    margin: 0 auto; }
    @media (min-width: 1921px) {
      #classic .classic-inner {
        width: 100%; } }
  #classic .classic-home {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 900px;
    background: url("/images/desktop/classic/AN-Classic-bg_01-fallback.jpg") no-repeat center top/1920px auto;
    text-align: center;
    padding-top: 300px; }
    #classic .classic-home p {
      position: relative;
      font-size: 24px;
      top: -20px;
      font-weight: bold;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.8); }
      @media (max-width: 768px) {
        #classic .classic-home p {
          top: 0px;
          font-size: 16px; } }
    @media (max-width: 1024px) {
      #classic .classic-home {
        min-height: 720px; } }
    @media (max-width: 768px) {
      #classic .classic-home {
        background: url("/images/mobile/classic/m-AN-Classic-bg_01.png") no-repeat center top/768px auto;
        max-height: 760px;
        padding-top: 270px; } }
    @media (min-width: 1921px) {
      #classic .classic-home .video-cont video {
        width: 100%;
        height: auto;
        position: static;
        margin: 0; } }
  #classic .classic-home-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-height: 730px) and (min-width: 769px) {
      #classic .classic-home-bottom {
        display: none; } }
    #classic .classic-home-bottom .btn-preorder {
      display: none; }
      @media (max-width: 768px) {
        #classic .classic-home-bottom .btn-preorder {
          display: block;
          margin: 0 auto;
          transform: scale(0.7); } }
    @media (max-width: 768px) {
      #classic .classic-home-bottom .btn-arrow-down {
        display: none; } }
  #classic .classic-preorder {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 1000px;
    background: url("/images/desktop/classic/AN-Classic-bg_02.jpg") no-repeat center top/1920px auto; }
    @media (min-width: 1921px) {
      #classic .classic-preorder {
        background-size: 100% auto; } }
    @media (min-width: 769px) and (max-width: 1230px) {
      #classic .classic-preorder {
        height: auto;
        max-height: initial;
        min-height: initial;
        padding-bottom: 50px;
        background-size: cover; } }
    @media (max-width: 768px) {
      #classic .classic-preorder {
        background: url("/images/mobile/classic/m-AN-Classic-bg_02.png") no-repeat center top/768px auto;
        height: auto;
        min-height: initial;
        padding-bottom: 50px; } }
  #classic .classic-preorder-title {
    position: relative;
    z-index: 5;
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    color: #000;
    padding-top: 90px;
    color: #fff; }
    @media (max-width: 768px) {
      #classic .classic-preorder-title {
        padding-top: 60px;
        margin-bottom: 20px;
        width: 336px; } }
    #classic .classic-preorder-title h2 {
      text-transform: uppercase;
      font-size: 72px;
      line-height: 1;
      margin: 0 0 10px;
      font-weight: bold;
      font-family: 'Noto Sans', sans-serif; }
      @media (max-width: 768px) {
        #classic .classic-preorder-title h2 {
          font-size: 28px; } }
    #classic .classic-preorder-title p {
      margin: 0 auto;
      width: 800px;
      max-width: 100%;
      font-weight: bold;
      font-size: 24px; }
      @media (max-width: 768px) {
        #classic .classic-preorder-title p {
          font-size: 14px; } }
  #classic .classic-preorder-packs .video-cont video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    margin: 0; }
    #classic .classic-preorder-packs .video-cont video:after {
      display: none; }
  #classic .classic-preorder-packs .video-cont:after {
    display: none; }
  @media (max-width: 768px) {
    #classic .classic-preorder-packs .item-list {
      width: 320px; } }
  #classic .classic-character {
    overflow: hidden;
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 1000px;
    background: url("/images/desktop/classic/AN-Classic-bg_03.jpg") no-repeat center top/1920px auto; }
    @media (min-width: 1921px) {
      #classic .classic-character {
        background-size: 100% auto; } }
    @media (max-width: 1024px) {
      #classic .classic-character {
        min-height: 1000px; } }
    @media (max-width: 768px) {
      #classic .classic-character {
        background: url("/images/mobile/classic/m-AN-Classic-bg_03.png") no-repeat center top/768px auto;
        max-height: 848px;
        min-height: 700px; } }
  #classic .classic-character-title {
    position: relative;
    z-index: 5;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    padding-top: 90px; }
    @media (max-width: 768px) {
      #classic .classic-character-title {
        padding-top: 60px;
        margin-bottom: 20px;
        width: 320px; } }
    #classic .classic-character-title h2 {
      text-transform: uppercase;
      font-size: 72px;
      line-height: 1;
      margin: 0 0 10px;
      font-weight: bold;
      font-family: 'Noto Sans', sans-serif; }
      @media (max-width: 768px) {
        #classic .classic-character-title h2 {
          font-size: 32px; } }
    #classic .classic-character-title p {
      margin: 0 auto;
      width: 950px;
      max-width: 100%;
      font-weight: bold;
      font-size: 20px; }
      @media (max-width: 768px) {
        #classic .classic-character-title p {
          font-size: 14px;
          padding: 0 2rem; } }
  #classic .classic-character-overlay {
    width: 960px;
    height: 1080px;
    position: absolute;
    background: url("/images/desktop/classic/AN-Classic-bg_03-overlay.png") no-repeat center bottom/1920px auto;
    z-index: 2;
    bottom: 0;
    left: 50%;
    pointer-events: none; }
    @media (max-width: 768px) {
      #classic .classic-character-overlay {
        display: none; } }
    #classic .classic-character-overlay.overlay-1 {
      background-position: left top;
      margin-left: -960px; }
    #classic .classic-character-overlay.overlay-2 {
      background-position: right top; }
  #classic .classic-character-video {
    z-index: 1;
    position: absolute;
    top: 500px;
    left: 50%;
    /*width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -180px;*/
    width: 768px;
    height: 432px;
    margin-left: -384px;
    margin-top: -216px; }
    #classic .classic-character-video .play-btn {
      display: none; }
    @media (max-width: 768px) {
      #classic .classic-character-video {
        width: 320px;
        height: 180px;
        margin-left: -160px;
        top: 500px; }
        #classic .classic-character-video .play-btn {
          width: 64px;
          height: 64px;
          margin-left: -32px;
          margin-top: -32px; } }
    #classic .classic-character-video video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #classic .classic-character-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
    z-index: 3; }
  #classic .classic-character-panel {
    background: url("/images/desktop/classic/panel.png") no-repeat center center/contain;
    width: 568px;
    height: 143px;
    text-align: left;
    padding: 50px 0 0 180px;
    margin: 0 auto;
    font-size: 22px; }
    @media (max-width: 768px) {
      #classic .classic-character-panel {
        background: url("/images/mobile/classic/m-panel.png") no-repeat center center/100% auto;
        width: 535px;
        height: 222px;
        padding: 50px 20px 0 240px; }
        #classic .classic-character-panel p {
          line-height: 1.4;
          font-size: 28px; } }
  @media (max-width: 768px) and (max-width: 535px) {
    #classic .classic-character-panel {
      transform: scale(0.85);
      position: relative;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -340px; } }
  #classic .classic-world {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 800px;
    background: #000;
    padding-top: 75px; }
    @media (min-width: 1921px) {
      #classic .classic-world {
        background-size: 100% auto; } }
    @media (max-width: 768px) {
      #classic .classic-world {
        background: url("/images/mobile/classic/m-AN-Classic-bg_04.png") no-repeat center top/768px auto;
        max-height: 804px;
        min-height: 700px;
        padding-top: 0; } }
    #classic .classic-world .video-cont:after {
      background: rgba(0, 0, 0, 0.3) url("/images/desktop/classic/video-pattern.png") repeat left top/4px 4px; }
    @media (max-width: 768px) {
      #classic .classic-world .video-cont {
        display: block;
        width: 320px;
        height: 180px;
        top: 190px;
        left: 50%;
        margin-left: -160px; }
        #classic .classic-world .video-cont video {
          width: 100%;
          height: 100%;
          margin: 0;
          top: 0;
          left: 0; } }
    @media (min-width: 1921px) {
      #classic .classic-world .video-cont video {
        width: 100%;
        height: auto;
        position: static;
        margin: 0; } }
  #classic .classic-world-title {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      #classic .classic-world-title {
        padding-top: 60px;
        margin-bottom: 20px;
        width: 320px; } }
    #classic .classic-world-title h2 {
      text-transform: uppercase;
      font-size: 80px;
      margin: 0;
      font-weight: bold;
      font-family: 'Noto Sans', sans-serif; }
      @media (max-width: 768px) {
        #classic .classic-world-title h2 {
          font-size: 32px; } }
    #classic .classic-world-title p {
      margin: 0;
      font-weight: bold;
      font-size: 20px; }
      @media (max-width: 768px) {
        #classic .classic-world-title p {
          font-size: 14px;
          padding: 0 2rem; } }
  #classic .classic-world-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center; }
  #classic .classic-world-tabs {
    min-height: 84px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    background: url("/images/desktop/classic/world-tabs-bg.png") no-repeat center bottom/auto 84px; }
    @media (max-width: 768px) {
      #classic .classic-world-tabs {
        background: none;
        padding-bottom: 0;
        margin-bottom: 0; } }
    #classic .classic-world-tabs a {
      margin: 0 35px; }
      @media (max-width: 768px) {
        #classic .classic-world-tabs a {
          margin: 0; } }
  #classic .classic-world-panel {
    display: none;
    width: 600px;
    max-width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) {
      #classic .classic-world-panel {
        width: 320px; } }
    #classic .classic-world-panel h2 {
      text-transform: uppercase;
      font-family: 'Noto Sans', sans-serif;
      font-weight: bold;
      font-size: 40px;
      margin: 0; }
      @media (max-width: 768px) {
        #classic .classic-world-panel h2 {
          font-size: 32px; } }
    #classic .classic-world-panel p {
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 768px) {
        #classic .classic-world-panel p {
          font-size: 14px;
          padding: 0 1rem; } }
    #classic .classic-world-panel.active {
      display: block; }
  #classic .classic-progression {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 900px;
    background: url("/images/desktop/classic/AN-Classic-bg_05.png") no-repeat center top/1920px auto; }
    @media (min-width: 1921px) {
      #classic .classic-progression {
        background-size: 100% auto; } }
    @media (max-width: 1024px) {
      #classic .classic-progression {
        min-height: 1000px; } }
    @media (max-width: 768px) {
      #classic .classic-progression {
        background: url("/images/mobile/classic/m-AN-Classic-bg_05.png") no-repeat center top/768px auto;
        max-height: 651px;
        min-height: 651px; } }
  #classic .classic-progression-left {
    position: absolute;
    bottom: 200px;
    left: 150px;
    width: 500px;
    max-width: 100%;
    text-align: left; }
    @media (max-width: 1400px) {
      #classic .classic-progression-left {
        left: 20px; } }
    @media (max-width: 1024px) {
      #classic .classic-progression-left {
        position: static;
        text-align: center;
        padding-top: 60px;
        width: 320px;
        margin: 0 auto; } }
    #classic .classic-progression-left h2 {
      text-transform: uppercase;
      font-family: 'Noto Sans', sans-serif;
      font-weight: bold;
      font-size: 60px;
      margin: 0;
      line-height: 1; }
      @media (max-width: 1024px) {
        #classic .classic-progression-left h2 {
          font-size: 32px; } }
    #classic .classic-progression-left p {
      margin: 15px 0 35px 0; }
      @media (max-width: 1024px) {
        #classic .classic-progression-left p {
          font-size: 14px;
          padding: 0 2rem; } }
    @media (max-width: 1024px) {
      #classic .classic-progression-left .btn.btn-play-free2 {
        display: none; } }
  #classic .classic-progression-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 350px;
    text-align: center; }
    @media (max-width: 1024px) {
      #classic .classic-progression-bottom {
        position: static;
        padding: 0;
        width: 640px;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      #classic .classic-progression-bottom {
        width: 320px; } }
    #classic .classic-progression-bottom .btn.btn-play-free2 {
      display: none; }
      @media (max-width: 1024px) {
        #classic .classic-progression-bottom .btn.btn-play-free2 {
          display: block;
          margin: 0 auto;
          width: 200px;
          height: 60px; } }
  #classic .classic-progression-tabs a {
    margin: 0; }
  @media (max-width: 1024px) {
    #classic .classic-progression-tabs .btn.btn-chevron-left {
      position: absolute;
      left: 0;
      top: 50%;
      bottom: auto;
      height: 32px; }
    #classic .classic-progression-tabs .btn.btn-levelup {
      position: absolute;
      left: auto;
      right: 0;
      top: 50%;
      bottom: auto;
      height: 40px; } }
  @media (max-width: 1024px) and (max-width: 640px) {
    #classic .classic-progression-tabs .btn.btn-levelup {
      transform: scale(0.8);
      right: -50px; } }
  #classic .classic-progression-panel {
    display: none;
    position: relative; }
    #classic .classic-progression-panel.active {
      display: block; }
    #classic .classic-progression-panel img {
      height: 500px;
      width: auto; }
    #classic .classic-progression-panel p {
      font-size: 24px;
      font-weight: bold;
      width: 700px;
      max-width: 100%;
      margin: 0 auto 20px; }
      @media (max-width: 1024px) {
        #classic .classic-progression-panel p {
          font-size: 14px;
          padding: 0 2rem; } }
    #classic .classic-progression-panel .btn-arrow-left {
      position: absolute;
      top: 60%;
      left: 400px;
      display: none; }
    #classic .classic-progression-panel .btn-arrow-right {
      position: absolute;
      top: 60%;
      right: 400px;
      display: none; }
  #classic .classic-progression-character {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; }
    @media (max-width: 1024px) {
      #classic .classic-progression-character {
        max-height: 600px;
        max-width: 640px;
        background-size: contain; } }
    @media (max-width: 768px) {
      #classic .classic-progression-character {
        max-height: 220px;
        max-width: 100%;
        background-size: contain; } }
    #classic .classic-progression-character.character-1 {
      background-image: url(/images/desktop/classic/AN-classic-progress-character_01.png);
      width: 601px;
      height: 651px; }
    #classic .classic-progression-character.character-2 {
      background-image: url(/images/desktop/classic/AN-classic-progress-character_02.png);
      width: 601px;
      height: 651px; }
    #classic .classic-progression-character.character-3 {
      background-image: url(/images/desktop/classic/AN-classic-progress-character_03.png);
      width: 967px;
      height: 840px; }
  #classic .classic-classes {
    position: relative;
    height: 100vh;
    max-height: 1080px;
    min-height: 800px; }
    @media (max-width: 1024px) {
      #classic .classic-classes {
        min-height: 1000px; } }
    #classic .classic-classes:after {
      content: " ";
      opacity: 0;
      pointer-events: none;
      background: url("/images/desktop/classic/AN-Classic-bg_06b.png") no-repeat center top/1920px auto; }
    #classic .classic-classes.Asmodian {
      background: url("/images/desktop/classic/AN-Classic-bg_06a.png") no-repeat center top/1920px auto; }
      @media (min-width: 1921px) {
        #classic .classic-classes.Asmodian {
          background-size: 100% auto; } }
      @media (max-width: 768px) {
        #classic .classic-classes.Asmodian {
          background: url("/images/mobile/classic/m-AN-Classic-bg_06a.png") no-repeat center top/768px auto;
          max-height: 852px;
          min-height: 852px; } }
    #classic .classic-classes.Elyos {
      background: url("/images/desktop/classic/AN-Classic-bg_06b.png") no-repeat center top/1920px auto; }
      @media (min-width: 1921px) {
        #classic .classic-classes.Elyos {
          background-size: 100% auto; } }
      @media (max-width: 768px) {
        #classic .classic-classes.Elyos {
          background: url("/images/mobile/classic/m-AN-Classic-bg_06b.png") no-repeat center top/768px auto;
          max-height: 852px;
          min-height: 852px; } }
  #classic .classic-classes-left {
    position: absolute;
    bottom: 100px;
    left: 40px;
    width: 400px;
    max-width: 100%;
    text-align: left;
    z-index: 1; }
    @media (max-width: 1024px) {
      #classic .classic-classes-left {
        bottom: auto;
        top: 0;
        left: 50%;
        text-align: center;
        padding-top: 50px;
        width: 640px;
        margin-left: -320px; } }
    @media (max-width: 768px) {
      #classic .classic-classes-left {
        bottom: auto;
        top: 0;
        left: 50%;
        text-align: center;
        padding-top: 50px;
        width: 320px;
        margin-left: -160px; } }
    #classic .classic-classes-left h2 {
      text-transform: uppercase;
      font-family: 'Noto Sans', sans-serif;
      font-weight: bold;
      font-size: 90px;
      margin: 0; }
      @media (max-width: 1024px) {
        #classic .classic-classes-left h2 {
          font-size: 50px; } }
      @media (max-width: 768px) {
        #classic .classic-classes-left h2 {
          font-size: 32px; } }
  #classic .classic-classes-tabs {
    padding-left: 120px;
    padding-top: 30px;
    min-height: 140px; }
    @media (max-width: 1024px) {
      #classic .classic-classes-tabs {
        padding: 10px;
        display: flex;
        width: 100%;
        justify-content: space-between; } }
    #classic .classic-classes-tabs.Asmodian {
      background: url("/images/desktop/classic/AN-Classic-classes-crest_Asmodian.png") no-repeat left top/104px auto; }
      @media (max-width: 1024px) {
        #classic .classic-classes-tabs.Asmodian {
          background-position: center bottom; } }
    #classic .classic-classes-tabs.Elyos {
      background: url("/images/desktop/classic/AN-Classic-classes-crest_Elyos.png") no-repeat left top/133px auto; }
      @media (max-width: 1024px) {
        #classic .classic-classes-tabs.Elyos {
          background-position: center bottom; } }
  #classic .classic-classes-panel {
    display: none; }
    #classic .classic-classes-panel.active {
      display: block; }
  #classic .classic-classes-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      #classic .classic-classes-bottom .btn-play-free {
        width: 200px;
        height: 64px; } }
  #classic .classic-classes-characters {
    width: 1400px;
    height: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    display: none; }
    @media (max-width: 1024px) {
      #classic .classic-classes-characters {
        top: 60%;
        width: 700px;
        height: 500px; } }
    @media (max-width: 768px) {
      #classic .classic-classes-characters {
        width: 100%;
        height: 400px;
        top: 320px;
        left: 0;
        transform: none; } }
    #classic .classic-classes-characters.active {
      display: flex; }
    #classic .classic-classes-characters .slick-slider {
      display: none;
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 768px) {
        #classic .classic-classes-characters .slick-slider {
          display: block; }
          #classic .classic-classes-characters .slick-slider .classic-classes-character {
            display: block; } }
    #classic .classic-classes-characters .slick-slide {
      width: 100%; }
      #classic .classic-classes-characters .slick-slide .classic-classes-character {
        width: 100% !important;
        height: 400px !important;
        margin: 0;
        background-position: center top;
        background-size: auto 100%; }
    #classic .classic-classes-characters .slick-arrow {
      top: auto;
      bottom: 50px;
      z-index: 1; }
      #classic .classic-classes-characters .slick-arrow:before {
        display: none;
        content: ""; }
    #classic .classic-classes-characters .slick-prev {
      width: 89px;
      height: 60px;
      background: url("/images/desktop/classic/AN-Classic-arrow-down.png") no-repeat center center/contain;
      transform: rotate(90deg);
      left: 0; }
    #classic .classic-classes-characters .slick-next {
      width: 89px;
      height: 60px;
      background: url("/images/desktop/classic/AN-Classic-arrow-down.png") no-repeat center center/contain;
      transform: rotate(-90deg);
      right: 0; }
  #classic .classic-classes-character {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    margin: 0 -100px; }
    @media (max-width: 768px) {
      #classic .classic-classes-character {
        display: none; } }
  #classic .Asmodian .classic-classes-character.character-1 {
    background-image: url(/images/desktop/classic/AN-Classic-char-asmo_01.png);
    width: 408px;
    height: 600px; }
    #classic .Asmodian .classic-classes-character.character-1:after {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_01.png);
      opacity: 0;
      pointer-events: none;
      content: " "; }
  #classic .Asmodian .classic-classes-character.character-2 {
    background-image: url(/images/desktop/classic/AN-Classic-char-asmo_02.png);
    width: 510px;
    height: 736px;
    position: relative;
    z-index: 1; }
    #classic .Asmodian .classic-classes-character.character-2:after {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_02.png);
      opacity: 0;
      pointer-events: none;
      content: " "; }
  #classic .Asmodian .classic-classes-character.character-3 {
    background-image: url(/images/desktop/classic/AN-Classic-char-asmo_03.png);
    width: 788px;
    height: 702px; }
    #classic .Asmodian .classic-classes-character.character-3:after {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_03.png);
      opacity: 0;
      pointer-events: none;
      content: " "; }
  #classic .Asmodian .classic-classes-character.character-4 {
    background-image: url(/images/desktop/classic/AN-Classic-char-asmo_04.png);
    width: 492px;
    height: 698px;
    z-index: 1; }
    #classic .Asmodian .classic-classes-character.character-4:after {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_04.png);
      opacity: 0;
      pointer-events: none;
      content: " "; }
  #classic .Elyos .classic-classes-character {
    margin: 0 -150px; }
    @media (max-width: 768px) {
      #classic .Elyos .classic-classes-character {
        margin: 0; } }
    #classic .Elyos .classic-classes-character.character-1 {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_01.png);
      width: 551px;
      height: 647px;
      position: relative;
      z-index: 1; }
    #classic .Elyos .classic-classes-character.character-2 {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_02.png);
      width: 859px;
      height: 729px; }
    #classic .Elyos .classic-classes-character.character-3 {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_03.png);
      width: 663px;
      height: 574px;
      position: relative;
      z-index: 1; }
    #classic .Elyos .classic-classes-character.character-4 {
      background-image: url(/images/desktop/classic/AN-Classic-char-elyos_04.png);
      width: 550px;
      height: 458px; }

.side-nav {
  position: fixed;
  top: 38%;
  right: 2rem;
  z-index: 10; }
  .side-nav a {
    font-size: 1.1rem;
    padding: 0.25rem 0;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 2px 2px black, 0 -2px 2px rgba(0, 0, 0, 0.5), 2px 0 2px black, -2px 0 2px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .side-nav a svg {
      font-size: 1rem;
      margin-left: 0.5rem; }
    .side-nav a:active, .side-nav a:hover {
      opacity: 1;
      text-decoration: none; }

.side-nav-dot {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 10px; }

.active .side-nav-dot {
  background: #fff; }

.audioplayer {
  display: flex;
  align-items: center;
  color: #fff; }

#audioplayer-visualize {
  margin: 0 auto;
  width: 80px; }

.audioplayer-controls {
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .audioplayer-controls svg {
    margin: 0 5px;
    cursor: pointer; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#awakened-page {
  padding: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.section {
  position: relative;
  height: 100%;
  width: 100%; }
  .section .texture-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: url("/images/global/awakened/aion-6.0-register-pattern.png");
    background-position: center;
    background-repeat: "repeat";
    background-size: 6px;
    z-index: 0; }
  .section .content {
    max-width: 690px; }
    .section .content h1 {
      font-family: "trajan-pro-3", serif; }
  .section.section-1 {
    background-image: url("/images/mobile/awakened/m-aion-6.0-head-after.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 768px;
    min-height: 890px;
    background-position: top 25px center; }
    @media (min-width: 768px) {
      .section.section-1 {
        background-image: url("/images/desktop/awakened/aion-6.0-main-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 1060px; } }
    @media (min-width: 2400px) {
      .section.section-1 {
        min-height: 1380px; } }
    .section.section-1 .landing-wrapper {
      position: relative;
      height: auto;
      width: 100%; }
      @media (min-width: 768px) {
        .section.section-1 .landing-wrapper {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0); } }
      @media (min-width: 1024px) {
        .section.section-1 .landing-wrapper {
          top: 58%; } }
      .section.section-1 .landing-wrapper .content {
        position: static;
        transform: none;
        max-width: 460px;
        color: #082354;
        padding: 200px 20px 0; }
        @media (min-width: 768px) {
          .section.section-1 .landing-wrapper .content {
            padding: 100px 30px 20px;
            max-width: 720px; } }
        .section.section-1 .landing-wrapper .content > h1 {
          font-size: 25px;
          margin-bottom: 5px; }
          @media (min-width: 1024px) {
            .section.section-1 .landing-wrapper .content > h1 {
              font-size: 29px; } }
        .section.section-1 .landing-wrapper .content > p {
          font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
          font-size: 15px;
          line-height: 1.33;
          padding: 5px 20px; }
          @media (min-width: 1024px) {
            .section.section-1 .landing-wrapper .content > p {
              font-size: 23px;
              max-width: 520px; } }
      .section.section-1 .landing-wrapper .thumb-preview {
        position: relative;
        margin: auto;
        max-width: 304px;
        width: 90%;
        height: 90px;
        overflow: visible; }
        .section.section-1 .landing-wrapper .thumb-preview .thumb-border {
          display: none; }
        .section.section-1 .landing-wrapper .thumb-preview .thumb-image {
          display: none; }
        @media (min-width: 1024px) {
          .section.section-1 .landing-wrapper .thumb-preview {
            height: 167px;
            margin: 30px auto 40px; }
            .section.section-1 .landing-wrapper .thumb-preview .thumb-border {
              position: absolute;
              left: 50%;
              top: 50%;
              bottom: auto;
              transform: translate3d(-50%, -50%, 0);
              display: inline-block;
              position: absolute;
              z-index: 1;
              transform: translate3d(-52%, -107px, 0);
              width: 360px; } }
        .section.section-1 .landing-wrapper .thumb-preview .play-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          margin: auto;
          height: 65px;
          width: 65px;
          display: inline-block;
          z-index: 2;
          text-shadow: rgba(42, 42, 42, 0.8) 0 0 6px; }
          .section.section-1 .landing-wrapper .thumb-preview .play-btn:after {
            transition: 350ms;
            color: white;
            font-size: 55px;
            content: "\F144";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400; }
          .section.section-1 .landing-wrapper .thumb-preview .play-btn:hover:after {
            font-size: 60px; }
        .section.section-1 .landing-wrapper .thumb-preview .video {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          display: none; }
          @media (min-width: 1024px) {
            .section.section-1 .landing-wrapper .thumb-preview .video {
              display: block;
              width: 300px; } }
      .section.section-1 .landing-wrapper .more-info {
        font-size: 13.5px;
        width: 60%;
        margin: auto;
        font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
        color: #082354; }
        @media (min-width: 1024px) {
          .section.section-1 .landing-wrapper .more-info {
            font-size: 15px;
            padding-top: 15px; } }
        .section.section-1 .landing-wrapper .more-info a {
          color: #0052cd; }
          .section.section-1 .landing-wrapper .more-info a:hover {
            text-decoration: underline; }
  .section.section-2 {
    min-height: 795px;
    background-image: url("/images/mobile/awakened/m-aion-6.0-levelcap-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .section.section-2 .texture-bg {
      opacity: 0.10; }
    @media (min-width: 1024px) {
      .section.section-2 {
        min-height: 1080px;
        background-image: url("/images/desktop/awakened/aion-6.0-levelcap-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    .section.section-2 .content {
      max-width: 600px;
      top: 25px;
      left: 0;
      right: 0;
      transform: none;
      color: #ffcdb1; }
      @media (min-width: 1024px) {
        .section.section-2 .content {
          transform: translate3d(50%, 45%, 0);
          width: 50%; } }
      @media (min-width: 1320px) {
        .section.section-2 .content {
          transform: translate3d(60%, 45%, 0);
          width: 50%; } }
  .section.section-3 {
    min-height: 769px;
    background-image: url("/images/mobile/awakened/m-aion-6.0-lakrum-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .section.section-3 .texture-bg {
      opacity: 0.05;
      z-index: 1; }
    @media (min-width: 768px) {
      .section.section-3 {
        min-height: 1080px;
        background-image: url("/images/desktop/awakened/aion-6.0-lakrum-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    .section.section-3 .content {
      color: #17094b;
      top: 25px;
      left: 0;
      right: 0;
      transform: none; }
      @media (min-width: 1024px) {
        .section.section-3 .content {
          top: 50px;
          left: 100px;
          right: auto; } }
  .section.section-4 {
    min-height: 797px;
    background-image: url("/images/mobile/awakened/m-aion-6.0-primeth-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    .section.section-4 .texture-bg {
      opacity: 0.10; }
    @media (min-width: 768px) {
      .section.section-4 {
        min-height: 1080px;
        background-image: url("/images/desktop/awakened/aion-6.0-primeth-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; } }
    .section.section-4 .content {
      transform: none;
      bottom: -20px;
      left: 0;
      right: 0;
      color: #e1f1ff; }
  .section.section-5 {
    min-height: 737px;
    background-image: url("/images/mobile/awakened/m-aion-6.0-newaion-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }
    .section.section-5 .texture-bg {
      opacity: 0.05; }
    @media (min-width: 768px) {
      .section.section-5 {
        min-height: 1130px;
        background-image: url("/images/desktop/awakened/aion-6.0-newaion-bg.jpg");
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover; } }
    .section.section-5 .content {
      transform: none;
      top: 40px;
      left: 0;
      right: 0;
      color: #082354; }
      @media (min-width: 1024px) {
        .section.section-5 .content {
          max-width: 720px;
          text-align: left;
          top: 90px;
          transform: translate3d(-25%, 0, 0); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.event-info-wrapper {
  padding: 5px; }
  .event-info-wrapper p {
    margin: 11px auto;
    color: #999999;
    font-size: 12px;
    max-width: 500px;
    width: 90%; }
    @media (min-width: 768px) {
      .event-info-wrapper p {
        font-size: 14px;
        max-width: 730px; } }
    .event-info-wrapper p.gift-pack-info {
      color: #ffffff;
      font-size: 13px;
      padding: 256px 40px 3px; }
      @media (min-width: 1024px) {
        .event-info-wrapper p.gift-pack-info {
          padding: 36px 40px 3px;
          font-size: 15px; } }
    .event-info-wrapper p.terms, .event-info-wrapper p.in-depth {
      font-size: 13px; }
      @media (min-width: 768px) {
        .event-info-wrapper p.terms, .event-info-wrapper p.in-depth {
          font-size: 15px; } }
      .event-info-wrapper p.terms > a, .event-info-wrapper p.in-depth > a {
        color: #ffffff; }
        .event-info-wrapper p.terms > a:hover, .event-info-wrapper p.in-depth > a:hover {
          text-decoration: underline; }
  .event-info-wrapper .content {
    position: static;
    transform: none;
    margin: auto; }
    @media (min-width: 768px) {
      .event-info-wrapper .content {
        margin-top: 70px; } }
    .event-info-wrapper .content P {
      font-size: 18px;
      color: #ffffff; }
      .event-info-wrapper .content P > span {
        color: #369fff; }
  .event-info-wrapper .items-wrapper .item {
    background-color: #09121a;
    vertical-align: top;
    margin: 10px auto;
    height: 344px;
    width: 310px; }
    @media (min-width: 1024px) {
      .event-info-wrapper .items-wrapper .item {
        display: inline-block;
        margin: 10px; } }
    .event-info-wrapper .items-wrapper .item > .item-title {
      font-size: 17px;
      font-weight: bold;
      padding-top: 230px;
      margin-bottom: 0; }
    .event-info-wrapper .items-wrapper .item > .item-info {
      font-size: 15px;
      margin-top: 0; }
    .event-info-wrapper .items-wrapper .item.item-1 {
      background-image: url("/images/global/awakened/aion-6.0-register-gift1.png");
      background-position: 10px 10px;
      background-repeat: no-repeat;
      background-size: 230px; }
      .event-info-wrapper .items-wrapper .item.item-1 > .item-title {
        color: #a046c7; }
    .event-info-wrapper .items-wrapper .item.item-2 {
      background-image: url("/images/global/awakened/aion-6.0-register-gift2.png");
      background-position: 10px 10px;
      background-repeat: no-repeat;
      background-size: 233px; }
      .event-info-wrapper .items-wrapper .item.item-2 > .item-title {
        color: #808c44; }
    .event-info-wrapper .items-wrapper .item.item-3 {
      background-image: url("/images/global/awakened/aion-6.0-register-gift3.png");
      background-position: 10px 10px;
      background-repeat: no-repeat;
      background-size: 237x; }
      .event-info-wrapper .items-wrapper .item.item-3 > .item-title {
        color: #91593f; }
  .event-info-wrapper .btn {
    margin: 30px; }
  .event-info-wrapper .collect {
    margin: 30px auto 50px; }
  .event-info-wrapper .terms {
    margin-bottom: 25px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  max-width: 600px;
  margin: auto;
  width: 100%;
  padding: 20px; }
  .content .image-title {
    padding: 20px;
    width: auto;
    max-width: 730px;
    -web-kit-max-width: fit-content; }
    @media (min-width: 1024px) {
      .content .image-title {
        max-width: 950px; } }
    @media (min-width: 1320px) {
      .content .image-title {
        width: auto;
        max-width: 1200px; } }
  .content h1 {
    line-height: 1.11;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: "le-monde-livre-std", "trajan-pro-3", serif; }
    @media (min-width: 1024px) {
      .content h1 {
        font-size: 60px;
        line-height: normal; } }
  .content p {
    font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
    margin: auto;
    line-height: 1.63;
    font-size: 15px; }
    @media (min-width: 1024px) {
      .content p {
        font-size: 20px;
        line-height: 1.5; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
.loader {
  width: 100px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(0) translateY(-50%);
  z-index: 99999; }
  .loader.hide-loader {
    display: none; }
  .loader:before {
    color: #369fff;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\F1CE";
    text-align: center;
    font-size: 40px;
    text-rendering: auto;
    animation: spin 1.5s infinite steps(20);
    -moz-animation: spin 1.5s infinite steps(20);
    -webkit-animation: spin 1.5s infinite steps(20); }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.message-modal-overlay, .message-modal-overlay > .message-modal, .message-modal-overlay > .message-modal > .outter, .message-modal-overlay > .message-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.message-modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999; }
  .message-modal-overlay > .message-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .message-modal-overlay > .message-modal > .outter {
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .message-modal-overlay > .message-modal > .outter .white-text {
        color: #b8b8b8;
        font-weight: bold; }
      .message-modal-overlay > .message-modal > .outter p {
        font-size: 16px;
        padding: 10px 0;
        color: rgba(180, 180, 180, 0.95); }
        @media (min-width: 768px) {
          .message-modal-overlay > .message-modal > .outter p {
            font-size: 18px; }
            .message-modal-overlay > .message-modal > .outter p.copy2, .message-modal-overlay > .message-modal > .outter p.copy3 {
              padding: 15px 50px; }
              .message-modal-overlay > .message-modal > .outter p.copy2 > span.white-text, .message-modal-overlay > .message-modal > .outter p.copy3 > span.white-text {
                color: #b8b8b8;
                font-weight: bold; } }
        .message-modal-overlay > .message-modal > .outter p.copy {
          font-size: 23px; }
          .message-modal-overlay > .message-modal > .outter p.copy > span {
            color: rgba(54, 226, 222, 0.95); }
            .message-modal-overlay > .message-modal > .outter p.copy > span.success-message {
              color: #ffba07; }
          @media (min-width: 1024px) {
            .message-modal-overlay > .message-modal > .outter p.copy {
              font-size: 40px; } }
      .message-modal-overlay > .message-modal > .outter.open-false {
        opacity: 0; }
      .message-modal-overlay > .message-modal > .outter.error-modal p {
        color: #cc0000;
        font-size: 30px; }
        @media (min-width: 1024px) {
          .message-modal-overlay > .message-modal > .outter.error-modal p {
            font-size: 20px; } }
      .message-modal-overlay > .message-modal > .outter.fail-modal .copy > span {
        color: #fff; }
      .message-modal-overlay > .message-modal > .outter.fail-modal .copy3 > span {
        color: rgba(54, 226, 222, 0.95); }
      .message-modal-overlay > .message-modal > .outter.duplicate-modal .copy > span {
        color: #c02c2c; }
      .message-modal-overlay > .message-modal > .outter > .inner {
        max-width: 950px;
        margin: auto;
        text-align: center;
        width: 90%;
        position: absolute;
        left: 50%;
        top: 40%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        color: #ffffff; }
        @media only screen and (max-width: 767px) {
          .message-modal-overlay > .message-modal > .outter > .inner {
            width: 90%;
            max-width: 320px; } }
      .message-modal-overlay > .message-modal > .outter > .toolbar {
        height: 3em; }
        .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: initial;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            margin: 30px 30px 0 0;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            background-size: contain;
            width: 33px;
            height: 33px;
            cursor: pointer;
            border: none;
            opacity: 0.5; }
            .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right > .close-btn:hover {
              opacity: 1; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.news-header {
  position: relative;
  width: 100%;
  height: 635px;
  padding: 50px 0 0 0;
  border-bottom: 2px solid #f5a623; }
  @media (min-width: 700px) {
    .news-header {
      height: 575px; } }
  @media (min-width: 1024px) {
    .news-header {
      height: 800px;
      padding: 2em; } }
  .news-header > .bg-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media (min-width: 1024px) {
      .news-header > .bg-img {
        display: block; } }
  .news-header > .bg-img-mobile {
    width: 100%;
    height: 300px;
    background-size: 768px;
    background-repeat: no-repeat;
    background-position: 20% center; }
    @media (min-width: 768px) {
      .news-header > .bg-img-mobile {
        background-size: cover; } }
    @media (min-width: 1024px) {
      .news-header > .bg-img-mobile {
        display: none; } }
  .news-header > .inner-wrapper {
    position: static;
    height: auto;
    width: 100%;
    padding: 1em;
    text-align: left; }
    @media (min-width: 1024px) {
      .news-header > .inner-wrapper {
        width: 88%;
        position: absolute;
        left: 2em;
        bottom: 4em;
        left: 8em;
        max-width: 1000px;
        padding: 0; } }
    .news-header > .inner-wrapper > .title {
      min-height: 100px;
      margin: 10px 0;
      font-size: 35px;
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      line-height: 1;
      color: #ffffff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      transition: all .3s; }
      @media (min-width: 1024px) {
        .news-header > .inner-wrapper > .title {
          overflow: hidden;
          font-size: 75px; }
          .news-header > .inner-wrapper > .title:hover {
            text-shadow: 2px 2px 4px black; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.news-toolbar {
  position: relative;
  height: 75px;
  text-align: left; }
  @media (min-width: 1024px) {
    .news-toolbar {
      height: 100px; } }
  .news-toolbar > ul.filter-wrapper {
    display: none;
    height: auto;
    width: auto;
    margin: 2.25em 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1024px) {
      .news-toolbar > ul.filter-wrapper {
        display: inline-block; } }
    .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
      display: inline-block;
      padding: 0;
      margin: 0 6px; }
      @media (min-width: 768px) {
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
          margin: 0 14px; } }
      @media (min-width: 1280px) {
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
          margin: 0 24px; } }
      .news-toolbar > ul.filter-wrapper > li.tag-filter-item:first-child {
        margin-left: 0; }
      .news-toolbar > ul.filter-wrapper > li.tag-filter-item > .btn {
        color: #0b3470; }
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item > .btn:hover {
          background-color: transparent; }
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item > .btn.active {
          background-color: #0b3470;
          color: #3cb9c2; }
  .news-toolbar > .dropdown {
    display: inline-block;
    margin: 1em 0 0;
    float: right;
    width: 172px; }
    @media (min-width: 1024px) {
      .news-toolbar > .dropdown {
        display: none; } }
    .news-toolbar > .dropdown > .placeholder {
      height: 38px; }
      .news-toolbar > .dropdown > .placeholder > .placeholder-text {
        line-height: calc(38px - 2px);
        font-family: "Source Sans Pro", Arial, Helvetica; }
    .news-toolbar > .dropdown > .options-wrapper {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.news-list {
  display: block;
  box-sizing: border-box; }
  .news-list:after {
    content: '';
    display: table;
    clear: both; }
  .news-list > .news-card {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px; }
    @media (max-width: 699px) {
      .news-list > .news-card {
        margin-right: 0;
        float: none; } }
    @media (min-width: 710px) {
      .news-list > .news-card {
        margin-right: 16px;
        float: left; } }
    @media (min-width: 711px) and (max-width: 1023px) {
      .news-list > .news-card {
        width: calc(50% - (16px / 2)); }
        .news-list > .news-card:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1489px) {
      .news-list > .news-card {
        width: calc(33.33% - 16px / 3 * 2);
        margin-right: 16px; }
        .news-list > .news-card:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 1490px) {
      .news-list > .news-card {
        width: calc(25% - 16px / 4 * 3);
        margin-right: 16px; }
        .news-list > .news-card:nth-child(4n) {
          margin-right: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
main.news {
  position: relative;
  min-height: 100vh; }
  main.news > .bottom-wrapper {
    min-height: 75vh;
    padding: 0 1em 4em;
    background-color: #ececec; }
    @media (min-width: 480px) {
      main.news > .bottom-wrapper {
        padding: 0 3em 4em; } }
    @media (min-width: 1280px) {
      main.news > .bottom-wrapper {
        padding: 0 8em 4em; } }
    main.news > .bottom-wrapper > .btn {
      margin: 3em auto 0;
      padding-right: 4em; }
      @media (min-width: 1024px) {
        main.news > .bottom-wrapper > .btn {
          margin: 3em auto; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.article-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ececec;
  transform: translateY(-8px);
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  @media (min-width: 1024px) {
    .article-content {
      padding: 30px 84px;
      border-radius: 0;
      transform: translateY(-8em); } }
  .article-content > .headline-wrapper {
    color: #000; }
    .article-content > .headline-wrapper > .title {
      margin: 0 0 31px;
      font-size: 35px; }
      @media (min-width: 1024px) {
        .article-content > .headline-wrapper > .title {
          font-size: 55px; } }
    .article-content > .headline-wrapper > .caption {
      margin: 12.5px 0;
      color: #0b3470; }
  .article-content > .main-content {
    margin: 3em auto;
    color: #000; }
    .article-content > .main-content p {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 18px; }
    .article-content > .main-content a, .article-content > .main-content a:visited {
      color: #f5a623;
      font-family: "Source Sans Pro", Arial, Helvetica; }
    .article-content > .main-content h3, .article-content > .main-content h4 {
      font-weight: bold;
      font-size: 20px; }
    .article-content > .main-content img {
      margin: 16px auto;
      text-align: center; }
    .article-content > .main-content table {
      margin: 0 auto;
      text-align: center; }
      .article-content > .main-content table img {
        margin: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
main.news-article {
  position: relative;
  min-height: 100vh;
  background-color: #ececec;
  padding: 50px 0 2em 0; }
  @media (min-width: 1024px) {
    main.news-article {
      padding: 0 0 2em 0; } }
  main.news-article > .news-article-header {
    position: relative;
    width: 100%;
    height: 300px; }
    @media (min-width: 1024px) {
      main.news-article > .news-article-header {
        height: 800px; } }
    main.news-article > .news-article-header > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ececec;
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      main.news-article > .news-article-header > div.hero {
        display: none; }
        @media (min-width: 1024px) {
          main.news-article > .news-article-header > div.hero {
            display: block; } }
      main.news-article > .news-article-header > div.hero-mobile {
        display: block;
        background-size: 768px; }
        @media (min-width: 768px) {
          main.news-article > .news-article-header > div.hero-mobile {
            background-size: cover; } }
        @media (min-width: 1024px) {
          main.news-article > .news-article-header > div.hero-mobile {
            display: none; } }
  main.news-article .article-content {
    border-radius: 10px 10px 0 0; }
    main.news-article .article-content img {
      cursor: pointer;
      width: auto;
      max-width: 100%;
      height: auto !important; }
  main.news-article > .bottom-wrapper {
    position: relative;
    min-height: 45vh;
    background-color: transparent; }
    @media (min-width: 1024px) {
      main.news-article > .bottom-wrapper {
        background-color: #ececec; } }
    main.news-article > .bottom-wrapper[class*="tag-border-"] {
      border-top-width: 4px;
      border-top-style: solid; }
  main.news-article > .featured-news-wrapper {
    position: static; }
  main.news-article > .btn {
    margin: 1em auto 0; }
    @media (min-width: 1024px) {
      main.news-article > .btn {
        margin-bottom: 3em; } }
  main.news-article table {
    margin: 0 auto !important;
    color: #2A2626 !important;
    width: 100% !important;
    overflow: scroll !important; }
    main.news-article table th {
      background-color: #b69e70 !important;
      border-color: #b69e70 !important; }
    main.news-article table td {
      border-color: #b69e70 !important; }
  main.news-article iframe {
    max-width: 600px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
    @media (max-width: 1024px) {
      main.news-article iframe {
        width: 100% !important; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.image-modal-overlay, .image-modal-overlay > .image-modal, .image-modal-overlay > .image-modal > .outter, .image-modal-overlay > .image-modal > .outter .modal-image, .image-modal-overlay > .image-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.image-modal-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999; }
  .image-modal-overlay > .image-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .image-modal-overlay > .image-modal > .outter {
      position: relative;
      background-color: rgba(0, 0, 0, 0.8);
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .image-modal-overlay > .image-modal > .outter.open-false {
        opacity: 0; }
      .image-modal-overlay > .image-modal > .outter > .inner {
        position: relative;
        transform: translateY(-50%);
        top: 50%; }
        .image-modal-overlay > .image-modal > .outter > .inner:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      .image-modal-overlay > .image-modal > .outter .modal-image {
        height: auto;
        width: auto;
        max-height: 100vh;
        margin: auto;
        max-width: 100%; }
      .image-modal-overlay > .image-modal > .outter > .toolbar {
        height: 3em; }
        .image-modal-overlay > .image-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: auto;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .image-modal-overlay > .image-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            width: 3em;
            height: 3em;
            cursor: pointer;
            border: none;
            opacity: 0.7; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.page-not-found {
  background-image: url("/images/mobile/about/header-img_about-pg.png");
  background-position: right 50px;
  background-repeat: no-repeat;
  background-size: 768px;
  position: relative;
  min-height: 100vh;
  background-size: 100% auto;
  width: 100%; }
  @media (min-width: 768px) {
    .page-not-found {
      background: url("/images/desktop/about/bg-header.png") no-repeat top center; } }
  .page-not-found > .wrapper {
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    background-color: #370c0c;
    border-radius: 5px;
    padding: 1em 2em; }
    @media (min-width: 1024px) {
      .page-not-found > .wrapper {
        padding: 1em 6em; } }
    .page-not-found > .wrapper > h1 {
      font-family: "le-monde-livre-std", "trajan-pro-3", serif;
      color: #ffffff;
      font-size: 33px; }
      @media (min-width: 1024px) {
        .page-not-found > .wrapper > h1 {
          font-size: 60px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#mark-of-vandal-page {
  padding: 0;
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /*Absolutely centers things with the origin point in the center*/
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /*Absolutely centers things with the origin point in the center*/ }
  #mark-of-vandal-page .site-hover-link {
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: #128b95;
    color: white; }
    @media (min-width: 1024px) {
      #mark-of-vandal-page .site-hover-link {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.5); }
        #mark-of-vandal-page .site-hover-link:hover {
          background-color: #128b95;
          color: white; } }
  #mark-of-vandal-page .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
    background-image: url("/images/global/awakened/aion-6.0-register-pattern.png");
    background-position: center;
    background-repeat: "repeat";
    background-size: 6px; }
  #mark-of-vandal-page .landing {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url("/images/mobile/mark-of-vandal/m-aion-7.0-header-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 768px;
    min-height: 956px;
    background-position: top center; }
    #mark-of-vandal-page .landing .full-video-bg-wrapper .video-bg-logo {
      left: 0;
      right: 0;
      margin: auto;
      display: block;
      top: 50px;
      width: 306px;
      transform: translate3d(40px, 0, 0); }
      @media (min-width: 1024px) {
        #mark-of-vandal-page .landing .full-video-bg-wrapper .video-bg-logo {
          width: 432px;
          transform: translate3d(58px, 0, 0); } }
    #mark-of-vandal-page .landing .texture-bg {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      opacity: .10;
      pointer-events: none;
      background-image: url("/images/global/awakened/aion-6.0-register-pattern.png");
      background-position: center;
      background-repeat: "repeat";
      background-size: 6px;
      z-index: 0; }
    #mark-of-vandal-page .landing .content {
      max-width: 690px; }
      #mark-of-vandal-page .landing .content h1 {
        font-family: "trajan-pro-3", serif; }
    @media (min-width: 768px) {
      #mark-of-vandal-page .landing {
        min-height: 1050px;
        background-image: url("/images/desktop/mark-of-vandal/aion-7.0-header-bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 1920px; } }
    #mark-of-vandal-page .landing .landing-wrapper {
      position: relative;
      height: auto;
      width: 100%;
      top: 30px; }
      @media (min-width: 1024px) {
        #mark-of-vandal-page .landing .landing-wrapper {
          top: 100px; } }
      #mark-of-vandal-page .landing .landing-wrapper .content {
        position: static;
        transform: none;
        max-width: 460px;
        color: #ffffff;
        padding: 140px 20px 0; }
        @media (min-width: 768px) {
          #mark-of-vandal-page .landing .landing-wrapper .content {
            padding: 100px 30px 20px;
            max-width: 720px; } }
        #mark-of-vandal-page .landing .landing-wrapper .content > p {
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 14px;
          line-height: 1.33;
          padding: 0 20px; }
          #mark-of-vandal-page .landing .landing-wrapper .content > p > span {
            display: inline-block;
            margin-top: 20px; }
            @media (min-width: 1024px) {
              #mark-of-vandal-page .landing .landing-wrapper .content > p > span {
                display: none; } }
          #mark-of-vandal-page .landing .landing-wrapper .content > p a {
            text-decoration: underline;
            color: #36e2de; }
            @media (min-width: 768px) {
              #mark-of-vandal-page .landing .landing-wrapper .content > p a {
                text-decoration: none; }
                #mark-of-vandal-page .landing .landing-wrapper .content > p a:hover {
                  text-decoration: underline; } }
          @media (min-width: 1024px) {
            #mark-of-vandal-page .landing .landing-wrapper .content > p {
              font-size: 19px;
              max-width: 520px; } }
      #mark-of-vandal-page .landing .landing-wrapper .thumb-preview {
        position: relative;
        margin: auto;
        max-width: 304px;
        width: 90%;
        height: 90px;
        overflow: visible; }
        #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .thumb-border {
          display: none; }
        #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .thumb-image {
          display: none; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .landing .landing-wrapper .thumb-preview {
            height: 132px;
            margin: 30px auto 40px;
            overflow: hidden; }
            #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .thumb-border {
              position: absolute;
              left: 50%;
              top: 50%;
              bottom: auto;
              transform: translate3d(-50%, -50%, 0);
              display: inline-block;
              position: absolute;
              z-index: 1;
              transform: translate3d(-50%, -50%, 0);
              width: 330px; } }
        #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .play-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          margin: auto;
          height: 65px;
          width: 65px;
          display: inline-block;
          z-index: 2;
          text-shadow: rgba(42, 42, 42, 0.8) 0 0 6px; }
          #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .play-btn:after {
            transition: 350ms;
            color: white;
            font-size: 55px;
            content: "\F144";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400; }
          #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .play-btn:hover:after {
            font-size: 60px; }
        #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .video {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          display: none; }
          @media (min-width: 1024px) {
            #mark-of-vandal-page .landing .landing-wrapper .thumb-preview .video {
              display: block;
              width: 300px; } }
      #mark-of-vandal-page .landing .landing-wrapper .more-info, #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph {
        font-size: 13.5px;
        width: 60%;
        margin: 10px auto 0;
        font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
        color: #ffffff; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .landing .landing-wrapper .more-info, #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph {
            font-size: 15px;
            padding-top: 15px; } }
        #mark-of-vandal-page .landing .landing-wrapper .more-info a, #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph a {
          color: #36e2de; }
          #mark-of-vandal-page .landing .landing-wrapper .more-info a:hover, #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph a:hover {
            text-decoration: underline; }
      #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph {
        display: none;
        color: white; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .landing .landing-wrapper .additional-paragraph {
            margin-top: 0;
            font-family: "Source Sans Pro", Arial, Helvetica;
            display: inline-block;
            max-width: 480px;
            font-size: 19px; } }
  #mark-of-vandal-page .section {
    position: relative;
    height: 100%;
    width: 100%; }
    #mark-of-vandal-page .section .content {
      pointer-events: none;
      max-width: 1170px; }
      @media (min-width: 1024px) {
        #mark-of-vandal-page .section .content {
          width: 90%; } }
      #mark-of-vandal-page .section .content .image-title {
        padding: 20px 0; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section .content .image-title {
            padding: 20px 49px; } }
      #mark-of-vandal-page .section .content h1 {
        font-size: 24px;
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        color: #ffffff;
        margin: auto; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section .content h1 {
            font-size: 35px; } }
      #mark-of-vandal-page .section .content p {
        font-size: 16px;
        color: #eeeeee;
        font-family: "Source Sans Pro", Arial, Helvetica; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section .content p {
            font-size: 20px; } }
    #mark-of-vandal-page .section.section-1 {
      min-height: 788px;
      background-image: url("/images/mobile/mark-of-vandal/m-aion-7.0-new-class-bg.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) {
        #mark-of-vandal-page .section.section-1 {
          min-height: 1040px;
          background-image: url("/images/desktop/mark-of-vandal/aion-7.0-new-class-bg.jpg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; } }
      #mark-of-vandal-page .section.section-1 .overlay {
        opacity: 0.05; }
      #mark-of-vandal-page .section.section-1 .content {
        max-width: 947px;
        left: 0;
        right: 0;
        transform: none;
        color: #ffcdb1;
        top: auto;
        bottom: 20px; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section.section-1 .content {
            bottom: 89px; } }
    #mark-of-vandal-page .section.section-2 {
      min-height: 904px;
      background-image: url("/images/mobile/mark-of-vandal/m-aion-7.0-new-zone-bg.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      #mark-of-vandal-page .section.section-2 .overlay {
        opacity: 0.05; }
      @media (min-width: 768px) {
        #mark-of-vandal-page .section.section-2 {
          min-height: 1080px;
          background-image: url("/images/desktop/mark-of-vandal/aion-7.0-new-zone-bg.jpg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; } }
      #mark-of-vandal-page .section.section-2 .content {
        color: #17094b;
        top: 25px;
        left: 0;
        right: 0;
        transform: none;
        max-width: 630px; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section.section-2 .content {
            top: 50px; } }
    #mark-of-vandal-page .section.section-3 {
      min-height: 797px;
      background-image: url("/images/mobile/mark-of-vandal/m-aion-7.0-stellin-lab-bg.jpg");
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; }
      @media (min-width: 768px) {
        #mark-of-vandal-page .section.section-3 {
          min-height: 1080px;
          background-image: url("/images/desktop/mark-of-vandal/aion-7.0-stellin-lab-bg.jpg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; } }
      #mark-of-vandal-page .section.section-3 .overlay {
        z-index: 1; }
      #mark-of-vandal-page .section.section-3 .content {
        z-index: 2;
        top: auto;
        bottom: 20px;
        transform: none; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section.section-3 .content {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            transform: translate3d(-50%, -50%, 0); }
            #mark-of-vandal-page .section.section-3 .content p {
              max-width: 940px; } }
    #mark-of-vandal-page .section.section-4 {
      min-height: 1025px;
      background: none;
      height: 100%; }
      @media (min-width: 768px) {
        #mark-of-vandal-page .section.section-4 {
          min-height: 1466px; } }
      #mark-of-vandal-page .section.section-4 .content {
        transform: none;
        top: 40px;
        left: 0;
        right: 0;
        color: #082354;
        z-index: 1;
        text-align: center; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .section.section-4 .content {
            max-width: 1050px;
            top: 90px; }
            #mark-of-vandal-page .section.section-4 .content p {
              max-width: 1050px; } }
      #mark-of-vandal-page .section.section-4 .carousel .button-toggle {
        height: 58px; }
        #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light {
          width: 40%;
          max-width: 211px;
          background-size: cover;
          background-position: center;
          vertical-align: top;
          transition: background 0.2s; }
          #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light.active, #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light:hover {
            background-color: rgba(255, 255, 255, 0.7);
            font-size: 0; }
            #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light.active.pve, #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light:hover.pve {
              background-image: url("/images/global/mark-of-vandal/aion-7.0-new-gear-pve-button.jpg"); }
            #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light.active.pvp, #mark-of-vandal-page .section.section-4 .carousel .button-toggle .soft-light:hover.pvp {
              background-image: url("/images/global/mark-of-vandal/aion-7.0-new-gear-pvp-button.jpg"); }
  #mark-of-vandal-page .gift {
    position: relative;
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
    background-color: #040b13;
    background-image: url("/images/mobile/mark-of-vandal/m-aion-7.0-registration-bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      #mark-of-vandal-page .gift {
        background-image: url("/images/desktop/mark-of-vandal/aion-7.0-registration-bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 1920px;
        min-height: 1650px;
        background-position: top; } }
    @media (min-width: 1024px) {
      #mark-of-vandal-page .gift {
        min-height: 1121px; } }
    @media (min-width: 1920px) {
      #mark-of-vandal-page .gift {
        background-size: cover; } }
    #mark-of-vandal-page .gift .event-info-wrapper {
      padding: 5px; }
      @media (min-width: 768px) {
        #mark-of-vandal-page .gift .event-info-wrapper {
          padding: 5px;
          max-width: 785px;
          position: absolute;
          right: 0;
          left: auto;
          width: 70%; } }
      @media (min-width: 1320px) {
        #mark-of-vandal-page .gift .event-info-wrapper {
          left: 0;
          margin: auto;
          transform: translate3d(280px, 0px, 0px); } }
      #mark-of-vandal-page .gift .event-info-wrapper p {
        margin: 11px auto;
        color: #999999;
        font-size: 12px;
        max-width: 500px;
        width: 90%;
        text-align: center; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .gift .event-info-wrapper p {
            font-size: 14px;
            max-width: 651px;
            text-align: left;
            margin: 11px 20px; } }
        #mark-of-vandal-page .gift .event-info-wrapper p.gift-pack-info {
          color: #ffffff;
          font-size: 13px;
          padding: 0; }
          @media (min-width: 1024px) {
            #mark-of-vandal-page .gift .event-info-wrapper p.gift-pack-info {
              font-size: 15px; } }
        #mark-of-vandal-page .gift .event-info-wrapper p.terms, #mark-of-vandal-page .gift .event-info-wrapper p.in-depth {
          font-size: 13px; }
          @media (min-width: 768px) {
            #mark-of-vandal-page .gift .event-info-wrapper p.terms, #mark-of-vandal-page .gift .event-info-wrapper p.in-depth {
              font-size: 15px; } }
          #mark-of-vandal-page .gift .event-info-wrapper p.terms > a, #mark-of-vandal-page .gift .event-info-wrapper p.in-depth > a {
            color: #ffffff; }
            #mark-of-vandal-page .gift .event-info-wrapper p.terms > a:hover, #mark-of-vandal-page .gift .event-info-wrapper p.in-depth > a:hover {
              text-decoration: underline; }
      #mark-of-vandal-page .gift .event-info-wrapper .content {
        position: static;
        transform: none;
        margin: auto; }
        @media (min-width: 768px) {
          #mark-of-vandal-page .gift .event-info-wrapper .content {
            margin-top: 70px; } }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .gift .event-info-wrapper .content {
            margin: 70px 0 0;
            max-width: 800px; } }
        #mark-of-vandal-page .gift .event-info-wrapper .content P {
          font-size: 18px;
          color: #ffffff;
          font-family: "Source Sans Pro", Arial, Helvetica; }
          @media (min-width: 1024px) {
            #mark-of-vandal-page .gift .event-info-wrapper .content P {
              width: 100%;
              margin: 0;
              font-size: 26px;
              max-width: 800px; } }
          #mark-of-vandal-page .gift .event-info-wrapper .content P > span {
            color: #36e2de;
            font-weight: bold; }
      #mark-of-vandal-page .gift .event-info-wrapper .items-wrapper .item {
        background-color: #09121a;
        vertical-align: top;
        margin: 10px auto;
        height: 292px;
        width: 232px;
        background-image: linear-gradient(to top, #133042, #306577 80%);
        box-shadow: 0 0 28.8px 3.2px rgba(0, 0, 0, 0.42); }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .gift .event-info-wrapper .items-wrapper .item {
            max-width: 232px;
            display: inline-block;
            margin: 10px;
            width: 30%; }
            #mark-of-vandal-page .gift .event-info-wrapper .items-wrapper .item img {
              width: 100%;
              max-width: -webkit-fit-content;
              max-width: -moz-fit-content;
              max-width: fit-content; } }
        #mark-of-vandal-page .gift .event-info-wrapper .items-wrapper .item > .item-title {
          font-size: 18px;
          font-weight: 600;
          padding: 0;
          margin: -20px auto;
          color: #36e2de;
          text-align: center; }
      #mark-of-vandal-page .gift .event-info-wrapper .btn {
        text-align: center;
        margin: 30px auto; }
      #mark-of-vandal-page .gift .event-info-wrapper .collect {
        padding: 24px 0 30px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      #mark-of-vandal-page .gift .event-info-wrapper .terms {
        margin: 30px auto 25px; }
        @media (min-width: 1024px) {
          #mark-of-vandal-page .gift .event-info-wrapper .terms {
            margin: 30px 20px 25px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.carousel {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }
  .carousel .button-toggle {
    position: absolute;
    left: 50%;
    top: 455px;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    padding: 0 10px;
    width: 100%;
    z-index: 2; }
    .carousel .button-toggle .soft-light {
      width: 148px;
      margin: 0 12px; }
  .carousel .carousel-content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1; }
    .carousel .carousel-content .carousel-item {
      height: 100%;
      overflow: auto;
      scroll-behavior: smooth;
      background-size: 768px;
      background-position: top;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .carousel .carousel-content .carousel-item::-webkit-scrollbar {
        display: none;
        color: transparent;
        background: transparent;
        width: 0;
        height: 0; }
      @media (min-width: 768px) {
        .carousel .carousel-content .carousel-item {
          background-size: 1920px; } }
      @media (min-width: 1920px) {
        .carousel .carousel-content .carousel-item {
          background-size: cover; } }
      .carousel .carousel-content .carousel-item .carousel-item-inner {
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        top: 500px;
        white-space: nowrap;
        min-width: 2147px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        overflow-x: auto;
        overflow-y: hidden; }
        .carousel .carousel-content .carousel-item .carousel-item-inner::-webkit-scrollbar {
          display: none;
          color: transparent;
          background: transparent;
          width: 0;
          height: 0; }
        @media (min-width: 768px) {
          .carousel .carousel-content .carousel-item .carousel-item-inner {
            top: 570px;
            min-width: 3526px; } }
        .carousel .carousel-content .carousel-item .carousel-item-inner .carousel-inner-image-wrapper {
          width: auto; }
          .carousel .carousel-content .carousel-item .carousel-item-inner .carousel-inner-image-wrapper .carousel-image {
            height: 100%;
            width: auto; }
  .carousel .arrows-wrapper {
    position: absolute;
    left: 50%;
    top: 690px;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    width: 100%;
    height: 59px;
    z-index: 2; }
    @media (min-width: 768px) {
      .carousel .arrows-wrapper {
        background-size: 1920px;
        height: 147px;
        top: 900px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
.site-hover-link {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0;
  font-size: 15px;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.5); }
  .site-hover-link .fal {
    opacity: 0.5;
    transition: 200ms;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px; }
  .site-hover-link:hover {
    transition: 200ms;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff; }
    .site-hover-link:hover .fal {
      opacity: 1; }
  @media (min-width: 1024px) {
    .site-hover-link {
      max-width: 188px;
      top: 50px;
      right: 22px;
      left: auto; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.download-page {
  position: relative; }
  .download-page a {
    text-decoration: underline;
    color: #0c7d9d; }
  .download-page .dl-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px 30px 100px;
    background-image: url("/images/mobile/download/m-AN-launcher-download-top-bg.jpg");
    background-size: 768px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .download-page .dl-header {
        padding: 200px 65px 65px;
        background-image: url("/images/desktop/download/AN-launcher-download-top-bg.jpg");
        background-size: 100%; } }
    .download-page .dl-header > .top-header {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .download-page .dl-header > .top-header {
          max-width: 1220px;
          margin: 0 auto -25px; } }
      .download-page .dl-header > .top-header > h1.header {
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        font-size: 45px;
        margin: 0 auto 30px;
        font-weight: 500;
        line-height: 1.11;
        color: #ffffff;
        max-width: 8em; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > h1.header {
            font-size: 60px;
            margin: 0 auto 24px;
            max-width: 100%;
            line-height: normal; } }
      .download-page .dl-header > .top-header > .subheader {
        max-width: 291px;
        margin: 0 auto 30px;
        font-family: "Source Sans Pro", Arial, Helvetica;
        font-weight: normal;
        font-size: 16px;
        color: #d8d8d8;
        line-height: 1.56; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .subheader {
            margin: 0 auto 70px;
            max-width: 610px;
            font-size: 18px; } }
      .download-page .dl-header > .top-header > .mobile-wrapper {
        max-width: 291px;
        margin: 0 auto 150px; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .mobile-wrapper {
            display: none; } }
        .download-page .dl-header > .top-header > .mobile-wrapper > .mobile-header {
          color: #5ab7d2;
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 16px;
          line-height: 1.56; }
      .download-page .dl-header > .top-header > .button-wrapper {
        display: none;
        margin: 0 auto 10px;
        text-align: center; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .button-wrapper {
            display: block; } }
        .download-page .dl-header > .top-header > .button-wrapper > .btn {
          font-size: 30px;
          width: 366px;
          height: 90px;
          line-height: 60px;
          font-family: "le-monde-livre-std", "trajan-pro-3", serif;
          border-radius: 5px;
          box-shadow: 0 0 14.8px 3.2px rgba(0, 0, 0, 0.25); }
        .download-page .dl-header > .top-header > .button-wrapper > p {
          margin-bottom: 3rem;
          font-size: 16px;
          font-family: "Source Sans Pro", Arial, Helvetica;
          color: #d8d8d8; }
      .download-page .dl-header > .top-header > .divider {
        position: absolute;
        left: 50%;
        top: 40em;
        width: 150%;
        height: 24px;
        transform: translateX(-50%);
        background-image: url("/images/desktop/download/download-rule-line.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .divider {
            position: static;
            width: 100%;
            margin: 0 auto 50px;
            background-size: 100%;
            transform: translateX(0); } }
    .download-page .dl-header > .bottom-header {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .download-page .dl-header > .bottom-header {
          max-width: 1400px;
          height: auto; } }
      .download-page .dl-header > .bottom-header > .inner-wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .bottom-header > .inner-wrapper {
            height: 545px;
            padding-top: 25px; }
            .download-page .dl-header > .bottom-header > .inner-wrapper:before {
              content: '';
              clear: both;
              display: table; } }
        .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
          display: block;
          position: relative;
          width: 100%;
          padding-bottom: 80%;
          margin-bottom: 20px;
          box-sizing: unset;
          transform: translate(0, 5em); }
          @media (min-width: 1024px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
              display: inline-block;
              width: calc(50% - 30px);
              height: 540px;
              margin: 0 30px 0 0;
              padding: 0;
              float: left;
              transform: translate(30px, -50px);
              z-index: 1; } }
          @media only screen and (max-width: 768px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
              transform: translate(0, 5em); } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper > .launcher-screenshot {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            transform: translate3d(-50%, -50%, 0);
            width: 180%;
            max-width: 1138px;
            height: 749px;
            margin: 0 auto;
            background-image: url("/images/desktop/download/AN-launcher-download-launcher.png");
            background-size: 100%;
            background-position: 50% 20%;
            background-repeat: no-repeat; }
        .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper {
          display: block;
          max-width: 295px;
          margin: 0 auto;
          padding: 0;
          text-align: left;
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 16px;
          color: #d8d8d8; }
          @media (min-width: 1024px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper {
              position: relative;
              display: inline-block;
              width: 50%;
              max-width: 470px;
              margin: 0;
              padding-top: 4%;
              padding-left: 30px;
              float: left;
              font-size: 18px;
              z-index: 2; } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > p {
            margin-bottom: 40px;
            color: inherit; }
            @media (min-width: 1024px) {
              .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > p {
                margin-bottom: 30px; } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > ul {
            margin: 0 auto 40px;
            padding-left: 18px; }
            .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > ul > li {
              margin-bottom: 15px;
              padding-left: 2px;
              color: inherit; }
      .download-page .dl-header > .bottom-header > .info-wrapper {
        position: relative;
        text-align: left;
        padding-left: 21px;
        margin: 75px auto 0;
        max-width: 295px;
        line-height: 1.5;
        color: #9b9b9b; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .bottom-header > .info-wrapper {
            margin: 0 auto;
            width: auto;
            max-width: 100%;
            text-align: center;
            line-height: 1.38;
            transform: translateY(-2em); } }
        .download-page .dl-header > .bottom-header > .info-wrapper > div {
          position: relative;
          display: inline-block;
          width: auto;
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 16px; }
          .download-page .dl-header > .bottom-header > .info-wrapper > div:before {
            content: "\F06A";
            position: absolute;
            left: -20px;
            top: 0;
            width: 10px;
            height: 10px;
            color: inherit;
            font-family: FontAwesome; }
            @media (min-width: 1024px) {
              .download-page .dl-header > .bottom-header > .info-wrapper > div:before {
                left: -18px; } }
  .download-page > .dl-faq {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 72px 30px 100px;
    background-image: url("/images/mobile/download/m-AN-launcher-download-faq-bg.jpg");
    background-size: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .download-page > .dl-faq {
        padding: 157px 30px 100px;
        background-image: url("/images/desktop/download/AN-launcher-download-faq-bg.jpg"); } }
    @media only screen and (max-width: 768px) {
      .download-page > .dl-faq {
        background-size: unset; } }
    .download-page > .dl-faq > .wrapper {
      position: relative;
      width: 100%;
      max-width: 310px;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .download-page > .dl-faq > .wrapper {
          max-width: 1000px;
          position: static; } }
      .download-page > .dl-faq > .wrapper > h2 {
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        font-size: 75px;
        position: relative;
        margin: 0 auto 70px;
        font-weight: bold;
        line-height: 1.4;
        color: #f0f0f0;
        z-index: 1; }
        @media (min-width: 1024px) {
          .download-page > .dl-faq > .wrapper > h2 {
            font-size: 98px; } }
      .download-page > .dl-faq > .wrapper > img {
        position: absolute;
        z-index: 0; }
        @media (min-width: 1024px) {
          .download-page > .dl-faq > .wrapper > img {
            top: 0;
            left: 0;
            width: 750px; } }
        @media only screen and (max-width: 1350px) {
          .download-page > .dl-faq > .wrapper > img {
            top: 0;
            left: -180px;
            width: 750px; } }
        @media only screen and (max-width: 975px) {
          .download-page > .dl-faq > .wrapper > img {
            width: 500px;
            top: 50px;
            left: -80px; } }
        @media only screen and (max-width: 768px) {
          .download-page > .dl-faq > .wrapper > img {
            top: -100px;
            left: -115px;
            width: 300px; } }
      .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] {
        margin: 0 auto 30px; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] {
          position: relative;
          padding-left: 28px;
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 16px;
          text-align: left;
          line-height: 1.75; }
          @media (min-width: 1024px) {
            .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] {
              line-height: 1.56;
              font-size: 18px; } }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] > p {
            color: inherit;
            margin: 0;
            line-height: inherit; }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] > .qa-label {
            position: absolute;
            left: -2px;
            top: 0;
            color: inherit;
            line-height: inherit; }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] span.no-wrap {
            white-space: nowrap; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > .faq-q {
          color: #3ad1dd; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > .faq-a {
          color: #9b9b9b; }

[data-sal]{transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}[data-sal][data-sal-duration="200"]{transition-duration:.2s}[data-sal][data-sal-duration="250"]{transition-duration:.25s}[data-sal][data-sal-duration="300"]{transition-duration:.3s}[data-sal][data-sal-duration="350"]{transition-duration:.35s}[data-sal][data-sal-duration="400"]{transition-duration:.4s}[data-sal][data-sal-duration="450"]{transition-duration:.45s}[data-sal][data-sal-duration="500"]{transition-duration:.5s}[data-sal][data-sal-duration="550"]{transition-duration:.55s}[data-sal][data-sal-duration="600"]{transition-duration:.6s}[data-sal][data-sal-duration="650"]{transition-duration:.65s}[data-sal][data-sal-duration="700"]{transition-duration:.7s}[data-sal][data-sal-duration="750"]{transition-duration:.75s}[data-sal][data-sal-duration="800"]{transition-duration:.8s}[data-sal][data-sal-duration="850"]{transition-duration:.85s}[data-sal][data-sal-duration="900"]{transition-duration:.9s}[data-sal][data-sal-duration="950"]{transition-duration:.95s}[data-sal][data-sal-duration="1000"]{transition-duration:1s}[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}[data-sal][data-sal-duration="2000"]{transition-duration:2s}[data-sal][data-sal-delay="50"]{transition-delay:.05s}[data-sal][data-sal-delay="100"]{transition-delay:.1s}[data-sal][data-sal-delay="150"]{transition-delay:.15s}[data-sal][data-sal-delay="200"]{transition-delay:.2s}[data-sal][data-sal-delay="250"]{transition-delay:.25s}[data-sal][data-sal-delay="300"]{transition-delay:.3s}[data-sal][data-sal-delay="350"]{transition-delay:.35s}[data-sal][data-sal-delay="400"]{transition-delay:.4s}[data-sal][data-sal-delay="450"]{transition-delay:.45s}[data-sal][data-sal-delay="500"]{transition-delay:.5s}[data-sal][data-sal-delay="550"]{transition-delay:.55s}[data-sal][data-sal-delay="600"]{transition-delay:.6s}[data-sal][data-sal-delay="650"]{transition-delay:.65s}[data-sal][data-sal-delay="700"]{transition-delay:.7s}[data-sal][data-sal-delay="750"]{transition-delay:.75s}[data-sal][data-sal-delay="800"]{transition-delay:.8s}[data-sal][data-sal-delay="850"]{transition-delay:.85s}[data-sal][data-sal-delay="900"]{transition-delay:.9s}[data-sal][data-sal-delay="950"]{transition-delay:.95s}[data-sal][data-sal-delay="1000"]{transition-delay:1s}[data-sal][data-sal-easing=linear]{transition-timing-function:linear}[data-sal][data-sal-easing=ease]{transition-timing-function:ease}[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-sal|=fade]{opacity:0;transition-property:opacity}[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}[data-sal|=slide]{opacity:0;transition-property:opacity,transform}[data-sal=slide-up]{transform:translateY(20%)}[data-sal=slide-down]{transform:translateY(-20%)}[data-sal=slide-left]{transform:translateX(20%)}[data-sal=slide-right]{transform:translateX(-20%)}[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}[data-sal=zoom-in]{transform:scale(.5)}[data-sal=zoom-out]{transform:scale(1.1)}[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}[data-sal|=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}

/*# sourceMappingURL=sal.css.map*/
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
#shadows-over-balaurea-page {
  padding: 0;
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /*Absolutely centers things with the origin point in the center*/
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Gradients */
  /* Modals */
  /*Absolutely centers things with the origin point in the center*/ }
  #shadows-over-balaurea-page .animated-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #shadows-over-balaurea-page .site-hover-link {
    z-index: 2;
    background-color: #ffffff;
    color: #000;
    text-align: right;
    padding: 0 20px; }
    #shadows-over-balaurea-page .site-hover-link i {
      opacity: 1; }
    @media (min-width: 1024px) {
      #shadows-over-balaurea-page .site-hover-link {
        top: 20px;
        right: 32px; }
        #shadows-over-balaurea-page .site-hover-link:hover {
          background-color: #ffb900;
          color: #000; }
          #shadows-over-balaurea-page .site-hover-link:hover i {
            transition: 0s; } }
  #shadows-over-balaurea-page .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none; }
  #shadows-over-balaurea-page .landing {
    position: relative;
    height: 950px;
    width: 100%;
    overflow: hidden;
    background: #0F1110 url("/images/mobile/shadows-over-balaurea/m-main-header-bg.png") no-repeat center top/768px 403px; }
    @media (min-width: 1024px) {
      #shadows-over-balaurea-page .landing {
        height: 1040px;
        background: #0F1110 url("/images/desktop/shadows-over-balaurea/main-header-bg.jpg") no-repeat center top/1920px 1048px; } }
    #shadows-over-balaurea-page .landing .overlay {
      display: none;
      opacity: 0.2; }
    @media (min-width: 1024px) {
      #shadows-over-balaurea-page .landing .full-video-bg-wrapper:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3) url("/images/global/shadows-over-balaurea/main-header-video-pattern.png") repeat left top/4px 4px;
        pointer-events: none; } }
    #shadows-over-balaurea-page .landing .full-video-bg-wrapper .video-bg-logo {
      left: 50%;
      right: auto;
      display: inline-block;
      top: 84px;
      width: 580px;
      height: auto;
      max-width: none;
      margin-left: -290px;
      transform: none; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .landing .full-video-bg-wrapper .video-bg-logo {
          top: 35px;
          width: 660px;
          margin-left: -335px; } }
    #shadows-over-balaurea-page .landing .landing-wrapper {
      position: relative;
      z-index: 1;
      height: auto;
      width: 100%;
      top: 30px; }
      #shadows-over-balaurea-page .landing .landing-wrapper .content {
        position: static;
        transform: none;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        color: #ffffff;
        padding: 386px 10px 0; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .landing .landing-wrapper .content {
            padding: 372px 10px 0;
            text-shadow: 0 2px 2px black, 0 -2px 2px rgba(0, 0, 0, 0.5), 2px 0 2px black, -2px 0 2px rgba(0, 0, 0, 0.5); } }
        #shadows-over-balaurea-page .landing .landing-wrapper .content > h1 {
          text-transform: none;
          font-weight: bold;
          font-size: 20px;
          margin-bottom: 10px;
          font-family: "Source Sans Pro", Arial, Helvetica; }
          @media (min-width: 769px) {
            #shadows-over-balaurea-page .landing .landing-wrapper .content > h1 {
              margin-bottom: 0px;
              font-size: 25px; } }
        #shadows-over-balaurea-page .landing .landing-wrapper .content > p {
          font-family: "Source Sans Pro", Arial, Helvetica;
          font-size: 18px;
          line-height: 1.6;
          padding: 0 20px;
          width: 450px;
          max-width: 100%;
          margin: 0 auto; }
          @media (min-width: 769px) {
            #shadows-over-balaurea-page .landing .landing-wrapper .content > p {
              width: 630px;
              font-size: 20px;
              line-height: 1.5; } }
          #shadows-over-balaurea-page .landing .landing-wrapper .content > p > span {
            color: #e2ac02; }
            @media (min-width: 769px) {
              #shadows-over-balaurea-page .landing .landing-wrapper .content > p > span {
                font-weight: bold; } }
          @media (min-width: 769px) {
            #shadows-over-balaurea-page .landing .landing-wrapper .content > p > div {
              display: inline-block; } }
          #shadows-over-balaurea-page .landing .landing-wrapper .content > p a {
            color: #e2ac02; }
            #shadows-over-balaurea-page .landing .landing-wrapper .content > p a:hover {
              text-decoration: underline; }
      #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview {
        position: absolute;
        top: 850px;
        left: 50%; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview {
            top: 814px; } }
        #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .thumb-border {
          display: none; }
        #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .thumb-image {
          display: none; }
        #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          margin: auto;
          display: inline-block;
          z-index: 2;
          color: rgba(255, 255, 255, 0.7);
          border: 1px solid rgba(255, 255, 255, 0.7);
          border-radius: 3px;
          width: 270px;
          height: 64px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 24px; }
          @media (min-width: 769px) {
            #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn {
              width: 205px;
              height: 50px;
              font-size: 19px; } }
          #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn span {
            order: 2;
            padding-left: 20px;
            margin-bottom: 4px; }
            @media (min-width: 769px) {
              #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn span {
                padding-left: 10px;
                margin-bottom: 2px; } }
          #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn:after {
            color: #ffffff;
            font-size: 30px;
            content: " ";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            order: 1;
            width: 30px;
            height: 30px;
            background: url("/images/global/shadows-over-balaurea/play.png") no-repeat center center/30px 30px; }
          #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .play-btn:hover {
            border: 1px solid #ffffff;
            color: #ffffff; }
        #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .video {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          display: none; }
          @media (min-width: 1024px) {
            #shadows-over-balaurea-page .landing .landing-wrapper .thumb-preview .video {
              display: block;
              width: 300px; } }
      #shadows-over-balaurea-page .landing .landing-wrapper .more-info, #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph {
        font-size: 18px;
        width: 320px;
        margin: 0 auto;
        font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
        color: #cccccc;
        line-height: 1.5; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .landing .landing-wrapper .more-info, #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph {
            font-size: 12px;
            width: 100%;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); } }
        #shadows-over-balaurea-page .landing .landing-wrapper .more-info a, #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph a {
          color: #ffffff;
          text-transform: uppercase; }
          #shadows-over-balaurea-page .landing .landing-wrapper .more-info a:hover, #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph a:hover {
            text-decoration: underline; }
      #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph {
        font-size: 16px; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .landing .landing-wrapper .additional-paragraph {
            font-size: 14px; } }
  #shadows-over-balaurea-page .btn.balaurea-header, #shadows-over-balaurea-page .btn.balaurea-registration {
    border: 0;
    background: url("/images/global/shadows-over-balaurea/main-header-btn-nm.png") no-repeat center center/100% auto;
    width: 362px;
    height: 87px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold; }
    #shadows-over-balaurea-page .btn.balaurea-header > span, #shadows-over-balaurea-page .btn.balaurea-registration > span {
      transition: all 0.2s; }
    #shadows-over-balaurea-page .btn.balaurea-header > .btn-arrow, #shadows-over-balaurea-page .btn.balaurea-registration > .btn-arrow {
      font-size: 22px;
      position: static;
      margin-top: 2px;
      padding-left: 4px;
      transform: none;
      opacity: 0;
      transition: all 0.2s; }
    #shadows-over-balaurea-page .btn.balaurea-header:hover, #shadows-over-balaurea-page .btn.balaurea-registration:hover {
      background-image: url("/images/global/shadows-over-balaurea/main-header-btn-hv.png"); }
      #shadows-over-balaurea-page .btn.balaurea-header:hover > span, #shadows-over-balaurea-page .btn.balaurea-registration:hover > span {
        transform: translateX(-4px); }
      #shadows-over-balaurea-page .btn.balaurea-header:hover > .btn-arrow, #shadows-over-balaurea-page .btn.balaurea-registration:hover > .btn-arrow {
        display: block;
        opacity: 1;
        transform: translateX(4px); }
    #shadows-over-balaurea-page .btn.balaurea-header:after, #shadows-over-balaurea-page .btn.balaurea-registration:after {
      content: " ";
      opacity: 0;
      pointer-events: none;
      background-image: url("/images/global/shadows-over-balaurea/main-header-btn-hv.png"); }
  #shadows-over-balaurea-page .btn.balaurea-header {
    margin: 34px 0 18px; }
    @media (min-width: 769px) {
      #shadows-over-balaurea-page .btn.balaurea-header {
        margin: 47px 0 16px; } }
  #shadows-over-balaurea-page .btn.balaurea-registration {
    width: 321px;
    height: 70px;
    background-image: url("/images/global/shadows-over-balaurea/registration-btn-nm.png") no-repeat center center/100% auto; }
    #shadows-over-balaurea-page .btn.balaurea-registration:hover {
      background-image: url("/images/global/shadows-over-balaurea/registration-btn-hr.png"); }
    #shadows-over-balaurea-page .btn.balaurea-registration:after {
      background-image: url("/images/global/shadows-over-balaurea/registration-btn-hr.png"); }
  #shadows-over-balaurea-page .section {
    position: relative;
    height: auto;
    min-height: auto;
    overflow: hidden; }
    #shadows-over-balaurea-page .section .overlay {
      display: none;
      top: 0;
      left: 50%;
      width: 375px;
      height: 1011px;
      margin-left: -187.5px;
      transform: none; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .section .overlay {
          width: 1920px;
          height: 1316px;
          margin-left: -960px; } }
    #shadows-over-balaurea-page .section .content {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .section .content {
          width: 42.4vw;
          padding: 0; } }
      #shadows-over-balaurea-page .section .content h1 {
        font-size: 36px;
        line-height: 1.1;
        font-family: "le-monde-livre-std", "trajan-pro-3", serif;
        font-weight: 400;
        color: #ffffff;
        text-transform: none;
        margin: 0 0 30px; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section .content h1 {
            font-size: 60px;
            margin: 0 0 20px; } }
      #shadows-over-balaurea-page .section .content p {
        font-size: 16px;
        line-height: 1.5;
        color: #eeeeee;
        font-family: "Source Sans Pro", Arial, Helvetica; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section .content p {
            font-size: 18px;
            line-height: 1.7; } }
    #shadows-over-balaurea-page .section.section-1 {
      height: 804px;
      background: #050409 url("/images/mobile/shadows-over-balaurea/m-new-balaurea-bg.png") no-repeat center top/768px 525px; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .section.section-1 {
          height: 1120px;
          background: none; }
          #shadows-over-balaurea-page .section.section-1 .background {
            position: absolute;
            top: -275px;
            left: 0;
            width: 100%;
            height: 1316px;
            background: url("/images/desktop/shadows-over-balaurea/new-balaurea-bg2.png") no-repeat center top/cover; }
          #shadows-over-balaurea-page .section.section-1 .foreground {
            position: absolute;
            top: -257px;
            left: 0;
            width: 100%;
            height: 1400px;
            background: url("/images/desktop/shadows-over-balaurea/new-balaurea-bg1.png") no-repeat center top/cover; } }
      @media (min-width: 1921px) {
        #shadows-over-balaurea-page .section.section-1 {
          height: 1400px; }
          #shadows-over-balaurea-page .section.section-1 .background {
            height: 1700px;
            top: -170px; }
          #shadows-over-balaurea-page .section.section-1 .foreground {
            height: 1800px;
            top: -170px; } }
      #shadows-over-balaurea-page .section.section-1 .overlay {
        opacity: 0.2; }
      #shadows-over-balaurea-page .section.section-1 .content {
        width: 362px;
        top: 296px;
        left: 0;
        right: 0;
        transform: none;
        max-width: 100%; }
        #shadows-over-balaurea-page .section.section-1 .content p {
          text-shadow: 0 0 4px rgba(255, 255, 255, 0.7); }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-1 .content {
            top: 687px;
            width: 775px; }
            #shadows-over-balaurea-page .section.section-1 .content p {
              text-shadow: none; } }
        @media (min-width: 1921px) {
          #shadows-over-balaurea-page .section.section-1 .content {
            top: 1026px; } }
    #shadows-over-balaurea-page .section.section-2 {
      height: 834px;
      background: #030200 url("/images/mobile/shadows-over-balaurea/m-new-instances-bg.png") no-repeat center top/768px 647px; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .section.section-2 {
          height: 1190px;
          background: #030200 url("/images/desktop/shadows-over-balaurea/new-instances-bg.jpg") no-repeat center top/1920px 1190px; } }
      @media (min-width: 1921px) {
        #shadows-over-balaurea-page .section.section-2 {
          background-size: cover; } }
      #shadows-over-balaurea-page .section.section-2 .overlay {
        opacity: 0.2;
        background: url("/images/mockup/m-mockup-section-2.jpg") no-repeat center top/100% auto; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-2 .overlay {
            background: url("/images/mockup/mockup-section-2.jpg") no-repeat center top/100% auto; } }
      #shadows-over-balaurea-page .section.section-2 .content {
        width: 340px;
        top: 362px;
        left: 0;
        right: 0;
        transform: none;
        max-width: 100%; }
        #shadows-over-balaurea-page .section.section-2 .content p {
          text-shadow: 0 0 4px rgba(255, 255, 255, 0.7); }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-2 .content {
            top: 848px;
            width: 795px; }
            #shadows-over-balaurea-page .section.section-2 .content p {
              text-shadow: none; } }
    #shadows-over-balaurea-page .section.section-3 {
      height: 997px;
      background: url("/images/mobile/shadows-over-balaurea/m-new-game-system-bg.jpg") no-repeat center top/768px 997px;
      border-bottom: 20px solid #000; }
      @media (min-width: 769px) {
        #shadows-over-balaurea-page .section.section-3 {
          height: 1080px;
          background: url("/images/desktop/shadows-over-balaurea/new-game-system-bg.jpg") no-repeat left top/1920px 1080px; } }
      @media (min-width: 1024px) {
        #shadows-over-balaurea-page .section.section-3 {
          background-position: center top; } }
      @media (min-width: 1921px) {
        #shadows-over-balaurea-page .section.section-3 {
          background-size: cover;
          height: 1300px; } }
      #shadows-over-balaurea-page .section.section-3 .overlay {
        opacity: 0.2;
        width: 375px;
        height: 1011px;
        margin-left: -187.5px; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-3 .overlay {
            width: 1920px;
            height: 1080px;
            margin-left: -960px; } }
      #shadows-over-balaurea-page .section.section-3 .content {
        width: 365px;
        top: 80px;
        left: 0;
        right: 0;
        transform: none;
        max-width: 100%; }
        #shadows-over-balaurea-page .section.section-3 .content h1 {
          color: #000;
          letter-spacing: 1px; }
        #shadows-over-balaurea-page .section.section-3 .content p {
          color: #000; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-3 .content {
            top: 182px;
            left: 50%;
            margin-left: -350px;
            width: 700px; }
            #shadows-over-balaurea-page .section.section-3 .content h1 {
              letter-spacing: 0; } }
        @media (min-width: 1024px) {
          #shadows-over-balaurea-page .section.section-3 .content {
            margin-left: -480px; }
            #shadows-over-balaurea-page .section.section-3 .content h1 {
              text-align: left; }
            #shadows-over-balaurea-page .section.section-3 .content p {
              text-align: left; } }
        @media (min-width: 1050px) {
          #shadows-over-balaurea-page .section.section-3 .content {
            margin-left: -500px; } }
        @media (min-width: 1440px) {
          #shadows-over-balaurea-page .section.section-3 .content {
            margin-left: -670px; } }
        @media (min-width: 1921px) {
          #shadows-over-balaurea-page .section.section-3 .content {
            top: 230px; } }
      #shadows-over-balaurea-page .section.section-3 .items {
        position: absolute;
        top: 427px;
        left: 0;
        width: 100%; }
        #shadows-over-balaurea-page .section.section-3 .items .items-cont {
          width: 200px;
          margin: 0 auto; }
        #shadows-over-balaurea-page .section.section-3 .items .item {
          display: inline-block;
          padding: 5px;
          text-align: center; }
          #shadows-over-balaurea-page .section.section-3 .items .item img {
            width: 50px;
            height: auto; }
        @media (min-width: 769px) {
          #shadows-over-balaurea-page .section.section-3 .items {
            top: 457px;
            left: 50%;
            margin-left: -410px;
            width: 800px; }
            #shadows-over-balaurea-page .section.section-3 .items .items-cont {
              width: 100%; }
            #shadows-over-balaurea-page .section.section-3 .items .item {
              padding: 5px 12px; }
              #shadows-over-balaurea-page .section.section-3 .items .item img {
                width: 70px; } }
        @media (min-width: 1024px) {
          #shadows-over-balaurea-page .section.section-3 .items {
            margin-left: -620px; } }
        @media (min-width: 1050px) {
          #shadows-over-balaurea-page .section.section-3 .items {
            margin-left: -640px; } }
        @media (min-width: 1440px) {
          #shadows-over-balaurea-page .section.section-3 .items {
            margin-left: -807px; } }
        @media (min-width: 1921px) {
          #shadows-over-balaurea-page .section.section-3 .items {
            top: 487px; } }
  #shadows-over-balaurea-page .gift {
    position: relative;
    height: 1960px;
    background: #0F090B url("/images/mobile/shadows-over-balaurea/m-registration-bg.png") no-repeat center top/cover; }
    @media (min-width: 1025px) {
      #shadows-over-balaurea-page .gift {
        height: 1213px;
        background: #0F090B url("/images/desktop/shadows-over-balaurea/registration-bg.jpg") no-repeat center top/1920px 1213px; } }
    @media (min-width: 1920px) {
      #shadows-over-balaurea-page .gift {
        background-size: cover; } }
    #shadows-over-balaurea-page .gift .overlay {
      display: none;
      opacity: 0.2;
      top: 0;
      left: 50%;
      width: 375px;
      height: 1960px;
      margin-left: -187.5px;
      transform: none; }
      @media (min-width: 1025px) {
        #shadows-over-balaurea-page .gift .overlay {
          width: 1920px;
          height: 1316px;
          margin-left: -960px; } }
    #shadows-over-balaurea-page .gift .event-info-wrapper {
      max-width: 100%;
      overflow: hidden; }
      #shadows-over-balaurea-page .gift .event-info-wrapper p {
        margin: 0;
        width: auto;
        max-width: none;
        color: #999999;
        font-size: 12px;
        text-align: center; }
        #shadows-over-balaurea-page .gift .event-info-wrapper p.gift-pack-info {
          color: #000;
          font-size: 13px;
          padding: 50px 0 25px;
          font-weight: 600; }
          @media (min-width: 1025px) {
            #shadows-over-balaurea-page .gift .event-info-wrapper p.gift-pack-info {
              font-size: 16px;
              padding: 55px 0 30px; } }
        #shadows-over-balaurea-page .gift .event-info-wrapper p.claim {
          width: 320px;
          margin: 0 auto;
          font-size: 13px;
          line-height: 1.5; }
          @media (min-width: 1025px) {
            #shadows-over-balaurea-page .gift .event-info-wrapper p.claim {
              width: 690px;
              font-size: 14px; } }
        #shadows-over-balaurea-page .gift .event-info-wrapper p.collect {
          width: 320px;
          margin: 0 auto;
          font-size: 13px;
          line-height: 1.5; }
          @media (min-width: 1025px) {
            #shadows-over-balaurea-page .gift .event-info-wrapper p.collect {
              width: 690px;
              font-size: 14px; } }
        #shadows-over-balaurea-page .gift .event-info-wrapper p.terms {
          border-top: 1px solid #524c50;
          padding: 35px 0 20px;
          width: 320px;
          margin: 0 auto;
          font-size: 13px;
          line-height: 1.5; }
          #shadows-over-balaurea-page .gift .event-info-wrapper p.terms a {
            text-transform: uppercase; }
          @media (min-width: 1025px) {
            #shadows-over-balaurea-page .gift .event-info-wrapper p.terms {
              padding: 15px 0 20px;
              width: 690px;
              font-size: 14px; } }
        #shadows-over-balaurea-page .gift .event-info-wrapper p.in-depth {
          width: 320px;
          margin: 0 auto;
          font-size: 13px;
          line-height: 1.5; }
          #shadows-over-balaurea-page .gift .event-info-wrapper p.in-depth a {
            text-transform: uppercase; }
          @media (min-width: 1025px) {
            #shadows-over-balaurea-page .gift .event-info-wrapper p.in-depth {
              width: 690px;
              font-size: 14px; } }
      #shadows-over-balaurea-page .gift .event-info-wrapper .content {
        position: static;
        transform: none;
        padding: 70px 0 0;
        width: 310px;
        max-width: 100%;
        margin: 0 auto; }
        #shadows-over-balaurea-page .gift .event-info-wrapper .content p {
          font-size: 18px;
          color: #000;
          font-family: "Source Sans Pro", Arial, Helvetica; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .content p div {
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 5px; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .content p p {
            padding: 0 5px; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .content p > span {
            color: #000;
            font-weight: bold; }
        @media (min-width: 1025px) {
          #shadows-over-balaurea-page .gift .event-info-wrapper .content {
            padding: 170px 0 0;
            width: 800px; }
            #shadows-over-balaurea-page .gift .event-info-wrapper .content p {
              font-size: 27px;
              letter-spacing: normal;
              line-height: 1.4; }
              #shadows-over-balaurea-page .gift .event-info-wrapper .content p div {
                font-size: 27px;
                letter-spacing: 1px; }
              #shadows-over-balaurea-page .gift .event-info-wrapper .content p > span {
                font-weight: normal; } }
      #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper {
        width: 300px;
        border: 4px solid rgba(53, 47, 50, 0.45);
        border-radius: 5px;
        margin: 0 auto 70px;
        background: url("/images/global/shadows-over-balaurea/m-registration-item-box.jpg") no-repeat center top/cover; }
        #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item {
          background-color: transparent;
          vertical-align: top;
          margin: 10px auto;
          height: 255px;
          width: 232px;
          background: url("/images/global/shadows-over-balaurea/line-hr.png") no-repeat center bottom/227px 1px; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item:first-child {
            height: 237px; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item:last-child {
            background: none; }
          #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item > .item-title {
            font-size: 17px;
            font-weight: 600;
            padding: 0 5px;
            color: #666666;
            text-align: center; }
        @media (min-width: 1025px) {
          #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper {
            width: 1084px;
            background: url("/images/global/shadows-over-balaurea/registration-item-box.jpg") no-repeat center top/cover; }
            #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item {
              height: 308px;
              width: 268px;
              border: 0;
              margin: 0;
              padding: 40px 0 0;
              background: url("/images/global/shadows-over-balaurea/line-vr.png") no-repeat right center/1px 227px; }
              #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper .item > .item-title {
                padding: 0 60px; } }
        @media (min-width: 1025px) and (max-width: 1084px) {
          #shadows-over-balaurea-page .gift .event-info-wrapper .items-wrapper {
            margin-left: -10px; } }
      #shadows-over-balaurea-page .gift .event-info-wrapper .btn {
        text-align: center;
        margin: 30px auto; }
      #shadows-over-balaurea-page .gift .event-info-wrapper .collect {
        padding: 24px 0 30px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1); }
      #shadows-over-balaurea-page .gift .event-info-wrapper .terms {
        margin: 30px auto 25px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
.aion-newplayerguides .newplayerguides {
  background-image: url("/images/desktop/new-player-guides/new-player-guide-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 170px 0;
  color: #fff;
  width: 100%; }
  @media (max-width: 1024px) {
    .aion-newplayerguides .newplayerguides {
      background-position: top;
      background-size: unset;
      padding: 100px 0; } }
  .aion-newplayerguides .newplayerguides * {
    font-family: "Source Sans Pro", Arial, Helvetica; }
  .aion-newplayerguides .newplayerguides .newplayerguides-title {
    position: relative;
    width: 554px;
    height: 188px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-title {
        width: 80%;
        height: unset; } }
    .aion-newplayerguides .newplayerguides .newplayerguides-title img {
      max-width: 100%; }
      .aion-newplayerguides .newplayerguides .newplayerguides-title img:last-child {
        position: absolute;
        mix-blend-mode: overlay; }
  .aion-newplayerguides .newplayerguides .newplayerguides-cards {
    margin-top: 60px;
    display: flex;
    justify-content: center; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-cards {
        padding: 0 15px;
        margin-top: 45px; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card {
    position: relative;
    width: 510px;
    height: 560px;
    margin: 0 30px;
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card {
        margin: 0 3px;
        width: 50%;
        height: 80vw; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-asmodian .newplayerguides-card-front {
    background-image: url("/images/desktop/new-player-guides/landing-asmo-banner-bg.jpg"); }
    .aion-newplayerguides .newplayerguides .newplayerguides-card-asmodian .newplayerguides-card-front .newplayerguides-card-background {
      background-image: url("/images/desktop/new-player-guides/landing-asmo-char.png");
      background-position: center 20px; }
      @media (max-width: 1024px) {
        .aion-newplayerguides .newplayerguides .newplayerguides-card-asmodian .newplayerguides-card-front .newplayerguides-card-background {
          background-position: center 60px;
          background-size: 150%; } }
    .aion-newplayerguides .newplayerguides .newplayerguides-card-asmodian .newplayerguides-card-front .newplayerguides-card-title {
      background-image: linear-gradient(to right, #b455a9, #482775), linear-gradient(to bottom, #140909, #140909); }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-asmodian .newplayerguides-card-back {
    background-image: url("/images/desktop/new-player-guides/landing-asmo-banner-bg-hover.jpg"); }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-elyos .newplayerguides-card-front {
    background-image: url("/images/desktop/new-player-guides/landing-elyos-banner-bg.jpg"); }
    .aion-newplayerguides .newplayerguides .newplayerguides-card-elyos .newplayerguides-card-front .newplayerguides-card-background {
      background-image: url("/images/desktop/new-player-guides/landing-elyos-char.png");
      background-position: 95% 20px; }
      @media (max-width: 1024px) {
        .aion-newplayerguides .newplayerguides .newplayerguides-card-elyos .newplayerguides-card-front .newplayerguides-card-background {
          background-position: 90% 50px;
          background-size: 220%; } }
    .aion-newplayerguides .newplayerguides .newplayerguides-card-elyos .newplayerguides-card-front .newplayerguides-card-title {
      background-image: linear-gradient(to right, #556dd6, #343d97), linear-gradient(to bottom, #140909, #140909); }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-elyos .newplayerguides-card-back {
    background-image: url("/images/desktop/new-player-guides/landing-elyos-banner-bg-hover.jpg"); }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-front,
  .aion-newplayerguides .newplayerguides .newplayerguides-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 40px; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card-front,
      .aion-newplayerguides .newplayerguides .newplayerguides-card-back {
        padding: 15px 10px; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-front .newplayerguides-card-title {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-back {
    pointer-events: none;
    background-image: linear-gradient(45deg, #b455a9, #482775);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: 0.3s; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-back-active {
    opacity: 1;
    pointer-events: unset; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-title {
    position: absolute;
    top: 50px;
    font-size: 60px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card-title {
        top: 25px;
        font-size: 30px; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-subtitle {
    position: absolute;
    top: 70px;
    display: none;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    color: #505050; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card-subtitle {
        display: unset; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-content-title {
    font-size: 25px;
    margin-top: auto; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card-content-title {
        font-size: 13px; } }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-content-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .aion-newplayerguides .newplayerguides .newplayerguides-card-content-link {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 5px;
    width: 300px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer; }
    .aion-newplayerguides .newplayerguides .newplayerguides-card-content-link:hover {
      background-color: rgba(255, 255, 255, 0.7);
      color: #000; }
    @media (max-width: 1024px) {
      .aion-newplayerguides .newplayerguides .newplayerguides-card-content-link {
        width: 150px;
        max-width: 100%;
        height: 36px;
        font-size: 13px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
@-webkit-keyframes fadeInRight {
  0% {
    transform: translateX(10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInRight {
  0% {
    transform: translateX(10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.aion-newplayerguide .npg {
  font-family: "Source Sans Pro", Arial, Helvetica;
  background-image: url("/images/desktop/new-player-guides/new-player-guide-bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 170px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  @media (max-width: 1024px) {
    .aion-newplayerguide .npg {
      background-position: top;
      background-size: unset;
      padding: 100px 0; } }
  .aion-newplayerguide .npg .npg-title {
    position: relative;
    width: 554px;
    height: 188px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-title {
        width: 80%;
        height: unset; } }
    .aion-newplayerguide .npg .npg-title img {
      max-width: 100%; }
      .aion-newplayerguide .npg .npg-title img:last-child {
        position: absolute;
        mix-blend-mode: overlay; }
  .aion-newplayerguide .npg .npg-container {
    margin-top: 60px;
    width: 85.333vw;
    max-width: 1920px;
    border-radius: 5px; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-container {
        margin-top: 50px;
        width: 100%;
        border-radius: 0; } }
  .aion-newplayerguide .npg .npg-tabs {
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-tabs {
        border-radius: 0; } }
  .aion-newplayerguide .npg .npg-tab {
    position: relative;
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    opacity: 0.5;
    transition: 0.3s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-tab {
        width: 50%; } }
    .aion-newplayerguide .npg .npg-tab:hover {
      opacity: 1; }
    .aion-newplayerguide .npg .npg-tab img {
      margin-right: 25px; }
  .aion-newplayerguide .npg .npg-tab-active {
    opacity: 1; }
  .aion-newplayerguide .npg .npg-tab-divider {
    margin: 0 90px;
    background-color: rgba(255, 255, 255, 0.35);
    width: 1px;
    height: 25px; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-tab-divider {
        margin: 0; } }
  .aion-newplayerguide .npg .npg-tab-bar {
    position: absolute;
    z-index: 1;
    bottom: -5px;
    width: 200px;
    height: 5px;
    background-color: #2980f8; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-tab-bar {
        width: 80%; } }
  .aion-newplayerguide .npg .npg-content {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(15, 19, 30, 0.7), #161d2f);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 55px 10vw 165px; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content {
        padding: 45px 20px 165px;
        border-radius: 0; } }
    @media (min-width: 1920px) {
      .aion-newplayerguide .npg .npg-content {
        padding: 55px 220px 165px; } }
  .aion-newplayerguide .npg .npg-content-header {
    position: relative;
    min-height: 660px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-header {
        min-height: unset;
        align-items: center; } }
  .aion-newplayerguide .npg .npg-buttons {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-buttons {
        height: unset; } }
  .aion-newplayerguide .npg .npg-button {
    width: 170px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.6);
    border: solid 1px rgba(255, 255, 255, 0.6);
    margin: 0 5px;
    transition: 0.3s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-button {
        font-size: 15.5px;
        width: 110px;
        height: 40px; } }
    .aion-newplayerguide .npg .npg-button:hover {
      color: #fff;
      border: solid 1px rgba(255, 255, 255, 0.6);
      background-color: #2980f8;
      border: solid 1px #2980f8; }
  .aion-newplayerguide .npg .npg-button-active {
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.6);
    background-color: #2980f8;
    border: solid 1px #2980f8; }
  .aion-newplayerguide .npg .npg-content-title {
    position: relative;
    z-index: 1;
    margin-top: 55px;
    font-size: 70px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
    -webkit-animation: fadeInLeft 1s;
            animation: fadeInLeft 1s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-title {
        max-width: 400px;
        margin-top: 45px;
        font-size: 35px;
        text-align: center; } }
    .aion-newplayerguide .npg .npg-content-title span:last-child {
      margin-left: 10px;
      color: #2980f8; }
  .aion-newplayerguide .npg .npg-content-description {
    position: relative;
    z-index: 1;
    margin-top: 35px;
    text-align: left;
    width: 500px;
    font-size: 18px;
    line-height: 1.67;
    text-shadow: 0 0 10px #0c0f18;
    -webkit-animation: fadeInLeft 1s;
            animation: fadeInLeft 1s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-description {
        max-width: 400px;
        width: 100%;
        text-align: center; } }
  .aion-newplayerguide .npg .npg-content-anchors {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    text-align: left;
    font-size: 18px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: fadeInLeft 1s;
            animation: fadeInLeft 1s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-anchors {
        max-width: 400px;
        margin-top: 45px; } }
  .aion-newplayerguide .npg .npg-content-anchor {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s; }
    .aion-newplayerguide .npg .npg-content-anchor:hover span {
      text-decoration: underline; }
    .aion-newplayerguide .npg .npg-content-anchor:hover span,
    .aion-newplayerguide .npg .npg-content-anchor:hover i {
      color: #6eb3e7; }
    .aion-newplayerguide .npg .npg-content-anchor span {
      color: rgba(255, 255, 255, 0.85);
      transition: 0.3s; }
    .aion-newplayerguide .npg .npg-content-anchor i {
      margin-right: 20px;
      font-size: 16px;
      color: #717271;
      text-decoration: none;
      transition: 0.3s; }
  .aion-newplayerguide .npg .npg-content-character {
    pointer-events: none;
    position: absolute;
    top: -60px;
    width: 1560px;
    display: flex;
    justify-content: flex-end;
    transform: translateX(0);
    opacity: 1;
    -webkit-animation: fadeInRight 1s;
            animation: fadeInRight 1s; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-character {
        position: unset;
        width: 100%;
        justify-content: center; } }
    .aion-newplayerguide .npg .npg-content-character img {
      max-width: 100%; }
  .aion-newplayerguide .npg .npg-content-body {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 18px;
    line-height: 1.67; }
    @media (max-width: 1024px) {
      .aion-newplayerguide .npg .npg-content-body {
        font-size: 16px;
        line-height: 1.63; } }
    .aion-newplayerguide .npg .npg-content-body h1 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      display: flex;
      align-items: center;
      margin: 60px 0 30px;
      padding: 0 20px;
      border-left: solid 4px #6eb3e7;
      font-size: 30px;
      font-weight: bold;
      height: 30px; }
      @media (max-width: 1024px) {
        .aion-newplayerguide .npg .npg-content-body h1 {
          font-size: 23px; } }
    .aion-newplayerguide .npg .npg-content-body h6 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 15px;
      line-height: 1.5;
      color: #a6a6a6;
      margin: 1em 0; }
      .aion-newplayerguide .npg .npg-content-body h6:before {
        content: "TIP:";
        font-style: italic;
        color: #3cb9c2;
        margin-right: 5px; }
    .aion-newplayerguide .npg .npg-content-body img {
      max-width: 100%; }
    .aion-newplayerguide .npg .npg-content-body strong {
      color: #6eb3e7; }
    .aion-newplayerguide .npg .npg-content-body a {
      color: #6eb3e7; }
    .aion-newplayerguide .npg .npg-content-body .cms-container {
      background-color: #202a42;
      margin: 50px 0;
      display: flex;
      flex-direction: column;
      padding-bottom: 40px; }
      .aion-newplayerguide .npg .npg-content-body .cms-container img {
        margin-bottom: 30px; }
      .aion-newplayerguide .npg .npg-content-body .cms-container > *:not(img) {
        margin: 0;
        padding: 10px 40px; }
    .aion-newplayerguide .npg .npg-content-body .cms-container-inline {
      background-color: #202a42;
      margin: 50px 0;
      display: flex; }
      @media (max-width: 1024px) {
        .aion-newplayerguide .npg .npg-content-body .cms-container-inline {
          flex-direction: column;
          padding-bottom: 40px; } }
      .aion-newplayerguide .npg .npg-content-body .cms-container-inline img {
        max-width: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 1024px) {
          .aion-newplayerguide .npg .npg-content-body .cms-container-inline img {
            max-width: 100%;
            margin-bottom: 30px;
            -o-object-fit: unset;
               object-fit: unset; } }
      .aion-newplayerguide .npg .npg-content-body .cms-container-inline > *:not(img) {
        margin: 0;
        padding: 40px; }
        @media (max-width: 1024px) {
          .aion-newplayerguide .npg .npg-content-body .cms-container-inline > *:not(img) {
            padding: 10px 40px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Gradients */
/* Modals */
/*Absolutely centers things with the origin point in the center*/
@-webkit-keyframes fadeInRight {
  0% {
    transform: translateX(10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes fadeInRight {
  0% {
    transform: translateX(10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInLeft {
  0% {
    transform: translateX(-10%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

.aion-globalfirstevent .globalfirstevent {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 18px;
  color: #0c0d14;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ececec; }
  @media (max-width: 1024px) {
    .aion-globalfirstevent .globalfirstevent {
      margin-top: 50px; } }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-banner {
    width: 100%;
    height: 570px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1024px) {
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-banner {
        height: 60vw; } }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-container {
    width: 870px;
    padding: 40px 0;
    text-align: left; }
    @media (max-width: 1024px) {
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-container {
        width: 100%;
        padding: 40px 20px; } }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-title {
    font-family: "le-monde-livre-std", "trajan-pro-3", serif;
    font-size: 55px; }
    @media (max-width: 1024px) {
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-title {
        font-size: 35px; } }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-description {
    margin-top: 50px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.33; }
    @media (max-width: 1024px) {
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-description {
        margin-top: 30px;
        font-size: 20px; } }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-description p {
      margin: 20px 0; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-description p:nth-child(2) {
      margin-top: 20px;
      font-size: 18px;
      font-weight: normal; }
      @media (max-width: 1024px) {
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-description p:nth-child(2) {
          font-size: 14px; } }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchors {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: fadeInLeft 1s;
            animation: fadeInLeft 1s; }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor:hover span {
      text-decoration: underline; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor:hover span,
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor:hover i {
      color: #2d7ff8; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor span {
      transition: 0.3s; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-anchor i {
      margin-right: 20px;
      font-size: 16px;
      color: #717271;
      text-decoration: none;
      transition: 0.3s; }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-divider {
    width: 100%;
    height: 1px;
    margin: 45px 0;
    background-color: #979797; }
  .aion-globalfirstevent .globalfirstevent .globalfirstevent-body {
    font-size: 18px;
    line-height: 1.67; }
    @media (max-width: 1024px) {
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body {
        font-size: 14px; } }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h1 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      display: flex;
      align-items: center;
      margin: 60px 0 30px;
      padding-left: 30px;
      border-left: solid 6px #2d7ff8;
      font-size: 30px;
      font-weight: bold; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h2 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 25px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h2 {
          flex-wrap: wrap; }
          .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h2 sup {
            width: 100%;
            margin-top: 20px; } }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h2 sup {
        font-size: 13px;
        font-weight: normal;
        top: 0;
        color: #0c0d14;
        display: flex;
        align-items: center; }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h2 sup:before {
          font-family: "Font Awesome 5 Pro";
          font-size: 25px;
          font-weight: bold;
          content: "\F058";
          color: #a046c7;
          margin-right: 10px; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h3 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      color: #2d7ff8;
      font-size: 18px;
      font-weight: bold;
      padding-bottom: 0 !important; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h6 {
      font-family: "Source Sans Pro", Arial, Helvetica;
      font-size: 13px;
      line-height: 1.5;
      color: #a046c7;
      text-align: right; }
      @media (max-width: 1024px) {
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h6 {
          text-align: left; } }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body h6:before {
        content: "Last Updated:";
        color: #666666;
        margin-right: 5px; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body img {
      max-width: 100%; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body strong {
      color: #6eb3e7; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body a {
      color: #6eb3e7; }
    .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container {
      background-color: rgba(216, 216, 216, 0.5);
      margin: 20px 0 75px;
      display: flex;
      flex-direction: column;
      padding: 10px; }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container > *:not(table):not(img) {
        margin: 0;
        padding: 10px 30px; }
        @media (max-width: 1024px) {
          .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container > *:not(table):not(img) {
            padding: 10px; } }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container p {
        padding: 0 30px !important; }
        @media (max-width: 1024px) {
          .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container p {
            padding: 0 10px !important; } }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container strong {
        color: #000; }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container img {
        margin-top: 10px; }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container img + table {
          margin-top: 0; }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container img + table + table {
          margin-top: 2px; }
      .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table {
        width: 100% !important;
        table-layout: fixed;
        background-color: #fff;
        border: none;
        margin-top: 10px; }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table + p {
          display: none; }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table tr:first-child td {
          padding: 20px 20px 0; }
          @media (max-width: 1024px) {
            .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table tr:first-child td {
              padding: 5px; } }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table tr:not(:first-child) td:first-child {
          font-size: 35px;
          font-weight: bold;
          color: #2d7ff8; }
          .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table tr:not(:first-child) td:first-child em {
            color: rgba(102, 102, 102, 0.2);
            font-style: normal; }
          @media (max-width: 1024px) {
            .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table tr:not(:first-child) td:first-child {
              font-size: unset; } }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table td {
          border: none;
          padding: 10px 20px;
          width: unset !important; }
          @media (max-width: 1024px) {
            .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table td {
              padding: 5px;
              text-align: center; } }
          .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table td:first-child {
            width: 40% !important; }
            @media (max-width: 1024px) {
              .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table td:first-child {
                width: unset !important; } }
        .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table hr {
          margin: 0;
          padding: 0;
          width: 70px;
          border: 0;
          height: 7px;
          background: #e8e8e8; }
          @media (max-width: 1024px) {
            .aion-globalfirstevent .globalfirstevent .globalfirstevent-body .cms-container table hr {
              width: 40px;
              margin: 0 auto; } }

