@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/*
 * Prevents `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 content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* ============================================ */
/* This file has a mobile-to-desktop breakpoint */
/* ============================================ */
@media (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.grid-container:before, .grid-5:before, .mobile-grid-5:before, .grid-10:before, .mobile-grid-10:before, .grid-15:before, .mobile-grid-15:before, .grid-20:before, .mobile-grid-20:before, .grid-25:before, .mobile-grid-25:before, .grid-30:before, .mobile-grid-30:before, .grid-35:before, .mobile-grid-35:before, .grid-40:before, .mobile-grid-40:before, .grid-45:before, .mobile-grid-45:before, .grid-50:before, .mobile-grid-50:before, .grid-55:before, .mobile-grid-55:before, .grid-60:before, .mobile-grid-60:before, .grid-65:before, .mobile-grid-65:before, .grid-70:before, .mobile-grid-70:before, .grid-75:before, .mobile-grid-75:before, .grid-80:before, .mobile-grid-80:before, .grid-85:before, .mobile-grid-85:before, .grid-90:before, .mobile-grid-90:before, .grid-95:before, .mobile-grid-95:before, .grid-100:before, .mobile-grid-100:before, .grid-33:before, .mobile-grid-33:before, .grid-66:before, .mobile-grid-66:before, .clearfix:before,
.grid-container:after,
.grid-5:after,
.mobile-grid-5:after,
.grid-10:after,
.mobile-grid-10:after,
.grid-15:after,
.mobile-grid-15:after,
.grid-20:after,
.mobile-grid-20:after,
.grid-25:after,
.mobile-grid-25:after,
.grid-30:after,
.mobile-grid-30:after,
.grid-35:after,
.mobile-grid-35:after,
.grid-40:after,
.mobile-grid-40:after,
.grid-45:after,
.mobile-grid-45:after,
.grid-50:after,
.mobile-grid-50:after,
.grid-55:after,
.mobile-grid-55:after,
.grid-60:after,
.mobile-grid-60:after,
.grid-65:after,
.mobile-grid-65:after,
.grid-70:after,
.mobile-grid-70:after,
.grid-75:after,
.mobile-grid-75:after,
.grid-80:after,
.mobile-grid-80:after,
.grid-85:after,
.mobile-grid-85:after,
.grid-90:after,
.mobile-grid-90:after,
.grid-95:after,
.mobile-grid-95:after,
.grid-100:after,
.mobile-grid-100:after,
.grid-33:after,
.mobile-grid-33:after,
.grid-66:after,
.mobile-grid-66:after,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.grid-container:after, .grid-5:after, .mobile-grid-5:after, .grid-10:after, .mobile-grid-10:after, .grid-15:after, .mobile-grid-15:after, .grid-20:after, .mobile-grid-20:after, .grid-25:after, .mobile-grid-25:after, .grid-30:after, .mobile-grid-30:after, .grid-35:after, .mobile-grid-35:after, .grid-40:after, .mobile-grid-40:after, .grid-45:after, .mobile-grid-45:after, .grid-50:after, .mobile-grid-50:after, .grid-55:after, .mobile-grid-55:after, .grid-60:after, .mobile-grid-60:after, .grid-65:after, .mobile-grid-65:after, .grid-70:after, .mobile-grid-70:after, .grid-75:after, .mobile-grid-75:after, .grid-80:after, .mobile-grid-80:after, .grid-85:after, .mobile-grid-85:after, .grid-90:after, .mobile-grid-90:after, .grid-95:after, .mobile-grid-95:after, .grid-100:after, .mobile-grid-100:after, .grid-33:after, .mobile-grid-33:after, .grid-66:after, .mobile-grid-66:after, .clearfix:after {
  clear: both; }

.grid-container, .grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66, .clearfix {
  /* <IE7> */
  *zoom: 1;
  /* </IE7> */ }

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 5px;
  padding-right: 5px; }

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  /* <IE7> */
  *padding-left: 0;
  *padding-right: 0;
  /* </IE7> */ }

.grid-5 > *, .mobile-grid-5 > *, .grid-10 > *, .mobile-grid-10 > *, .grid-15 > *, .mobile-grid-15 > *, .grid-20 > *, .mobile-grid-20 > *, .grid-25 > *, .mobile-grid-25 > *, .grid-30 > *, .mobile-grid-30 > *, .grid-35 > *, .mobile-grid-35 > *, .grid-40 > *, .mobile-grid-40 > *, .grid-45 > *, .mobile-grid-45 > *, .grid-50 > *, .mobile-grid-50 > *, .grid-55 > *, .mobile-grid-55 > *, .grid-60 > *, .mobile-grid-60 > *, .grid-65 > *, .mobile-grid-65 > *, .grid-70 > *, .mobile-grid-70 > *, .grid-75 > *, .mobile-grid-75 > *, .grid-80 > *, .mobile-grid-80 > *, .grid-85 > *, .mobile-grid-85 > *, .grid-90 > *, .mobile-grid-90 > *, .grid-95 > *, .mobile-grid-95 > *, .grid-100 > *, .mobile-grid-100 > *, .grid-33 > *, .mobile-grid-33 > *, .grid-66 > *, .mobile-grid-66 > * {
  /* <IE7> */
  *margin-left: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  *margin-right: expression((!this.className.match(/grid-[1-9]/) && this.currentStyle.display === 'block' && this.currentStyle.width === 'auto') && '10px');
  /* </IE7> */ }

