@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body, h1, h2, h3, h4, h5, h6, p, img, ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit; }

main {
  display: block; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0; }
  input[type="radio"] + *,
  input[type="checkbox"] + * {
    margin-left: 4px; }

input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

main > section,
footer {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99);
  transition: opacity 1s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  body.loaded main > section, body.loaded
  footer {
    opacity: 1; }

main > section.section--brand-intro,
main > section.section--brand-feature,
main > section:before,
main > section:after {
  opacity: 1; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.animate-on-scroll *[data-animate]:not([class^="js-rellax--"]) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
.animate-on-scroll:not(.animated) [data-animate-delay=".1"],
.animate-on-scroll:not(.animated) [data-animate-delay=".2"],
.animate-on-scroll:not(.animated) [data-animate-delay=".3"],
.animate-on-scroll:not(.animated) [data-animate-delay=".4"],
.animate-on-scroll:not(.animated) [data-animate-delay=".5"],
.animate-on-scroll:not(.animated) [data-animate-delay=".6"],
.animate-on-scroll:not(.animated) [data-animate-delay=".7"],
.animate-on-scroll:not(.animated) [data-animate-delay=".8"],
.animate-on-scroll:not(.animated) [data-animate-delay=".9"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.2"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.3"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.4"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.5"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.6"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.7"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.8"],
.animate-on-scroll:not(.animated) [data-animate-delay="0.9"],
.animate-on-scroll:not(.animated) [data-animate-delay="1"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.2"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.3"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.4"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.5"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.6"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.7"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.8"],
.animate-on-scroll:not(.animated) [data-animate-delay="1.9"],
.animate-on-scroll:not(.animated) [data-animate-delay="2"],
.animate-on-scroll:not(.animated) [data-animate-delay="2.1"],
.animate-on-scroll:not(.animated) [data-animate-delay="2.2"] {
  -webkit-animation-delay: 0;
          animation-delay: 0; }
.animate-on-scroll:not(.animated) [data-animate="fadeIn"],
.animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) [data-animate="zoomIn"] {
  -webkit-animation-duration: .2s;
  animation-duration: .2s; }
.animate-on-scroll.animated [data-animate-delay=".1"] {
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }
.animate-on-scroll.animated [data-animate-delay=".2"] {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.animate-on-scroll.animated [data-animate-delay=".3"] {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }
.animate-on-scroll.animated [data-animate-delay=".4"] {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }
.animate-on-scroll.animated [data-animate-delay=".5"] {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
.animate-on-scroll.animated [data-animate-delay=".6"] {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }
.animate-on-scroll.animated [data-animate-delay=".7"] {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }
.animate-on-scroll.animated [data-animate-delay=".8"] {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }
.animate-on-scroll.animated [data-animate-delay=".9"] {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }
.animate-on-scroll.animated [data-animate-delay="0.1"] {
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }
.animate-on-scroll.animated [data-animate-delay="0.2"] {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }
.animate-on-scroll.animated [data-animate-delay="0.3"] {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }
.animate-on-scroll.animated [data-animate-delay="0.4"] {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }
.animate-on-scroll.animated [data-animate-delay="0.5"] {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }
.animate-on-scroll.animated [data-animate-delay="0.6"] {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }
.animate-on-scroll.animated [data-animate-delay="0.7"] {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }
.animate-on-scroll.animated [data-animate-delay="0.8"] {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }
.animate-on-scroll.animated [data-animate-delay="0.9"] {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }
.animate-on-scroll.animated [data-animate-delay="1"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
.animate-on-scroll.animated [data-animate-delay="1.1"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s; }
.animate-on-scroll.animated [data-animate-delay="1.2"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
.animate-on-scroll.animated [data-animate-delay="1.3"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s; }
.animate-on-scroll.animated [data-animate-delay="1.4"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }
.animate-on-scroll.animated [data-animate-delay="1.5"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }
.animate-on-scroll.animated [data-animate-delay="1.6"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }
.animate-on-scroll.animated [data-animate-delay="1.7"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s; }
.animate-on-scroll.animated [data-animate-delay="1.8"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }
.animate-on-scroll.animated [data-animate-delay="1.9"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s; }
.animate-on-scroll.animated [data-animate-delay="2"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }
.animate-on-scroll.animated [data-animate-delay="2.1"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s; }
.animate-on-scroll.animated [data-animate-delay="2.2"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s; }

html, body {
  position: relative;
  height: 100%; }

body {
  overflow-x: hidden;
  background-color: #171717;
  color: #2b2b2b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", STHeiti, sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

header,
footer,
main {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

main {
  position: relative;
  width: 100%;
  overflow-x: hidden; }

section {
  position: relative; }

a {
  color: inherit;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1), top 1ms;
  transition: all 0.2s cubic-bezier(0, 0, 0.18, 1), top 1ms; }
  a:hover {
    color: #eba30a; }
    @media (hover: none), (hover: on-demand) {
      a:hover {
        color: inherit; } }

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

footer .wrapper,
main .wrapper {
  max-width: 1280px; }

main .wrapper {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 480px) {
    main .wrapper {
      padding-left: 24px;
      padding-right: 24px; } }

.show {
  display: block; }

.hide {
  display: none; }

.illust img {
  max-width: 100%;
  height: auto; }

.no-max-width.no-max-width.no-max-width.no-max-width.no-max-width {
  max-width: none; }

.no-padding-w.no-padding-w.no-padding-w.no-padding-w.no-padding-w {
  padding-left: 0;
  padding-right: 0; }

.with-filter--black {
  position: relative; }
  .with-filter--black:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.with-mask--triangle {
  position: relative;
  padding-bottom: 216px; }
  @media screen and (max-width: 960px) {
    .with-mask--triangle {
      padding-bottom: 0; } }
  .with-mask--triangle:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 216px;
    background: url(../img/tri_black.png) center bottom no-repeat; }
    @media screen and (max-width: 960px) {
      .with-mask--triangle:after {
        display: none; } }

body > .debug-panel {
  display: inline-block;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9990;
  max-width: 480px;
  padding: 10px 30px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000; }
  body > .debug-panel h1 {
    font-weight: bold;
    font-size: 22px;
    text-align: center; }
  body > .debug-panel p {
    margin-top: 0;
    font-size: 14px;
    text-align: center; }
  body > .debug-panel h6 {
    margin-left: -10px;
    color: #888;
    font-size: 12px; }
  body > .debug-panel * + h6 {
    margin-top: 20px;
    line-height: 1em; }
  html.micro-messenger body > .debug-panel {
    background-color: rgba(158, 8, 8, 0.9);
    color: #fff; }
    html.micro-messenger body > .debug-panel h6 {
      color: #fcc5c5; }

.breadcrumb {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 97;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s;
  transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s; }
  body.loaded .breadcrumb {
    top: 68px;
    opacity: 1; }
  .breadcrumb .wrapper {
    padding-top: 10px; }
    .breadcrumb .wrapper a, .breadcrumb .wrapper span {
      display: inline-block;
      padding-bottom: 3px;
      color: #fff;
      font-size: 12px;
      line-height: 1em;
      white-space: nowrap;
      text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }
      .product-details .breadcrumb .wrapper a, .product-details .breadcrumb .wrapper span {
        color: #2b2b2b;
        text-shadow: none; }
    .breadcrumb .wrapper a:hover {
      border-bottom: 1px solid #fff; }
      .product-details .breadcrumb .wrapper a:hover {
        border-bottom: 1px solid #888888; }
      @media (hover: none), (hover: on-demand) {
        .breadcrumb .wrapper a:hover {
          color: inherit; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  max-width: 100%;
  height: 48px;
  position: relative;
  top: 0;
  padding: 12px 16px;
  background-color: #1d1d1d;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99);
  transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  .btn:hover {
    background-color: #eba30a;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
  .btn--border {
    padding: 15px 16px 16px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .btn--border:hover {
      border-color: #eba30a; }
      @media (hover: none), (hover: on-demand) {
        .btn--border:hover {
          border-color: inherit; } }
  .btn--dark {
    border-color: #1d1d1d;
    color: #1d1d1d; }
    .btn--dark:hover {
      border-color: #1d1d1d;
      background-color: #1d1d1d;
      color: #fff; }
      @media (hover: none), (hover: on-demand) {
        .btn--dark:hover {
          background-color: transparent;
          border-color: #1d1d1d;
          color: #1d1d1d;
          text-shadow: none; } }
  .btn--radias {
    min-width: 292px;
    height: 60px;
    padding: 0 4em;
    border: 2px solid #eba30a;
    border-radius: 30px;
    background-color: #eba30a;
    color: #fff;
    font-size: 24px; }
    .btn--radias:hover {
      background-color: #fff;
      color: #eba30a;
      text-shadow: none; }
      @media (hover: none), (hover: on-demand) {
        .btn--radias:hover {
          background-color: #eba30a;
          color: #fff; } }
  .btn + .btn {
    margin-left: 10px; }
  .btn + .btn--radias {
    margin-left: 20px; }
  .btn-wrapper {
    display: block;
    text-align: center; }

.arrow-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  padding-right: 24px;
  background: url(../img/readmore.png) 100% center no-repeat;
  color: #fff;
  font-size: 16px;
  white-space: nowrap; }
  .arrow-more:hover {
    color: #eba30a;
    background-position: calc(100% - 4px) center; }
    @media (hover: none), (hover: on-demand) {
      .arrow-more:hover {
        background-position: 100% center;
        color: #fff; } }
  .arrow-more-wrapper {
    display: block;
    text-align: center; }

form {
  position: relative; }
  form input[type="text"],
  form input[type="email"],
  form input[type="number"],
  form input[type="tel"],
  form select,
  form textarea {
    margin: 0;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  form input[type="text"]::-webkit-input-placeholder,
  form input[type="email"]::-webkit-input-placeholder,
  form input[type="number"]::-webkit-input-placeholder,
  form input[type="tel"]::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  form input[type="text"]::-moz-placeholder,
  form input[type="email"]::-moz-placeholder,
  form input[type="number"]::-moz-placeholder,
  form input[type="tel"]::-moz-placeholder,
  form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1; }
  form input[type="text"]:-ms-input-placeholder,
  form input[type="email"]:-ms-input-placeholder,
  form input[type="number"]:-ms-input-placeholder,
  form input[type="tel"]:-ms-input-placeholder,
  form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  form input[type="text"]:-moz-placeholder,
  form input[type="email"]:-moz-placeholder,
  form input[type="number"]:-moz-placeholder,
  form input[type="tel"]:-moz-placeholder,
  form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  form input[type="text"]:focus::-webkit-input-placeholder,
  form input[type="email"]:focus::-webkit-input-placeholder,
  form input[type="number"]:focus::-webkit-input-placeholder,
  form input[type="tel"]:focus::-webkit-input-placeholder,
  form textarea:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.3); }
  form input[type="text"]:focus::-moz-placeholder,
  form input[type="email"]:focus::-moz-placeholder,
  form input[type="number"]:focus::-moz-placeholder,
  form input[type="tel"]:focus::-moz-placeholder,
  form textarea:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.3); }
  form input[type="text"]:focus:-ms-input-placeholder,
  form input[type="email"]:focus:-ms-input-placeholder,
  form input[type="number"]:focus:-ms-input-placeholder,
  form input[type="tel"]:focus:-ms-input-placeholder,
  form textarea:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.3); }
  form input[type="text"]:focus:-moz-placeholder,
  form input[type="email"]:focus:-moz-placeholder,
  form input[type="number"]:focus:-moz-placeholder,
  form input[type="tel"]:focus:-moz-placeholder,
  form textarea:focus:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.3); }
  form input[type="text"],
  form input[type="email"],
  form input[type="number"],
  form input[type="tel"] {
    height: 54px; }
  form select {
    padding: 13px 40px 14px 20px;
    background: url(../img/contact_tri.png) calc(100% - 20px) center no-repeat; }
@-moz-document url-prefix() {
  form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }
    form select:-moz-focusring option {
      color: #000; } }
  form textarea {
    line-height: 1.5em;
    min-height: calc(18px * 2 + 1.5em * 4); }
  form .group:not(.group--btn) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    form .group:not(.group--btn) > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      width: calc((100% - 20px) / 2); }
      @media screen and (max-width: 667px) {
        form .group:not(.group--btn) > * {
          width: 100%; } }
    form .group:not(.group--btn) > * + * {
      margin-left: 20px; }
      @media screen and (max-width: 667px) {
        form .group:not(.group--btn) > * + * {
          margin-top: 20px;
          margin-left: 0; } }
    form .group:not(.group--btn) .group {
      margin-left: 0; }
    form .group:not(.group--btn) + .group {
      margin-top: 20px; }
    form .group:not(.group--btn) span > *:not(.wpcf7-not-valid-tip):not(.select2-selection__arrow) {
      width: 100%; }
    form .group:not(.group--btn) span.wpcf7-form-control-wrap label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      form .group:not(.group--btn) span.wpcf7-form-control-wrap label > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        width: calc((100% - 20px) / 2); }
    form .group:not(.group--btn) span.wpcf7-quiz-label {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #120303;
      text-align: center; }
    form .group:not(.group--btn) small {
      display: block;
      width: 100%;
      margin-left: 0;
      padding-top: 6px;
      font-size: 14px;
      line-height: 1.43em; }
  form .group--btn {
    display: block;
    position: relative;
    text-align: center; }
    form .group--btn .btn {
      width: 180px;
      border-color: #eba30a;
      background-color: #eba30a; }
      form .group--btn .btn:hover {
        border-color: #fff;
        background-color: transparent; }
        @media (hover: none), (hover: on-demand) {
          form .group--btn .btn:hover {
            border-color: #eba30a;
            background-color: #eba30a; } }

ol.ordered,
ul.unordered,
article ol,
article ul {
  padding-left: 1em; }
  ol.ordered.digit-in-tens,
  ul.unordered.digit-in-tens,
  article ol.digit-in-tens,
  article ul.digit-in-tens {
    padding-left: 2.4em; }
  ol.ordered.digit-in-hundreds,
  ul.unordered.digit-in-hundreds,
  article ol.digit-in-hundreds,
  article ul.digit-in-hundreds {
    padding-left: 3.4em; }

ol.ordered,
article ol {
  list-style-type: decimal; }

ul.unordered,
article ul {
  list-style-type: none; }
  ul.unordered li,
  article ul li {
    position: relative; }
    ul.unordered li:before,
    article ul li:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 9px;
      left: -15px;
      width: 6px;
      height: 6px;
      background-color: #eba30a;
      font-size: 0;
      line-height: 0; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0; }
  .pagination .page-numbers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 36px;
    width: auto;
    min-height: 36px;
    height: auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 2px;
    border: 1px solid #2b2b2b;
    background-color: transparent;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
    .section--products-list .pagination .page-numbers {
      border-color: #bcbcbc;
      color: #2b2b2b; }
    .pagination .page-numbers + .page-numbers {
      margin-left: 10px; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      border-color: #eba30a;
      background-color: #eba30a;
      color: #fff; }
    @media (hover: none), (hover: on-demand) {
      .pagination .page-numbers:hover {
        border-color: #2b2b2b;
        background-color: transparent;
        color: #bcbcbc; } }

p {
  margin-top: 10px;
  color: inherit;
  font-size: 16px;
  line-height: 1.5em; }

strong {
  font-weight: normal; }

b {
  font-weight: bold; }

article h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25em; }
article h2 {
  font-size: 24px; }
article h3 {
  font-size: 20px; }
article h4 {
  font-size: 20px; }
article h5 {
  font-size: 18px; }
article h6 {
  font-size: 16px; }
article h1, article h4 {
  color: #eba30a; }
article h2, article h3, article h5, article h6 {
  color: #1d1d1d; }
article h2, article h3, article h4, article h5, article h6 {
  line-height: 1.5em; }
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6 {
  margin-top: 2.5em; }
article h2 + p, article h3 + p, article h4 + p, article h5 + p, article h6 + p {
  margin-top: .5em; }
article p {
  margin-top: 1.5em;
  color: #666;
  font-size: 16px;
  line-height: 1.875em; }

.acorrdion-btn {
  display: inline-block;
  position: relative;
  min-width: 128px;
  padding: 24px;
  color: #eba30a;
  font-size: 16px;
  line-height: 1em;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99);
  transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  .acorrdion-btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: url(../img/more_arrow.png) center center no-repeat;
    -webkit-transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99);
    transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99); }
  .acorrdion-btn:hover {
    color: #eba30a;
    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite; }
    @media (hover: none), (hover: on-demand) {
      .acorrdion-btn:hover {
        -webkit-animation: none;
                animation: none; } }
  .acorrdion-btn.active {
    font-size: 0;
    line-height: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    .acorrdion-btn.active:before {
      padding: 24px; }

[class*="bdshare-button-"],
.social-btn {
  font-size: 0;
  line-height: 0;
  text-align: center; }
  main.news_details [class*="bdshare-button-"], main.news_details
  .social-btn {
    position: absolute;
    top: 56px;
    left: calc(100% + 10px);
    width: 38px;
    margin-top: 10px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      main.news_details [class*="bdshare-button-"], main.news_details
      .social-btn {
        width: auto;
        position: static; } }
    main.news_details [class*="bdshare-button-"] a, main.news_details
    .social-btn a {
      left: 0;
      width: 30px;
      height: 30px;
      background-size: cover; }
      main.news_details [class*="bdshare-button-"] a:hover, main.news_details
      .social-btn a:hover {
        top: 0;
        left: 4px; }
        @media screen and (max-width: 768px) {
          main.news_details [class*="bdshare-button-"] a:hover, main.news_details
          .social-btn a:hover {
            left: 0; } }
        @media (hover: none), (hover: on-demand) {
          main.news_details [class*="bdshare-button-"] a:hover, main.news_details
          .social-btn a:hover {
            left: 0; } }
    main.news_details [class*="bdshare-button-"] a + a, main.news_details
    .social-btn a + a {
      margin-top: 6px;
      margin-left: 0; }
      @media screen and (max-width: 768px) {
        main.news_details [class*="bdshare-button-"] a + a, main.news_details
        .social-btn a + a {
          margin-top: 0;
          margin-left: 6px; } }
  [class*="bdshare-button-"] a[class*="bds_"],
  [class*="bdshare-button-"] a,
  .social-btn a[class*="bds_"],
  .social-btn a {
    display: inline-block;
    float: none;
    position: relative;
    top: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
    [class*="bdshare-button-"] a[class*="bds_"]:hover,
    [class*="bdshare-button-"] a:hover,
    .social-btn a[class*="bds_"]:hover,
    .social-btn a:hover {
      top: -4px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
      @media (hover: none), (hover: on-demand) {
        [class*="bdshare-button-"] a[class*="bds_"]:hover,
        [class*="bdshare-button-"] a:hover,
        .social-btn a[class*="bds_"]:hover,
        .social-btn a:hover {
          top: 0; } }
    [class*="bdshare-button-"] a[class*="bds_"] + a,
    [class*="bdshare-button-"] a + a,
    .social-btn a[class*="bds_"] + a,
    .social-btn a + a {
      margin-left: 10px; }
  [class*="bdshare-button-"] .weibo,
  .social-btn .weibo {
    background-image: url(../img/Weibo_share.png); }
  [class*="bdshare-button-"] .wechat,
  .social-btn .wechat {
    background-image: url(../img/wechat_share.png); }

.sticky--back-to-top {
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 72px;
  z-index: 95;
  width: 50px;
  height: 50px;
  background: url(../img/gotop.png) center center no-repeat;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .sticky--back-to-top.active {
    opacity: .4;
    pointer-events: auto; }
    @media (hover: none), (hover: on-demand) {
      .sticky--back-to-top.active {
        opacity: 1; } }
    .sticky--back-to-top.active:hover {
      opacity: 1; }
  @media screen and (max-width: 834px) {
    .sticky--back-to-top {
      display: none; } }

.sticky--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: fixed;
  z-index: 95;
  right: 10px;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  @media screen and (max-width: 667px) {
    .sticky--social {
      display: none; } }
  .sticky--social.hide {
    opacity: 0;
    pointer-events: none; }
  .sticky--social > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    left: 0;
    width: 30px;
    height: 30px; }
    .sticky--social > a:hover {
      top: 0px;
      left: -4px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
      @media (hover: none), (hover: on-demand) {
        .sticky--social > a:hover {
          left: 0; } }
    .sticky--social > a + a {
      margin-top: 6px;
      margin-left: 0; }

.tabs .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 98;
  margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .tabs .tabs__nav {
      max-height: 60px;
      background-color: #f2f2f2; } }
  .tabs .tabs__nav:after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
    @media screen and (max-width: 960px) {
      .tabs .tabs__nav:after {
        display: block; } }
  .tabs .tabs__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
    opacity: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
    html.ie11 .tabs .tabs__nav li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    @media screen and (max-width: 960px) {
      .tabs .tabs__nav li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    @media screen and (max-width: 960px) {
      .tabs .tabs__nav li:not(:nth-of-type(1)) {
        opacity: 0;
        pointer-events: none; } }
    .tabs .tabs__nav li:nth-of-type(1) {
      display: none; }
      @media screen and (max-width: 960px) {
        .tabs .tabs__nav li:nth-of-type(1) {
          display: block; } }
      .tabs .tabs__nav li:nth-of-type(1) span:before {
        content: "请选择分类";
        font-size: 0;
        vertical-align: middle; }
    .tabs .tabs__nav li + li {
      margin-left: 80px; }
      @media screen and (max-width: 960px) {
        .tabs .tabs__nav li + li {
          margin-left: 0; } }
    .tabs .tabs__nav li:nth-of-type(2) {
      margin-left: 0; }
    .tabs .tabs__nav li a, .tabs .tabs__nav li span {
      display: block;
      padding: 8px 0;
      border-bottom: 3px solid transparent;
      color: #1d1d1d;
      font-size: 18px;
      line-height: 1.34em;
      white-space: nowrap; }
      @media screen and (max-width: 960px) {
        .tabs .tabs__nav li a, .tabs .tabs__nav li span {
          padding: 18px 24px;
          background-color: #f2f2f2;
          border-bottom: 1px solid #eee;
          border-left: 1px solid #eba30a;
          border-right: 1px solid #eba30a;
          color: #2b2b2b; } }
    @media screen and (max-width: 960px) {
      .tabs .tabs__nav li:last-child a {
        border-bottom-color: #eba30a; } }
    .tabs .tabs__nav li span {
      background-color: #eba30a;
      border-bottom-width: 0;
      color: #fff;
      cursor: pointer; }
    @media screen and (min-width: 961px) {
      .tabs .tabs__nav li a:hover, .tabs .tabs__nav li.active a {
        border-color: #eba30a;
        color: #eba30a; } }
  @media screen and (max-width: 960px) {
    .tabs .tabs__nav.open li:not(:nth-of-type(1)) {
      opacity: 1;
      -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
              box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
      pointer-events: auto; }
    .tabs .tabs__nav.open li:nth-of-type(1) span {
      font-size: 0; }
      .tabs .tabs__nav.open li:nth-of-type(1) span:before {
        display: block;
        font-size: 18px;
        line-height: 1.34em; } }
  .tabs .tabs__nav.open:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.tabs .tabs__container {
  overflow: hidden; }
  .tabs .tabs__container .tabs__container__item {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.01s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.01s cubic-bezier(0, 0, 0.18, 1); }
    .tabs .tabs__container .tabs__container__item.active {
      max-height: none;
      opacity: 1;
      pointer-events: auto;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }

header {
  position: fixed;
  top: -68px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 68px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0;
  transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0; }
  body.loaded header {
    opacity: 1;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.5s;
    transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.5s; }
  header .wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
    header .wrapper .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 20px;
      z-index: 1;
      height: 100%;
      margin-left: 6px;
      font-size: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .wrapper .logo img {
        display: block; }
    header .wrapper .overlay-menu {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        header .wrapper .overlay-menu {
          display: block;
          position: absolute;
          top: -100vh;
          z-index: 1;
          width: 100%;
          height: calc(100vh - 68px);
          overflow-y: auto;
          padding-bottom: 114px;
          background-color: #171717;
          opacity: 0;
          pointer-events: none;
          -webkit-overflow-scrolling: touch; }
          .rwd-menu-active header .wrapper .overlay-menu {
            top: 68px;
            opacity: 1;
            -webkit-transition: opacity 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99);
            transition: opacity 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99);
            pointer-events: auto; } }
      header .wrapper .overlay-menu nav, header .wrapper .overlay-menu .social {
        color: #fff; }
        header .wrapper .overlay-menu nav a, header .wrapper .overlay-menu nav span, header .wrapper .overlay-menu .social a, header .wrapper .overlay-menu .social span {
          position: relative;
          top: 0;
          padding: 0 1.5em; }
          header .wrapper .overlay-menu nav a:hover, header .wrapper .overlay-menu nav span:hover, header .wrapper .overlay-menu .social a:hover, header .wrapper .overlay-menu .social span:hover {
            top: 1px; }
            @media (hover: none), (hover: on-demand) {
              header .wrapper .overlay-menu nav a:hover, header .wrapper .overlay-menu nav span:hover, header .wrapper .overlay-menu .social a:hover, header .wrapper .overlay-menu .social span:hover {
                top: 0; } }
      header .wrapper .overlay-menu nav {
        display: inline-block;
        height: 100%; }
        @media screen and (max-width: 1280px) {
          header .wrapper .overlay-menu nav {
            display: block;
            height: auto; } }
        header .wrapper .overlay-menu nav > ul {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          height: 100%; }
          @media screen and (max-width: 1280px) {
            header .wrapper .overlay-menu nav > ul {
              display: block;
              height: auto; } }
          header .wrapper .overlay-menu nav > ul > li {
            position: relative; }
            @media screen and (max-width: 1280px) {
              header .wrapper .overlay-menu nav > ul > li {
                border-bottom: 1px solid #2b2b2b; } }
            header .wrapper .overlay-menu nav > ul > li.current-menu-item:not(.menu-item-home) > a, header .wrapper .overlay-menu nav > ul > li.current-menu-item:not(.menu-item-home) span, header .wrapper .overlay-menu nav > ul > li.current-menu-parent > a, header .wrapper .overlay-menu nav > ul > li.current-menu-parent span {
              color: #eba30a; }
            header .wrapper .overlay-menu nav > ul > li .current-menu-item > a {
              color: #fff; }
            header .wrapper .overlay-menu nav > ul > li:hover > a,
            header .wrapper .overlay-menu nav > ul > li:hover > span, header .wrapper .overlay-menu nav > ul > li.hover-active > a,
            header .wrapper .overlay-menu nav > ul > li.hover-active > span {
              color: #eba30a; }
              @media (hover: none), (hover: on-demand) {
                header .wrapper .overlay-menu nav > ul > li:hover > a,
                header .wrapper .overlay-menu nav > ul > li:hover > span, header .wrapper .overlay-menu nav > ul > li.hover-active > a,
                header .wrapper .overlay-menu nav > ul > li.hover-active > span {
                  color: #fff; } }
            header .wrapper .overlay-menu nav > ul > li:hover ul, header .wrapper .overlay-menu nav > ul > li.hover-active ul {
              opacity: 1;
              pointer-events: auto;
              -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.18, 1);
              transition: opacity 0.25s cubic-bezier(0, 0, 0.18, 1); }
            header .wrapper .overlay-menu nav > ul > li ul {
              display: block;
              position: absolute;
              top: 100%;
              left: 0;
              padding: 12px 0;
              background-color: rgba(0, 0, 0, 0.8);
              opacity: 0;
              pointer-events: none; }
              @media screen and (max-width: 1280px) {
                header .wrapper .overlay-menu nav > ul > li ul {
                  position: relative;
                  margin: 0 20px;
                  padding: 0;
                  margin-bottom: 20px;
                  border-radius: 4px;
                  background-color: #2b2b2b;
                  opacity: 1;
                  pointer-events: auto; }
                  header .wrapper .overlay-menu nav > ul > li ul:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 50%;
                    bottom: 100%;
                    width: 0;
                    height: 0;
                    margin-left: -6px;
                    border: 6px solid transparent;
                    border-bottom-color: #2b2b2b; } }
              header .wrapper .overlay-menu nav > ul > li ul li {
                display: block; }
                @media screen and (max-width: 1280px) {
                  header .wrapper .overlay-menu nav > ul > li ul li + li {
                    border-top: 1px solid #1d1d1d; } }
                @media screen and (max-width: 1280px) {
                  header .wrapper .overlay-menu nav > ul > li ul li a {
                    padding-top: 15px;
                    padding-bottom: 15px;
                    color: #888888;
                    font-size: 14px; }
                    header .wrapper .overlay-menu nav > ul > li ul li a:hover {
                      color: #eba30a; } }
    @media screen and (max-width: 1280px) and (hover: none), screen and (max-width: 1280px) and (hover: on-demand) {
      header .wrapper .overlay-menu nav > ul > li ul li a:hover {
        color: #888888; } }

          header .wrapper .overlay-menu nav > ul span {
            cursor: default; }
          header .wrapper .overlay-menu nav > ul a, header .wrapper .overlay-menu nav > ul span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 100%;
            padding: 10px 32px;
            font-size: 15px;
            line-height: 1.2em;
            white-space: nowrap; }
            @media screen and (max-width: 1280px) {
              header .wrapper .overlay-menu nav > ul a, header .wrapper .overlay-menu nav > ul span {
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 18px; } }
      header .wrapper .overlay-menu .social {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 20px;
        height: 100%;
        border-bottom: 1px solid #2b2b2b;
        font-size: 0;
        line-height: 0; }
        @media screen and (max-width: 1280px) {
          header .wrapper .overlay-menu .social {
            display: block;
            position: static;
            height: auto; } }
        header .wrapper .overlay-menu .social a {
          display: inline-block;
          width: 60px;
          height: 100%;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
          @media screen and (min-width: 1280px) and (max-width: 1440px) {
            header .wrapper .overlay-menu .social a {
              width: 48px;
              background-size: auto 20px; } }
          @media screen and (max-width: 1280px) {
            header .wrapper .overlay-menu .social a {
              height: 60px; } }
          header .wrapper .overlay-menu .social a:hover {
            top: 2px;
            -webkit-filter: drop-shadow(0 0 4px #eba30a);
            filter: drop-shadow(0 0 4px #eba30a); }
            @media (hover: none), (hover: on-demand) {
              header .wrapper .overlay-menu .social a:hover {
                top: 0;
                -webkit-filter: none;
                filter: none; } }
          header .wrapper .overlay-menu .social a.weibo {
            background-image: url(../img/weibo.png); }
          header .wrapper .overlay-menu .social a.wechat {
            background-image: url(../img/wechat_icon.png); }
          header .wrapper .overlay-menu .social a.youtube {
            background-image: url(../img/youtube_icon.png); }
    header .wrapper .hamburger-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 68px;
      background-color: transparent;
      font-size: 0;
      line-height: 0;
      cursor: pointer;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
      transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
      .rwd-menu-active header .wrapper .hamburger-menu {
        background-color: #171717; }
      @media screen and (max-width: 1280px) {
        header .wrapper .hamburger-menu {
          pointer-events: auto;
          opacity: 1; } }
      header .wrapper .hamburger-menu span {
        display: block;
        position: absolute;
        left: 24px;
        right: 24px;
        height: 2px;
        background: rgba(255, 255, 255, 0.95);
        opacity: 1;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
        header .wrapper .hamburger-menu span:nth-child(1) {
          top: 24px; }
        header .wrapper .hamburger-menu span:nth-child(4) {
          bottom: 24px; }
        header .wrapper .hamburger-menu span:nth-child(2), header .wrapper .hamburger-menu span:nth-child(3) {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .rwd-menu-active header .wrapper .hamburger-menu span {
          -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
          .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(1), .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(4) {
            left: 50%;
            right: 50%;
            opacity: 0; }
          .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(1) {
            top: 50%; }
          .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(4) {
            bottom: 50%; }
          .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(2) {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .rwd-menu-active header .wrapper .hamburger-menu span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }

.section--hero-header {
  position: relative;
  overflow: hidden;
  height: 492px;
  padding-top: 40px;
  background-color: #1d1d1d;
  background-position: center top;
  background-repeat: no-repeat; }
  .section--hero-header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -188px;
    width: calc(50% + 318px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: skewX(-20deg);
            transform: skewX(-20deg);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.9s;
    transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.9s; }
    @media screen and (max-width: 960px) {
      .section--hero-header:before {
        right: 0;
        width: 100%;
        -webkit-transform: skewX(0deg);
                transform: skewX(0deg); } }
    .section--hero-header.overlay-reflect:before {
      -webkit-box-shadow: 20px 0 240px rgba(255, 255, 255, 0.2) inset;
              box-shadow: 20px 0 240px rgba(255, 255, 255, 0.2) inset; }
    body.loaded .section--hero-header:before {
      right: -88px;
      opacity: 1; }
      @media screen and (max-width: 960px) {
        body.loaded .section--hero-header:before {
          right: 0; } }
  .section--hero-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%; }
    .section--hero-header .wrapper h1 {
      color: #fff;
      white-space: nowrap;
      text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
      .section--hero-header .wrapper h1 small, .section--hero-header .wrapper h1 b {
        opacity: 0; }
      .section--hero-header .wrapper h1 small {
        display: block;
        position: relative;
        top: -20px;
        padding: 0 2px 12px 1px;
        font-size: 18px;
        line-height: 1em;
        -webkit-transition: top 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s, opacity 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s;
        transition: top 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s, opacity 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s; }
        .section--hero-header .wrapper h1 small:after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 4px;
          background-color: #eba30a;
          font-size: 0;
          line-height: 0;
          -webkit-transform: skewX(-35deg);
                  transform: skewX(-35deg);
          -webkit-transition: width 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s;
          transition: width 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s; }
      .section--hero-header .wrapper h1 b {
        display: block;
        position: relative;
        bottom: -20px;
        padding-top: 8px;
        font-size: 48px;
        font-weight: bold;
        line-height: 1em;
        -webkit-transition: bottom 1s cubic-bezier(0, 0, 0.18, 1) 1.3s, opacity 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s;
        transition: bottom 1s cubic-bezier(0, 0, 0.18, 1) 1.3s, opacity 1.2s cubic-bezier(0, 0, 0.18, 1) 1.2s; }
      body.loaded .section--hero-header .wrapper h1 small, body.loaded .section--hero-header .wrapper h1 b {
        opacity: 1; }
      body.loaded .section--hero-header .wrapper h1 small {
        top: 0; }
      body.loaded .section--hero-header .wrapper h1 b {
        bottom: 0; }
      body.loaded .section--hero-header .wrapper h1 small:after {
        width: 100%; }

footer {
  color: #888888; }
  footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      footer .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        text-align: center; } }
    footer .wrapper .group {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      margin-top: 40px; }
      @media screen and (max-width: 960px) {
        footer .wrapper .group {
          -ms-flex-preferred-size: auto;
              flex-basis: auto;
          width: 50%;
          padding-right: 0; } }
      @media screen and (max-width: 768px) {
        footer .wrapper .group {
          width: 100%;
          margin-top: 0;
          padding: 28px 20px 20px; }
          footer .wrapper .group:nth-child(even) {
            background-color: #1d1d1d; } }
      footer .wrapper .group b {
        display: block;
        margin-bottom: 14px;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        line-height: 1em;
        white-space: nowrap; }
        @media screen and (max-width: 768px) {
          footer .wrapper .group b {
            margin-bottom: 12px;
            font-size: 18px;
            font-weight: bold; } }
      footer .wrapper .group ul {
        display: block; }
        footer .wrapper .group ul li {
          display: block;
          font-size: 0;
          line-height: 0; }
          footer .wrapper .group ul li + li {
            margin-top: 2px; }
      footer .wrapper .group a, footer .wrapper .group span {
        display: inline-block;
        padding: 4px 0;
        color: #888888;
        font-size: 12px;
        line-height: 1.5em; }
        @media screen and (max-width: 768px) {
          footer .wrapper .group a, footer .wrapper .group span {
            font-size: 14px; } }
      footer .wrapper .group a:hover {
        color: #eba30a; }
        @media (hover: none), (hover: on-demand) {
          footer .wrapper .group a:hover {
            color: inherit; } }
    footer .wrapper .follow-us {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
      @media screen and (min-width: 769px) {
        footer .wrapper .follow-us {
          padding-right: 0; } }
      footer .wrapper .follow-us a {
        display: inline-block;
        margin: 0; }
      footer .wrapper .follow-us .social {
        font-size: 0;
        line-height: 0; }
        footer .wrapper .follow-us .social a {
          position: relative;
          top: 0;
          width: 40px;
          height: 40px;
          background-position: center center;
          background-repeat: no-repeat;
          font-size: 0;
          line-height: 0;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
          footer .wrapper .follow-us .social a:hover {
            top: -4px;
            -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
            -webkit-filter: drop-shadow(0 0 4px #eba30a);
            filter: drop-shadow(0 0 4px #eba30a); }
            @media (hover: none), (hover: on-demand) {
              footer .wrapper .follow-us .social a:hover {
                top: 0;
                -webkit-filter: none;
                filter: none; } }
          footer .wrapper .follow-us .social a + a {
            margin-left: 20px; }
          footer .wrapper .follow-us .social a.weibo {
            background-image: url(../img/weibo_icon.png); }
          footer .wrapper .follow-us .social a.wechat {
            background-image: url(../img/wechat_icon.png); }
          footer .wrapper .follow-us .social a.youtube {
            background-image: url(../img/youtube_icon.png); }
      footer .wrapper .follow-us .info {
        margin-top: 20px; }
  footer .copyright {
    width: 100%;
    padding: 10px 40px;
    border-top: 1px solid #888888;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .copyright {
        border-top: 0;
        color: #fff; } }

main.home {
  background-color: #1d1d1d; }
  main.home h2 {
    color: #eba30a;
    font-size: 60px;
    font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.25em; }
    main.home h2.fz-bigger {
      font-size: 72px; }
    main.home h2.fz-smaller {
      font-size: 32px; }
      main.home h2.fz-smaller small {
        font-size: 24px; }
    main.home h2 .color-invert {
      display: inline;
      color: #fff; }
  main.home strong {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.34em; }
  main.home p {
    font-size: 16px;
    line-height: 1.5em; }

.home .section--key-visual {
  position: relative;
  height: 1024px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 480px) {
    .home .section--key-visual {
      height: 800px; } }
  @media screen and (max-width: 375px) {
    .home .section--key-visual {
      height: 680px; } }
  .home .section--key-visual .wrapper {
    position: relative;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 0; }
    @media screen and (min-width: 1281px) {
      .home .section--key-visual .wrapper {
        padding: 120px 0 80px; } }
    @media screen and (max-width: 1280px) {
      .home .section--key-visual .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding: 80px 0; }
        .home .section--key-visual .wrapper:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.7);
          -webkit-box-shadow: inset 0 -20px 80px rgba(255, 255, 255, 0.2);
                  box-shadow: inset 0 -20px 80px rgba(255, 255, 255, 0.2); } }
    @media screen and (max-width: 480px) {
      .home .section--key-visual .wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .home .section--key-visual .wrapper img {
      position: absolute;
      top: 0;
      left: 50%;
      opacity: 0;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
      .home .section--key-visual .wrapper img:nth-of-type(1) {
        -webkit-transform: translate(-850px, 54px);
                transform: translate(-850px, 54px); }
      .home .section--key-visual .wrapper img:nth-of-type(2) {
        -webkit-transform: translate(-850px, 16px);
                transform: translate(-850px, 16px); }
      .home .section--key-visual .wrapper img:nth-of-type(3) {
        -webkit-transform: translate(-222px, 416px);
                transform: translate(-222px, 416px); }
      .home .section--key-visual .wrapper img:nth-of-type(4) {
        -webkit-transform: translate(-430px, 476px);
                transform: translate(-430px, 476px); }
      @media screen and (max-width: 1280px) {
        .home .section--key-visual .wrapper img[src] {
          left: 0;
          -webkit-transform: none;
                  transform: none; }
        .home .section--key-visual .wrapper img:nth-of-type(3), .home .section--key-visual .wrapper img:nth-of-type(4) {
          display: block;
          position: relative;
          z-index: 1; }
        .home .section--key-visual .wrapper img:nth-of-type(3) {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          width: auto;
          max-width: 120%;
          height: auto;
          left: -20px;
          top: 0; }
        .home .section--key-visual .wrapper img:nth-of-type(4) {
          max-width: 80%;
          left: 0;
          top: 8%; } }
      @media screen and (max-width: 480px) {
        .home .section--key-visual .wrapper img:nth-of-type(1), .home .section--key-visual .wrapper img:nth-of-type(2) {
          left: -80px;
          width: auto;
          height: 100%; } }
      body.loaded .home .section--key-visual .wrapper img:nth-of-type(1) {
        -webkit-animation-name: anime-model-shadow;
                animation-name: anime-model-shadow;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      body.loaded .home .section--key-visual .wrapper img:nth-of-type(2) {
        -webkit-animation-name: anime-model;
                animation-name: anime-model;
        -webkit-animation-duration: 1.75s;
                animation-duration: 1.75s;
        -webkit-animation-delay: .5s;
                animation-delay: .5s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      body.loaded .home .section--key-visual .wrapper img:nth-of-type(3), body.loaded .home .section--key-visual .wrapper img:nth-of-type(4) {
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
                animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
      body.loaded .home .section--key-visual .wrapper img:nth-of-type(3) {
        -webkit-animation-name: anime-item-from-right;
                animation-name: anime-item-from-right; }
      body.loaded .home .section--key-visual .wrapper img:nth-of-type(4) {
        -webkit-animation-name: anime-item-from-left;
                animation-name: anime-item-from-left; }
    .home .section--key-visual .wrapper a {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }

@-webkit-keyframes anime-model-shadow {
  0%,
  35% {
    margin: 0;
    opacity: 0;
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2); }
  50%,
  100% {
    margin: -54px 0 0 88px;
    opacity: 1; }
  65% {
    -webkit-filter: none;
            filter: none; } }

@keyframes anime-model-shadow {
  0%,
  35% {
    margin: 0;
    opacity: 0;
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2); }
  50%,
  100% {
    margin: -54px 0 0 88px;
    opacity: 1; }
  65% {
    -webkit-filter: none;
            filter: none; } }
@-webkit-keyframes anime-model {
  0%,
  35% {
    margin-left: -140px;
    opacity: 0;
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2); }
  50%,
  100% {
    margin-left: 0;
    opacity: 1; }
  65% {
    -webkit-filter: none;
            filter: none; } }
@keyframes anime-model {
  0%,
  35% {
    margin-left: -140px;
    opacity: 0;
    -webkit-filter: contrast(0) brightness(2);
            filter: contrast(0) brightness(2); }
  50%,
  100% {
    margin-left: 0;
    opacity: 1; }
  65% {
    -webkit-filter: none;
            filter: none; } }
@-webkit-keyframes anime-item-from-right {
  from {
    margin-left: 100px;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
@keyframes anime-item-from-right {
  from {
    margin-left: 100px;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
@-webkit-keyframes anime-item-from-left {
  from {
    margin-left: -100px;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
@keyframes anime-item-from-left {
  from {
    margin-left: -100px;
    opacity: 0; }
  to {
    margin-left: 0;
    opacity: 1; } }
.home .section--brands {
  height: 1156px;
  overflow: hidden;
  background-color: #2b2b2b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .home .section--brands {
      height: auto; } }
  html.micro-messenger .home .section--brands {
    height: auto; }
  .home .section--brands .wrapper {
    max-width: none;
    position: relative;
    padding: 80px 58px 0; }
    @media screen and (max-width: 768px) {
      .home .section--brands .wrapper {
        padding: 80px 20px; } }
    html.micro-messenger .home .section--brands .wrapper {
      padding: 80px 20px; }
  .home .section--brands .block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    -ms-grid-rows: 1fr 90px 80px 10px 176px 10px 80px 90px 186px;
    grid-template-rows: 1fr 90px 80px 10px 176px 10px 80px 90px 186px;
    max-width: 1310px;
    margin: 0 auto;
    -webkit-transform: skewX(-15deg);
            transform: skewX(-15deg); }
    @media screen and (max-width: 768px) {
      .home .section--brands .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-transform: none;
                transform: none;
        margin-top: -20px;
        margin-left: -20px; } }
    html.micro-messenger .home .section--brands .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-transform: none;
              transform: none;
      margin-top: -20px;
      margin-left: auto;
      margin-right: auto; }
    .home .section--brands .block li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .home .section--brands .block li:nth-of-type(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/4;
        grid-row: 1/2; }
      .home .section--brands .block li:nth-of-type(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 5;
        grid-column: 1/2;
        grid-row: 3/8; }
      .home .section--brands .block li:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 4;
        grid-column: 3/4;
        grid-row: 2/6; }
      .home .section--brands .block li:nth-of-type(4) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 7;
        -ms-grid-row-span: 3;
        grid-column: 3/4;
        grid-row: 7/10; }
      .home .section--brands .block li:nth-of-type(5) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-column: 5/6;
        grid-row: 1/4; }
      .home .section--brands .block li:nth-of-type(6) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        -ms-grid-row: 5;
        -ms-grid-row-span: 4;
        grid-column: 5/6;
        grid-row: 5/9; }
      .home .section--brands .block li:nth-of-type(7) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 5;
        grid-column: 7/8;
        grid-row: 3/8; }
      .home .section--brands .block li:nth-of-type(1), .home .section--brands .block li:nth-of-type(4), .home .section--brands .block li:nth-of-type(6) {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .home .section--brands .block li:nth-of-type(1) {
        padding-right: 10px;
        padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .home .section--brands .block li {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: calc(33.33% - 20px);
          margin-top: 20px;
          margin-left: 20px; }
          .home .section--brands .block li:nth-of-type(1) {
            width: 100%; } }
      html.micro-messenger .home .section--brands .block li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(33.33% - 20px);
        margin-top: 20px;
        margin-left: 20px; }
        html.micro-messenger .home .section--brands .block li:nth-of-type(1) {
          width: 100%; }
      @media screen and (max-width: 667px) {
        .home .section--brands .block li {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 667px) {
        html.micro-messenger .home .section--brands .block li {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 414px) {
        .home .section--brands .block li {
          width: calc(100% - 20px); } }
      @media screen and (max-width: 414px) {
        html.micro-messenger .home .section--brands .block li {
          width: calc(100% - 20px); } }
      .home .section--brands .block li strong {
        color: #fff; }
      .home .section--brands .block li p {
        color: #bcbcbc; }
      .home .section--brands .block li a {
        display: block;
        position: relative;
        width: 100%;
        height: 356px;
        overflow: hidden; }
        .home .section--brands .block li a:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: #eba30a;
          opacity: 0;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .home .section--brands .block li a:hover:after {
          opacity: .5; }
          @media (hover: none), (hover: on-demand) {
            .home .section--brands .block li a:hover:after {
              opacity: 0; } }
        .home .section--brands .block li a img {
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: scale(1, 1) skewX(15deg) translate(-50%, -50%);
                  transform: scale(1, 1) skewX(15deg) translate(-50%, -50%); }
          @media screen and (max-width: 768px) {
            .home .section--brands .block li a img {
              -webkit-transform: scale(1, 1) skewX(0deg) translate(-50%, -50%);
                      transform: scale(1, 1) skewX(0deg) translate(-50%, -50%); } }
          html.micro-messenger .home .section--brands .block li a img {
            -webkit-transform: scale(1, 1) skewX(0deg) translate(-50%, -50%);
                    transform: scale(1, 1) skewX(0deg) translate(-50%, -50%); }
          .home .section--brands .block li a img.brand-cover {
            left: 65%; }
            @media screen and (max-width: 768px) {
              .home .section--brands .block li a img.brand-cover {
                left: 50%; } }
            html.micro-messenger .home .section--brands .block li a img.brand-cover {
              left: 50%; }
          .home .section--brands .block li a img.brand-logo {
            z-index: 1;
            max-width: 95%;
            left: 55%;
            -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.3)); }
            @media screen and (max-width: 768px) {
              .home .section--brands .block li a img.brand-logo {
                left: 50%; } }
            html.micro-messenger .home .section--brands .block li a img.brand-logo {
              left: 50%; }

.home .section--feature {
  z-index: 1;
  min-height: 550px; }
  @media screen and (max-width: 960px) {
    .home .section--feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #eba30a; } }
  .home .section--feature:before, .home .section--feature:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 960px) {
      .home .section--feature:before, .home .section--feature:after {
        display: none; } }
  .home .section--feature:before {
    top: -276px;
    margin-left: 106px;
    width: 1482px;
    height: 994px;
    background: url(../img/triangle_or1.png) center center no-repeat; }
  .home .section--feature:after {
    top: -270px;
    margin-left: 594px;
    width: 731px;
    height: 737px;
    background: url(../img/tri_line1.png) center center no-repeat;
    pointer-events: none; }
  .home .section--feature .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media screen and (max-width: 960px) {
      .home .section--feature .wrapper {
        padding-top: 60px;
        padding-bottom: 80px; } }
    .home .section--feature .wrapper .product-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      max-width: 55%; }
      @media screen and (max-width: 960px) {
        .home .section--feature .wrapper .product-img {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          max-width: 100%; } }
      .home .section--feature .wrapper .product-img img {
        display: block;
        max-width: 100%;
        height: auto; }
    .home .section--feature .wrapper .wording {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      max-width: 500px;
      padding-left: 40px; }
      @media screen and (max-width: 960px) {
        .home .section--feature .wrapper .wording {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 100%;
          max-width: none;
          margin-top: 40px;
          padding-left: 0; } }
      .home .section--feature .wrapper .wording h2 {
        color: #1d1d1d;
        font-weight: bold;
        line-height: 1.34em; }
        .home .section--feature .wrapper .wording h2 small {
          display: block;
          margin-bottom: 4px;
          font-weight: normal;
          line-height: 1.34em; }
      .home .section--feature .wrapper .wording p {
        color: #1d1d1d;
        line-height: 1.875em; }
    .home .section--feature .wrapper .btn-wrapper {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%;
      margin-top: 20px; }
      .home .section--feature .wrapper .btn-wrapper .btn {
        font-size: 18px; }

.home .section--products {
  height: 1468px;
  padding-top: 296px;
  background-color: #2b2b2b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 960px) {
    .home .section--products {
      height: auto;
      padding: 80px 0; } }
  .home .section--products .wrapper h2 {
    text-align: center; }
  .home .section--products .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px; }
    .home .section--products .wrapper ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: block;
      width: calc(33.33% - 20px);
      height: 350px;
      margin-top: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 960px) {
        .home .section--products .wrapper ul li {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 480px) {
        .home .section--products .wrapper ul li {
          width: calc(100% - 20px); } }
      .home .section--products .wrapper ul li:nth-of-type(1) {
        width: calc(66.66% - 20px); }
        @media screen and (max-width: 960px) {
          .home .section--products .wrapper ul li:nth-of-type(1) {
            width: calc(100% - 20px); } }
      .home .section--products .wrapper ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 12px 20px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .home .section--products .wrapper ul li a:before {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          bottom: -50%;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.8);
          -webkit-transform-origin: 100% 15%;
                  transform-origin: 100% 15%;
          -webkit-transform: rotateZ(-35deg);
                  transform: rotateZ(-35deg);
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .home .section--products .wrapper ul li a span {
          position: relative;
          color: #eba30a;
          font-size: 24px;
          line-height: 1.34em;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .home .section--products .wrapper ul li a:hover {
          background-size: auto 105%; }
          .home .section--products .wrapper ul li a:hover:before {
            bottom: calc(-50% + 20px);
            background-color: rgba(235, 163, 10, 0.9); }
          .home .section--products .wrapper ul li a:hover span {
            color: #1d1d1d; }
          @media (hover: none), (hover: on-demand) {
            .home .section--products .wrapper ul li a:hover {
              background-size: auto 100%; }
              .home .section--products .wrapper ul li a:hover:before {
                bottom: -50%;
                background-color: rgba(0, 0, 0, 0.8); }
              .home .section--products .wrapper ul li a:hover span {
                color: #eba30a; } }

.home .section--about {
  z-index: 1;
  margin-top: -96px;
  padding-bottom: 200px; }
  @media screen and (max-width: 960px) {
    .home .section--about {
      margin-top: 0;
      padding: 80px 0;
      background-image: linear-gradient(15deg, rgba(160, 157, 136, 0.5) 0%, #2c2c2c 35%); } }
  .home .section--about:before, .home .section--about:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 960px) {
      .home .section--about:before, .home .section--about:after {
        display: none; } }
  .home .section--about:before {
    top: -80px;
    margin-left: -74px;
    width: 1569px;
    height: 1060px;
    background: url(../img/triangle_or2.png) center center no-repeat; }
  .home .section--about:after {
    top: 746px;
    margin-left: -102px;
    width: 1717px;
    height: 286px;
    background: url(../img/tri_line2.png) center center no-repeat;
    pointer-events: none; }
  .home .section--about .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 960px) {
      .home .section--about .wrapper {
        padding-top: 0;
        padding-bottom: 0; } }
    .home .section--about .wrapper .wording {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      top: 0;
      right: 40px;
      width: 480px;
      max-width: 40%;
      padding-top: 40px; }
      @media screen and (max-width: 768px) {
        .home .section--about .wrapper .wording {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          position: static;
          width: 100%;
          max-width: none;
          padding-top: 0; } }
      .home .section--about .wrapper .wording strong {
        color: #fff; }
      .home .section--about .wrapper .wording p {
        color: #bcbcbc;
        line-height: 1.875em; }
        @media screen and (min-width: 961px) {
          .home .section--about .wrapper .wording p {
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); } }
      .home .section--about .wrapper .wording .arrow-more-wrapper {
        margin-top: 20px;
        text-align: right; }

.home .section--news {
  padding-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .home .section--news {
      padding-top: 80px; } }
  .home .section--news .wrapper h2 {
    text-align: center; }
  .home .section--news .wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px; }
    .home .section--news .wrapper ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(25% - 20px);
      margin-top: 20px;
      margin-left: 20px; }
      @media screen and (max-width: 1023px) {
        .home .section--news .wrapper ul li {
          width: calc(50% - 20px); } }
      @media screen and (max-width: 767px) {
        .home .section--news .wrapper ul li {
          width: calc(100% - 20px); } }
      .home .section--news .wrapper ul li:nth-of-type(1) {
        width: calc(50% - 20px); }
        @media screen and (max-width: 1023px) {
          .home .section--news .wrapper ul li:nth-of-type(1) {
            width: calc(100% - 20px); } }
      .home .section--news .wrapper ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        height: 425px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        color: #fff;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .home .section--news .wrapper ul li a:hover {
          background-size: auto 105%; }
          .home .section--news .wrapper ul li a:hover article {
            min-height: 174px;
            padding: 12px 20px 32px;
            border-bottom-color: #eba30a; }
          @media (hover: none), (hover: on-demand) {
            .home .section--news .wrapper ul li a:hover {
              background-size: auto 100%; }
              .home .section--news .wrapper ul li a:hover article {
                min-height: 154px;
                padding: 12px 20px;
                border-bottom-color: #000; } }
      .home .section--news .wrapper ul li article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        min-height: 154px;
        padding: 12px 20px;
        border-bottom: 2px solid #000;
        background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
        background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(41%, rgba(0, 0, 0, 0.75)), color-stop(49%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.75) 41%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.3) 100%);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
      .home .section--news .wrapper ul li h3, .home .section--news .wrapper ul li p, .home .section--news .wrapper ul li span {
        width: 100%; }
      .home .section--news .wrapper ul li h3 {
        max-height: 2.68em;
        overflow: hidden;
        color: #fff;
        font-size: 18px;
        line-height: 1.34em; }
      .home .section--news .wrapper ul li p {
        height: 3em;
        overflow: hidden;
        margin-top: 6px;
        color: #bcbcbc;
        font-size: 14px;
        line-height: 1.5em; }
      .home .section--news .wrapper ul li span {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        text-align: right;
        white-space: nowrap; }
  .home .section--news .wrapper .arrow-more-wrapper {
    margin-top: 40px; }

.home .section--slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 900px;
  background-position: center calc(100% + 250px);
  background-repeat: no-repeat; }
  @media screen and (max-width: 1023px) {
    .home .section--slogan {
      background-position: calc(50% + 288px) calc(100% + 250px); } }
  .home .section--slogan .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-bottom: 40px; }
    @media screen and (max-width: 1023px) {
      .home .section--slogan .wrapper {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 120px;
        opacity: .65; } }
    @media screen and (max-width: 768px) {
      .home .section--slogan .wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 220px;
        padding-bottom: 0; } }
  .home .section--slogan p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 200px; }
    @media screen and (max-width: 1023px) {
      .home .section--slogan p {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: 0; } }
    .home .section--slogan p span {
      display: inline-block;
      color: #dedede;
      font-size: 94px;
      font-family: "Myriad Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", "宋体", STHeiti, sans-serif;
      line-height: 1.2em; }
      @media screen and (max-width: 1023px) {
        .home .section--slogan p span {
          background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, #000), color-stop(70%, transparent));
          background-image: linear-gradient(to top, #000 0%, #000 40%, transparent 70%);
          margin-top: 2vw;
          margin-right: -40px;
          padding-right: 40px;
          padding-left: 20px;
          font-size: 12vw;
          line-height: 1em; } }
      @media screen and (max-width: 480px) {
        .home .section--slogan p span {
          margin-top: 4vw;
          margin-right: -24px;
          padding-right: 24px;
          font-size: 16vw; } }

main.about {
  background: url(../img/about_down.png) center bottom no-repeat, url(../img/body_bg.jpg) center 1840px no-repeat;
  color: #fff; }
  main.about h2 {
    color: #eba30a;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 1px;
    white-space: nowrap; }
  main.about p {
    max-width: 834px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 2em; }
  main.about .section--intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 748px;
    background: url(../img/worldmap.png) center center no-repeat;
    text-align: center; }
    main.about .section--intro .wrapper {
      padding-top: 80px; }
      @media screen and (max-width: 960px) {
        main.about .section--intro .wrapper {
          padding-top: 0; } }
    main.about .section--intro img {
      max-width: 100%;
      height: auto; }
    main.about .section--intro h2 {
      margin: 20px 0; }
    main.about .section--intro p {
      text-align: left; }
  main.about .section--intention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 600px;
    background-color: #1d1d1d;
    --triangle-shap-adjust-top: 207px; }
    @media screen and (max-width: 960px) {
      main.about .section--intention {
        background-color: #eba30a; } }
    @media screen and (max-width: 767px) {
      main.about .section--intention {
        overflow: hidden; } }
    main.about .section--intention:before, main.about .section--intention:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 960px) {
        main.about .section--intention:before, main.about .section--intention:after {
          display: none; } }
    main.about .section--intention:before {
      top: calc(-207px + 6px);
      top: calc((var(--triangle-shap-adjust-top) + 6px) * -1);
      margin-left: 106px;
      width: 1482px;
      height: 994px;
      background: url(../img/triangle_or1.png) center center no-repeat; }
    main.about .section--intention:after {
      top: -207px;
      top: calc(var(--triangle-shap-adjust-top) * -1);
      margin-left: 594px;
      width: 731px;
      height: 737px;
      background: url(../img/tri_line1.png) center center no-repeat;
      pointer-events: none; }
    main.about .section--intention .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      @media screen and (max-width: 767px) {
        main.about .section--intention .wrapper {
          position: static; } }
      main.about .section--intention .wrapper .illust,
      main.about .section--intention .wrapper .wording {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        @media screen and (max-width: 767px) {
          main.about .section--intention .wrapper .illust,
          main.about .section--intention .wrapper .wording {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%; } }
      main.about .section--intention .wrapper .illust {
        position: relative; }
        @media screen and (max-width: 767px) {
          main.about .section--intention .wrapper .illust {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; } }
        main.about .section--intention .wrapper .illust img {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0; }
          @media screen and (max-width: 767px) {
            main.about .section--intention .wrapper .illust img {
              top: 20px;
              left: -92px;
              opacity: .2;
              -webkit-transform: none;
                      transform: none; } }
      main.about .section--intention .wrapper .wording {
        color: #1d1d1d; }
        main.about .section--intention .wrapper .wording h2 {
          color: #1d1d1d;
          font-size: 24px; }
          @media screen and (max-width: 767px) {
            main.about .section--intention .wrapper .wording h2 {
              text-align: center; } }
  main.about .section--acting-brands {
    margin: 240px 0 160px;
    text-align: center; }
    main.about .section--acting-brands .brands-list {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 834px;
      margin-bottom: 20px; }
      main.about .section--acting-brands .brands-list li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 33.33%; }
        @media screen and (max-width: 736px) {
          main.about .section--acting-brands .brands-list li {
            width: 50%;
            padding: 0 10px; } }
        main.about .section--acting-brands .brands-list li img {
          max-width: 100%;
          width: auto;
          max-height: 76px;
          height: auto;
          margin: 0 40px; }
          @media screen and (max-width: 736px) {
            main.about .section--acting-brands .brands-list li img {
              margin: 0; } }
    main.about .section--acting-brands p {
      letter-spacing: 1px; }
  main.about .section--history .wrapper .wording {
    text-align: center; }
  main.about .section--history .wrapper .timeline {
    overflow: hidden;
    margin-top: 40px; }
    main.about .section--history .wrapper .timeline li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: relative;
      border-radius: 12px;
      background-color: rgba(255, 255, 255, 0.1); }
      main.about .section--history .wrapper .timeline li:nth-of-type(even) {
        background-color: transparent; }
      main.about .section--history .wrapper .timeline li:nth-child(n+5) {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99);
        transition: all 0.2s cubic-bezier(0.63, 0.01, 0.56, 0.99);
        opacity: 0; }
      main.about .section--history .wrapper .timeline li:before {
        content: "";
        display: block;
        position: absolute;
        top: 44px;
        left: 192px;
        width: 1px;
        height: 100%;
        background-color: #eba30a;
        font: 0;
        line-height: 0; }
        @media screen and (max-width: 736px) {
          main.about .section--history .wrapper .timeline li:before {
            left: 98px; } }
      main.about .section--history .wrapper .timeline li span {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 192px;
                flex: 0 0 192px;
        display: block;
        position: relative;
        padding: 36px 24px 36px 20px;
        color: #eba30a;
        font-size: 16px;
        line-height: 1em;
        text-align: right;
        white-space: nowrap; }
        @media screen and (max-width: 736px) {
          main.about .section--history .wrapper .timeline li span {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 98px;
                    flex: 0 0 98px; } }
        main.about .section--history .wrapper .timeline li span:after {
          content: "";
          display: block;
          position: absolute;
          top: 44px;
          left: 100%;
          width: 13px;
          height: 13px;
          border-radius: 50%;
          background-color: #eba30a;
          -webkit-box-shadow: 0 0 0 2px #000, 0 0 0 4px #eba30a;
                  box-shadow: 0 0 0 2px #000, 0 0 0 4px #eba30a;
          font-size: 0;
          line-height: 0;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      main.about .section--history .wrapper .timeline li p {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        max-width: none;
        margin: 0;
        padding: 32px 24px;
        font-size: 16px;
        line-height: 1.5em; }
    main.about .section--history .wrapper .timeline.active li:nth-child(n+5) {
      max-height: 999px;
      overflow: initial;
      opacity: 1;
      -webkit-transition: all 0.5s cubic-bezier(0.63, 0.01, 0.56, 0.99) 0.2s;
      transition: all 0.5s cubic-bezier(0.63, 0.01, 0.56, 0.99) 0.2s; }
  main.about .section--join-us {
    margin: 240px 0 160px; }
    main.about .section--join-us .wrapper .wording {
      text-align: center; }
      main.about .section--join-us .wrapper .wording p {
        font-size: 24px;
        line-height: 1em; }
    main.about .section--join-us .wrapper .form--get-in-touch {
      max-width: 560px;
      margin: 40px auto 0; }

main.brands {
  padding-bottom: 240px;
  background: url(../img/body_bg.jpg) center bottom no-repeat; }
  main.brands section {
    position: relative;
    text-align: center; }
  main.brands h2 {
    color: #eba30a;
    font-weight: bold;
    letter-spacing: 2px; }
  main.brands p {
    margin-top: 1em;
    color: #fff;
    line-height: 1.875em; }
  main.brands .section--brand-kv {
    height: 775px;
    background-position: center top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 414px) {
      main.brands .section--brand-kv {
        background-position: calc(50% + 120px) top; } }
    @media screen and (max-width: 414px) {
      body.sole-fitness main.brands .section--brand-kv {
        background-position: calc(50% + 150px) top; } }

    @media screen and (max-width: 414px) {
      body.dyaco-spirit main.brands .section--brand-kv {
        background-position: calc(50% - 100px) top; } }
    main.brands .section--brand-kv:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      opacity: 0;
      -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 0.5s;
      transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 0.5s; }
      body.loaded main.brands .section--brand-kv:before {
        opacity: 1; }
  main.brands .section--brand-intro {
    background-color: #1d1d1d;
    text-align: center; }
    main.brands .section--brand-intro:before, main.brands .section--brand-intro:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%; }
    main.brands .section--brand-intro:before {
      bottom: 100%;
      height: 126px;
      background: url(../img/brandtri.png) center top no-repeat; }
    main.brands .section--brand-intro:after {
      top: 100%;
      height: 221px;
      background: url(../img/brandtri_b.png) center bottom no-repeat; }
    main.brands .section--brand-intro .wrapper {
      position: relative;
      padding-top: 80px;
      padding-bottom: 80px; }
    main.brands .section--brand-intro .kv-product {
      display: block;
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: calc(100% - 40px);
      z-index: 1;
      margin: 0 auto;
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.18, 1) 1s;
      transition: all 1.5s cubic-bezier(0, 0, 0.18, 1) 1s; }
      @media screen and (max-width: 375px) {
        main.brands .section--brand-intro .kv-product {
          bottom: 100%; } }
      body.loaded main.brands .section--brand-intro .kv-product {
        bottom: 100%;
        opacity: 1; }
        @media screen and (max-width: 375px) {
          body.loaded main.brands .section--brand-intro .kv-product {
            bottom: calc(100% - 40px); } }
      main.brands .section--brand-intro .kv-product img {
        max-width: 100%; }
    main.brands .section--brand-intro img.brand-logo {
      display: block;
      max-width: 100%;
      margin: auto; }
    main.brands .section--brand-intro h2 {
      margin: 40px auto 20px;
      font-size: 30px;
      line-height: 1em;
      white-space: nowrap; }
      main.brands .section--brand-intro h2 small {
        display: block;
        padding-bottom: 6px;
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        line-height: 1em;
        letter-spacing: 1px; }
    main.brands .section--brand-intro p {
      max-width: 772px;
      margin-left: auto;
      margin-right: auto;
      font-size: 16px;
      text-align: center; }
      main.brands .section--brand-intro p br + br {
        display: block;
        margin: .5em auto; }
  main.brands .section--brand-feature .wrapper,
  main.brands .section--brand-product .wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto; }
    main.brands .section--brand-feature .wrapper .wording,
    main.brands .section--brand-feature .wrapper .illust,
    main.brands .section--brand-product .wrapper .wording,
    main.brands .section--brand-product .wrapper .illust {
      position: relative;
      z-index: 1; }
    main.brands .section--brand-feature .wrapper .wording,
    main.brands .section--brand-product .wrapper .wording {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 460px;
      text-align: left; }
    main.brands .section--brand-feature .wrapper .illust,
    main.brands .section--brand-product .wrapper .illust {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
  main.brands .section--brand-feature {
    position: relative;
    margin-bottom: 158px;
    padding-top: 760px;
    background-color: #1d1d1d;
    background-position: center top;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1024px) {
      main.brands .section--brand-feature {
        padding-top: 221px;
        padding-bottom: 111px;
        background-size: 0; } }
    main.brands .section--brand-feature:before, main.brands .section--brand-feature:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%; }
      @media screen and (max-width: 1024px) {
        main.brands .section--brand-feature:before, main.brands .section--brand-feature:after {
          display: none; } }
    main.brands .section--brand-feature:before {
      top: calc(760px - 160px);
      height: 160px;
      background: url(../img/brandtri_b1.png) center top no-repeat; }
    main.brands .section--brand-feature:after {
      top: 100%;
      height: 158px;
      background: url(../img/brandtri_b2.png) center bottom no-repeat; }
    main.brands .section--brand-feature .wrapper {
      position: relative;
      z-index: 1;
      max-height: 550px; }
      @media screen and (max-width: 1024px) {
        main.brands .section--brand-feature .wrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          max-height: none; } }
      main.brands .section--brand-feature .wrapper:before, main.brands .section--brand-feature .wrapper:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        --tri-top: -224px;
        --tri-left: 88px; }
        @media screen and (max-width: 1024px) {
          main.brands .section--brand-feature .wrapper:before, main.brands .section--brand-feature .wrapper:after {
            display: none; } }
      main.brands .section--brand-feature .wrapper:before {
        top: var(--tri-top);
        margin-left: calc(288px + var(--tri-left));
        width: 1482px;
        height: 994px;
        background: url(../img/triangle_or1.png) center center no-repeat; }
      main.brands .section--brand-feature .wrapper:after {
        top: var(--tri-top);
        margin-left: calc(776px + var(--tri-left));
        width: 731px;
        height: 737px;
        background: url(../img/tri_line1.png) center center no-repeat;
        pointer-events: none; }
      main.brands .section--brand-feature .wrapper .wording {
        padding-left: 20px; }
        @media screen and (max-width: 1024px) {
          main.brands .section--brand-feature .wrapper .wording {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 100%;
            max-width: 100%;
            padding-left: 0; } }
      main.brands .section--brand-feature .wrapper .illust {
        margin-left: 20px; }
        @media screen and (max-width: 1024px) {
          main.brands .section--brand-feature .wrapper .illust {
            max-width: 440px;
            overflow: hidden;
            margin: 0 auto 40px;
            padding: 60px;
            border-radius: 50%;
            background-color: #eba30a; } }
  main.brands .section--brand-product + .section--brand-product {
    margin-top: 120px; }
  @media screen and (max-width: 834px) {
    main.brands .section--brand-product .wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  main.brands .section--brand-product .wrapper .wording + .illust,
  main.brands .section--brand-product .wrapper .illust + .wording {
    padding-left: 40px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    @media screen and (max-width: 834px) {
      main.brands .section--brand-product .wrapper .wording + .illust,
      main.brands .section--brand-product .wrapper .illust + .wording {
        padding-left: 0; } }
  @media screen and (max-width: 834px) {
    main.brands .section--brand-product .wrapper .wording {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      max-width: 100%;
      margin-top: 40px; } }

main.products {
  background-color: #fff; }
  main.products .section--products-list {
    padding: 40px 0 120px; }
    main.products .section--products-list .category-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px; }
      main.products .section--products-list .category-items li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(25% - 10px);
        margin-bottom: 80px;
        margin-left: 10px; }
        @media screen and (max-width: 1023px) {
          main.products .section--products-list .category-items li {
            width: calc(33.33% - 10px); } }
        @media screen and (max-width: 736px) {
          main.products .section--products-list .category-items li {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 480px) {
          main.products .section--products-list .category-items li {
            width: calc(100% - 10px); } }
        main.products .section--products-list .category-items li > a {
          display: block;
          position: relative;
          background-color: #f2f2f2; }
          main.products .section--products-list .category-items li > a:before, main.products .section--products-list .category-items li > a:after {
            position: absolute;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
          main.products .section--products-list .category-items li > a:before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            background-color: rgba(235, 163, 10, 0.8); }
          main.products .section--products-list .category-items li > a:after {
            content: "View more";
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            padding-bottom: 4px;
            border-bottom: 2px solid #fff;
            color: #fff;
            font-size: 18px;
            line-height: 1em;
            font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
            white-space: nowrap; }
          main.products .section--products-list .category-items li > a:hover:before, main.products .section--products-list .category-items li > a:hover:after {
            opacity: 1;
            pointer-events: auto; }
            @media (hover: none), (hover: on-demand) {
              main.products .section--products-list .category-items li > a:hover:before, main.products .section--products-list .category-items li > a:hover:after {
                opacity: 0;
                pointer-events: none; } }
          main.products .section--products-list .category-items li > a img {
            display: block;
            width: 100%;
            height: auto; }
        main.products .section--products-list .category-items li span {
          display: inline-block;
          margin-top: 12px;
          color: #eba30a;
          font-weight: bold;
          font-size: 14px;
          line-height: 1em;
          font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, sans-serif;
          white-space: nowrap; }
        main.products .section--products-list .category-items li p {
          display: block;
          margin-top: 2px;
          color: #1d1d1d;
          font-size: 16px;
          line-height: 1.34em; }
          main.products .section--products-list .category-items li p a {
            color: inherit; }
            main.products .section--products-list .category-items li p a:hover {
              color: #eba30a; }

main.product-details {
  background-color: #fff; }
  main.product-details section {
    margin: 120px 0; }
    main.product-details section.section--product-header, main.product-details section.section--product-feature {
      margin: 0; }
    main.product-details section.section--product-video .wrapper, main.product-details section.section--product-specification .wrapper, main.product-details section.section--product-download .wrapper {
      max-width: 834px; }
    main.product-details section h2 {
      color: #eba30a;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.2em;
      letter-spacing: 1px; }
    main.product-details section h3 {
      color: #1d1d1d;
      font-size: 18px;
      line-height: 1.34em; }
    main.product-details section p {
      margin-top: 4px;
      color: #646464;
      font-size: 16px;
      line-height: 1.875em; }

.product-details .section--product-header {
  padding-top: 68px; }
  .product-details .section--product-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 120px;
    padding-bottom: 120px; }
    @media screen and (max-width: 1280px) {
      .product-details .section--product-header .wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 80px; } }
    @media screen and (max-width: 592px) {
      .product-details .section--product-header .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .product-details .section--product-header .wrapper .product-gallery,
    .product-details .section--product-header .wrapper .product-intro {
      margin-left: 60px; }
    .product-details .section--product-header .wrapper .product-thumbs,
    .product-details .section--product-header .wrapper .product-gallery {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0; }
      .product-details .section--product-header .wrapper .product-thumbs .ovf-pre-hide,
      .product-details .section--product-header .wrapper .product-gallery .ovf-pre-hide {
        height: 100%;
        overflow: hidden; }
      .product-details .section--product-header .wrapper .product-thumbs img,
      .product-details .section--product-header .wrapper .product-gallery img {
        display: block;
        width: 100%;
        height: auto; }
    .product-details .section--product-header .wrapper .product-thumbs {
      position: relative;
      max-width: 96px; }
      @media screen and (max-width: 592px) {
        .product-details .section--product-header .wrapper .product-thumbs {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        .product-details .section--product-header .wrapper .product-thumbs {
          padding: 0 40px; } }
      .product-details .section--product-header .wrapper .product-thumbs img {
        border: 1px solid gainsboro;
        cursor: pointer; }
      .product-details .section--product-header .wrapper .product-thumbs .slick-current {
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) inset;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4) inset; }
        .product-details .section--product-header .wrapper .product-thumbs .slick-current img {
          opacity: .5; }
      .product-details .section--product-header .wrapper .product-thumbs .item {
        margin-bottom: 4px; }
        @media screen and (max-width: 592px) {
          .product-details .section--product-header .wrapper .product-thumbs .item {
            margin: 0 4px; } }
      .product-details .section--product-header .wrapper .product-thumbs .slick-prev,
      .product-details .section--product-header .wrapper .product-thumbs .slick-next {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
        width: 40px;
        height: 40px;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        border: 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer; }
        @media screen and (max-width: 592px) {
          .product-details .section--product-header .wrapper .product-thumbs .slick-prev,
          .product-details .section--product-header .wrapper .product-thumbs .slick-next {
            margin-top: -20px;
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); } }
      .product-details .section--product-header .wrapper .product-thumbs .slick-prev {
        bottom: 100%;
        background-image: url(../img/arrow_top.png); }
        @media screen and (max-width: 592px) {
          .product-details .section--product-header .wrapper .product-thumbs .slick-prev {
            top: 50%;
            right: 100%;
            bottom: initial;
            left: initial; } }
        @media screen and (max-width: 480px) {
          .product-details .section--product-header .wrapper .product-thumbs .slick-prev {
            right: initial;
            left: 0px; } }
      .product-details .section--product-header .wrapper .product-thumbs .slick-next {
        top: 100%;
        background-image: url(../img/arrow_down.png); }
        @media screen and (max-width: 592px) {
          .product-details .section--product-header .wrapper .product-thumbs .slick-next {
            top: 50%;
            left: 100%; } }
        @media screen and (max-width: 480px) {
          .product-details .section--product-header .wrapper .product-thumbs .slick-next {
            left: initial;
            right: 0px; } }
    .product-details .section--product-header .wrapper .product-gallery {
      max-width: 396px; }
      @media screen and (max-width: 1280px) {
        .product-details .section--product-header .wrapper .product-gallery {
          margin-left: 20px; } }
      @media screen and (max-width: 592px) {
        .product-details .section--product-header .wrapper .product-gallery {
          max-width: 100%;
          margin-left: 0;
          margin-bottom: 40px; } }
      .product-details .section--product-header .wrapper .product-gallery .item a {
        display: block; }
    .product-details .section--product-header .wrapper .product-intro {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 1280px) {
        .product-details .section--product-header .wrapper .product-intro {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          margin-left: 0;
          margin-bottom: 40px; } }
      .product-details .section--product-header .wrapper .product-intro h1 {
        color: #eba30a;
        font-weight: bold;
        font-size: 30px;
        line-height: 1.2em;
        letter-spacing: 2px; }
      .product-details .section--product-header .wrapper .product-intro h2 {
        margin: 10px 0 8px;
        color: #1d1d1d;
        font-weight: normal; }
      .product-details .section--product-header .wrapper .product-intro .social-btn {
        margin-top: 10px;
        text-align: left; }
        .product-details .section--product-header .wrapper .product-intro .social-btn a {
          width: 30px;
          height: 30px;
          border-radius: 4px; }
      @media screen and (max-width: 1280px) {
        .product-details .section--product-header .wrapper .product-intro > h1, .product-details .section--product-header .wrapper .product-intro h2, .product-details .section--product-header .wrapper .product-intro p, .product-details .section--product-header .wrapper .product-intro .social-btn {
          width: 100%;
          max-width: 512px; } }

.product-details .section--product-feature {
  height: 540px;
  text-align: center; }
  .product-details .section--product-feature .bg-parallax {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .product-details .section--product-feature .bg-parallax img {
      position: absolute;
      top: calc(-894px * 0.16);
      left: 50%;
      margin-left: -960px; }
  .product-details .section--product-feature .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 100%; }
    .product-details .section--product-feature .wrapper .wording h2 {
      font-size: 30px; }
    .product-details .section--product-feature .wrapper .wording p {
      color: #fff; }
    .product-details .section--product-feature .wrapper .feature-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 10px; }
      .product-details .section--product-feature .wrapper .feature-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 136px;
        padding: 20px 10px; }
        .product-details .section--product-feature .wrapper .feature-list li img {
          display: block;
          margin: auto; }
        .product-details .section--product-feature .wrapper .feature-list li span {
          display: block;
          margin-top: 20px;
          color: #fff;
          font-size: 16px;
          line-height: 1.5em;
          text-align: center; }

.product-details .section--product-one-column .wrapper {
  text-align: center; }
  .product-details .section--product-one-column .wrapper .wording h2 {
    font-size: 30px; }
  .product-details .section--product-one-column .wrapper .illust {
    margin-top: 40px; }

.product-details .section--product-two-column {
  padding-bottom: 80px; }
  .product-details .section--product-two-column .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .product-details .section--product-two-column .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: auto;
        overflow: hidden;
        margin: 0 40px;
        padding: 40px;
        border: 4px solid #eba30a; } }
    @media screen and (max-width: 480px) {
      .product-details .section--product-two-column .wrapper {
        margin: 0 20px;
        padding: 26px 20px 0; } }
    .product-details .section--product-two-column .wrapper .wording {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      right: -29px;
      width: 50%;
      padding: 40px 100px;
      border: 4px solid #eba30a; }
      @media screen and (max-width: 1024px) {
        .product-details .section--product-two-column .wrapper .wording {
          right: -14px;
          padding: 40px; } }
      @media screen and (max-width: 768px) {
        .product-details .section--product-two-column .wrapper .wording {
          right: initial;
          width: auto;
          padding: 0 0 40px;
          border: 0; } }
      @media screen and (max-width: 480px) {
        .product-details .section--product-two-column .wrapper .wording {
          padding: 0 0 26px; } }
      .product-details .section--product-two-column .wrapper .wording h3 {
        margin-top: 10px; }
    .product-details .section--product-two-column .wrapper .illust {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media screen and (max-width: 480px) {
        .product-details .section--product-two-column .wrapper .illust {
          margin: 0 -20px; } }
      .product-details .section--product-two-column .wrapper .illust img {
        display: block;
        position: relative;
        bottom: -80px;
        left: -25px;
        width: 100%; }
        @media screen and (max-width: 1024px) {
          .product-details .section--product-two-column .wrapper .illust img {
            left: -10px; } }
        @media screen and (max-width: 768px) {
          .product-details .section--product-two-column .wrapper .illust img {
            position: static; } }

.product-details .section--product-promo {
  background-position: center top;
  background-repeat: no-repeat; }
  .product-details .section--product-promo:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1);
    transition: all 1s cubic-bezier(0, 0, 0.18, 1); }
  .product-details .section--product-promo:after {
    right: calc(50% + 88px);
    -webkit-transform: skewX(25deg) translateX(-100%);
            transform: skewX(25deg) translateX(-100%); }
  .product-details .section--product-promo.animated:before, .product-details .section--product-promo.animated:after {
    opacity: 1; }
  .product-details .section--product-promo.animated:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 2.5s;
            transition-duration: 2.5s; }
  .product-details .section--product-promo.animated:after {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transform: skewX(25deg) translateX(0);
            transform: skewX(25deg) translateX(0); }
  .product-details .section--product-promo .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    height: 628px; }
    @media screen and (max-width: 767px) {
      .product-details .section--product-promo .wrapper {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media screen and (max-width: 568px) {
      .product-details .section--product-promo .wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .product-details .section--product-promo .wrapper:before, .product-details .section--product-promo .wrapper:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: calc(50% + 88px);
      width: 100%;
      height: 100%;
      background-color: rgba(235, 163, 10, 0.2);
      -webkit-transform: skewX(-25deg) translateX(-100%);
              transform: skewX(-25deg) translateX(-100%);
      opacity: 0;
      -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1);
      transition: all 1s cubic-bezier(0, 0, 0.18, 1); }
    .product-details .section--product-promo .wrapper:after {
      right: calc(50% + 88px + 56px);
      background-color: rgba(235, 163, 10, 0.5); }
    .product-details .section--product-promo.animated .wrapper:before, .product-details .section--product-promo.animated .wrapper:after {
      opacity: 1;
      -webkit-transform: skewX(-25deg) translateX(0);
              transform: skewX(-25deg) translateX(0); }
    .product-details .section--product-promo.animated .wrapper:before {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .product-details .section--product-promo.animated .wrapper:after {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .product-details .section--product-promo .wrapper .illust {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative;
      z-index: 2;
      width: 60%; }
      @media screen and (max-width: 1024px) {
        .product-details .section--product-promo .wrapper .illust {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media screen and (max-width: 767px) {
        .product-details .section--product-promo .wrapper .illust {
          display: none; } }
      .product-details .section--product-promo .wrapper .illust img {
        display: block;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .product-details .section--product-promo .wrapper .illust img {
            position: static; } }
    .product-details .section--product-promo .wrapper .wording {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .product-details .section--product-promo .wrapper .wording {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; } }
      .product-details .section--product-promo .wrapper .wording p {
        margin-top: 8px;
        color: #fff;
        line-height: 2em; }

.product-details .section--product-video {
  text-align: center; }
  .product-details .section--product-video .wrapper .wording h3 {
    margin-top: 10px; }
  .product-details .section--product-video .wrapper .product-image {
    margin-top: 40px; }
    .product-details .section--product-video .wrapper .product-image img {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      min-height: 80px; }
  .product-details .section--product-video .wrapper .lightbox-video,
  .product-details .section--product-video .wrapper .inline-video {
    margin-top: 40px; }
    .product-details .section--product-video .wrapper .lightbox-video, .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow,
    .product-details .section--product-video .wrapper .inline-video,
    .product-details .section--product-video .wrapper .inline-video .butterfly-shadow {
      position: relative; }
      .product-details .section--product-video .wrapper .lightbox-video:before, .product-details .section--product-video .wrapper .lightbox-video:after, .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow:before, .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow:after,
      .product-details .section--product-video .wrapper .inline-video:before,
      .product-details .section--product-video .wrapper .inline-video:after,
      .product-details .section--product-video .wrapper .inline-video .butterfly-shadow:before,
      .product-details .section--product-video .wrapper .inline-video .butterfly-shadow:after {
        content: "";
        display: block;
        position: absolute;
        left: 20px;
        top: 14px;
        height: 50%;
        right: 80%;
        -webkit-box-shadow: -16px 0 20px rgba(0, 0, 0, 0.25);
                box-shadow: -16px 0 20px rgba(0, 0, 0, 0.25);
        -webkit-transform: rotate(-9deg);
                transform: rotate(-9deg); }
      .product-details .section--product-video .wrapper .lightbox-video:after, .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow:after,
      .product-details .section--product-video .wrapper .inline-video:after,
      .product-details .section--product-video .wrapper .inline-video .butterfly-shadow:after {
        right: 20px;
        left: 80%;
        -webkit-box-shadow: 16px 0 20px rgba(0, 0, 0, 0.25);
                box-shadow: 16px 0 20px rgba(0, 0, 0, 0.25);
        -webkit-transform: rotate(9deg);
                transform: rotate(9deg); }
    .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow:before,
    .product-details .section--product-video .wrapper .inline-video .butterfly-shadow:before {
      top: auto;
      bottom: 16px;
      -webkit-box-shadow: -16px 0 20px rgba(0, 0, 0, 0.25);
              box-shadow: -16px 0 20px rgba(0, 0, 0, 0.25);
      -webkit-transform: rotate(9deg);
              transform: rotate(9deg); }
    .product-details .section--product-video .wrapper .lightbox-video .butterfly-shadow:after,
    .product-details .section--product-video .wrapper .inline-video .butterfly-shadow:after {
      top: auto;
      bottom: 16px;
      -webkit-box-shadow: 16px 0 20px rgba(0, 0, 0, 0.25);
              box-shadow: 16px 0 20px rgba(0, 0, 0, 0.25);
      -webkit-transform: rotate(-9deg);
              transform: rotate(-9deg); }
    .product-details .section--product-video .wrapper .lightbox-video a,
    .product-details .section--product-video .wrapper .inline-video a {
      display: inline-block;
      position: relative;
      width: 100%;
      min-height: 80px;
      border: 4px solid #eba30a;
      background-color: #000; }
      .product-details .section--product-video .wrapper .lightbox-video a:before,
      .product-details .section--product-video .wrapper .inline-video a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
      .product-details .section--product-video .wrapper .lightbox-video a:after,
      .product-details .section--product-video .wrapper .inline-video a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2;
        width: 54px;
        height: 54px;
        background: url(../img/play_btn.png) center center no-repeat; }
      .product-details .section--product-video .wrapper .lightbox-video a img,
      .product-details .section--product-video .wrapper .inline-video a img {
        display: block;
        position: relative;
        z-index: 1;
        max-width: 100%;
        height: auto; }
    .product-details .section--product-video .wrapper .lightbox-video .video-container,
    .product-details .section--product-video .wrapper .inline-video .video-container {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 56.25%;
      border: 4px solid #eba30a;
      background-color: #000; }
      .product-details .section--product-video .wrapper .lightbox-video .video-container iframe,
      .product-details .section--product-video .wrapper .inline-video .video-container iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%; }

.product-details .section--product-specification {
  text-align: center; }
  .product-details .section--product-specification .wrapper h2 {
    color: #1d1d1d; }
  .product-details .section--product-specification .wrapper .list-theme--staggered {
    display: inline-block;
    width: 100%;
    margin-top: 40px; }
    .product-details .section--product-specification .wrapper .list-theme--staggered li {
      display: block;
      padding: 12px 60px;
      color: #646464;
      font-size: 16px;
      line-height: 1.5em;
      text-align: left;
      word-break: break-all; }
      @media screen and (max-width: 375px) {
        .product-details .section--product-specification .wrapper .list-theme--staggered li {
          padding: 12px 16px; } }
      .product-details .section--product-specification .wrapper .list-theme--staggered li:nth-of-type(odd) {
        background-color: #f2f2f2; }

.product-details .section--product-download {
  text-align: center; }
  .product-details .section--product-download .wrapper h2 {
    margin-top: 40px;
    color: #1d1d1d;
    font-weight: normal;
    font-size: 30px; }
  .product-details .section--product-download .wrapper .btn-wrapper {
    margin-top: 20px;
    margin-left: -20px; }
    .product-details .section--product-download .wrapper .btn-wrapper .btn--radias {
      margin-top: 20px;
      margin-left: 20px; }

main.news .section--news-list {
  padding: 40px 0 80px;
  background: #000 url(../img/body_bg.jpg) center top no-repeat;
  background-size: cover; }
  @media screen and (min-width: 961px) {
    main.news .section--news-list .tabs__nav li a {
      color: #fff; } }
  main.news .section--news-list .category-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -20px; }
    main.news .section--news-list .category-items li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(25% - 20px);
      margin-top: 20px;
      margin-left: 20px; }
      main.news .section--news-list .category-items li:nth-of-type(1) {
        width: calc(50% - 20px); }
      @media screen and (max-width: 1279px) {
        main.news .section--news-list .category-items li {
          width: calc(33% - 20px); }
          main.news .section--news-list .category-items li:nth-of-type(1) {
            width: calc(67% - 20px); }
            main.news .section--news-list .category-items li:nth-of-type(1) a {
              background-size: 100% auto; }
              main.news .section--news-list .category-items li:nth-of-type(1) a:hover {
                background-size: 105% auto; } }
        @media screen and (max-width: 1279px) and (hover: none), screen and (max-width: 1279px) and (hover: on-demand) {
          main.news .section--news-list .category-items li:nth-of-type(1) a:hover {
            background-size: 100% auto; } }

      @media screen and (max-width: 960px) {
        main.news .section--news-list .category-items li {
          width: calc(50% - 20px); }
          main.news .section--news-list .category-items li:nth-of-type(1) {
            width: calc(100% - 20px); } }
      @media screen and (max-width: 667px) {
        main.news .section--news-list .category-items li {
          width: calc(100% - 20px); }
          main.news .section--news-list .category-items li:nth-of-type(1) a, main.news .section--news-list .category-items li:nth-of-type(1) a:hover {
            background-size: cover; } }
      main.news .section--news-list .category-items li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 100%;
        height: 425px;
        background-color: #2b2b2b;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        color: #fff;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
        main.news .section--news-list .category-items li a:hover {
          background-size: auto 105%; }
          main.news .section--news-list .category-items li a:hover article {
            min-height: 174px;
            padding: 12px 20px 32px;
            border-bottom-color: #eba30a; }
          @media (hover: none), (hover: on-demand) {
            main.news .section--news-list .category-items li a:hover {
              background-size: auto 100%; }
              main.news .section--news-list .category-items li a:hover article {
                min-height: 154px;
                padding: 12px 20px;
                border-bottom-color: #000; } }
        @media screen and (max-width: 667px) {
          main.news .section--news-list .category-items li a, main.news .section--news-list .category-items li a:hover {
            background-size: cover; } }
      main.news .section--news-list .category-items li article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        min-height: 154px;
        padding: 12px 20px;
        border-bottom: 2px solid #000;
        background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
        background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(41%, rgba(0, 0, 0, 0.75)), color-stop(49%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.3)));
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.75) 41%, rgba(0, 0, 0, 0.7) 49%, rgba(0, 0, 0, 0.3) 100%);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
      main.news .section--news-list .category-items li h3, main.news .section--news-list .category-items li p, main.news .section--news-list .category-items li span {
        width: 100%; }
      main.news .section--news-list .category-items li h3 {
        max-height: 2.68em;
        overflow: hidden;
        color: #fff;
        font-size: 18px;
        line-height: 1.34em; }
      main.news .section--news-list .category-items li p {
        height: 3em;
        overflow: hidden;
        margin-top: 6px;
        color: #bcbcbc;
        font-size: 14px;
        line-height: 1.5em; }
      main.news .section--news-list .category-items li span {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        text-align: right;
        white-space: nowrap; }

main.news_details .section--news-article {
  padding: 80px 120px;
  background: #000 url(../img/body_bg.jpg) center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    main.news_details .section--news-article {
      padding: 0; } }
  main.news_details .section--news-article article {
    position: relative;
    max-width: calc(960px - 40px * 2);
    margin: 0 auto;
    padding: 56px 60px 88px;
    border: 4px solid #eba30a;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      main.news_details .section--news-article article {
        border: 0; } }
    @media screen and (max-width: 480px) {
      main.news_details .section--news-article article {
        padding: 56px 20px 88px; } }
    main.news_details .section--news-article article .heading {
      margin-bottom: 40px; }
      main.news_details .section--news-article article .heading h1 {
        margin-top: 10px; }
    main.news_details .section--news-article article .wp-caption {
      margin: 40px;
      text-align: center;
      font-size: 16px; }
      @media screen and (max-width: 667px) {
        main.news_details .section--news-article article .wp-caption {
          margin: 40px 0; } }
      main.news_details .section--news-article article .wp-caption .wp-caption-text {
        margin-top: .5em;
        font-size: 75%;
        line-height: 1.5em; }
    main.news_details .section--news-article article ol, main.news_details .section--news-article article ul {
      margin: 1em 0; }
      main.news_details .section--news-article article ol li, main.news_details .section--news-article article ul li {
        color: #666; }
      main.news_details .section--news-article article ol li + li, main.news_details .section--news-article article ul li + li {
        margin-top: 10px; }
    main.news_details .section--news-article article img, main.news_details .section--news-article article iframe {
      max-width: 100%; }
    main.news_details .section--news-article article img {
      height: auto; }
    main.news_details .section--news-article article p img {
      display: block;
      margin-top: 2.5em;
      margin-bottom: 2.5em; }
      main.news_details .section--news-article article p img.aligncenter {
        margin-right: auto;
        margin-left: auto; }
    main.news_details .section--news-article article iframe {
      display: inherit;
      margin: 40px auto 0; }

main.download .section--hero-header {
  overflow: visible; }
  main.download .section--hero-header:before {
    right: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none; }
  @media screen and (max-width: 736px) {
    main.download .section--hero-header .wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  main.download .section--hero-header .wrapper p {
    margin: 20px 0;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: all 1.5s ease-out 1.35s;
    transition: all 1.5s ease-out 1.35s; }
    body.loaded main.download .section--hero-header .wrapper p {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  main.download .section--hero-header .wrapper .filter-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 834px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-transition: all 1.4s ease-out 1.6s;
    transition: all 1.4s ease-out 1.6s; }
    body.loaded main.download .section--hero-header .wrapper .filter-bar {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    main.download .section--hero-header .wrapper .filter-bar form {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      main.download .section--hero-header .wrapper .filter-bar form .select2-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        overflow: hidden; }
        @media screen and (max-width: 736px) {
          main.download .section--hero-header .wrapper .filter-bar form .select2-container {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
            margin-bottom: 20px; } }
      main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(1) {
        width: calc((100% - 40px * 2) / 3 * 2 + 40px); }
        @media screen and (max-width: 736px) {
          main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(1) {
            width: 100%; } }
        main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(1) .select2-container:nth-of-type(2) {
          margin-left: 40px; }
          @media screen and (max-width: 736px) {
            main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(1) .select2-container:nth-of-type(2) {
              margin-left: 0; } }
      main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2) {
        position: relative;
        width: calc((100% - 40px * 2) / 3);
        margin-left: 40px; }
        main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2):before, main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2):after {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 1); }
        main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2):before {
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.85); }
        main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2):after {
          top: 50%;
          left: 50%;
          width: 32px;
          height: 32px;
          margin-top: -16px;
          margin-left: -16px;
          border: 3px solid #646464;
          border-radius: 50%;
          border-top-color: #fff;
          -webkit-animation: spin 1s ease-in-out infinite;
                  animation: spin 1s ease-in-out infinite; }
        main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2).loading:before, main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2).loading:after {
          opacity: 1;
          pointer-events: auto; }
        @media screen and (max-width: 736px) {
          main.download .section--hero-header .wrapper .filter-bar form:nth-of-type(2) {
            width: 100%;
            margin-left: 0; } }
main.download .search-result {
  background-color: #fff; }
  main.download .search-result .wrapper {
    min-height: 320px;
    padding-top: 40px;
    padding-bottom: 120px; }
    main.download .search-result .wrapper .result-count {
      padding: 10px 0;
      border-bottom: 1px solid #bcbcbc;
      color: #646464;
      font-size: 16px;
      line-height: 1em;
      white-space: nowrap; }
    main.download .search-result .wrapper h2 {
      margin: 20px 0 10px;
      color: #2b2b2b;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.34em; }
    main.download .search-result .wrapper ul.downloadable-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      min-height: 124px;
      margin-left: -20px;
      padding-bottom: 20px; }
      main.download .search-result .wrapper ul.downloadable-list:before, main.download .search-result .wrapper ul.downloadable-list:after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 1);
        transition: opacity 0.5s cubic-bezier(0, 0, 0.18, 1); }
      main.download .search-result .wrapper ul.downloadable-list:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.85); }
      main.download .search-result .wrapper ul.downloadable-list:after {
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px;
        border: 3px solid #646464;
        border-radius: 50%;
        border-top-color: #fff;
        -webkit-animation: spin 1s ease-in-out infinite;
                animation: spin 1s ease-in-out infinite; }
      main.download .search-result .wrapper ul.downloadable-list.loading:before, main.download .search-result .wrapper ul.downloadable-list.loading:after {
        opacity: 1;
        pointer-events: auto; }
      main.download .search-result .wrapper ul.downloadable-list:before {
        top: 20px;
        left: 20px;
        bottom: 20px; }
      main.download .search-result .wrapper ul.downloadable-list:after {
        top: 50%;
        left: calc(50% + (20px / 2)); }
      main.download .search-result .wrapper ul.downloadable-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(100% / 3 - 20px);
        margin-top: 20px;
        margin-left: 20px; }
        @media screen and (max-width: 960px) {
          main.download .search-result .wrapper ul.downloadable-list li {
            width: calc(100% / 2 - 20px); } }
        @media screen and (max-width: 736px) {
          main.download .search-result .wrapper ul.downloadable-list li {
            width: calc(100% - 20px); } }
        main.download .search-result .wrapper ul.downloadable-list li.empty-msg {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 6em;
          color: #cfcfcf; }
        main.download .search-result .wrapper ul.downloadable-list li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: relative;
          padding: 20px 20px 20px 48px;
          border: 2px solid #888888;
          background-color: #fff;
          -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
          main.download .search-result .wrapper ul.downloadable-list li a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 48px;
            height: 44px;
            border-right: 1px solid #888888;
            background: url(../img/download_icon.png) center center no-repeat;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
          main.download .search-result .wrapper ul.downloadable-list li a:hover {
            border-color: #eba30a;
            background-color: #eba30a; }
            main.download .search-result .wrapper ul.downloadable-list li a:hover:before {
              border-color: #fff;
              background: url(../img/download_iconh.png) center center no-repeat; }
            main.download .search-result .wrapper ul.downloadable-list li a:hover b, main.download .search-result .wrapper ul.downloadable-list li a:hover span {
              color: #fff; }
          main.download .search-result .wrapper ul.downloadable-list li a b, main.download .search-result .wrapper ul.downloadable-list li a span {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 0px;
                    flex: 0 0 0;
            padding-left: 10px;
            text-align: left;
            font-size: 15px;
            line-height: 1.34em; }
          main.download .search-result .wrapper ul.downloadable-list li a b {
            color: #eba30a;
            font-weight: normal; }

main.download ~ .select2-container.select2-container--default .select2-selection--single {
  border: 0; }
main.download ~ .select2-container.select2-container--open .select2-dropdown--below {
  border: 0; }
main.download ~ .select2-container.select2-dropdown {
  border: 0; }

main.contact {
  background: url(../img/contact_downp.png) center bottom no-repeat, url(../img/body_bg.jpg) center top no-repeat;
  color: #fff; }
  main.contact h2 {
    color: #eba30a;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: 1px;
    text-align: center;
    white-space: nowrap; }
  main.contact section:not(:nth-of-type(1)) {
    margin: 80px auto 120px; }
  main.contact .section--faq .wrapper {
    max-width: 960px; }
    main.contact .section--faq .wrapper .faq-list {
      margin-top: 40px; }
      main.contact .section--faq .wrapper .faq-list li {
        position: relative;
        padding: 24px;
        border-radius: 12px;
        border: 1px solid transparent;
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
        main.contact .section--faq .wrapper .faq-list li:before, main.contact .section--faq .wrapper .faq-list li:after {
          content: "";
          display: block;
          position: absolute;
          top: 35px;
          right: 24px;
          width: 14px;
          height: 2px;
          background-color: #eba30a;
          font-size: 0;
          line-height: 0;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
        main.contact .section--faq .wrapper .faq-list li:before {
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
        main.contact .section--faq .wrapper .faq-list li:after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        main.contact .section--faq .wrapper .faq-list li + li {
          margin-top: 20px; }
        main.contact .section--faq .wrapper .faq-list li p {
          margin-top: 0;
          font-size: 16px;
          line-height: 1.5em; }
          main.contact .section--faq .wrapper .faq-list li p + p {
            margin-top: 1.5em; }
        main.contact .section--faq .wrapper .faq-list li .question {
          margin: -24px;
          padding: 24px 44px 24px 24px;
          cursor: pointer; }
          main.contact .section--faq .wrapper .faq-list li .question p:before {
            content: "Q:";
            display: inline-block;
            margin-right: 4px;
            color: #eba30a;
            font-weight: bold; }
        main.contact .section--faq .wrapper .faq-list li .anwser {
          max-height: 0;
          overflow: hidden;
          margin-top: 0;
          padding: 0 0 0 40px;
          border-top: 1px solid #bcbcbc;
          opacity: 0;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
          main.contact .section--faq .wrapper .faq-list li .anwser p:nth-of-type(1):before {
            content: "A:";
            display: inline-block;
            margin-right: 4px;
            color: #eba30a;
            font-weight: bold; }
          main.contact .section--faq .wrapper .faq-list li .anwser p a {
            color: #eba30a; }
            main.contact .section--faq .wrapper .faq-list li .anwser p a:hover {
              color: #f9d17b; }
              @media (hover: none), (hover: on-demand) {
                main.contact .section--faq .wrapper .faq-list li .anwser p a:hover {
                  color: inherit; } }
        main.contact .section--faq .wrapper .faq-list li.active {
          border-color: #eba30a;
          background-color: #121212;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
          main.contact .section--faq .wrapper .faq-list li.active:before, main.contact .section--faq .wrapper .faq-list li.active:after {
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); }
          main.contact .section--faq .wrapper .faq-list li.active:before {
            -webkit-transform: rotate(-360deg);
                    transform: rotate(-360deg); }
          main.contact .section--faq .wrapper .faq-list li.active:after {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          main.contact .section--faq .wrapper .faq-list li.active .anwser {
            max-height: 999px;
            overflow: initial;
            margin-top: 24px;
            padding: 24px 0 0 40px;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
            opacity: 1; }
  main.contact .section--contact .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      main.contact .section--contact .wrapper {
        max-width: 960px; } }
    main.contact .section--contact .wrapper .wording {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; }
      main.contact .section--contact .wrapper .wording p {
        max-width: 960px;
        margin: 20px auto 40px;
        font-size: 18px;
        line-height: 2em;
        text-align: center; }
    main.contact .section--contact .wrapper .form--contact-us {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(50% - 20px); }
      @media screen and (max-width: 1080px) {
        main.contact .section--contact .wrapper .form--contact-us {
          width: 100%; } }
    main.contact .section--contact .wrapper .contact-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(50% - 20px); }
      @media screen and (max-width: 1080px) {
        main.contact .section--contact .wrapper .contact-info {
          width: 100%;
          margin-top: 40px; } }
      main.contact .section--contact .wrapper .contact-info li.map {
        height: 424px;
        margin-bottom: 20px; }
      main.contact .section--contact .wrapper .contact-info li:not(.map) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 12px;
        line-height: 26px; }
        main.contact .section--contact .wrapper .contact-info li:not(.map) > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        main.contact .section--contact .wrapper .contact-info li:not(.map) img {
          width: 26px;
          height: 26px; }
        main.contact .section--contact .wrapper .contact-info li:not(.map) span {
          margin-left: 12px;
          margin-right: 6px; }
        main.contact .section--contact .wrapper .contact-info li:not(.map) a {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }

main.store {
  background-color: #fff; }
  main.store .section--store-list {
    padding-bottom: 120px; }
    main.store .section--store-list .tabs .tabs__nav {
      margin-top: 40px; }
      @media screen and (min-width: 961px) {
        main.store .section--store-list .tabs .tabs__nav {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin: 0 -20px 0 -40px;
          padding: 0 20px 40px 0; }
          main.store .section--store-list .tabs .tabs__nav li {
            margin-top: 40px;
            margin-left: 40px; }
            main.store .section--store-list .tabs .tabs__nav li a {
              min-width: 4em;
              text-align: center; } }
    main.store .section--store-list .tabs .tabs__container h2 {
      display: block;
      margin: 80px 0 20px;
      padding: 4px 0;
      border-bottom: 1px solid #eba30a;
      color: #eba30a;
      font-size: 18px;
      line-height: 1.34em; }
    main.store .section--store-list .tabs .tabs__container .ec-clients ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -20px;
      margin-left: -20px; }
      main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        width: calc(100% / 8 - 20px);
        margin-top: 20px;
        margin-left: 20px; }
        @media screen and (max-width: 960px) {
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
            width: calc(100% / 6 - 20px); } }
        @media screen and (max-width: 834px) {
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
            width: calc(100% / 5 - 20px); } }
        @media screen and (max-width: 768px) {
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
            width: calc(100% / 4 - 20px); } }
        @media screen and (max-width: 568px) {
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
            width: calc(100% / 3 - 20px); } }
        @media screen and (max-width: 413px) {
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li {
            width: calc(100% / 2 - 20px); } }
        main.store .section--store-list .tabs .tabs__container .ec-clients ul li a {
          display: block;
          width: 100%;
          height: 100%; }
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li a:hover {
            opacity: .5; }
          main.store .section--store-list .tabs .tabs__container .ec-clients ul li a img {
            display: block;
            width: 100%;
            height: auto; }
    main.store .section--store-list .tabs .tabs__container .city h2 {
      margin-bottom: 40px; }
    main.store .section--store-list .tabs .tabs__container .city ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -40px;
      margin-left: -20px; }
      main.store .section--store-list .tabs .tabs__container .city ul li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
        width: calc(100% / 3 - 20px);
        margin-top: 40px;
        margin-left: 20px;
        padding-right: 40px;
        padding-left: 40px; }
        @media screen and (max-width: 1023px) {
          main.store .section--store-list .tabs .tabs__container .city ul li {
            width: calc(100% / 2 - 20px); } }
        @media screen and (max-width: 667px) {
          main.store .section--store-list .tabs .tabs__container .city ul li {
            width: calc(100% - 20px); } }
        main.store .section--store-list .tabs .tabs__container .city ul li h3 {
          display: block;
          position: relative;
          color: #1d1d1d;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.5em; }
          main.store .section--store-list .tabs .tabs__container .city ul li h3:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: -18px;
            width: 10px;
            height: 16px;
            background: url(../img/store_icon.png) 0 0 no-repeat;
            font-size: 0;
            line-height: 0; }
        main.store .section--store-list .tabs .tabs__container .city ul li p {
          color: #2b2b2b;
          font-size: 14px;
          line-height: 1.29em; }
          main.store .section--store-list .tabs .tabs__container .city ul li p + p {
            margin-top: 6px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 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; }

@-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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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, .animate-on-scroll.animated [data-animate="fadeIn"] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownSmall, .animate-on-scroll.animated [data-animate="fadeInDownSmall"] {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown, .animate-on-scroll.animated [data-animate="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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeft, .animate-on-scroll.animated [data-animate="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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRight, .animate-on-scroll.animated [data-animate="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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUpSmall, .animate-on-scroll.animated [data-animate="fadeInUpSmall"] {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInUp, .animate-on-scroll.animated [data-animate="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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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, .animate-on-scroll:not(.animated) [data-animate="fadeIn"],
.animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) [data-animate="zoomIn"] {
  -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.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.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }
  50% {
    opacity: 1; } }
.zoomIn, .animate-on-scroll.animated [data-animate="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; }

@-webkit-keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.82, 0, 1, 1); }
  50% {
    top: 16px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
  100% {
    top: 0; } }

@keyframes jump {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-timing-function: cubic-bezier(0.82, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.82, 0, 1, 1); }
  50% {
    top: 16px;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
  100% {
    top: 0; } }
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4EB5E6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6; }

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

.datepicker--cell.-current- {
  color: #eba30a; }

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus- {
  background-color: #eba30a; }

/*
** Replace Styles in select2.js
*/
.select2-container {
  width: 100% !important; }

.select2-container,
.select2-container span {
  display: block; }

.select2-container .select2-selection--single {
  height: auto; }

.select2-container--default .select2-selection--single {
  border: 1px solid #d2d2d2;
  border-radius: 0;
  background-color: transparent; }
  main.contact .select2-container--default .select2-selection--single {
    border-color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 44px 16px 20px;
  background-color: #fff; }
  main.contact .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.25em; }
  main.contact .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 52px;
  height: 52px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: url(../img/arrow_s2.png) center center no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
  main.contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/arrow_s2_w.png); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.select2-dropdown {
  border-radius: 0;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }

.select2-results__option {
  padding: 16px 20px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.25em; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 270px;
  -webkit-overflow-scrolling: touch; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eba30a; }

.slick-vertical {
  height: 100%;
  overflow: hidden; }

.slick-vertical .slick-slide {
  border: 0; }

.fancybox-slide video {
  max-width: calc(100% - 40px);
  margin: 20px; }

span.wpcf7-not-valid-tip {
  display: inline-block;
  position: absolute;
  top: -9px;
  left: -10px;
  width: auto;
  padding: 4px 10px 6px;
  border-radius: 10px;
  background-color: #c82121;
  color: #fff;
  font-size: 12px;
  line-height: 1em; }

div.wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 65%;
  margin: 20px auto 0;
  padding: 6px 10px 8px;
  border: 0;
  border-radius: 15px;
  background-color: #c82121;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  text-align: center; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0; }

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #58a000; }

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  width: 180px;
  height: 100%;
  margin: auto;
  background-color: #eba30a;
  background-image: none;
  pointer-events: none; }
  div.wpcf7 .ajax-loader:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: spin 1s ease-in-out infinite;
            animation: spin 1s ease-in-out infinite; }
