@charset "UTF-8";
.white {
  color: #FFF; }

.black {
  color: #333; }

.gray {
  color: #8E8B8E; }

.navy {
  color: #0E162D; }

/* ==========================================================================
   Reset.css
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   normalize.css
   ========================================================================== */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Remove vender default style
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

/* ==========================================================================
   Better basic DOM elements style
   ========================================================================== */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

body {
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

a:hover {
  color: inherit; }

/*@import 'base/fancybox';*/
@font-face {
  font-family: "hlk";
  src: url("../assets/fonts/hlk.eot");
  src: url("../assets/fonts/hlk.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/hlk.woff") format("woff"), url("../assets/fonts/hlk.ttf") format("truetype"), url("../assets/fonts/hlk.svg#hlk") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "hlk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hlk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-about:before {
  content: "a"; }

.icon-branding:before {
  content: "b"; }

.icon-cross:before {
  content: "c"; }

.icon-email:before {
  content: "e"; }

.icon-home:before {
  content: "h"; }

.icon-html:before {
  content: "t"; }

.icon-jquery:before {
  content: "j"; }

.icon-menu:before {
  content: "n"; }

.icon-mobile:before {
  content: "m"; }

.icon-responsive:before {
  content: "r"; }

.icon-wordpress:before {
  content: "w"; }

.icon-work:before {
  content: "p"; }

.icon-arrow-up:before {
  content: "u"; }

.icon-arrow-down:before {
  content: "d"; }

.hlk-icon {
  font-family: "hlk" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*@font-face {
    font-family: 'Andes';
    src: url($base-font-url + 'Andes.eot?') format('eot'), 
         url($base-font-url + 'Andes.woff') format('woff'), 
         url($base-font-url + 'Andes.ttf')  format('truetype'),
         url($base-font-url + 'Andes.svg#Andes') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url($base-font-url + 'Lato-Light.eot?') format('eot'), 
         url($base-font-url + 'Lato-Light.woff') format('woff'), 
         url($base-font-url + 'Lato-Light.ttf')  format('truetype'),
         url($base-font-url + 'Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url($base-font-url + 'Lato-Black.eot?') format('eot'), 
         url($base-font-url + 'Lato-Black.woff') format('woff'), 
         url($base-font-url + 'Lato-Black.ttf')  format('truetype'),
         url($base-font-url + 'Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 600;
    font-style: normal;
}*/
/*text styles*/
h1 {
  font-size: 72px; }

h2 {
  font-size: 60px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

label {
  font-size: 16px;
  letter-spacing: 0.03em;
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 0.8em;
  color: inherit;
  font-optical-sizing: auto;
  font-style: normal; }

strong, b, p {
  line-height: 1.25em;
  margin-bottom: 0.8em;
  color: inherit;
  font-optical-sizing: auto;
  font-style: normal; }

/* ==========================================================================
   Some Helper classes
   ========================================================================== */
.success-text {
  color: green; }

.warning-text {
  color: orange; }

.error-txt {
  color: red; }

.bold {
  font-weight: bold; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.underline {
  text-decoration: underline; }

/*Display*/
.block {
  display: block; }

.inline {
  display: inline; }

.hide {
  display: none !important; }

.inline-block, .btn, .menu-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*Positioning*/
.center {
  margin: 0 auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: right; }

.clear-right {
  clear: left; }

.clear-both {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

/*overflow*/
.overflow-h,
.locked {
  overflow: hidden; }

.overflow-a {
  overflow: auto; }

.overflow-v {
  overflow: visible; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden; }

.disable {
  opacity: 0.5;
  background: #ED4A3E; }

.pointer {
  cursor: pointer; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

input:required {
  box-shadow: none; }

select {
  outline: none;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none; }
  select::-ms-expand {
    display: none; }

input:focus, select:focus, textarea:focus, button:focus {
  outline: 0; }

form input[type=text], form input[type=password],
form input[type=email], form input[type=tel],
form textarea, form select, form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.3em 1em; }
form textarea {
  height: auto;
  line-height: 1.25em;
  min-height: 140px; }
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.pixel-me {
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100px;
  height: 156px;
  display: block;
  margin: 0 auto; }

.pixel-animation {
  position: absolute;
  -webkit-animation: me 2s infinite;
  -moz-animation: me 2s infinite;
  -ms-animation: me 2s infinite;
  -o-animation: me 2s infinite;
  animation: me 2s infinite;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@keyframes me {
  0%, 50% {
    box-shadow: 45px 25px 0 #383533, 50px 25px 0 #383533, 55px 25px 0 #383533, 40px 30px 0 #383533, 45px 30px 0 #383533, 50px 30px 0 #383533, 55px 30px 0 #383533, 60px 30px 0 #383533, 65px 30px 0 #383533, 35px 35px 0 #383533, 40px 35px 0 #383533, 45px 35px 0 #f7e2b0, 50px 35px 0 #f7e2b0, 55px 35px 0 #f7e2b0, 60px 35px 0 #383533, 65px 35px 0 #383533, 70px 35px 0 #383533, 35px 40px 0 #383533, 40px 40px 0 #f7e2b0, 45px 40px 0 #f7e2b0, 50px 40px 0 #f7e2b0, 55px 40px 0 #f7e2b0, 60px 40px 0 #f7e2b0, 65px 40px 0 #f7e2b0, 70px 40px 0 #383533, 35px 45px 0 #383533, 40px 45px 0 #f7e2b0, 45px 45px 0 #383533, 50px 45px 0 #f7e2b0, 55px 45px 0 #f7e2b0, 60px 45px 0 #383533, 65px 45px 0 #f7e2b0, 70px 45px 0 #383533, 35px 50px 0 #f7e2b0, 40px 50px 0 #f7e2b0, 45px 50px 0 #f7e2b0, 50px 50px 0 #f7e2b0, 55px 50px 0 #f7e2b0, 60px 50px 0 #f7e2b0, 65px 50px 0 #f7e2b0, 70px 50px 0 #f7e2b0, 35px 55px 0 #f7e2b0, 40px 55px 0 #f7e2b0, 45px 55px 0 #f7e2b0, 50px 55px 0 #f7e2b0, 55px 55px 0 #f7e2b0, 60px 55px 0 #f7e2b0, 65px 55px 0 #f7e2b0, 70px 55px 0 #f7e2b0, 40px 60px 0 #f7e2b0, 45px 60px 0 #f7e2b0, 50px 60px 0 #f7e2b0, 55px 60px 0 #f7e2b0, 60px 60px 0 #f7e2b0, 65px 60px 0 #f7e2b0, 40px 65px 0 #f7e2b0, 45px 65px 0 #f7e2b0, 50px 65px 0 #383533, 55px 65px 0 #383533, 60px 65px 0 #f7e2b0, 65px 65px 0 #f7e2b0, 35px 70px 0 #DDD, 40px 70px 0 #DDD, 45px 70px 0 #f7e2b0, 50px 70px 0 #f7e2b0, 55px 70px 0 #f7e2b0, 60px 70px 0 #f7e2b0, 65px 70px 0 #DDD, 70px 70px 0 #DDD, 30px 75px 0 #DDD, 35px 75px 0 #DDD, 40px 75px 0 #DDD, 45px 75px 0 #DDD, 50px 75px 0 #DDD, 55px 75px 0 #DDD, 60px 75px 0 #DDD, 65px 75px 0 #DDD, 70px 75px 0 #DDD, 75px 75px 0 #DDD, 25px 80px 0 #DDD, 30px 80px 0 #DDD, 35px 80px 0 #DDD, 40px 80px 0 #DDD, 45px 80px 0 #DDD, 50px 80px 0 #DDD, 55px 80px 0 #DDD, 60px 80px 0 #DDD, 65px 80px 0 #DDD, 70px 80px 0 #DDD, 75px 80px 0 #DDD, 80px 80px 0 #DDD, 25px 85px 0 #DDD, 30px 85px 0 #DDD, 35px 85px 0 #DDD, 40px 85px 0 #DDD, 45px 85px 0 #DDD, 50px 85px 0 #DDD, 55px 85px 0 #DDD, 60px 85px 0 #3f51b5, 65px 85px 0 #DDD, 70px 85px 0 #DDD, 75px 85px 0 #DDD, 80px 85px 0 #DDD, 25px 90px 0 #DDD, 30px 90px 0 #DDD, 35px 90px 0 #DDD, 40px 90px 0 #DDD, 45px 90px 0 #DDD, 50px 90px 0 #DDD, 55px 90px 0 #DDD, 60px 90px 0 #DDD, 65px 90px 0 #DDD, 70px 90px 0 #DDD, 75px 90px 0 #DDD, 80px 90px 0 #DDD, 25px 95px 0 #DDD, 30px 95px 0 #DDD, 35px 95px 0 #DDD, 40px 95px 0 #DDD, 45px 95px 0 #DDD, 50px 95px 0 #DDD, 55px 95px 0 #DDD, 60px 95px 0 #DDD, 65px 95px 0 #DDD, 70px 95px 0 #DDD, 75px 95px 0 #DDD, 80px 95px 0 #DDD, 25px 100px 0 #DDD, 30px 100px 0 #DDD, 35px 100px 0 #DDD, 40px 100px 0 #DDD, 45px 100px 0 #DDD, 50px 100px 0 #DDD, 55px 100px 0 #DDD, 60px 100px 0 #DDD, 65px 100px 0 #DDD, 70px 100px 0 #DDD, 75px 100px 0 #DDD, 80px 100px 0 #DDD, 25px 105px 0 #DDD, 30px 105px 0 #DDD, 35px 105px 0 #DDD, 40px 105px 0 #DDD, 45px 105px 0 #DDD, 50px 105px 0 #DDD, 55px 105px 0 #DDD, 60px 105px 0 #DDD, 65px 105px 0 #DDD, 70px 105px 0 #DDD, 75px 105px 0 #DDD, 80px 105px 0 #DDD, 25px 110px 0 #f7e2b0, 30px 110px 0 #f7e2b0, 35px 110px 0 #00275e, 40px 110px 0 #00275e, 45px 110px 0 #00275e, 50px 110px 0 #00275e, 55px 110px 0 #00275e, 60px 110px 0 #00275e, 65px 110px 0 #00275e, 70px 110px 0 #00275e, 75px 110px 0 #f7e2b0, 80px 110px 0 #f7e2b0, 25px 115px 0 #f7e2b0, 30px 115px 0 #f7e2b0, 35px 115px 0 #00275e, 40px 115px 0 #00275e, 45px 115px 0 #00275e, 50px 115px 0 #00275e, 55px 115px 0 #00275e, 60px 115px 0 #00275e, 65px 115px 0 #00275e, 70px 115px 0 #00275e, 75px 115px 0 #f7e2b0, 80px 115px 0 #f7e2b0, 35px 120px 0 #00275e, 40px 120px 0 #00275e, 45px 120px 0 #00275e, 50px 120px 0 #00275e, 55px 120px 0 #00275e, 60px 120px 0 #00275e, 65px 120px 0 #00275e, 70px 120px 0 #00275e, 35px 125px 0 #00275e, 40px 125px 0 #00275e, 45px 125px 0 #00275e, 60px 125px 0 #00275e, 65px 125px 0 #00275e, 70px 125px 0 #00275e, 35px 130px 0 #00275e, 40px 130px 0 #00275e, 45px 130px 0 #00275e, 60px 130px 0 #00275e, 65px 130px 0 #00275e, 70px 130px 0 #00275e, 35px 135px 0 #00275e, 40px 135px 0 #00275e, 45px 135px 0 #00275e, 60px 135px 0 #00275e, 65px 135px 0 #00275e, 70px 135px 0 #00275e, 35px 140px 0 #3f51b5, 40px 140px 0 #3f51b5, 45px 140px 0 #3f51b5, 60px 140px 0 #3f51b5, 65px 140px 0 #3f51b5, 70px 140px 0 #3f51b5, 30px 145px 0 #9e9e9e, 35px 145px 0 #303f46, 40px 145px 0 #9e9e9e, 45px 145px 0 #9e9e9e, 60px 145px 0 #9e9e9e, 65px 145px 0 #9e9e9e, 70px 145px 0 #303f46, 75px 145px 0 #9e9e9e, 30px 150px 0 #9e9e9e, 35px 150px 0 #9e9e9e, 40px 150px 0 #303f46, 45px 150px 0 #303f46, 60px 150px 0 #303f46, 65px 150px 0 #303f46, 70px 150px 0 #9e9e9e, 75px 150px 0 #9e9e9e;
    height: 5px;
    width: 5px; }
  50.01%, 100% {
    box-shadow: 70px 10px 0 #16A085, 80px 10px 0 #16A085, 90px 10px 0 #16A085, 70px 15px 0 #16A085, 75px 15px 0 #16A085, 80px 15px 0 #16A085, 90px 15px 0 #16A085, 70px 20px 0 #16A085, 80px 20px 0 #16A085, 90px 20px 0 #16A085, 45px 25px 0 #383533, 50px 25px 0 #383533, 55px 25px 0 #383533, 40px 30px 0 #383533, 45px 30px 0 #383533, 50px 30px 0 #383533, 55px 30px 0 #383533, 60px 30px 0 #383533, 65px 30px 0 #383533, 35px 35px 0 #383533, 40px 35px 0 #383533, 45px 35px 0 #f7e2b0, 50px 35px 0 #f7e2b0, 55px 35px 0 #f7e2b0, 60px 35px 0 #383533, 65px 35px 0 #383533, 70px 35px 0 #383533, 35px 40px 0 #383533, 40px 40px 0 #f7e2b0, 45px 40px 0 #f7e2b0, 50px 40px 0 #f7e2b0, 55px 40px 0 #f7e2b0, 60px 40px 0 #f7e2b0, 65px 40px 0 #f7e2b0, 70px 40px 0 #383533, 35px 45px 0 #383533, 40px 45px 0 #f7e2b0, 45px 45px 0 #383533, 50px 45px 0 #f7e2b0, 55px 45px 0 #f7e2b0, 60px 45px 0 #383533, 65px 45px 0 #f7e2b0, 70px 45px 0 #383533, 80px 45px 0 #f7e2b0, 85px 45px 0 #f7e2b0, 35px 50px 0 #f7e2b0, 40px 50px 0 #f7e2b0, 45px 50px 0 #f7e2b0, 50px 50px 0 #f7e2b0, 55px 50px 0 #f7e2b0, 60px 50px 0 #f7e2b0, 65px 50px 0 #f7e2b0, 70px 50px 0 #f7e2b0, 80px 50px 0 #f7e2b0, 85px 50px 0 #f7e2b0, 35px 55px 0 #f7e2b0, 40px 55px 0 #f7e2b0, 45px 55px 0 #f7e2b0, 50px 55px 0 #f7e2b0, 55px 55px 0 #f7e2b0, 60px 55px 0 #f7e2b0, 65px 55px 0 #f7e2b0, 70px 55px 0 #f7e2b0, 80px 55px 0 #DDD, 85px 55px 0 #DDD, 40px 60px 0 #f7e2b0, 45px 60px 0 #f7e2b0, 50px 60px 0 #f7e2b0, 55px 60px 0 #f7e2b0, 60px 60px 0 #f7e2b0, 65px 60px 0 #f7e2b0, 80px 60px 0 #DDD, 85px 60px 0 #DDD, 40px 65px 0 #f7e2b0, 45px 65px 0 #f7e2b0, 50px 65px 0 #383533, 55px 65px 0 #383533, 60px 65px 0 #f7e2b0, 65px 65px 0 #f7e2b0, 80px 65px 0 #DDD, 85px 65px 0 #DDD, 35px 70px 0 #DDD, 40px 70px 0 #DDD, 45px 70px 0 #f7e2b0, 50px 70px 0 #f7e2b0, 55px 70px 0 #f7e2b0, 60px 70px 0 #f7e2b0, 65px 70px 0 #DDD, 70px 70px 0 #DDD, 75px 70px 0 #DDD, 80px 70px 0 #DDD, 85px 70px 0 #DDD, 30px 75px 0 #DDD, 35px 75px 0 #DDD, 40px 75px 0 #DDD, 45px 75px 0 #DDD, 50px 75px 0 #DDD, 55px 75px 0 #DDD, 60px 75px 0 #DDD, 65px 75px 0 #DDD, 70px 75px 0 #DDD, 75px 75px 0 #DDD, 80px 75px 0 #DDD, 85px 75px 0 #DDD, 25px 80px 0 #DDD, 30px 80px 0 #DDD, 35px 80px 0 #DDD, 40px 80px 0 #DDD, 45px 80px 0 #DDD, 50px 80px 0 #DDD, 55px 80px 0 #DDD, 60px 80px 0 #DDD, 65px 80px 0 #DDD, 70px 80px 0 #DDD, 75px 80px 0 #DDD, 80px 80px 0 #DDD, 85px 80px 0 #DDD, 25px 85px 0 #DDD, 30px 85px 0 #DDD, 35px 85px 0 #DDD, 40px 85px 0 #DDD, 45px 85px 0 #DDD, 50px 85px 0 #DDD, 55px 85px 0 #DDD, 60px 85px 0 #3f51b5, 65px 85px 0 #DDD, 70px 85px 0 #DDD, 75px 85px 0 #DDD, 80px 85px 0 #DDD, 25px 90px 0 #DDD, 30px 90px 0 #DDD, 35px 90px 0 #DDD, 40px 90px 0 #DDD, 45px 90px 0 #DDD, 50px 90px 0 #DDD, 55px 90px 0 #DDD, 60px 90px 0 #DDD, 65px 90px 0 #DDD, 70px 90px 0 #DDD, 75px 90px 0 #DDD, 25px 95px 0 #DDD, 30px 95px 0 #DDD, 35px 95px 0 #DDD, 40px 95px 0 #DDD, 45px 95px 0 #DDD, 50px 95px 0 #DDD, 55px 95px 0 #DDD, 60px 95px 0 #DDD, 65px 95px 0 #DDD, 70px 95px 0 #DDD, 25px 100px 0 #DDD, 30px 100px 0 #DDD, 35px 100px 0 #DDD, 40px 100px 0 #DDD, 45px 100px 0 #DDD, 50px 100px 0 #DDD, 55px 100px 0 #DDD, 60px 100px 0 #DDD, 65px 100px 0 #DDD, 70px 100px 0 #DDD, 25px 105px 0 #DDD, 30px 105px 0 #DDD, 35px 105px 0 #DDD, 40px 105px 0 #DDD, 45px 105px 0 #DDD, 50px 105px 0 #DDD, 55px 105px 0 #DDD, 60px 105px 0 #DDD, 65px 105px 0 #DDD, 70px 105px 0 #DDD, 25px 110px 0 #f7e2b0, 30px 110px 0 #f7e2b0, 35px 110px 0 #00275e, 40px 110px 0 #00275e, 45px 110px 0 #00275e, 50px 110px 0 #00275e, 55px 110px 0 #00275e, 60px 110px 0 #00275e, 65px 110px 0 #00275e, 70px 110px 0 #00275e, 25px 115px 0 #f7e2b0, 30px 115px 0 #f7e2b0, 35px 115px 0 #00275e, 40px 115px 0 #00275e, 45px 115px 0 #00275e, 50px 115px 0 #00275e, 55px 115px 0 #00275e, 60px 115px 0 #00275e, 65px 115px 0 #00275e, 70px 115px 0 #00275e, 35px 120px 0 #00275e, 40px 120px 0 #00275e, 45px 120px 0 #00275e, 50px 120px 0 #00275e, 55px 120px 0 #00275e, 60px 120px 0 #00275e, 65px 120px 0 #00275e, 70px 120px 0 #00275e, 35px 125px 0 #00275e, 40px 125px 0 #00275e, 45px 125px 0 #00275e, 60px 125px 0 #00275e, 65px 125px 0 #00275e, 70px 125px 0 #00275e, 35px 130px 0 #00275e, 40px 130px 0 #00275e, 45px 130px 0 #00275e, 60px 130px 0 #00275e, 65px 130px 0 #00275e, 70px 130px 0 #00275e, 35px 135px 0 #00275e, 40px 135px 0 #00275e, 45px 135px 0 #00275e, 60px 135px 0 #00275e, 65px 135px 0 #00275e, 70px 135px 0 #00275e, 35px 140px 0 #3f51b5, 40px 140px 0 #3f51b5, 45px 140px 0 #3f51b5, 60px 140px 0 #3f51b5, 65px 140px 0 #3f51b5, 70px 140px 0 #3f51b5, 30px 145px 0 #9e9e9e, 35px 145px 0 #303f46, 40px 145px 0 #9e9e9e, 45px 145px 0 #9e9e9e, 60px 145px 0 #9e9e9e, 65px 145px 0 #9e9e9e, 70px 145px 0 #303f46, 75px 145px 0 #9e9e9e, 30px 150px 0 #9e9e9e, 35px 150px 0 #9e9e9e, 40px 150px 0 #303f46, 45px 150px 0 #303f46, 60px 150px 0 #303f46, 65px 150px 0 #303f46, 70px 150px 0 #9e9e9e, 75px 150px 0 #9e9e9e;
    height: 5px;
    width: 5px; } }
div, aside, article, section, iframe, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top; }

img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999; }

*::-moz-selection {
  background: #DDD;
  text-shadow: none; }

*::selection {
  background: #DDD;
  text-shadow: none; }

img::selection {
  background: transparent;
  text-shadow: none; }

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */ }

input:focus, textarea:focus {
  outline: 0; }

a:focus {
  outline: 0; }

a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: inherit;
  text-decoration: none;
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

.disable {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.cover-bg {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%; }

/*page styles*/
body {
  background-color: #0E162D;
  -webkit-font-smoothing: antialiased;
  /*-moz-osx-font-smoothing: grayscale;*/
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif; }

/*wrapper*/
#wrapper {
  width: 100%;
  min-width: 990px;
  overflow: hidden; }

/* ==========================================================================
   IE MESSAGE custom styles
   ========================================================================== */
.ieblack {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  color: #FFF;
  text-align: center; }

.iemessage {
  width: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -245px;
  margin-left: -170px;
  font-family: Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
  font-weight: bold;
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase; }
  .iemessage span {
    font-size: 30px;
    font-weight: normal;
    display: block; }
  .iemessage a {
    font-family: Arial, 'microsoft yahei', '微软雅黑', 'SimHei', '中易黑体', sans-serif;
    font-size: 60px;
    text-transform: uppercase; }
    .iemessage a:hover {
      color: #16A085; }

/*********************************************************************************/
/* FEATURE                                                                       */
/*********************************************************************************/
.lock {
  overflow: hidden; }

#white_loader {
  background: url("../assets/images/hlk_loader.gif") no-repeat center/52px 60px #FFF;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0; }

.white-line {
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 1;
  background-color: #FFF;
  margin-left: -40px; }

.small_logo {
  width: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5; }

.small_logo img {
  width: 100%;
  max-width: 100%; }

.back_top {
  width: 100px;
  left: 50%;
  bottom: 40px;
  margin-left: -50px;
  position: absolute;
  z-index: 5; }
  .back_top:hover {
    bottom: 40px; }
  .back_top span {
    display: block;
    font-size: 50px; }

.down {
  width: 100px;
  left: 50%;
  bottom: 10px;
  margin-left: -50px;
  position: absolute;
  z-index: 5;
  color: #FFF; }
  .down span {
    display: block;
    font-size: 40px; }

.down:hover {
  bottom: 5px; }

.back_top, .down:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.btn {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: center;
  color: #0E162D;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 12px 0px;
  background-color: transparent;
  border: 2px solid #0E162D;
  width: 280px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  .btn:before {
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -ms-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
    transform: rotate(-45deg);
    content: "";
    width: 0;
    height: 1000%;
    background: #0E162D;
    position: absolute;
    top: 100%;
    left: -50%;
    z-index: -1;
    transform-origin: 0 0; }

.btn:hover {
  color: #FFF;
  /*background-color: $navy;*/ }
  .btn:hover:before {
    width: 200%; }

/*********************************************************************************/
/* HOMEPAGE                                                                      */
/*********************************************************************************/
#home {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  background-color: #0E162D;
  /*background: linear-gradient(180deg,rgba(0, 21, 79, 1) 0%, rgba(14, 22, 45, 1) 100%);*/
  background: linear-gradient(180deg, black 25%, #0e162d 100%);
  text-align: center;
  color: #FFF; }
  #home h1 {
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 7vw;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0;
    color: #FFF;
    position: absolute;
    top: 35%;
    left: 5%; }
    #home h1 span {
      color: #CCC; }
  #home h2 {
    font-size: 3vw;
    font-weight: 500;
    text-align: right;
    margin: 0;
    position: absolute;
    bottom: 2%;
    right: 2%; }
  #home .pixel-me {
    -ms-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    transform-origin: bottom left;
    position: absolute;
    left: 10%;
    bottom: 0%; }

/*********************************************************************************/
/* ABOUT                                                                         */
/*********************************************************************************/
#about {
  background-color: #000;
  text-align: center;
  color: #FFF;
  padding: 15% 0;
  position: relative; }

.about_content {
  position: relative;
  z-index: 10;
  width: 60%;
  max-width: 1080px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: left; }
  .about_content h3 {
    font-size: 6vw;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .about_content p {
    font-size: 20px;
    font-weight: 300; }
    .about_content p span {
      color: #16A085; }

.skill {
  width: 60%;
  max-width: 1080px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: left; }
  .skill h4 {
    font-size: 50px;
    /*font-weight: 300;*/
    letter-spacing: 0.02em;
    margin-top: 50px;
    margin-bottom: 20px; }

.skill_list li {
  font-size: 5vw;
  color: #CCC;
  position: relative;
  font-weight: 600; }
  .skill_list li:hover {
    color: #16A085; }

/*********************************************************************************/
/* WORK                                                                          */
/*********************************************************************************/
#work {
  background-color: #FFF;
  background: linear-gradient(180deg, white 90%, #0e162d 100%);
  text-align: center;
  color: #8E8B8E;
  padding: 10% 0 20%;
  position: relative; }
  #work h2 {
    font-size: 7vw;
    font-weight: 600;
    text-align: left;
    margin: 5%;
    text-transform: uppercase;
    color: #0E162D; }

.work_container {
  position: relative;
  z-index: 10;
  margin-top: 100px; }
  .work_container h3 {
    font-size: 3vw;
    margin: 2% 0;
    text-transform: capitalize; }
  .work_container + .work_container {
    margin-top: 15%; }

.reel_container {
  position: relative;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: #CCC;
  border: 1px solid #CCC;
  box-shadow: 15px 15px 0 #CCC; }
  .reel_container:before {
    width: 100%;
    content: "";
    position: relative;
    display: block;
    padding-top: 56.25%; }
  .reel_container video, .reel_container iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }

.htmlb_list {
  width: 90%;
  max-width: 1920px;
  max-height: 1400px;
  margin: 0 auto;
  padding-bottom: 10px;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2em; }
  .htmlb_list .htmlb_block {
    box-shadow: 10px 10px 0 #CCC; }

.web_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  /*background: $lightgray;*/ }
  .web_container:before {
    width: 100%;
    content: "";
    position: relative;
    display: block;
    padding-top: 125%; }
  .web_container:after {
    width: 100%;
    height: 10%;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
    z-index: 10; }
  .web_container .web_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 2%;*/ }

.edm_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .edm_container:before {
    width: 100%;
    content: "";
    position: relative;
    display: block;
    /*padding-top: 56.25%;*/
    padding-top: 75%; }
  .edm_container:after {
    width: 100%;
    height: 10%;
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 80%);
    z-index: 10; }

.edm_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 2em; }
  .edm_list .edm_block {
    flex: 1 0 0;
    border: 1px solid #CCC; }

.pack_container {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/*********************************************************************************/
/* CONTACT                                                                       */
/*********************************************************************************/
#contact {
  background-color: #0E162D;
  background: linear-gradient(180deg, #0e162d 0%, black 100%);
  text-align: center;
  color: #8E8B8E;
  padding: 15% 0;
  position: relative; }

.contact_content {
  position: relative;
  z-index: 10;
  width: 60%;
  max-width: 1080px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: left; }
  .contact_content h3 {
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 0.02em;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #FFF; }
    .contact_content h3 span {
      color: #16A085; }
  .contact_content .contact-email {
    font-size: 5vw;
    color: #CCC;
    position: relative;
    font-weight: 600; }

.all-rights {
  font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 20px; }

/*********************************************************************************/
/* NAV                                                                           */
/*********************************************************************************/
.navigation {
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  position: fixed;
  left: 5px;
  bottom: 20px;
  z-index: 99; }
  .navigation.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }

.menu-icon {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  width: 26px;
  margin-left: 7px; }
  .menu-icon .bar {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 22px;
    height: 2px;
    margin: 2px;
    background-color: #8E8B8E;
    position: relative;
    display: block;
    float: left;
    z-index: 2; }
    .menu-icon .bar.cross:before {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      content: "";
      width: 22px;
      height: 2px;
      background-color: #8E8B8E;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }

.nav_logo {
  display: none; }

.open .menu-icon {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: auto; }
  .open .menu-icon .bar {
    margin: 3px 2px; }
    .open .menu-icon .bar.cross {
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .open .menu-icon .bar.cross:before {
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .open .menu-icon .bar.top, .open .menu-icon .bar.last {
      display: none; }

.navigation a:hover {
  color: #16A085;
    	/*.menu-icon {
		    @include transform(rotate(90deg));
		}*/ }
  .navigation a:hover .bar {
    background: #16A085; }
    .navigation a:hover .bar.cross:before {
      background: #16A085; }
  .navigation a:hover.open .menu-icon {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.main_menu {
  display: none;
  margin-top: 10px; }
  .main_menu li {
    margin: 5px 0;
    color: #8E8B8E;
    height: 42px; }
    .main_menu li a {
      font-size: 40px;
      line-height: 42px;
      vertical-align: middle; }
      .main_menu li a.selected {
        color: #16A085; }
    .main_menu li span {
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 14px;
      line-height: 42px;
      font-family: "Inter", Helvetica, "microsoft yahei", "微软雅黑", "SimHei", "中易黑体", sans-serif;
      font-weight: 600;
      vertical-align: text-bottom;
      margin-left: 5px; }
    .main_menu li:hover span {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .main_menu li:hover a, .main_menu li:hover span {
      color: #16A085; }

/*@import 'layout/footer';*/
@media only screen and (max-width: 1025px) {
  #wrapper {
    min-width: 768px; }

  #home h1 {
    font-size: 76px;
    left: 40px; }
  #home h2 {
    font-size: 32px; }

  #about {
    padding: 22% 0; }

  .about_content h3 {
    font-size: 76px; }

  .skill h4 {
    font-size: 32px; }

  .skill_list li {
    font-size: 60px; }

  #work h2 {
    font-size: 76px; }

  .work_container h3 {
    font-size: 32px; }

  .edm_list {
    gap: 1em; }

  .contact_content h3 {
    font-size: 32px; }
  .contact_content .contact-email {
    font-size: 7vw; }

  .about_content, .skill {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }

  .contact_content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 769px) {
  .navigation {
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    min-width: 320px;
    background: #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .navigation.open {
    background: #000; }
    .navigation.open .menu-icon {
      margin: 18px 6px; }

  .nav_logo {
    display: block;
    width: 34px;
    margin: 0 10px; }

  .menu-icon {
    margin: 9px 6px; }

  .menu-icon .bar.top {
    margin-top: 5px; }

  .navigation a:hover .menu-icon {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  .navigation.open a:hover .menu-icon {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

  .main-menu-open {
    /*@include border-radius(50%);*/
    background: transparent;
    position: relative;
    z-index: 5;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 5px;
    border-right: 1px solid #000; }

  .navigation.open .main-menu-open {
    border-color: transparent; }

  .main_menu {
    width: 100%;
    text-align: center;
    padding: 8px 0 7px 55px;
    margin: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: #0E162D;
    box-sizing: border-box; }

  .main_menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 2.5%; }

  .main_menu li span {
    opacity: 1;
    filter: alpha(opacity=100); }

  /******* Landing page styles *******/
  #wrapper, #welcome, #copyright {
    min-width: 320px; }

  /******* Home page styles *******/
  #home {
    min-height: 600px; }
    #home .pixel-me {
      left: 0; }

  .small_logo {
    display: none;
    width: 50px;
    right: 10px; }

  /******* About styles *******/
  .about_content, .skill {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }

  /******* Project styles *******/
  /******* Contact styles *******/
  .contact_content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; } }
@media only screen and (max-width: 581px) {
  .main_menu li {
    margin: 0 6%; }

  .main_menu li span {
    display: none; }

  #home h1 {
    font-size: 50px; }
  #home h2 {
    bottom: 160px;
    right: 20px;
    font-size: 24px; }
  #home .pixel-me {
    left: -30px; }

  .about_content h3 {
    font-size: 50px; }

  .skill h4 {
    font-size: 28px; }

  .skill_list li {
    font-size: 36px; }

  #work h2 {
    font-size: 50px; }

  .work_container h3 {
    font-size: 28px; }

  .edm_list {
    gap: 0.5em; }

  .contact_content h3 {
    font-size: 28px; }

  .all-rights {
    font-size: 8px;
    right: 5px;
    bottom: 5px; } }
@media only screen and (max-width: 481px) {
  .main_menu li {
    margin: 0 5%; }

  /******* About styles *******/
  /******* Works styles *******/ }
@media only screen and (max-width: 380px) {
  .main_menu li {
    margin: 0 3%; } }
@media only screen and (min-width: 1200px) {
  #home {
    min-height: 768px; }
    #home .pixel-me {
      -ms-transform: scale(3);
      -o-transform: scale(3);
      -moz-transform: scale(3);
      -webkit-transform: scale(3);
      transform: scale(3); }

  #about {
    padding: 22% 0; }

  .about_content p {
    font-size: 24px; } }
@media only screen and (min-width: 1900px) {
  #home h1 {
    font-size: 140px; }
  #home h2 {
    font-size: 50px; }

  #about {
    padding: 22% 0; }

  .about_content h3 {
    font-size: 120px; }

  .skill_list li {
    font-size: 100px; }

  #work h2 {
    font-size: 140px; }

  .work_container h3 {
    font-size: 70px; }

  .contact_content .contact-email {
    font-size: 100px; } }
@media screen and (min-width: 768px) and (max-height: 1200px) {
  #home h1 {
    font-size: 100px; }
  #home h2 {
    font-size: 40px; }
  #home .pixel-me {
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    transform: scale(1.8); } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