.grid-parent {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .mobile-push-5, .mobile-pull-5, .mobile-push-10, .mobile-pull-10, .mobile-push-15, .mobile-pull-15, .mobile-push-20, .mobile-pull-20, .mobile-push-25, .mobile-pull-25, .mobile-push-30, .mobile-pull-30, .mobile-push-35, .mobile-pull-35, .mobile-push-40, .mobile-pull-40, .mobile-push-45, .mobile-pull-45, .mobile-push-50, .mobile-pull-50, .mobile-push-55, .mobile-pull-55, .mobile-push-60, .mobile-pull-60, .mobile-push-65, .mobile-pull-65, .mobile-push-70, .mobile-pull-70, .mobile-push-75, .mobile-pull-75, .mobile-push-80, .mobile-pull-80, .mobile-push-85, .mobile-pull-85, .mobile-push-90, .mobile-pull-90, .mobile-push-95, .mobile-pull-95, .mobile-push-33, .mobile-pull-33, .mobile-push-66, .mobile-pull-66 {
    position: relative; }

  .hide-on-mobile {
    display: none !important; }

  .mobile-grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-5 {
    margin-left: 5%; }

  .mobile-suffix-5 {
    margin-right: 5%; }

  .mobile-push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-10 {
    margin-left: 10%; }

  .mobile-suffix-10 {
    margin-right: 10%; }

  .mobile-push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-15 {
    margin-left: 15%; }

  .mobile-suffix-15 {
    margin-right: 15%; }

  .mobile-push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-20 {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-20 {
    margin-left: 20%; }

  .mobile-suffix-20 {
    margin-right: 20%; }

  .mobile-push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-25 {
    margin-left: 25%; }

  .mobile-suffix-25 {
    margin-right: 25%; }

  .mobile-push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-30 {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-30 {
    margin-left: 30%; }

  .mobile-suffix-30 {
    margin-right: 30%; }

  .mobile-push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-35 {
    margin-left: 35%; }

  .mobile-suffix-35 {
    margin-right: 35%; }

  .mobile-push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-40 {
    margin-left: 40%; }

  .mobile-suffix-40 {
    margin-right: 40%; }

  .mobile-push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-45 {
    margin-left: 45%; }

  .mobile-suffix-45 {
    margin-right: 45%; }

  .mobile-push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-50 {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-50 {
    margin-left: 50%; }

  .mobile-suffix-50 {
    margin-right: 50%; }

  .mobile-push-50 {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-50 {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-55 {
    margin-left: 55%; }

  .mobile-suffix-55 {
    margin-right: 55%; }

  .mobile-push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-60 {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-60 {
    margin-left: 60%; }

  .mobile-suffix-60 {
    margin-right: 60%; }

  .mobile-push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-65 {
    margin-left: 65%; }

  .mobile-suffix-65 {
    margin-right: 65%; }

  .mobile-push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-70 {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-70 {
    margin-left: 70%; }

  .mobile-suffix-70 {
    margin-right: 70%; }

  .mobile-push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-75 {
    margin-left: 75%; }

  .mobile-suffix-75 {
    margin-right: 75%; }

  .mobile-push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-80 {
    margin-left: 80%; }

  .mobile-suffix-80 {
    margin-right: 80%; }

  .mobile-push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-85 {
    margin-left: 85%; }

  .mobile-suffix-85 {
    margin-right: 85%; }

  .mobile-push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-90 {
    margin-left: 90%; }

  .mobile-suffix-90 {
    margin-right: 90%; }

  .mobile-push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-95 {
    margin-left: 95%; }

  .mobile-suffix-95 {
    margin-right: 95%; }

  .mobile-push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-33 {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-33 {
    margin-left: 33.33333%; }

  .mobile-suffix-33 {
    margin-right: 33.33333%; }

  .mobile-push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-prefix-66 {
    margin-left: 66.66667%; }

  .mobile-suffix-66 {
    margin-right: 66.66667%; }

  .mobile-push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .mobile-grid-100 {
    clear: both;
    width: 100%; } }
@media (min-width: 768px) {
  .push-5, .pull-5, .push-10, .pull-10, .push-15, .pull-15, .push-20, .pull-20, .push-25, .pull-25, .push-30, .pull-30, .push-35, .pull-35, .push-40, .pull-40, .push-45, .pull-45, .push-50, .pull-50, .push-55, .pull-55, .push-60, .pull-60, .push-65, .pull-65, .push-70, .pull-70, .push-75, .pull-75, .push-80, .pull-80, .push-85, .pull-85, .push-90, .pull-90, .push-95, .pull-95, .push-33, .pull-33, .push-66, .pull-66 {
    position: relative; }

  .hide-on-desktop {
    display: none !important; }

  .grid-5 {
    float: left;
    width: 5%;
    /* <IE7> */
    *width: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-5 {
    margin-left: 5%; }

  .suffix-5 {
    margin-right: 5%; }

  .push-5 {
    left: 5%;
    /* <IE7> */
    *left: expression(Math.floor(0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-5 {
    left: -5%;
    /* <IE7> */
    *left: expression(Math.floor(-0.05 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-10 {
    float: left;
    width: 10%;
    /* <IE7> */
    *width: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-10 {
    margin-left: 10%; }

  .suffix-10 {
    margin-right: 10%; }

  .push-10 {
    left: 10%;
    /* <IE7> */
    *left: expression(Math.floor(0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-10 {
    left: -10%;
    /* <IE7> */
    *left: expression(Math.floor(-0.1 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-15 {
    float: left;
    width: 15%;
    /* <IE7> */
    *width: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-15 {
    margin-left: 15%; }

  .suffix-15 {
    margin-right: 15%; }

  .push-15 {
    left: 15%;
    /* <IE7> */
    *left: expression(Math.floor(0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-15 {
    left: -15%;
    /* <IE7> */
    *left: expression(Math.floor(-0.15 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-20 {
    float: left;
    width: 20%;
    /* <IE7> */
    *width: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-20 {
    margin-left: 20%; }

  .suffix-20 {
    margin-right: 20%; }

  .push-20 {
    left: 20%;
    /* <IE7> */
    *left: expression(Math.floor(0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-20 {
    left: -20%;
    /* <IE7> */
    *left: expression(Math.floor(-0.2 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-25 {
    float: left;
    width: 25%;
    /* <IE7> */
    *width: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-25 {
    margin-left: 25%; }

  .suffix-25 {
    margin-right: 25%; }

  .push-25 {
    left: 25%;
    /* <IE7> */
    *left: expression(Math.floor(0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-25 {
    left: -25%;
    /* <IE7> */
    *left: expression(Math.floor(-0.25 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-30 {
    float: left;
    width: 30%;
    /* <IE7> */
    *width: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-30 {
    margin-left: 30%; }

  .suffix-30 {
    margin-right: 30%; }

  .push-30 {
    left: 30%;
    /* <IE7> */
    *left: expression(Math.floor(0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-30 {
    left: -30%;
    /* <IE7> */
    *left: expression(Math.floor(-0.3 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-35 {
    float: left;
    width: 35%;
    /* <IE7> */
    *width: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-35 {
    margin-left: 35%; }

  .suffix-35 {
    margin-right: 35%; }

  .push-35 {
    left: 35%;
    /* <IE7> */
    *left: expression(Math.floor(0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-35 {
    left: -35%;
    /* <IE7> */
    *left: expression(Math.floor(-0.35 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-40 {
    float: left;
    width: 40%;
    /* <IE7> */
    *width: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-40 {
    margin-left: 40%; }

  .suffix-40 {
    margin-right: 40%; }

  .push-40 {
    left: 40%;
    /* <IE7> */
    *left: expression(Math.floor(0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-40 {
    left: -40%;
    /* <IE7> */
    *left: expression(Math.floor(-0.4 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-45 {
    float: left;
    width: 45%;
    /* <IE7> */
    *width: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-45 {
    margin-left: 45%; }

  .suffix-45 {
    margin-right: 45%; }

  .push-45 {
    left: 45%;
    /* <IE7> */
    *left: expression(Math.floor(0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-45 {
    left: -45%;
    /* <IE7> */
    *left: expression(Math.floor(-0.45 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-50 {
    float: left;
    width: 50%;
    /* <IE7> */
    *width: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-50 {
    margin-left: 50%; }

  .suffix-50 {
    margin-right: 50%; }

  .push-50 {
    left: 50%;
    /* <IE7> */
    *left: expression(Math.floor(0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-50 {
    left: -50%;
    /* <IE7> */
    *left: expression(Math.floor(-0.5 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-55 {
    float: left;
    width: 55%;
    /* <IE7> */
    *width: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-55 {
    margin-left: 55%; }

  .suffix-55 {
    margin-right: 55%; }

  .push-55 {
    left: 55%;
    /* <IE7> */
    *left: expression(Math.floor(0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-55 {
    left: -55%;
    /* <IE7> */
    *left: expression(Math.floor(-0.55 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-60 {
    float: left;
    width: 60%;
    /* <IE7> */
    *width: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-60 {
    margin-left: 60%; }

  .suffix-60 {
    margin-right: 60%; }

  .push-60 {
    left: 60%;
    /* <IE7> */
    *left: expression(Math.floor(0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-60 {
    left: -60%;
    /* <IE7> */
    *left: expression(Math.floor(-0.6 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-65 {
    float: left;
    width: 65%;
    /* <IE7> */
    *width: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-65 {
    margin-left: 65%; }

  .suffix-65 {
    margin-right: 65%; }

  .push-65 {
    left: 65%;
    /* <IE7> */
    *left: expression(Math.floor(0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-65 {
    left: -65%;
    /* <IE7> */
    *left: expression(Math.floor(-0.65 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-70 {
    float: left;
    width: 70%;
    /* <IE7> */
    *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-70 {
    margin-left: 70%; }

  .suffix-70 {
    margin-right: 70%; }

  .push-70 {
    left: 70%;
    /* <IE7> */
    *left: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-70 {
    left: -70%;
    /* <IE7> */
    *left: expression(Math.floor(-0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-75 {
    float: left;
    width: 75%;
    /* <IE7> */
    *width: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-75 {
    margin-left: 75%; }

  .suffix-75 {
    margin-right: 75%; }

  .push-75 {
    left: 75%;
    /* <IE7> */
    *left: expression(Math.floor(0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-75 {
    left: -75%;
    /* <IE7> */
    *left: expression(Math.floor(-0.75 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-80 {
    float: left;
    width: 80%;
    /* <IE7> */
    *width: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-80 {
    margin-left: 80%; }

  .suffix-80 {
    margin-right: 80%; }

  .push-80 {
    left: 80%;
    /* <IE7> */
    *left: expression(Math.floor(0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-80 {
    left: -80%;
    /* <IE7> */
    *left: expression(Math.floor(-0.8 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-85 {
    float: left;
    width: 85%;
    /* <IE7> */
    *width: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-85 {
    margin-left: 85%; }

  .suffix-85 {
    margin-right: 85%; }

  .push-85 {
    left: 85%;
    /* <IE7> */
    *left: expression(Math.floor(0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-85 {
    left: -85%;
    /* <IE7> */
    *left: expression(Math.floor(-0.85 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-90 {
    float: left;
    width: 90%;
    /* <IE7> */
    *width: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-90 {
    margin-left: 90%; }

  .suffix-90 {
    margin-right: 90%; }

  .push-90 {
    left: 90%;
    /* <IE7> */
    *left: expression(Math.floor(0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-90 {
    left: -90%;
    /* <IE7> */
    *left: expression(Math.floor(-0.9 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-95 {
    float: left;
    width: 95%;
    /* <IE7> */
    *width: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-95 {
    margin-left: 95%; }

  .suffix-95 {
    margin-right: 95%; }

  .push-95 {
    left: 95%;
    /* <IE7> */
    *left: expression(Math.floor(0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-95 {
    left: -95%;
    /* <IE7> */
    *left: expression(Math.floor(-0.95 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-33 {
    float: left;
    width: 33.33333%;
    /* <IE7> */
    *width: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-33 {
    margin-left: 33.33333%; }

  .suffix-33 {
    margin-right: 33.33333%; }

  .push-33 {
    left: 33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-33 {
    left: -33.33333%;
    /* <IE7> */
    *left: expression(Math.floor(-0.33333 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-66 {
    float: left;
    width: 66.66667%;
    /* <IE7> */
    *width: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .prefix-66 {
    margin-left: 66.66667%; }

  .suffix-66 {
    margin-right: 66.66667%; }

  .push-66 {
    left: 66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .pull-66 {
    left: -66.66667%;
    /* <IE7> */
    *left: expression(Math.floor(-0.66667 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + 'px');
    /* </IE7> */ }

  .grid-100 {
    clear: both;
    width: 100%; } }
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blur-anime {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0); } }
@-moz-keyframes blur-anime {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0); } }
@-ms-keyframes blur-anime {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0); } }
@keyframes blur-anime {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px); }
  100% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0); } }
@-webkit-keyframes neon {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.05; } }
@-moz-keyframes neon {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.05; } }
@-ms-keyframes neon {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.05; } }
@keyframes neon {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.05; } }
@-webkit-keyframes mask-container {
  0% {
    z-index: 10; }
  99% {
    z-index: 10; }
  100% {
    z-index: -1; } }
@-moz-keyframes mask-container {
  0% {
    z-index: 10; }
  99% {
    z-index: 10; }
  100% {
    z-index: -1; } }
@-ms-keyframes mask-container {
  0% {
    z-index: 10; }
  99% {
    z-index: 10; }
  100% {
    z-index: -1; } }
@keyframes mask-container {
  0% {
    z-index: 10; }
  99% {
    z-index: 10; }
  100% {
    z-index: -1; } }
.mask-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; }

.topmask1, .topmask2 {
  position: absolute;
  margin-left: -30px;
  width: 100%;
  top: -50%;
  height: 300%;
  background-color: #e73828;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 10; }

@-webkit-keyframes mask__logotype {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 10; }
  75% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: 10; }
  100% {
    opacity: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: -1; } }
@-moz-keyframes mask__logotype {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 10; }
  75% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: 10; }
  100% {
    opacity: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: -1; } }
@-ms-keyframes mask__logotype {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 10; }
  75% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: 10; }
  100% {
    opacity: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: -1; } }
@keyframes mask__logotype {
  0% {
    opacity: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    z-index: 10; }
  75% {
    opacity: 1;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: 10; }
  100% {
    opacity: 0;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    z-index: -1; } }
.mask__logotype {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 582px;
  margin: -55px 0 0 -291px;
  opacity: 0;
  z-index: -1; }

@keyframes topmask1 {
  0% {
    transform: translate(-50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(-150%, 0) rotate(16.5deg); } }
@-webkit-keyframes topmask1 {
  0% {
    transform: translate(-50%, 0) rotate(16.5deg);
    -webkit-transform: translate(-50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(-150%, 0) rotate(16.5deg);
    -webkit-transform: translate(-150%, 0) rotate(16.5deg); } }
@-moz-keyframes topmask1 {
  0% {
    transform: translate(-50%, 0) rotate(16.5deg);
    -moz-transform: translate(-50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(-150%, 0) rotate(16.5deg);
    -moz-transform: translate(-150%, 0) rotate(16.5deg); } }
@keyframes topmask2 {
  0% {
    transform: translate(50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(150%, 0) rotate(16.5deg); } }
@-webkit-keyframes topmask2 {
  0% {
    transform: translate(50%, 0) rotate(16.5deg);
    -webkit-transform: translate(50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(150%, 0) rotate(16.5deg);
    -webkit-transform: translate(150%, 0) rotate(16.5deg); } }
@-moz-keyframes topmask2 {
  0% {
    transform: translate(50%, 0) rotate(16.5deg);
    -moz-transform: translate(50%, 0) rotate(16.5deg); }
  100% {
    transform: translate(150%, 0) rotate(16.5deg);
    -moz-transform: translate(150%, 0) rotate(16.5deg); } }
body.first-access .mask-container {
  z-index: 110;
  -webkit-animation-name: mask-container;
  -moz-animation-name: mask-container;
  -ms-animation-name: mask-container;
  -o-animation-name: mask-container;
  animation-name: mask-container;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
body.first-access .mask__logotype {
  z-index: 120;
  -webkit-animation-name: mask__logotype;
  -moz-animation-name: mask__logotype;
  -ms-animation-name: mask__logotype;
  -o-animation-name: mask__logotype;
  animation-name: mask__logotype;
  -webkit-animation-duration: 2.5s;
  -moz-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
body.first-access .topmask1 {
  -webkit-transform: translate(-50%, 0) rotate(16.5deg);
  -moz-transform: translate(-50%, 0) rotate(16.5deg);
  -ms-transform: translate(-50%, 0) rotate(16.5deg);
  -o-transform: translate(-50%, 0) rotate(16.5deg);
  transform: translate(-50%, 0) rotate(16.5deg);
  -webkit-animation-name: topmask1;
  -moz-animation-name: topmask1;
  -ms-animation-name: topmask1;
  -o-animation-name: topmask1;
  animation-name: topmask1;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  -ms-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
body.first-access .topmask2 {
  -webkit-transform: translate(50%, 0) rotate(16.5deg);
  -moz-transform: translate(50%, 0) rotate(16.5deg);
  -ms-transform: translate(50%, 0) rotate(16.5deg);
  -o-transform: translate(50%, 0) rotate(16.5deg);
  transform: translate(50%, 0) rotate(16.5deg);
  -webkit-animation-name: topmask2;
  -moz-animation-name: topmask2;
  -ms-animation-name: topmask2;
  -o-animation-name: topmask2;
  animation-name: topmask2;
  -webkit-animation-duration: 0.45s;
  -moz-animation-duration: 0.45s;
  -ms-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.collage__unit .mask {
  position: absolute;
  margin-left: -30px;
  background-color: rgba(231, 56, 40, 0.5);
  width: 100%;
  top: -50%;
  height: 200%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1; }
.collage__unit .mask1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .grid-100 .collage__unit .mask1 {
    -webkit-transform: translate(150%, 0) rotate(16.5deg);
    -moz-transform: translate(150%, 0) rotate(16.5deg);
    -ms-transform: translate(150%, 0) rotate(16.5deg);
    -o-transform: translate(150%, 0) rotate(16.5deg);
    transform: translate(150%, 0) rotate(16.5deg); }
  .grid-66 .collage__unit .mask1 {
    -webkit-transform: translate(150%, 0) rotate(16.5deg);
    -moz-transform: translate(150%, 0) rotate(16.5deg);
    -ms-transform: translate(150%, 0) rotate(16.5deg);
    -o-transform: translate(150%, 0) rotate(16.5deg);
    transform: translate(150%, 0) rotate(16.5deg); }
  .grid-33 .collage__unit .mask1 {
    -webkit-transform: translate(150%, 0) rotate(16.5deg);
    -moz-transform: translate(150%, 0) rotate(16.5deg);
    -ms-transform: translate(150%, 0) rotate(16.5deg);
    -o-transform: translate(150%, 0) rotate(16.5deg);
    transform: translate(150%, 0) rotate(16.5deg); }
.collage__unit .mask2 {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .grid-100 .collage__unit .mask2 {
    -webkit-transform: translate(280%, 0) rotate(16.5deg);
    -moz-transform: translate(280%, 0) rotate(16.5deg);
    -ms-transform: translate(280%, 0) rotate(16.5deg);
    -o-transform: translate(280%, 0) rotate(16.5deg);
    transform: translate(280%, 0) rotate(16.5deg); }
  .grid-66 .collage__unit .mask2 {
    -webkit-transform: translate(270%, 0) rotate(16.5deg);
    -moz-transform: translate(270%, 0) rotate(16.5deg);
    -ms-transform: translate(270%, 0) rotate(16.5deg);
    -o-transform: translate(270%, 0) rotate(16.5deg);
    transform: translate(270%, 0) rotate(16.5deg); }
  .grid-33 .collage__unit .mask2 {
    -webkit-transform: translate(260%, 0) rotate(16.5deg);
    -moz-transform: translate(260%, 0) rotate(16.5deg);
    -ms-transform: translate(260%, 0) rotate(16.5deg);
    -o-transform: translate(260%, 0) rotate(16.5deg);
    transform: translate(260%, 0) rotate(16.5deg); }

.collage__unit:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }
.grid-100 .collage__unit:hover .mask1 {
  -webkit-transform: translate(-120%, 0) rotate(16.5deg);
  -moz-transform: translate(-120%, 0) rotate(16.5deg);
  -ms-transform: translate(-120%, 0) rotate(16.5deg);
  -o-transform: translate(-120%, 0) rotate(16.5deg);
  transform: translate(-120%, 0) rotate(16.5deg); }
.grid-66 .collage__unit:hover .mask1 {
  -webkit-transform: translate(-120%, 0) rotate(16.5deg);
  -moz-transform: translate(-120%, 0) rotate(16.5deg);
  -ms-transform: translate(-120%, 0) rotate(16.5deg);
  -o-transform: translate(-120%, 0) rotate(16.5deg);
  transform: translate(-120%, 0) rotate(16.5deg); }
.grid-33 .collage__unit:hover .mask1 {
  -webkit-transform: translate(-130%, 0) rotate(16.5deg);
  -moz-transform: translate(-130%, 0) rotate(16.5deg);
  -ms-transform: translate(-130%, 0) rotate(16.5deg);
  -o-transform: translate(-130%, 0) rotate(16.5deg);
  transform: translate(-130%, 0) rotate(16.5deg); }
.grid-100 .collage__unit:hover .mask2 {
  -webkit-transform: translate(80%, 0) rotate(16.5deg);
  -moz-transform: translate(80%, 0) rotate(16.5deg);
  -ms-transform: translate(80%, 0) rotate(16.5deg);
  -o-transform: translate(80%, 0) rotate(16.5deg);
  transform: translate(80%, 0) rotate(16.5deg); }
.grid-66 .collage__unit:hover .mask2 {
  -webkit-transform: translate(70%, 0) rotate(16.5deg);
  -moz-transform: translate(70%, 0) rotate(16.5deg);
  -ms-transform: translate(70%, 0) rotate(16.5deg);
  -o-transform: translate(70%, 0) rotate(16.5deg);
  transform: translate(70%, 0) rotate(16.5deg); }
.grid-33 .collage__unit:hover .mask2 {
  -webkit-transform: translate(60%, 0) rotate(16.5deg);
  -moz-transform: translate(60%, 0) rotate(16.5deg);
  -ms-transform: translate(60%, 0) rotate(16.5deg);
  -o-transform: translate(60%, 0) rotate(16.5deg);
  transform: translate(60%, 0) rotate(16.5deg); }

@media (max-width: 600px) {
  .mask__logotype {
    width: 300px;
    margin: -55px 0 0 -150px; }

  .grid-100 .collage__unit .mask2 {
    -webkit-transform: translate(80%, 0) rotate(16.5deg);
    -moz-transform: translate(80%, 0) rotate(16.5deg);
    -ms-transform: translate(80%, 0) rotate(16.5deg);
    -o-transform: translate(80%, 0) rotate(16.5deg);
    transform: translate(80%, 0) rotate(16.5deg); }
  .grid-66 .collage__unit .mask2 {
    -webkit-transform: translate(70%, 0) rotate(16.5deg);
    -moz-transform: translate(70%, 0) rotate(16.5deg);
    -ms-transform: translate(70%, 0) rotate(16.5deg);
    -o-transform: translate(70%, 0) rotate(16.5deg);
    transform: translate(70%, 0) rotate(16.5deg); }
  .grid-33 .collage__unit .mask2 {
    -webkit-transform: translate(60%, 0) rotate(16.5deg);
    -moz-transform: translate(60%, 0) rotate(16.5deg);
    -ms-transform: translate(60%, 0) rotate(16.5deg);
    -o-transform: translate(60%, 0) rotate(16.5deg);
    transform: translate(60%, 0) rotate(16.5deg); } }
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/********************BASE**********************/
body {
  background: #fff;
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem; }

a {
  text-decoration: none;
  opacity: 1;
  transition: opacity .2s ease; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px; }
  h1.margin--x2, h2.margin--x2, h3.margin--x2, h4.margin--x2, h5.margin--x2, h6.margin--x2 {
    margin: 0 0 40px; }
  h1.margin--x3, h2.margin--x3, h3.margin--x3, h4.margin--x3, h5.margin--x3, h6.margin--x3 {
    margin: 0 0 60px; }
  h1.half-margin, h2.half-margin, h3.half-margin, h4.half-margin, h5.half-margin, h6.half-margin {
    margin: 0 0 10px; }

section {
  padding: 45px 0; }
  section.first-section {
    padding-top: 90px; }

p {
  margin: 0 0 20px; }
  p.p--spasious {
    line-height: 3em; }

/***********************LAYOUT************************/
#wrapper {
  position: relative;
  background: #fff; }

@keyframes header-anime {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 71px); } }
@-webkit-keyframes header-anime {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
  100% {
    transform: translate(0, 71px);
    -webkit-transform: translate(0, 71px); } }
@-moz-keyframes header-anime {
  0% {
    transform: translate(0, 0);
    -moz-transform: translate(0, 0); }
  100% {
    transform: translate(0, 71px);
    -moz-transform: translate(0, 71px); } }
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0 10px;
  z-index: 100; }
  header .logo {
    float: left;
    margin-left: 15px;
    margin-top: 5px; }
    header .logo .logo__img {
      height: 30px;
      display: block; }
    header .logo .logo__img--white {
      height: 30px;
      display: none; }
  header .recruit-description {
    color: #fff;
    display: none; }

.header__nav {
  float: right; }
  .header__nav .unit {
    display: inline-block;
    padding: 10px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
    vertical-align: top; }
    .header__nav .unit.sns {
      margin-top: -3px; }
      .header__nav .unit.sns .icon {
        height: 20px;
        display: block; }
        .header__nav .unit.sns .icon.white {
          display: none; }

body.recruit header {
  background: #e73828; }
  body.recruit header .logo .logo__img {
    display: none; }
  body.recruit header .logo .logo__img--white {
    display: block; }
  body.recruit header .recruit-description {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 10px 0 0 20px; }
body.recruit .header__nav {
  color: #fff; }
  body.recruit .header__nav .unit {
    color: #fff; }
    body.recruit .header__nav .unit.sns {
      margin-top: -3px; }
      body.recruit .header__nav .unit.sns .icon {
        height: 20px;
        display: block; }
        body.recruit .header__nav .unit.sns .icon.red {
          display: none; }

#main {
  padding-top: 80px; }

body.index #main {
  padding-top: 0; }

footer {
  padding: 60px 0;
  background: #fff; }

.footer__sns-nav {
  text-align: center;
  margin-bottom: 20px; }
  .footer__sns-nav .unit {
    display: inline-block;
    margin: 0 30px; }
    .footer__sns-nav .unit .icon {
      height: 40px; }

.footer__nav {
  text-align: center;
  margin-bottom: 80px; }
  .footer__nav .unit {
    display: inline-block;
    margin: 0 10px;
    color: #000; }

.footer__logo {
  width: 230px;
  display: block;
  margin: 0 auto 20px; }

.copyright {
  text-align: center;
  display: block; }

/********************MODULE************************/
.intro-text {
  line-height: 3em; }

.red-area {
  background: #e73828;
  color: #fff;
  padding: 45px; }

.red-bordered-area {
  border: 1px solid #e73828;
  color: #e73828;
  padding: 45px; }

.title--normal {
  font-weight: normal; }

.title--with-underbar {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: normal;
  color: #e73828;
  margin-bottom: 30px; }
  .title--with-underbar:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #e73828;
    margin: 20px auto; }

.title--with-underbar2 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: normal;
  color: #e73828;
  margin-bottom: 30px; }
  .title--with-underbar2:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #e73828;
    margin: 20px auto; }
  .title--with-underbar2 .title-location, .title--with-underbar2 .title-access2 {
    height: 25px;
    display: block;
    margin: 0 auto 20px; }

/***** top *****/
@-webkit-keyframes top__collage-box {
  0% {
    opacity: 0.2;
    background: #000; }
  50% {
    background: #000; }
  100% {
    opacity: 1;
    background: #fff; } }
@-moz-keyframes top__collage-box {
  0% {
    opacity: 0.2;
    background: #000; }
  50% {
    background: #000; }
  100% {
    opacity: 1;
    background: #fff; } }
@-ms-keyframes top__collage-box {
  0% {
    opacity: 0.2;
    background: #000; }
  50% {
    background: #000; }
  100% {
    opacity: 1;
    background: #fff; } }
@keyframes top__collage-box {
  0% {
    opacity: 0.2;
    background: #000; }
  50% {
    background: #000; }
  100% {
    opacity: 1;
    background: #fff; } }
.top__collage-box--wrap {
  z-index: 5; }

.top__collage-box {
  opacity: 1;
  background: #fff; }

body.first-access .top__collage-box {
  opacity: 0.2;
  -webkit-animation-name: top__collage-box;
  -moz-animation-name: top__collage-box;
  -ms-animation-name: top__collage-box;
  -o-animation-name: top__collage-box;
  animation-name: top__collage-box;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -ms-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  animation-delay: 2.8s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.collage {
  padding-top: 10px; }

.collage__unit {
  color: #b4b5b5;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 30px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  .collage__unit .title {
    margin-bottom: 20px; }

.bb-concept {
  background: url("/images/img-jump.jpg") center center no-repeat;
  background-size: cover;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 120px 60px 60px;
  color: #fff; }
  .bb-concept .title {
    margin-bottom: 45px; }
  .bb-concept p {
    margin-bottom: 45px;
    line-height: 2em; }
  .bb-concept .logo-good-morning-company {
    height: 23px;
    display: block; }
  .bb-concept .logo-agentgate {
    height: 30px;
    margin-top: 20px;
    display: block; }

.bb-message {
  background: url("/images/bg-message.jpg") center center no-repeat;
  background-size: cover;
  height: 465px; }
  .bb-message .title-message {
    height: 45px; }

.bb-news {
  background: #e9e4d9;
  height: 465px;
  color: #595757; }
  .bb-news .title-news {
    width: 328px;
    max-width: 100%; }

ul.news-list li {
  border-top: 1px solid rgba(89, 87, 87, 0.15);
  padding: 10px 0; }

.bb-passion {
  background: url("/images/bg-passion.jpg") center center no-repeat;
  background-size: cover;
  height: 465px; }
  .bb-passion .title-passion {
    height: 45px; }

.bb-recruit {
  background: url("/images/bg-recruit.jpg") center center no-repeat;
  background-size: cover;
  height: 705px; }
  .bb-recruit .title-recruit {
    height: 37px; }
  .bb-recruit .subtitle-recruit {
    width: 304px;
    max-width: 100%;
    margin-bottom: 20px; }

.bb-fb {
  background: url("/images/bg-fb.jpg") center center no-repeat;
  background-size: cover;
  height: 230px; }

.bb-tw {
  background: url("/images/bg-tw.jpg") center center no-repeat;
  background-size: cover;
  height: 230px; }

.bb-company {
  background: url("/images/bg-company.jpg") center center no-repeat;
  background-size: cover;
  height: 465px; }
  .bb-company .title-company {
    height: 45px; }

.bb-service {
  background: url("/images/bg-service.jpg") center center no-repeat;
  background-size: cover;
  height: 465px; }
  .bb-service .title-service {
    height: 39px; }

.bb-contact {
  background: #e73828;
  height: 465px; }
  .bb-contact .title-contact {
    height: 38px; }
  .bb-contact .font-l {
    color: #fff;
    line-height: 1.2em; }
  .bb-contact .logo {
    width: 300px;
    max-width: 100%;
    position: absolute;
    bottom: 30px;
    right: 30px; }
  .bb-contact a {
    color: #fff; }

.bb-access {
  background: url("/images/bg-access.jpg") center center no-repeat;
  background-size: cover;
  height: 465px;
  color: #a1271c; }
  .bb-access .title-access {
    height: 36px; }
  .bb-access .font-l {
    line-height: 1.2em; }
  .bb-access .logo {
    width: 350px; }

/***** subdir *****/
.subdir__bb {
  height: 615px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  position: relative; }
  .subdir__bb .bb__mask-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .subdir__bb .mask {
    position: absolute;
    margin-left: -30px;
    background-color: rgba(231, 56, 40, 0.5);
    width: 100%;
    top: -50%;
    height: 200%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate(80%, 0) rotate(16.5deg);
    -moz-transform: translate(80%, 0) rotate(16.5deg);
    -ms-transform: translate(80%, 0) rotate(16.5deg);
    -o-transform: translate(80%, 0) rotate(16.5deg);
    transform: translate(80%, 0) rotate(16.5deg); }
  .subdir__bb .bb__container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: relative; }
  .subdir__bb .bb__title .framed {
    display: inline-block;
    border: 1px solid;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 5px 20px; }
  .subdir__bb .bb__title .title-text {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 30px;
    font-size: 1.875rem; }
  .subdir__bb .scroll-down {
    position: absolute;
    width: 62px;
    display: block;
    bottom: 30px;
    left: 50%;
    margin-left: -31px; }
    .subdir__bb .scroll-down img {
      width: 100%; }

.contents-box {
  margin-top: 60px; }
  .contents-box .content-box__title {
    text-align: center; }
    .contents-box .content-box__title img {
      height: 21px; }
  .contents-box .collage__unit {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 20px; }
    .contents-box .collage__unit .title {
      margin-bottom: 10px; }
  .contents-box .bb-concept {
    margin-top: 10px;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 20px;
    height: 360px;
    box-sizing: border-box; }
    .contents-box .bb-concept .title {
      margin-bottom: 15px; }
    .contents-box .bb-concept p {
      margin-bottom: 15px;
      line-height: 1.8em; }
    .contents-box .bb-concept .logo-good-morning-company {
      height: 18px; }
    .contents-box .bb-concept .logo-agentgate {
      height: 24px; }
  .contents-box .bb-message {
    height: 230px; }
    .contents-box .bb-message .title-message {
      height: 23px; }
  .contents-box .bb-news {
    height: 230px; }
    .contents-box .bb-news .title-news {
      width: 160px; }
  .contents-box ul.news-list li {
    padding: 5px 0; }
  .contents-box .bb-passion {
    height: 230px; }
    .contents-box .bb-passion .title-passion {
      height: 18px; }
  .contents-box .bb-recruit {
    height: 360px; }
    .contents-box .bb-recruit .title-recruit {
      height: 18px; }
    .contents-box .bb-recruit .subtitle-recruit {
      width: 150px;
      margin-bottom: 10px; }
  .contents-box .bb-fb {
    height: 115px; }
  .contents-box .bb-tw {
    height: 115px; }
  .contents-box .bb-company {
    height: 235px; }
    .contents-box .bb-company .title-company {
      height: 23px; }
  .contents-box .bb-service {
    height: 230px; }
    .contents-box .bb-service .title-service {
      height: 19px; }
  .contents-box .bb-contact {
    height: 230px; }
    .contents-box .bb-contact .title-contact {
      height: 19px; }
    .contents-box .bb-contact .font-l {
      font-size: 16px;
      font-size: 1rem; }
    .contents-box .bb-contact .logo {
      width: 150px;
      right: 20px;
      bottom: 20px; }
  .contents-box .bb-access {
    height: 230px; }
    .contents-box .bb-access .title-access {
      height: 18px; }
    .contents-box .bb-access .font-l {
      font-size: 16px;
      font-size: 1rem; }
    .contents-box .bb-access .logo {
      width: 90px; }

/***** message *****/
.bb--message {
  background: url("/images/bb-message.jpg") center center no-repeat;
  background-size: cover; }

.img-bg1 {
  background: url("/images/bg--message-bb.jpg") right center no-repeat;
  background-size: cover; }

.message__section2, .message__section3 {
  height: 400px;
  box-sizing: border-box; }

/***** passion *****/
.bb--passion {
  background: url("/images/bb-passion.jpg") center center no-repeat;
  background-size: cover; }

.passion__section1 {
  color: #000; }
  .passion__section1 .passion__logo {
    width: 877px;
    display: block;
    margin: 45px auto 0; }
  .passion__section1 h2 {
    margin: 45px 0; }
  .passion__section1 p {
    margin-bottom: 30px; }

.passion__section2 {
  background: url("/images/img-jump.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 435px;
  box-sizing: border-box; }
  .passion__section2 .playbtn-history-of-agentgate {
    height: 130px;
    display: block;
    margin: 100px auto; }

.passion__section3 {
  height: 435px;
  box-sizing: border-box; }

.passion__img-box {
  margin: 0 -5px; }

.passion__section4, .passion__section5, .passion__section6, .passion__section7 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0 5px; }
  .passion__section4 .red-bordered-area, .passion__section5 .red-bordered-area, .passion__section6 .red-bordered-area, .passion__section7 .red-bordered-area {
    height: 220px;
    box-sizing: border-box; }

.passion__section8 {
  height: 1340px;
  box-sizing: border-box; }
  .passion__section8 p {
    margin-bottom: 45px; }
  .passion__section8 .timeline {
    width: 352px;
    max-width: 100%; }

/***** company *****/
.bb--company {
  background: url("/images/bg-company.jpg") center center no-repeat;
  background-size: cover; }

table.company__table {
  width: 100%;
  margin-top: 45px; }
  table.company__table th, table.company__table td {
    padding: 30px;
    line-height: 3em; }
  table.company__table th {
    border: 1px solid #e73828;
    border-bottom: 1px solid #fff;
    background: #e73828;
    color: #fff;
    text-align: center;
    font-weight: normal;
    width: 33%; }
    table.company__table th.last {
      border-bottom: 1px solid #e73828; }
  table.company__table td {
    border: 1px solid #e73828; }

/***** news release *****/
.bb--news-release {
  background: url("/images/bb-news-release.jpg") center center no-repeat;
  background-size: cover; }

.title-topics, .title-press {
  height: 27px; }

ul.newspage-list {
  margin: 0 -5px;
  padding: 0; }
  ul.newspage-list li {
    list-style-type: none; }
    ul.newspage-list li:nth-child(even):after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      visibility: hidden;
      clear: both; }
    ul.newspage-list li .list__unit {
      float: left;
      width: 50%;
      padding: 5px;
      box-sizing: border-box; }
      ul.newspage-list li .list__unit .inner {
        background: #f6f4f1;
        padding: 10px;
        display: table;
        width: 100%;
        box-sizing: border-box; }
        ul.newspage-list li .list__unit .inner .thumb {
          display: table-cell;
          width: 50%;
          padding: 0 5px 0 0;
          position: relative; }
          ul.newspage-list li .list__unit .inner .thumb .thumb__img {
            display: block;
            width: 100%; }
          ul.newspage-list li .list__unit .inner .thumb .date {
            color: #fff;
            font-size: 21px;
            font-size: 1.3125rem;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -12px;
            width: 100%; }
        ul.newspage-list li .list__unit .inner .text {
          width: 50%;
          display: table-cell;
          vertical-align: top;
          padding: 0 0 0 5px;
          font-size: 12px;
          font-size: 0.75rem; }

/***** service *****/
.bb--service {
  background: url("/images/bg-service.jpg") center 20% no-repeat;
  background-size: cover; }

.service__title {
  color: #e73828;
  font-weight: normal;
  margin-bottom: 45px; }
  .service__title .ad-next {
    height: 88px;
    margin-bottom: 20px; }

/***** access *****/
.bb--access {
  background: url("/images/bb-access.jpg") center center no-repeat;
  background-size: cover; }

#map {
  width: 100%;
  height: 300px; }

/********************STATE************************/
.align-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block; }

.font-s {
  font-size: 10px;
  font-size: 0.625rem; }

.font-m {
  font-size: 16px;
  font-size: 1rem; }

.font-ml {
  font-size: 18px;
  font-size: 1.125rem; }

.font-l {
  font-size: 28px;
  font-size: 1.75rem; }

.font-ll {
  font-size: 36px;
  font-size: 2.25rem; }

.font-xxl {
  font-size: 54px;
  font-size: 3.375rem; }

.font-red {
  color: #e73828; }

.display-none {
  display: none; }

.mincho {
  font-family: "Hervetica Neue","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Ubuntu",serif !important; }

.no-margin {
  margin: 0; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.show-on-mobile {
  display: none !important; }

.subsection {
  padding-bottom: 10px; }
  .subsection.subsection-x2 {
    padding-bottom: 20px; }
  .subsection.subsection-x4 {
    padding-bottom: 40px; }

.w100 {
  width: 100%; }

ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; }

  .show-on-mobile {
    display: block !important; }

  /********************BASE mobile**********************/
  section.first-section {
    padding-top: 45px; }

  p.p--spasious {
    line-height: 2em; }

  /***********************LAYOUT omobile************************/
  .m-menu {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 100;
    width: 30px;
    height: 45px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer; }
    .m-menu .bar {
      background: #eee;
      width: 30px;
      height: 2px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transition: ease .5s;
      transition: ease .5s; }
      .m-menu .bar:nth-child(1) {
        top: 30%; }
      .m-menu .bar:nth-child(2) {
        top: 50%; }
      .m-menu .bar:nth-child(3) {
        top: 70%; }
    .m-menu.active .bar {
      top: 50%; }
    .m-menu.active .bar:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg); }
    .m-menu.active .bar:nth-child(2) {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      opacity: 0; }
    .m-menu.active .bar:nth-child(3) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg); }

  header {
    display: none;
    padding: 20px 0 10px;
    z-index: 100; }
    header .logo {
      float: none;
      display: block;
      margin: 0 0 0 10px; }
      header .logo .logo__img {
        height: 26px; }

  body.first-access header {
    top: 0px; }

  .header__nav {
    float: none;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid; }
    .header__nav .unit {
      display: block;
      border-bottom: 1px solid; }
      .header__nav .unit.sns {
        display: inline-block;
        margin-top: 0;
        border: none; }
        .header__nav .unit.sns .icon {
          height: 20px;
          display: block; }

  #main {
    padding-top: 10px; }

  .footer__sns-nav {
    display: none; }

  .footer__nav {
    display: none; }

  /********************MODULE mobile************************/
  .intro-text {
    line-height: 1.8em; }

  .red-area {
    padding: 20px; }

  .red-bordered-area {
    border: none;
    padding: 20px; }

  .title--with-underbar {
    font-size: 18px;
    font-size: 1.125rem; }

  .title--with-underbar2 {
    font-size: 18px;
    font-size: 1.125rem; }
    .title--with-underbar2 .title-location, .title--with-underbar2 .title-access2 {
      height: 25px;
      display: block;
      margin: 0 auto 20px; }

  /***** top mobile *****/
  .bb-concept {
    padding: 120px 0;
    margin-top: 10px; }
    .bb-concept .logo-good-morning-company {
      height: auto;
      width: 240px;
      margin: 0 auto; }
    .bb-concept .logo-agentgate {
      height: auto;
      width: 240px;
      margin-right: auto;
      margin-left: auto; }

  .bb-message {
    height: auto; }

  .bb-news {
    height: auto; }

  .bb-passion {
    height: auto; }
    .bb-passion .title-passion {
      height: 37px; }

  .bb-recruit {
    height: auto; }

  .bb-fb {
    height: 180px; }

  .bb-tw {
    height: 180px; }

  .bb-company {
    height: auto; }

  .bb-service {
    height: auto; }

  .bb-contact .logo {
    position: static;
    float: right; }

  .bb-access {
    height: auto; }
    .bb-access .logo {
      max-width: 100%; }

  /***** subdir *****/
  .subdir__bb {
    height: 300px; }
    .subdir__bb .bb__title .framed {
      font-size: 12px;
      font-size: 0.75rem; }
    .subdir__bb .bb__title .title-text {
      font-size: 16px;
      font-size: 1rem; }
    .subdir__bb .scroll-down {
      display: none; }

  .contents-box .collage__unit .title {
    margin: 0; }
    .contents-box .collage__unit .title img {
      display: block; }
  .contents-box .bb-concept {
    display: none; }
  .contents-box .bb-message {
    height: auto; }
    .contents-box .bb-message .title-message {
      height: 45px; }
  .contents-box .bb-news {
    display: none; }
  .contents-box .bb-passion {
    height: auto; }
    .contents-box .bb-passion .title-passion {
      height: 37px; }
  .contents-box .bb-recruit {
    height: auto; }
    .contents-box .bb-recruit .title-recruit {
      height: 37px; }
    .contents-box .bb-recruit .subtitle-recruit {
      width: 100%;
      max-width: 300px;
      margin-bottom: 0;
      margin-top: 20px; }
  .contents-box .bb-company {
    height: auto; }
    .contents-box .bb-company .title-company {
      height: 45px; }
  .contents-box .bb-service {
    height: auto; }
    .contents-box .bb-service .title-service {
      height: 37px; }
  .contents-box .bb-contact {
    display: none; }
  .contents-box .bb-access {
    height: auto; }
    .contents-box .bb-access .title-access {
      height: 37px; }
    .contents-box .bb-access .font-l {
      font-size: 16px;
      font-size: 1rem; }
    .contents-box .bb-access .logo {
      width: 90px; }
  .contents-box .bb-fb, .contents-box .bb-tw {
    height: 80px; }

  /***** message *****/
  .message__section2 {
    height: auto; }

  .message__section3 {
    height: 300px; }

  /***** passion *****/
  .passion__section1 .passion__logo {
    width: 90%;
    margin: 45px auto 0; }
  .passion__section1 h2 {
    font-size: 21px;
    font-size: 1.3125rem; }

  .passion__section2 {
    height: 240px; }
    .passion__section2 .playbtn-history-of-agentgate {
      height: 100px;
      margin: 50px auto; }

  .passion__section3 {
    height: auto; }

  .passion__section4, .passion__section5, .passion__section6, .passion__section7 {
    float: none;
    width: 100%; }
    .passion__section4 .red-bordered-area, .passion__section5 .red-bordered-area, .passion__section6 .red-bordered-area, .passion__section7 .red-bordered-area {
      height: 240px; }

  .passion__section4, .passion__section6 {
    padding-bottom: 10px; }

  .passion__section8 {
    height: auto; }

  /***** company *****/
  table.company__table {
    margin-top: 0; }
    table.company__table th, table.company__table td {
      padding: 10px;
      line-height: 1.8em;
      font-size: 12px;
      font-size: 0.75rem; }
    table.company__table th {
      text-align: left; }

  /***** news release *****/
  .title-topics, .title-press {
    height: 18px; }

  ul.newspage-list li .list__unit {
    float: none;
    width: 100%; }
    ul.newspage-list li .list__unit .inner {
      display: block; }
      ul.newspage-list li .list__unit .inner .thumb {
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        ul.newspage-list li .list__unit .inner .thumb .date {
          font-size: 14px;
          font-size: 0.875rem; }
      ul.newspage-list li .list__unit .inner .text {
        width: 100%;
        display: block;
        padding: 0; }

  /***** service *****/
  .service__title {
    margin-bottom: 45px; }
    .service__title .ad-next {
      height: 44px; }

  body.service .red-bordered-area {
    border: 1px solid #e73828; }
  body.service .font-ll {
    font-size: 18px;
    font-size: 1.125rem; }

  /***** access *****/
  .bb--access {
    background: url("/images/bb-access.jpg") center center no-repeat;
    background-size: cover; }

  #map {
    width: 100%;
    height: 300px; }

  /********************STATE************************/
  .align-center {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block; }

  .font-default-on-mobile {
    font-size: 14px;
    font-size: 0.875rem; }

  .font-s {
    font-size: 10px;
    font-size: 0.625rem; }

  .font-m {
    font-size: 16px;
    font-size: 1rem; }

  .font-ml-on-mobile {
    font-size: 18px;
    font-size: 1.125rem; }

  .font-l {
    font-size: 24px;
    font-size: 1.5rem; }

  .font-ll {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.4em; }

  .font-red {
    color: #e73828; }

  .display-none {
    display: none; }

  .mincho {
    font-family: "Hervetica Neue","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","Ubuntu",serif !important; }

  .pull-left {
    float: left; }

  .pull-right {
    float: right; }

  .subsection {
    padding-bottom: 10px; }

  .w100 {
    width: 100%; }

  ul.reset {
    margin: 0;
    padding: 0;
    list-style-type: none; } }
.bb--recruit--wrap {
  margin: -10px 0 0; }

.bb--recruit {
  background: url("/images/bg-movie.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .bb--recruit .logo-good-morning-company {
    width: 275px;
    display: block;
    margin: 0 auto 30px; }
  .bb--recruit .logo-agentgate {
    width: 388px;
    display: block;
    margin: 0 auto 30px; }
  .bb--recruit .btn-play {
    width: 90px; }

.bb--recruit__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.vjs-control-bar, #big-video-wrap {
  display: none; }

#big-video-wrap {
  position: absolute !important; }
  #big-video-wrap #big-video-image {
    top: 0 !important;
    position: static;
    width: 100% !important;
    height: auto !important;
    display: block; }

.btn-trio:hover {
  opacity: 0.7; }

.recruit__fullsize-btn {
  height: 300px;
  display: table;
  width: 100%; }
  .recruit__fullsize-btn .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff; }
    .recruit__fullsize-btn .container .title {
      font-size: 36px;
      font-size: 2.25rem; }
  .recruit__fullsize-btn.btn-message {
    background: url("/images/bg-message.jpg"), url("/images/bg-message-hover.jpg") no-repeat;
    background-position: center 40%;
    background-size: cover, 0 0;
    transition: background .2s ease; }
    .recruit__fullsize-btn.btn-message .container {
      transition: background .2s ease;
      background: rgba(231, 56, 40, 0.75); }
    .recruit__fullsize-btn.btn-message:hover {
      background: url("/images/bg-message-hover.jpg") no-repeat;
      background-position: center 40%;
      background-size: cover;
      transition: background .2s ease; }
      .recruit__fullsize-btn.btn-message:hover .container {
        transition: background .2s ease;
        background: none; }
  .recruit__fullsize-btn.btn-interview {
    background: url("/images/bb-interview.jpg") center 20% no-repeat;
    background-size: cover; }
    .recruit__fullsize-btn.btn-interview .container {
      background: rgba(35, 24, 21, 0.7);
      transition: background .2s ease; }
    .recruit__fullsize-btn.btn-interview:hover .container {
      transition: background .2s ease;
      background: none; }
  .recruit__fullsize-btn.btn-requirement {
    background: url("/images/bb-companysystem.jpg") center 20% no-repeat;
    background-size: cover; }
    .recruit__fullsize-btn.btn-requirement .container {
      background: rgba(231, 56, 40, 0.75);
      transition: background .2s ease; }
    .recruit__fullsize-btn.btn-requirement:hover .container {
      transition: background .2s ease;
      background: none; }
  .recruit__fullsize-btn.btn-companysystem {
    background: url("/images/bb-requirement.jpg") center 15% no-repeat;
    background-size: cover; }
    .recruit__fullsize-btn.btn-companysystem .container {
      background: rgba(35, 24, 21, 0.7);
      transition: background .2s ease; }
    .recruit__fullsize-btn.btn-companysystem:hover .container {
      transition: background .2s ease;
      background: none; }
  .recruit__fullsize-btn.btn-internship {
    background: url("/images/recruit/bb-intern.jpg") center 25% no-repeat;
    background-size: cover; }
    .recruit__fullsize-btn.btn-internship .container {
      background: rgba(231, 56, 40, 0.75);
      transition: background .2s ease; }
    .recruit__fullsize-btn.btn-internship:hover .container {
      transition: background .2s ease;
      background: none; }
  .recruit__fullsize-btn.btn-entry {
    background: url("/images/bb-entry.jpg") center 20% no-repeat;
    background-size: cover; }
    .recruit__fullsize-btn.btn-entry .container {
      background: rgba(35, 24, 21, 0.7);
      transition: background .2s ease; }
    .recruit__fullsize-btn.btn-entry:hover .container {
      transition: background .2s ease;
      background: none; }

.recruit__collage-box .grid-item {
  width: 25%;
  padding: 0 5px 10px;
  box-sizing: border-box;
  float: left; }
  .recruit__collage-box .grid-item.w2 {
    width: 50%; }
  .recruit__collage-box .grid-item .collage__unit {
    display: block;
    position: relative;
    padding: 0;
    margin: 0; }
  .recruit__collage-box .grid-item img {
    width: 100%;
    display: block; }
  .recruit__collage-box .grid-item .overlay {
    background: rgba(35, 24, 21, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .recruit__collage-box .grid-item .overlay.red {
      background: rgba(231, 56, 40, 0.75); }
  .recruit__collage-box .grid-item .unit__container {
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5%; }
    .recruit__collage-box .grid-item .unit__container .title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 10px;
      display: block; }
      .recruit__collage-box .grid-item .unit__container .title.title-ll {
        font-size: 36px;
        font-size: 2.25rem; }
    .recruit__collage-box .grid-item .unit__container p {
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem; }

.recruit__collage-box.recruit__collage-box2 .grid-item {
  width: 25%;
  height: 300px;
  padding: 0 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
  overflow: hidden; }
  .recruit__collage-box.recruit__collage-box2 .grid-item.w2 {
    width: 50%; }
  .recruit__collage-box.recruit__collage-box2 .grid-item.h2 {
    height: 610px; }
    .recruit__collage-box.recruit__collage-box2 .grid-item.h2 .collage__unit {
      height: 610px; }
  .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 300px;
    transition: background .2s ease; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit:hover {
      transition: background .2s ease; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit:hover .overlay {
        opacity: 0.1;
        transition: opacity .2s ease; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no1 {
      background: url("/images/interview/thumb-no1.jpg"), url("/images/interview/thumb-no1-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no1:hover {
        background: url("/images/interview/thumb-no1-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no2 {
      background: url("/images/interview/thumb-no2.jpg"), url("/images/interview/thumb-no2-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no2:hover {
        background: url("/images/interview/thumb-no2-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no3 {
      background: url("/images/interview/thumb-no3.jpg"), url("/images/interview/thumb-no3-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no3:hover {
        background: url("/images/interview/thumb-no3-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no4 {
      background: url("/images/interview/thumb-no4.jpg"), url("/images/interview/thumb-no4-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no4:hover {
        background: url("/images/interview/thumb-no4-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no5 {
      background: url("/images/interview/thumb-no5.jpg"), url("/images/interview/thumb-no5-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no5:hover {
        background: url("/images/interview/thumb-no5-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no6 {
      background: url("/images/interview/thumb-no6.jpg"), url("/images/interview/thumb-no6-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no6:hover {
        background: url("/images/interview/thumb-no6-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no7 {
      background: url("/images/interview/thumb-no7.jpg"), url("/images/interview/thumb-no7-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no7:hover {
        background: url("/images/interview/thumb-no7-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no8 {
      background: url("/images/interview/thumb-no8.jpg"), url("/images/interview/thumb-no8-hover.jpg") no-repeat;
      background-position: center top;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no8:hover {
        background: url("/images/interview/thumb-no8-hover.jpg") no-repeat;
        background-position: center top;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no9 {
      background: url("/images/interview/thumb-kamemoto.jpg"), url("/images/interview/thumb-kamemoto-hover.jpg") no-repeat;
      background-position: center 25%;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no9:hover {
        background: url("/images/interview/thumb-kamemoto-hover.jpg") no-repeat;
        background-position: center 25%;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no10 {
      background: url("/images/bb-interview.jpg"), url("/images/bb-interview.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no10:hover {
        background: url("/images/bb-interview.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no11 {
      background: url("/images/interview/thumb-no11.jpg"), url("/images/interview/thumb-no11-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no11:hover {
        background: url("/images/interview/thumb-no11-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no12 {
      background: url("/images/interview/thumb-no12.jpg"), url("/images/interview/thumb-no12-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no12:hover {
        background: url("/images/interview/thumb-no12-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no13 {
      background: url("/images/interview/thumb-suzuki.jpg"), url("/images/interview/thumb-suzuki-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no13:hover {
        background: url("/images/interview/thumb-suzuki-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no14 {
      background: url("/images/interview/thumb-takewaki.jpg"), url("/images/interview/thumb-takewaki-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no14:hover {
        background: url("/images/interview/thumb-takewaki-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no15 {
      background: url("/images/interview/thumb-sato.jpg"), url("/images/interview/thumb-sato-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no15:hover {
        background: url("/images/interview/thumb-sato-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no16 {
      background: url("/images/interview/thumb-matsumiya.jpg"), url("/images/interview/thumb-matsumiya-hover.jpg") no-repeat;
      background-position: center center;
      background-size: cover, 0 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit.no16:hover {
        background: url("/images/interview/thumb-matsumiya-hover.jpg") no-repeat;
        background-position: center center;
        background-size: cover; }
  .recruit__collage-box.recruit__collage-box2 .grid-item img {
    width: 100%;
    display: block; }
  .recruit__collage-box.recruit__collage-box2 .grid-item .overlay {
    background: rgba(35, 24, 21, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity .2s ease; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .overlay.red {
      background: rgba(231, 56, 40, 0.75); }
  .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container {
    position: absolute;
    width: 90%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5%; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container .title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 20px;
      display: block;
      line-height: 1.2; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container .title.title-ll {
        font-size: 36px;
        font-size: 2.25rem;
        margin-bottom: 10px; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container p {
      margin: 0;
      font-size: 12px;
      font-size: 0.75rem; }

.bb--recruit-detail .logo-agentgate {
  height: 30px;
  display: block;
  margin: 0 auto 45px; }
.bb--recruit-detail .bb__title {
  font-weight: normal; }
  .bb--recruit-detail .bb__title span {
    display: block;
    margin-top: 20px; }
  .bb--recruit-detail .bb__title .font-ll {
    font-size: 42px;
    font-size: 2.625rem; }

/***** internship *****/
.bb--recruit-internship {
  background: url("/images/recruit/bb-intern.jpg") center center no-repeat;
  background-size: cover; }

/***** top message *****/
.bb--recruit-message {
  background: url("/images/bb-message.jpg") center top no-repeat;
  background-size: cover; }

.recruit-message__section2 {
  background: url("/images/photo-message1.jpg") center center no-repeat;
  background-size: cover;
  height: 300px; }

.recruit-message__section4 {
  background: url("/images/photo-message2.jpg") center 45% no-repeat;
  background-size: cover;
  height: 300px; }

/***** requirement *****/
.bb--recruit-requirement {
  background: url("/images/bb-requirement.jpg") center 40% no-repeat;
  background-size: cover; }
  .bb--recruit-requirement .bb__container {
    background: rgba(35, 24, 21, 0.4); }

.requirement__section1 h3 {
  margin-bottom: 0; }

/***** companysystem *****/
.bb--recruit-companysystem {
  background: url("/images/bb-companysystem.jpg") center center no-repeat;
  background-size: cover; }
  .bb--recruit-companysystem .bb__container {
    background: rgba(35, 24, 21, 0.4); }

/***** interview*****/
.bb--recruit-interview {
  background: url("/images/bb-interview.jpg") center 20% no-repeat;
  background-size: cover; }
  .bb--recruit-interview .bb__container {
    background: rgba(35, 24, 21, 0.4); }

.recruit__title-menu {
  height: 29px; }

.interview--menu .grid-33 .grid-100 {
  display: block; }

.bb--voice h1 .no-margin {
  margin: 0; }
.bb--voice .title-voice {
  width: 80%;
  max-width: 433px; }

.recruit__title-joinus {
  height: 52px; }

.interviewer {
  position: relative; }
  .interviewer .interviewer__img {
    display: block; }
  .interviewer .interviewer__info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    .interviewer .interviewer__info span {
      display: inline-block;
      background: #fff;
      padding: 10px 10px; }
      .interviewer .interviewer__info span.case-num {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1em; }
      .interviewer .interviewer__info span.name {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1em; }
      .interviewer .interviewer__info span.description {
        line-height: 1.4em;
        position: absolute;
        width: 60%;
        right: 0;
        bottom: 0;
        font-size: 12px;
        font-size: 0.75rem; }

.balloon-img {
  width: 100%;
  max-width: 1000px; }

.bb--voice1 {
  background: url("/images/interview/bb-voice1.jpg") center center no-repeat;
  background-size: cover; }
  .bb--voice1 .bb__container {
    background: rgba(35, 24, 21, 0.4); }

.red-label {
  background: #e63828;
  color: #fff;
  padding: 0.5em 1em; }

.title-related-articles {
  width: 277px; }

.section--related-articles {
  border-bottom: 1px solid; }

.bb--voice2 {
  background: url("/images/interview/bb-voice2.jpg") center center no-repeat;
  background-size: cover; }
  .bb--voice2 .bb__container {
    background: rgba(35, 24, 21, 0.4); }

/***** member interview *****/
body.member-interview footer {
  position: relative;
  background: #fff;
  z-index: 5; }

.member-interview--wrap {
  margin: 0 10px 10px;
  box-sizing: border-box;
  height: 100%; }

.member-interview__bb--wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 80px 10px 10px;
  box-sizing: border-box; }

.member-interview__bb {
  width: 100%;
  height: 100%; }
  .member-interview__bb.bb-kamemoto {
    background: url("/images/interview/bb-kamemoto.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-kabasawa {
    background: url("/images/interview/bb-kabasawa.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-kokubu {
    background: url("/images/interview/bb-kokubu.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-onuma {
    background: url("/images/interview/bb-onuma.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-hashimoto {
    background: url("/images/interview/bb-hashimoto.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-yamauchi {
    background: url("/images/interview/bb-yamauchi.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-mashiba {
    background: url("/images/interview/bb-mashiba.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-hirasawa {
    background: url("/images/interview/bb-hirasawa.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-ryoichi_hashimoto {
    background: url("/images/interview/bb-ryoichi_hashimoto.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-tanikawa {
    background: url("/images/interview/bb-tanikawa.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-suzuki {
    background: url("/images/interview/bb-suzuki.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-takewaki {
    background: url("/images/interview/bb-takewaki.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-sato {
    background: url("/images/interview/bb-sato.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-matsumiya {
    background: url("/images/interview/bb-matsumiya.jpg") center center no-repeat;
    background-size: cover; }

.member-interview__contents {
  position: relative; }
  .member-interview__contents .title-area {
    margin-top: 60px; }
    .member-interview__contents .title-area h1 {
      color: #fff;
      font-weight: normal;
      margin-bottom: 60px; }
      .member-interview__contents .title-area h1 .logo-white {
        width: 210px;
        margin-bottom: 20px;
        display: block; }
      .member-interview__contents .title-area h1 .en {
        font-size: 46px;
        font-size: 2.875rem;
        font-family: 'HelveticaNeue-Thin'; }
        .member-interview__contents .title-area h1 .en .title--members-interview {
          height: 34px; }
        .member-interview__contents .title-area h1 .en .font-m {
          font-size: 30px;
          font-size: 1.875rem; }
      .member-interview__contents .title-area h1 .ja {
        font-size: 21px;
        font-size: 1.3125rem;
        letter-spacing: .1em;
        display: block; }
  .member-interview__contents .detail-area {
    color: #fff; }
    .member-interview__contents .detail-area:-webkit-scrollbar {
      display: none; }
    .member-interview__contents .detail-area .detail__main-title {
      font-size: 60px;
      font-size: 3.75rem;
      margin-bottom: 45px;
      white-space: nowrap; }
      .member-interview__contents .detail-area .detail__main-title .indent {
        margin-left: -.7em; }
      .member-interview__contents .detail-area .detail__main-title .indent-right {
        margin-right: -.7em; }
    .member-interview__contents .detail-area .name .ja {
      font-size: 50px;
      font-size: 3.125rem;
      letter-spacing: .2em;
      font-weight: bold;
      display: inline-block; }
    .member-interview__contents .detail-area .name .en {
      font-size: 22px;
      font-size: 1.375rem;
      display: inline-block;
      font-weight: bold; }
    .member-interview__contents .detail-area .career {
      font-size: 22px;
      font-size: 1.375rem;
      margin-bottom: 60px; }
    .member-interview__contents .detail-area section {
      padding: 30px 0 0; }
      .member-interview__contents .detail-area section .section__title {
        background: #e73828;
        padding: 30px;
        margin-bottom: 10px;
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: normal; }
      .member-interview__contents .detail-area section .section__p {
        background: #fff;
        color: #000;
        padding: 30px;
        margin-bottom: 0px;
        font-size: 16px;
        font-size: 1rem; }

.member-interview-list {
  background: #fff;
  position: relative;
  z-index: 5;
  margin-top: 60px; }
  .member-interview-list .member-interview-list__title {
    font-size: 46px;
    font-size: 2.875rem;
    font-weight: normal;
    text-align: center;
    color: #e73828; }

@media (max-width: 767px) {
  .recruit__content-box__title {
    margin-top: 45px;
    margin-bottom: 10px; }
    .recruit__content-box__title img {
      height: 15px; }

  .bb--recruit {
    height: 450px; }
    .bb--recruit .logo-good-morning-company {
      width: 180px;
      margin: 0 auto 20px; }
    .bb--recruit .logo-agentgate {
      width: 240px;
      display: block;
      margin: 0 auto 60px; }
    .bb--recruit .subtitle-recruit {
      width: 154px;
      display: block;
      margin: 0 auto; }
    .bb--recruit .btn-play {
      width: 60px;
      margin-bottom: 90px; }

  .m-bb--recruit {
    z-index: 1; }
    .m-bb--recruit #m-video {
      position: absolute;
      display: none;
      width: 100%;
      height: 100%; }
    .m-bb--recruit.active {
      background: #000; }
      .m-bb--recruit.active #m-video {
        display: block; }

  .recruit__fullsize-btn {
    height: 140px; }
    .recruit__fullsize-btn .container .title {
      font-size: 30px;
      font-size: 1.875rem; }

  .recruit__collage-box .grid-item {
    width: 50%; }
    .recruit__collage-box .grid-item.w2 {
      width: 100%; }
    .recruit__collage-box .grid-item .unit__container .title {
      font-size: 16px;
      font-size: 1rem;
      margin: 0; }
      .recruit__collage-box .grid-item .unit__container .title.title-ll {
        font-size: 16px;
        font-size: 1rem; }
    .recruit__collage-box .grid-item .unit__container p {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 12px;
      font-size: 0.75rem; }

  .recruit__collage-box.recruit__collage-box2 .grid-item {
    width: 50%;
    height: 150px; }
    .recruit__collage-box.recruit__collage-box2 .grid-item.h2 {
      height: 310px; }
      .recruit__collage-box.recruit__collage-box2 .grid-item.h2 .collage__unit {
        height: 310px; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .collage__unit {
      height: 150px; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container .title {
      font-size: 16px;
      font-size: 1rem;
      margin: 0; }
      .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container .title.title-ll {
        font-size: 16px;
        font-size: 1rem; }
    .recruit__collage-box.recruit__collage-box2 .grid-item .unit__container p {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-size: 12px;
      font-size: 0.75rem; }

  .bb--recruit-detail {
    height: 450px; }
    .bb--recruit-detail .logo-agentgate {
      display: none; }
    .bb--recruit-detail .bb__title .font-ll {
      font-size: 30px;
      font-size: 1.875rem; }

  /***** internship *****/
  body.recruit-internship .red-bordered-area {
    border: 1px solid #e73828; }

  /***** top message *****/
  .bb--recruit-message {
    background: url("/images/bb-message-m.jpg") center top no-repeat;
    background-size: cover; }

  /***** interview*****/
  .recruit__title-menu {
    height: 20px; }

  .recruit__title-joinus {
    height: 34px; }

  .interviewer .interviewer__info span {
    padding: 7px; }
    .interviewer .interviewer__info span.case-num {
      font-size: 12px;
      font-size: 0.75rem; }
    .interviewer .interviewer__info span.name {
      font-size: 24px;
      font-size: 1.5rem; }
    .interviewer .interviewer__info span.description {
      display: none; }

  .balloon-img {
    width: 100%;
    max-width: 1000px; }

  .recruit-interview__headline {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4em; }

  /***** requirement mobile *****/
  .requirement__section1 h3 {
    margin-bottom: 10px; }

  /***** member interview mobile *****/
  .member-interview__bb--wrap {
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box; }

  .member-interview__bb.bb-kamemoto {
    background: url("/images/interview/bb-kamemoto-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-kabasawa {
    background: url("/images/interview/bb-kabasawa-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-kokubu {
    background: url("/images/interview/bb-kokubu-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-onuma {
    background: url("/images/interview/bb-onuma-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-hashimoto {
    background: url("/images/interview/bb-hashimoto-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-yamauchi {
    background: url("/images/interview/bb-yamauchi-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-mashiba {
    background: url("/images/interview/bb-mashiba-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-hirasawa {
    background: url("/images/interview/bb-hirasawa-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-ryoichi_hashimoto {
    background: url("/images/interview/bb-ryoichi_hashimoto-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-tanikawa {
    background: url("/images/interview/bb-tanikawa-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-suzuki {
    background: url("/images/interview/bb-suzuki-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-takewaki {
    background: url("/images/interview/bb-takewaki-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-sato {
    background: url("/images/interview/bb-sato-m.jpg") center center no-repeat;
    background-size: cover; }
  .member-interview__bb.bb-matsumiya {
    background: url("/images/interview/bb-matsumiya-m.jpg") center center no-repeat;
    background-size: cover; }

  .member-interview__contents .title-area {
    margin-top: 120px; }
    .member-interview__contents .title-area h1 {
      margin-bottom: 150px;
      text-align: center; }
      .member-interview__contents .title-area h1 .en {
        font-size: 52px;
        font-size: 3.25rem;
        font-family: 'HelveticaNeue-Thin'; }
        .member-interview__contents .title-area h1 .en .title--members-interview {
          height: 21px;
          display: block;
          margin: 0 auto; }
        .member-interview__contents .title-area h1 .en .font-m {
          font-size: 30px;
          font-size: 1.875rem; }
      .member-interview__contents .title-area h1 .ja-m {
        font-size: 21px;
        font-size: 1.3125rem;
        letter-spacing: .1em;
        display: block;
        margin: 10px auto 30px; }
      .member-interview__contents .title-area h1 .name {
        margin-top: 30px; }
        .member-interview__contents .title-area h1 .name .ja {
          font-size: 33px;
          font-size: 2.0625rem;
          letter-spacing: .2em;
          display: block; }
        .member-interview__contents .title-area h1 .name .en {
          font-size: 12px;
          font-size: 0.75rem;
          display: block;
          letter-spacing: .05em; }
  .member-interview__contents .detail-area {
    color: #e73828;
    margin-right: -10px;
    margin-left: -10px; }
    .member-interview__contents .detail-area .detail__main-title {
      font-size: 21px;
      font-size: 1.3125rem;
      margin-bottom: 30px;
      text-align: center; }
    .member-interview__contents .detail-area .name {
      text-align: center;
      margin-bottom: 30px; }
      .member-interview__contents .detail-area .name .ja {
        font-size: 33px;
        font-size: 2.0625rem;
        font-weight: normal;
        display: block;
        line-height: 1.2em; }
      .member-interview__contents .detail-area .name .en {
        font-size: 12px;
        font-size: 0.75rem;
        display: block;
        font-weight: normal;
        letter-spacing: .05em; }
    .member-interview__contents .detail-area .career {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      margin-bottom: 45px; }
      .member-interview__contents .detail-area .career .show-on-mobile {
        display: inline !important; }
    .member-interview__contents .detail-area section {
      padding: 0; }
      .member-interview__contents .detail-area section .section__title {
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 16px;
        font-size: 1rem;
        padding: 30px 0; }
      .member-interview__contents .detail-area section .section__p {
        border: 1px solid #e73828;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 0.875rem; }

  .member-interview-list {
    margin-top: 0; }
    .member-interview-list .member-interview-list__title {
      font-size: 21px;
      font-size: 1.3125rem; } }
.entry-opener {
  position: fixed;
  right: 0;
  top: 50%;
  background: rgba(231, 56, 40, 0.9);
  margin-top: -120px;
  padding: 60px 0 60px 40px;
  right: -365px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 100; }
  .entry-opener.show {
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .entry-opener .label--entry {
    height: 110px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -55px; }
  .entry-opener .entry-opener__detail {
    padding: 0 60px 0 50px; }
  .entry-opener .entry-opener__btn {
    display: block;
    margin: 20px 0;
    text-align: center;
    width: 254px;
    color: #ffffff;
    border: 1px solid;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px; }
    .entry-opener .entry-opener__btn:hover {
      opacity: .5; }

.bb--recruit-entryform {
  background: url("/images/bb-entryform.jpg") center center no-repeat;
  background-size: cover; }
  .bb--recruit-entryform .bb__container {
    background: rgba(0, 0, 0, 0.5); }

form.entry-form > p {
  margin-top: 60px;
  text-align: center;
}

form.entry-form > p a {
  color: #e73828;
  text-decoration: underline;
}

form.entry-form table.entry-table {
  width: 80%;
  margin: 0 auto 20px; }
  form.entry-form table.entry-table tr th, form.entry-form table.entry-table tr td {
    border: 1px solid #e73828; }
  form.entry-form table.entry-table tr th {
    width: 25%;
    font-weight: normal;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
    background: #e73828;
    font-size: 21px;
    font-size: 1.3125rem; }
  form.entry-form table.entry-table tr td {
    padding: 0;
    width: 75%;
    position: relative; }
    form.entry-form table.entry-table tr td input {
      -webkit-arrearance: none;
      -moz-arrearance: none;
      -ms-arrearance: none;
      -o-arrearance: none;
      arrearance: none;
      padding: 10px 20px;
      width: 100%;
      box-sizing: border-box;
      border: none;
      height: 60px;
      line-height: 60px; }
    form.entry-form table.entry-table tr td select {
      margin: 20px;
      height: 30px; }
form.entry-form .entry-submit {
  width: 50%;
  display: block;
  margin: 60px auto 0;
  background: #e73828;
  padding: 0.5em;
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  border: 1px solid #e73828;
  color: #fff;
  transition: all .2s ease; }
  form.entry-form .entry-submit:hover {
    background: #fff;
    color: #e73828;
    transition: all .2s ease; }
  form.entry-form .entry-submit:disabled {
    background: #ccc;
    border: 1px solid #ccc;
  }
  form.entry-form .entry-submit:disabled:hover {
    color: #fff;
  }

label.error {
  line-height: 1em;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px; }

@media (max-width: 767px) {
  .entry-opener {
    top: auto;
    bottom: 20px;
    margin-top: 0;
    padding: 20px 0 20px 35px;
    right: -250px; }
    .entry-opener .label--entry {
      height: 83px;
      margin-top: -42px; }
    .entry-opener .entry-opener__detail {
      padding: 0 20px 0 20px; }
    .entry-opener .entry-opener__btn {
      margin: 10px 0;
      width: 210px; }

  .red-bordered-area.entry__section1 {
    padding: 0; }
    .red-bordered-area.entry__section1 .align-center {
      text-align: left; }
    .red-bordered-area.entry__section1 .font-ml {
      font-size: 14px;
      font-size: 0.875rem; }
    .red-bordered-area.entry__section1 p {
      border: 1px solid;
      padding: 20px;
      margin: 0; }

  form.entry-form table.entry-table {
    width: 100%;
    margin: 0 auto 20px; }
    form.entry-form table.entry-table tr th {
      width: 33.33333%;
      padding: 5px;
      font-size: 12px;
      font-size: 0.75rem; }
    form.entry-form table.entry-table tr td {
      width: 66.66666%; }
      form.entry-form table.entry-table tr td input {
        padding: 5px 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        font-size: 1rem; }
  form.entry-form .entry-submit {
    width: 80%;
    margin: 40px auto 0;
    font-size: 16px;
    font-size: 1rem; } }
.bb--whatis {
  background: url("/images/bb--whatis__bg.jpg") center center no-repeat;
  background-size: cover; }
  .bb--whatis .bb__container {
    background: rgba(0, 0, 0, 0.8); }
    .bb--whatis .bb__container .bb__title {
      font-weight: normal; }
    .bb--whatis .bb__container .logotype {
      height: 75px;
      margin-bottom: -12px; }
    .bb--whatis .bb__container p {
      line-height: 1.4em; }

.recruit__collage-box.recruit__collage-box3 .grid-item {
  width: 25%;
  height: 300px;
  padding: 0 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  float: left;
  overflow: hidden; }
  .recruit__collage-box.recruit__collage-box3 .grid-item.w2 {
    width: 50%; }
  .recruit__collage-box.recruit__collage-box3 .grid-item.h2 {
    height: 610px; }
    .recruit__collage-box.recruit__collage-box3 .grid-item.h2 .collage__unit {
      height: 610px; }
  .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 300px;
    transition: background .2s ease; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit:hover {
      transition: background .2s ease;
      cursor: pointer; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit:hover .overlay {
        opacity: .75;
        transition: opacity .2s ease; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit.whatis02 {
      background: url("/images/whatis02__bg.jpg") center center no-repeat;
      background-size: cover; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit.whatis05 {
      background: url("/images/whatis05__bg.jpg") center center no-repeat;
      background-size: cover; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit.whatis08 {
      background: url("/images/whatis08__bg.jpg") center center no-repeat;
      background-size: cover; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit.whatis10 {
      background: url("/images/whatis10__bg.jpg") center center no-repeat;
      background-size: cover; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .collage__unit.whatis13 {
      background: url("/images/whatis13__bg.jpg") center center no-repeat;
      background-size: cover; }
  .recruit__collage-box.recruit__collage-box3 .grid-item img {
    width: auto;
    display: inline-block; }
  .recruit__collage-box.recruit__collage-box3 .grid-item .overlay {
    background: rgba(35, 24, 21, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: opacity .2s ease; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .overlay.red {
      background: rgba(231, 56, 40, 0.95); }
    .recruit__collage-box.recruit__collage-box3 .grid-item .overlay.red-translucent {
      background: rgba(231, 56, 40, 0.75); }
  .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 5%;
    box-sizing: border-box;
    display: table; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img {
        max-width: 100%; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis01, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis12 {
          width: 250px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis02, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis08, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis09, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis11, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis13 {
          width: 240px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis03 {
          width: 536px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis04 {
          width: 503px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis05 {
          width: 494px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis06 {
          width: 230px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis07 {
          width: 227px; }
        .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis10 {
          width: 516px; }

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none; }
  .popup-container .popup {
    display: table;
    width: 960px;
    height: 80%;
    margin: 9% auto;
    overflow: scroll; }
    .popup-container .popup .inner {
      display: table-cell;
      vertical-align: middle;
      background: rgba(0, 0, 0, 0.9);
      padding: 60px;
      color: #fff; }
      .popup-container .popup .inner .popup__title {
        font-size: 30px;
        font-size: 1.875rem;
        border-bottom: 1px solid;
        padding-bottom: 20px; }
        .popup-container .popup .inner .popup__title .count {
          display: block;
          font-size: 102px;
          font-size: 6.375rem;
          margin-top: 10px; }
        .popup-container .popup .inner .popup__title .icon {
          float: right;
          height: 160px; }
      .popup-container .popup .inner p {
        font-size: 18px;
        font-size: 1.125rem; }

.recruit__fullsize-btn.btn-whatis {
  background: url("/images/bb--whatis__bg.jpg") center center no-repeat;
  background-size: cover; }
  .recruit__fullsize-btn.btn-whatis .container {
    background: rgba(0, 0, 0, 0.8); }
    .recruit__fullsize-btn.btn-whatis .container .title {
      font-weight: normal; }
    .recruit__fullsize-btn.btn-whatis .container .logotype {
      height: 60px;
      margin-bottom: -12px; }
    .recruit__fullsize-btn.btn-whatis .container p {
      line-height: 1.4em; }
  .recruit__fullsize-btn.btn-whatis:hover .container {
    background: rgba(0, 0, 0, 0.2); }

@media (max-width: 767px) {
  .bb--whatis {
    height: 450px; }
    .bb--whatis .bb__container .font-xxl {
      font-size: 36px;
      font-size: 2.25rem; }
    .bb--whatis .bb__container .logotype {
      height: 40px;
      margin-bottom: -6px; }
    .bb--whatis .bb__container p.font-l {
      font-size: 14px;
      font-size: 0.875rem; }

  .recruit__collage-box.recruit__collage-box3 .grid-item {
    width: 100%;
    float: none; }
    .recruit__collage-box.recruit__collage-box3 .grid-item.w2 {
      width: 100%; }
    .recruit__collage-box.recruit__collage-box3 .grid-item.h2 {
      height: 300px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item.h2 .collage__unit {
        height: 300px; }
    .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img {
      max-width: 100%; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.show-on-mobile {
        display: inline-block !important; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis01, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis12 {
        width: 250px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis02, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis08, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis09, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis11, .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis13 {
        width: 240px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis03 {
        width: 265px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis04 {
        width: 258px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis05 {
        width: 253px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis06 {
        width: 230px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis07 {
        width: 227px; }
      .recruit__collage-box.recruit__collage-box3 .grid-item .unit__container .inner img.whatis10 {
        width: 264px; }

  .popup-container {
    position: absolute;
    z-index: 50; }
    .popup-container .popup {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0 5px;
      box-sizing: border-box; }
      .popup-container .popup .inner {
        display: block;
        padding: 20px;
        height: 100%;
        box-sizing: border-box;
        overflow: scroll; }
        .popup-container .popup .inner .popup__title {
          text-align: center;
          font-size: 18px;
          font-size: 1.125rem; }
          .popup-container .popup .inner .popup__title .count {
            font-size: 42px;
            font-size: 2.625rem; }
          .popup-container .popup .inner .popup__title .icon {
            display: none; }
        .popup-container .popup .inner p {
          font-size: 14px;
          font-size: 0.875rem;
          margin: 0; }

  .recruit__fullsize-btn.btn-whatis .container .logotype {
    height: 30px;
    margin-bottom: -6px;
    margin-right: -5px; } }
.cp__header {
  padding: 30px 0 10px; }
  .cp__header .grid-container {
    width: 1098px; }
    .cp__header .grid-container h1 {
      color: #e73828; }
      .cp__header .grid-container h1 .logo {
        width: 231px;
        margin-right: 20px;
        margin-bottom: -7px; }
      .cp__header .grid-container h1 .font-ml {
        font-size: 24px;
        font-size: 1.5rem; }
      .cp__header .grid-container h1 .description {
        float: right;
        font-size: 14px;
        font-size: 0.875rem;
        text-align: right; }

.cp__main {
  width: 1098px;
  /*
  height: 1110px;
  */
  height: 985px;
  margin: 0 auto;
  background: url("/images/tbl--pc.png?20180115") center center no-repeat;
  background-size: contain;
  position: relative; }
  .cp__main a .btn--cp {
    -webkit-animation-name: neon;
    -moz-animation-name: neon;
    -ms-animation-name: neon;
    -o-animation-name: neon;
    animation-name: neon;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate; }
  .cp__main .btn--cp {
    width: 107px;
    position: absolute;
    display: block; }
    .cp__main .btn--cp.onuma {
      top: 200px;
      right: 40px; }
    .cp__main .btn--cp.tanikawa {
      top: 241px;
      left: 643px; }
    .cp__main .btn--cp.hashimoto {
      top: 270px;
      left: 488px; }
    .cp__main .btn--cp.kamemoto {
      top: 689px;
      right: 350px; }
    .cp__main .btn--cp.tsuiki {
      top: 553px;
      left: 334px; }
    .cp__main .btn--cp.takahashi {
      bottom: 220px;
      left: 335px; }

.recruit__fullsize-btn.btn-careerpath {
  background: url("/images/btn-careerpath__bg.jpg") center center no-repeat;
  background-size: cover;
  transition: all .1s ease; }
  .recruit__fullsize-btn.btn-careerpath .container {
    background: rgba(0, 0, 0, 0.1);
    color: #fff; }
    .recruit__fullsize-btn.btn-careerpath .container .title {
      font-weight: bold; }
    .recruit__fullsize-btn.btn-careerpath .container .logo {
      height: 60px;
      margin-bottom: -12px;
      margin-right: 20px; }
  .recruit__fullsize-btn.btn-careerpath:hover {
    background: #e73828;
    transition: all .1s ease; }

@media (max-width: 767px) {
  .cp__header {
    padding: 10px 0 0px; }
    .cp__header .grid-container {
      width: auto; }
      .cp__header .grid-container h1 .logo {
        width: 210px;
        margin-bottom: 0;
        display: block; }
      .cp__header .grid-container h1 .font-ml {
        font-size: 21px;
        font-size: 1.3125rem; }
      .cp__header .grid-container h1 .description {
        display: none; }

  .cp__main {
    width: 320px;
    height: auto;
    background: transparent; }
    .cp__main dl.cp-category {
      margin: 0 0 20px;
      padding: 0;
      position: relative; }
      .cp__main dl.cp-category dt, .cp__main dl.cp-category dd {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        padding: 10px;
        margin: 0; }
      .cp__main dl.cp-category dt {
        background: #dfdfdf;
        color: #666666; }
        .cp__main dl.cp-category dt span:before {
          content: "";
          width: 15px;
          height: 15px;
          border-top: 1px solid;
          border-right: 1px solid;
          display: inline-block;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg);
          margin: 0 20px 3px 10px; }
      .cp__main dl.cp-category .accordion {
        position: absolute;
        top: 52px;
        left: 0;
        width: 100%;
        z-index: 10;
        display: none; }
      .cp__main dl.cp-category dd {
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        margin-top: 1px; }
    .cp__main .cp-cat {
      position: relative;
      width: 100%; }
      .cp__main .cp-cat .btn--cp.onuma {
        top: 820px;
        right: 20px; }
      .cp__main .cp-cat .btn--cp.tanikawa {
        top: 528px;
        left: auto;
        right: 20px; }
      .cp__main .cp-cat .btn--cp.hashimoto {
        top: 385px;
        left: auto;
        right: 20px; }
      .cp__main .cp-cat .btn--cp.kamemoto {
        top: 538px;
        right: 20px; }
      .cp__main .cp-cat .btn--cp.tsuiki {
        top: 253px;
        left: auto;
        right: 20px; }
      .cp__main .cp-cat .btn--cp.takahashi {
        bottom: 578px;
        left: auto;
        right: 20px; }
    .cp__main .cp-cat.sales {
      height: 893px;
      background: url("/images/tbl--m--sales.png?20170728") center center no-repeat;
      background-size: contain; }
    .cp__main .cp-cat.engineer {
      height: 983px;
      background: url("/images/tbl--m--engineer.png") center center no-repeat;
      background-size: contain; }
    .cp__main .cp-cat.human {
      height: 893px;
      background: url("/images/tbl--m--human.png?20180115") center center no-repeat;
      background-size: contain; }
    .cp__main .cp-cat.web {
      height: 893px;
      background: url("/images/tbl--m--web.png") center center no-repeat;
      background-size: contain; }
    .cp__main .cp-cat.designer {
      height: 893px;
      background: url("/images/tbl--m--designer.png") center center no-repeat;
      background-size: contain; }

  .recruit__fullsize-btn.btn-careerpath .container .title {
    font-weight: bold; }
  .recruit__fullsize-btn.btn-careerpath .container .logo {
    height: 30px;
    margin-bottom: -6px;
    margin-right: 10px; }
  .recruit__fullsize-btn.btn-careerpath:hover {
    background: #000;
    transition: all .1s ease; } }

    .grid-container-note {
      padding: 0 10px;
      font-size: 12px;
    }