@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */ }

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

main {
  display: block; }

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

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

mark {
  background-color: transparent;
  color: inherit; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[type="submit"],
input[readonly],
input[disabled],
label,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  padding: 0; }

/* Start of "Remove spinner on input of number[Firefox/Chrome/Safari]" */
input[type='number'] {
  -moz-appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

button::-moz-focus-inner {
  border: 0; }

/* End of "Remove spinner on input of number[Firefox/Chrome/Safari]" */
@font-face {
  font-family: 'Roboto';
  src: local("Roboto Black"), local("Roboto-Black"), url("../font/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("Roboto"), local("Roboto-Regular"), url("../font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("../font/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../font/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

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

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

@-webkit-keyframes tap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@keyframes tap {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes wheel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes wheel {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@-webkit-keyframes btnLineAnimate {
  12.5% {
    left: initial;
    right: 0;
    width: 100%;
    opacity: 1; }
  37.5% {
    left: initial;
    right: 0;
    width: 0;
    opacity: .5; }
  62.5% {
    left: 0;
    right: initial;
    width: 0;
    opacity: .5; }
  87.5% {
    left: 0;
    right: initial;
    width: 100%;
    opacity: 1; } }

@keyframes btnLineAnimate {
  12.5% {
    left: initial;
    right: 0;
    width: 100%;
    opacity: 1; }
  37.5% {
    left: initial;
    right: 0;
    width: 0;
    opacity: .5; }
  62.5% {
    left: 0;
    right: initial;
    width: 0;
    opacity: .5; }
  87.5% {
    left: 0;
    right: initial;
    width: 100%;
    opacity: 1; } }

.animate-on-scroll *[data-animate]:not([class^="js-rellax--"]) {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animate-on-scroll [data-animate="fadeInUpByMargin"] {
  margin-top: 60px;
  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); }

.animate-on-scroll [data-animate="fadeInDownByMargin"] {
  margin-top: -60px;
  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); }

.animate-on-scroll [data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"] {
  top: 60px;
  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); }

.animate-on-scroll [data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"] {
  top: -60px;
  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); }

.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="fadeInUpByMargin"] {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }

.animate-on-scroll.animated [data-animate="fadeInDownByMargin"] {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: margin-top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }

.animate-on-scroll.animated [data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"][data-animate="fadeInUpByPos"] {
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }

.animate-on-scroll.animated [data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"][data-animate="fadeInDownByPos"] {
  top: 0;
  opacity: 1;
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear;
  transition: top 1s cubic-bezier(0, 0, 0.18, 1), opacity 1s linear; }

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ddd;
  color: #777777;
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-transition: top 0s linear 1s;
  transition: top 0s linear 1s; }
  .rwd-menu-active body {
    -webkit-transition: top 0s linear 0s;
    transition: top 0s linear 0s; }
  body.centerline:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 9999;
    width: 1px;
    background-color: rgba(255, 51, 102, 0.8); }
  body .debug-panel {
    display: inline-block;
    position: fixed;
    top: 50%;
    left: auto;
    right: auto;
    z-index: 9990;
    margin: 10px;
    padding: 20px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

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

main {
  flex: 1 0 auto;
  position: relative;
  overflow-x: hidden;
  background-color: #fff; }
  main.shop.fav h1,
  main section,
  main .shop-nav,
  main [class*="account__"] {
    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); }
    .loaded main.shop.fav h1, .loaded main section, .loaded main .shop-nav, .loaded main [class*="account__"] {
      opacity: 1; }

a {
  color: inherit; }

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

.centerline:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  width: 1px;
  background-color: rgba(255, 51, 102, 0.8); }

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

.section--kv .img-object-fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.img-object-fit > img,
.img-object-fit > video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

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

.show {
  display: block; }

.hide {
  display: none; }

.no-scroll {
  overflow: hidden; }

h1.hide, h2.hide, h3.hide, h4.hide, h5.hide, h6.hide {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 176px;
  height: 48px;
  padding: 0 10px;
  border: 0;
  background-color: #222222;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  letter-spacing: .4px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
  @media (hover: hover) {
    .btn:hover {
      background-color: #4bc4d8;
      color: #222222; } }
  .btn--border {
    background-color: transparent;
    border: 2px solid #fff; }
  .btn--circle {
    min-width: auto;
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%; }
    .btn--circle svg {
      position: absolute;
      width: 80px;
      height: 80px;
      -o-object-fit: cover;
         object-fit: cover; }
    .btn--circle--xs {
      min-width: auto;
      width: 32px;
      height: 32px;
      padding: 0;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 50%; }
      .btn--circle--xs svg {
        width: 100%;
        height: 100%; }
  .btn--radius {
    min-width: 138px;
    border-radius: 3px; }
    @media (hover: hover) {
      .btn--radius:hover {
        color: #fff; } }
    .btn--radius--major, .btn--radius--minor, .btn--radius--caution {
      min-width: 138px;
      border-radius: 3px; }
      @media (hover: hover) {
        .btn--radius--major:hover, .btn--radius--minor:hover, .btn--radius--caution:hover {
          border-color: #777777;
          background-color: #777777;
          color: #fff; } }
    .btn--radius--major {
      background-color: #4bc4d8;
      color: #fff; }
      @media (hover: hover) {
        .btn--radius--major:hover {
          border-color: #2196aa;
          background-color: #2196aa;
          color: #fff; } }
    .btn--radius--minor {
      border: 1px solid #e3e3e3;
      background-color: #fff;
      color: #777777; }
      @media (hover: hover) {
        .btn--radius--minor:hover {
          border-color: #777777;
          background-color: #777777;
          color: #fff; } }
    .btn--radius--caution {
      border: 1px solid #e3e3e3;
      background-color: #fff;
      color: #777777; }
      @media (hover: hover) {
        .btn--radius--caution:hover {
          border-color: #f4cdcd;
          background-color: #f9e6e6;
          color: #af2727; } }
    .btn--radius--fb {
      border-radius: 3px;
      background-color: #3C5A99;
      color: #fff; }
      @media (hover: hover) {
        .btn--radius--fb:hover {
          background-color: #263a62;
          color: #fff; } }
    .btn--radius--line {
      border-radius: 3px;
      background-color: #00c300;
      color: #fff; }
      @media (hover: hover) {
        .btn--radius--line:hover {
          background-color: #00E000;
          color: #fff; } }
    .btn--radius.disabled {
      background-color: #aaaaaa;
      color: #e3e3e3; }
      @media (hover: hover) {
        .btn--radius.disabled:hover {
          background-color: #aaaaaa;
          color: #e3e3e3; } }
    .btn--radius.cart {
      background-color: #4bc4d8; }
      @media (hover: hover) {
        .btn--radius.cart:hover {
          background-color: #2196aa;
          color: #fff; } }
      .btn--radius.cart:before {
        content: "";
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 5px;
        background: url(../img/svg/icon_cross.svg) center center no-repeat;
        background-size: cover;
        font-size: 0;
        line-height: 0; }
    @media (hover: hover) {
      .btn--radius.installment:hover {
        background-color: #777777;
        color: #fff; } }
  .shop .btn--social {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 18px;
    padding-right: 40px;
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    -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; }
    .loaded .shop .btn--social {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media screen and (max-width: 959px) {
      .shop .btn--social {
        padding-right: 20px; } }
    .shop .btn--social__fb {
      background-image: url(../img/svg/icon_fb_radius.svg); }
    .shop .btn--social__fb:after {
      background-image: url(../img/svg/icon_fb_radius--hover.svg); }
    .shop .btn--social__line {
      background-image: url(../img/svg/icon_line_radius.svg); }
    .shop .btn--social__line:after {
      background-image: url(../img/svg/icon_line_radius--hover.svg); }
    .shop .btn--social a[class^="btn--"] {
      display: block;
      position: relative;
      width: 28px;
      height: 28px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      font-size: 0;
      line-height: 0; }
      .shop .btn--social a[class^="btn--"]:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        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); }
      @media (hover: hover) {
        .shop .btn--social a[class^="btn--"]:hover:after {
          opacity: 1; } }
      .shop .btn--social a[class^="btn--"] + a {
        margin-left: 8px; }
  .blog .btn--social {
    display: inline-flex; }
    .blog .btn--social__fb {
      background-image: url(../img/svg/icon_facebook_xs.svg);
      color: #4267b2; }
    .blog .btn--social__line {
      background-image: url(../img/svg/icon_line_xs.svg);
      color: #00c200; }
    .blog .btn--social a[class^="btn--"] {
      display: block;
      width: 54px;
      height: 40px;
      background-color: currentColor;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      font-size: 0;
      opacity: 1;
      -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: hover) {
        .blog .btn--social a[class^="btn--"]:hover {
          opacity: .5; } }
    .blog .btn--social.vertical-direction {
      flex-direction: column; }
      @media screen and (max-width: 1280px) {
        .blog .btn--social.vertical-direction {
          flex-direction: row; } }
      @media not all and (hover: none) {
        .blog .btn--social.vertical-direction a[class^="btn--"] {
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          padding-left: 0;
          background-origin: content-box; }
          .blog .btn--social.vertical-direction a[class^="btn--"]:hover {
            padding-left: 10px;
            opacity: 1; } }
      @media screen and (max-width: 1280px) {
        .blog .btn--social.vertical-direction a[class^="btn--"]:hover {
          padding-left: 0;
          opacity: 1; } }
.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding-top: 30px;
  text-align: center; }
  @media screen and (max-width: 567px) {
    .btn-wrap {
      margin-left: 0; } }
  .btn-wrap .btn {
    margin-top: 10px;
    margin-left: 20px; }
    @media screen and (max-width: 567px) {
      .btn-wrap .btn {
        width: 100%; } }
    @media screen and (max-width: 567px) {
      .btn-wrap .btn {
        margin-left: 0; } }
.iconbtn--remove {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/svg/icon_trash.svg) center center no-repeat;
  background-size: 18px;
  font-size: 0;
  line-height: 0;
  cursor: pointer; }

header.site-menu {
  position: fixed;
  top: -68px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 68px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
  transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
  body.loaded header.site-menu {
    opacity: 1;
    top: 0; }
  header.site-menu .wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); }
    @media screen and (max-width: 1279px) {
      header.site-menu .wrapper {
        justify-content: center; } }
    @media screen and (max-width: 567px) {
      header.site-menu .wrapper {
        justify-content: flex-start;
        padding-left: 80px; } }
  header.site-menu .site-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 153px;
    height: 100%;
    padding-bottom: 6px;
    margin: 0 40px; }
    @media screen and (max-width: 1279px) {
      header.site-menu .site-logo {
        width: 140px; } }
    @media screen and (max-width: 567px) {
      header.site-menu .site-logo {
        margin: 0; } }
    header.site-menu .site-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  header.site-menu .overlay-wrapper {
    flex: 1 1 auto;
    display: flex;
    height: 100%; }
    @media screen and (max-width: 1279px) {
      header.site-menu .overlay-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 100vh;
        left: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
        overflow: visible;
        padding-top: 68px;
        padding-left: 52px;
        padding-right: 52px;
        background-color: #fff;
        -webkit-transition: top 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99);
        transition: top 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99);
        -webkit-overflow-scrolling: touch; }
        header.site-menu .overlay-wrapper:after {
          content: "";
          flex: 0 0 auto;
          display: block;
          width: 100%;
          height: 52px; }
          [class*="safari"] header.site-menu .overlay-wrapper:after {
            height: 114px; } }
      @media only screen and (max-width: 1279px) and (device-width: 414px) and (device-height: 896px) and (orientation: portrait) {
        [class*="safari"] header.site-menu .overlay-wrapper:after {
          height: 154px; } }
      @media only screen and (max-width: 1279px) and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
        [class*="safari"] header.site-menu .overlay-wrapper:after {
          height: 154px; } }
    @media screen and (max-width: 1279px) {
          [class*="chrome-mobile"] header.site-menu .overlay-wrapper:after {
            height: 130px; }
        .rwd-menu-active header.site-menu .overlay-wrapper {
          top: 0;
          overflow-y: auto;
          -webkit-transition: top 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99);
          transition: top 0.25s cubic-bezier(0.63, 0.01, 0.56, 0.99); } }
  header.site-menu nav {
    flex: 1 1 auto; }
    header.site-menu nav ul {
      display: flex;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 1279px) {
        header.site-menu nav ul {
          flex-direction: column;
          align-items: flex-start; } }
      header.site-menu nav ul li {
        flex: 1 1 auto;
        max-width: 140px; }
        @media screen and (max-width: 1279px) {
          header.site-menu nav ul li {
            flex: 0 0 auto;
            max-width: none; } }
        header.site-menu nav ul li.current-menu-item a:after {
          content: "";
          display: block;
          position: absolute;
          left: 50%;
          bottom: 10px;
          width: 0;
          height: 0;
          margin-left: -6px;
          border-width: 0 6px 6px;
          border-style: solid;
          border-color: transparent;
          border-bottom-color: #8ad9e6; }
          .home header.site-menu nav ul li.current-menu-item a:after {
            display: none; }
          @media screen and (max-width: 1279px) {
            header.site-menu nav ul li.current-menu-item a:after {
              display: none; } }
        @media not all and (hover: none) {
          header.site-menu nav ul li.current-menu-item a:hover:after {
            bottom: 11px; } }
        header.site-menu nav ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
          top: 0;
          height: 100%;
          padding: 0 20px;
          color: #222222;
          font-size: 15px;
          line-height: 1em;
          white-space: nowrap;
          -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: color 0.5s cubic-bezier(0, 0, 0.18, 1); }
          @media screen and (max-width: 1279px) {
            header.site-menu nav ul li a {
              padding: 0;
              height: 44px; } }
          @media screen and (min-width: 1280px) and (hover: hover) {
            header.site-menu nav ul li a:hover {
              top: 1px;
              color: #4bc4d8; } }
  header.site-menu .utility {
    display: flex;
    padding-right: 40px; }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility {
        display: block;
        margin-top: 80px;
        padding-right: 0; } }
    header.site-menu .utility .account,
    header.site-menu .utility .fav,
    header.site-menu .utility .cart,
    header.site-menu .utility .lang {
      position: relative;
      height: 100%; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .account,
        header.site-menu .utility .fav,
        header.site-menu .utility .cart,
        header.site-menu .utility .lang {
          height: auto; } }
      header.site-menu .utility .account:hover, header.site-menu .utility .account.active,
      header.site-menu .utility .fav:hover,
      header.site-menu .utility .fav.active,
      header.site-menu .utility .cart:hover,
      header.site-menu .utility .cart.active,
      header.site-menu .utility .lang:hover,
      header.site-menu .utility .lang.active {
        z-index: 3; }
        header.site-menu .utility .account:hover [class*="icon-"]:after, header.site-menu .utility .account.active [class*="icon-"]:after,
        header.site-menu .utility .fav:hover [class*="icon-"]:after,
        header.site-menu .utility .fav.active [class*="icon-"]:after,
        header.site-menu .utility .cart:hover [class*="icon-"]:after,
        header.site-menu .utility .cart.active [class*="icon-"]:after,
        header.site-menu .utility .lang:hover [class*="icon-"]:after,
        header.site-menu .utility .lang.active [class*="icon-"]:after {
          opacity: 1; }
          @media screen and (max-width: 1279px) {
            header.site-menu .utility .account:hover [class*="icon-"]:after, header.site-menu .utility .account.active [class*="icon-"]:after,
            header.site-menu .utility .fav:hover [class*="icon-"]:after,
            header.site-menu .utility .fav.active [class*="icon-"]:after,
            header.site-menu .utility .cart:hover [class*="icon-"]:after,
            header.site-menu .utility .cart.active [class*="icon-"]:after,
            header.site-menu .utility .lang:hover [class*="icon-"]:after,
            header.site-menu .utility .lang.active [class*="icon-"]:after {
              display: none; } }
        header.site-menu .utility .account:hover .close, header.site-menu .utility .account.active .close,
        header.site-menu .utility .fav:hover .close,
        header.site-menu .utility .fav.active .close,
        header.site-menu .utility .cart:hover .close,
        header.site-menu .utility .cart.active .close,
        header.site-menu .utility .lang:hover .close,
        header.site-menu .utility .lang.active .close {
          z-index: 3; }
    header.site-menu .utility .icon-user,
    header.site-menu .utility .icon-fav,
    header.site-menu .utility .icon-cart,
    header.site-menu .utility .icon-global {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 48px;
      height: 100%;
      font-size: 0;
      line-height: 0;
      cursor: pointer; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .icon-user,
        header.site-menu .utility .icon-fav,
        header.site-menu .utility .icon-cart,
        header.site-menu .utility .icon-global {
          justify-content: flex-start;
          width: auto;
          height: 44px;
          color: #222222;
          font-size: 15px;
          line-height: 1em;
          white-space: nowrap; } }
      header.site-menu .utility .icon-user:before, header.site-menu .utility .icon-user:after,
      header.site-menu .utility .icon-fav:before,
      header.site-menu .utility .icon-fav:after,
      header.site-menu .utility .icon-cart:before,
      header.site-menu .utility .icon-cart:after,
      header.site-menu .utility .icon-global:before,
      header.site-menu .utility .icon-global:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .icon-user:before,
        header.site-menu .utility .icon-fav:before,
        header.site-menu .utility .icon-cart:before,
        header.site-menu .utility .icon-global:before {
          position: relative;
          top: 1px;
          width: 24px; } }
      header.site-menu .utility .icon-user:after,
      header.site-menu .utility .icon-fav:after,
      header.site-menu .utility .icon-cart:after,
      header.site-menu .utility .icon-global:after {
        opacity: 0; }
    header.site-menu .utility .icon-user:before {
      background-image: url(../img/svg/icon_user.svg); }
    header.site-menu .utility .icon-fav:before {
      background-image: url(../img/svg/icon_fav.svg); }
    header.site-menu .utility .icon-cart:before {
      background-image: url(../img/svg/icon_cart.svg); }
    header.site-menu .utility .icon-global:before {
      background-image: url(../img/svg/icon_global.svg); }
    header.site-menu .utility .icon-user:after {
      background-image: url(../img/svg/icon_user_color.svg); }
    header.site-menu .utility .icon-fav:after {
      background-image: url(../img/svg/icon_fav_color.svg); }
    header.site-menu .utility .icon-cart:after {
      background-image: url(../img/svg/icon_cart_color.svg); }
    header.site-menu .utility .icon-global:after {
      background-image: url(../img/svg/icon_global_color.svg); }
    header.site-menu .utility .count-number {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 14px;
      left: calc(50% + 2px);
      min-width: 18px;
      height: 18px;
      padding: 0 6px;
      border-radius: 9px;
      background-color: #4bc4d8;
      color: #fff;
      font-size: 12px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1em;
      white-space: nowrap; }
    header.site-menu .utility .panel,
    header.site-menu .utility ul {
      display: flex;
      flex-direction: column;
      position: absolute;
      top: 100%;
      right: 0;
      border-radius: 4px;
      background-color: #fff;
      border: 1px solid #e3e3e3;
      border-top: 3px solid #4bc4d8;
      -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .panel,
        header.site-menu .utility ul {
          border-radius: 0;
          border-width: 3px 0 0; } }
    header.site-menu .utility .panel {
      width: 360px;
      max-height: calc(100vh - 68px); }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .panel {
          position: fixed;
          top: 100vh;
          left: 0;
          width: 100vw;
          height: 100vh;
          max-height: none;
          -webkit-overflow-scrolling: touch; } }
      header.site-menu .utility .panel .close {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 68px;
        height: 68px;
        font-size: 0;
        line-height: 0;
        cursor: pointer; }
        @media screen and (max-width: 1279px) {
          header.site-menu .utility .panel .close {
            display: block; } }
        header.site-menu .utility .panel .close:before, header.site-menu .utility .panel .close:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 28px;
          height: 2px;
          background-color: #222222;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg); }
        header.site-menu .utility .panel .close:after {
          -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                  transform: translate(-50%, -50%) rotate(-45deg); }
    header.site-menu .utility ul {
      display: flex;
      flex-direction: column;
      padding: 10px 0; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility ul {
          max-height: 0;
          position: static;
          overflow: hidden;
          padding: 0 0 0 30px;
          border-radius: 0;
          border: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      header.site-menu .utility ul li.current-menu-item, header.site-menu .utility ul li.wpml-ls-current-language {
        background-color: #e3e3e3; }
        @media screen and (max-width: 1279px) {
          header.site-menu .utility ul li.current-menu-item, header.site-menu .utility ul li.wpml-ls-current-language {
            background-color: transparent; } }
      header.site-menu .utility ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
        padding: 0 20px;
        color: #222222;
        font-size: 14px;
        line-height: 1em;
        letter-spacing: .75px;
        white-space: nowrap;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        @media (hover: hover) and (min-width: 1280px) {
          header.site-menu .utility ul li a:hover {
            background-color: #4bc4d8;
            color: #fff; } }
        @media screen and (max-width: 1279px) {
          header.site-menu .utility ul li a {
            justify-content: flex-start;
            padding: 0;
            color: #777777; } }
    header.site-menu .utility .account.active .panel,
    header.site-menu .utility .account.active ul,
    header.site-menu .utility .fav.active .panel,
    header.site-menu .utility .fav.active ul,
    header.site-menu .utility .cart.active .panel,
    header.site-menu .utility .cart.active ul,
    header.site-menu .utility .lang.active .panel,
    header.site-menu .utility .lang.active ul {
      opacity: 1;
      pointer-events: auto; }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .account.active .panel,
      header.site-menu .utility .fav.active .panel,
      header.site-menu .utility .cart.active .panel,
      header.site-menu .utility .lang.active .panel {
        top: 0; } }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .account.active ul,
      header.site-menu .utility .fav.active ul,
      header.site-menu .utility .cart.active ul,
      header.site-menu .utility .lang.active ul {
        max-height: 999px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .account .icon-user:before {
        margin-right: 6px; } }
    header.site-menu .utility .account .panel {
      z-index: 2;
      overflow: hidden; }
      header.site-menu .utility .account .panel .title {
        color: #222222; }
      header.site-menu .utility .account .panel .btn {
        width: 100%; }
      header.site-menu .utility .account .panel .panel__login,
      header.site-menu .utility .account .panel .panel__register,
      header.site-menu .utility .account .panel .panel__forget {
        overflow-y: auto;
        padding: 20px;
        background-color: #fff;
        -webkit-overflow-scrolling: touch; }
        header.site-menu .utility .account .panel .panel__login:after,
        header.site-menu .utility .account .panel .panel__register:after,
        header.site-menu .utility .account .panel .panel__forget:after {
          content: "";
          flex: 0 0 auto;
          display: block;
          width: 100%;
          height: 1px; }
          @media screen and (max-width: 1279px) {
            [class*="safari"] header.site-menu .utility .account .panel .panel__login:after, [class*="safari"] header.site-menu .utility .account .panel .panel__register:after, [class*="safari"] header.site-menu .utility .account .panel .panel__forget:after {
              height: 114px; }
            [class*="chrome-mobile"] header.site-menu .utility .account .panel .panel__login:after, [class*="chrome-mobile"] header.site-menu .utility .account .panel .panel__register:after, [class*="chrome-mobile"] header.site-menu .utility .account .panel .panel__forget:after {
              height: 130px; } }
      header.site-menu .utility .account .panel .panel__login {
        position: relative;
        z-index: 1; }
        header.site-menu .utility .account .panel .panel__login .row.options {
          padding-top: 0; }
          header.site-menu .utility .account .panel .panel__login .row.options .col {
            display: flex;
            align-items: center; }
            header.site-menu .utility .account .panel .panel__login .row.options .col:last-child {
              justify-content: flex-end; }
            header.site-menu .utility .account .panel .panel__login .row.options .col a.forget-pw {
              color: #af2727;
              font-size: 12px;
              line-height: 1em;
              text-decoration: underline; }
      header.site-menu .utility .account .panel .panel__register,
      header.site-menu .utility .account .panel .panel__forget {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
        header.site-menu .utility .account .panel .panel__register.active,
        header.site-menu .utility .account .panel .panel__forget.active {
          top: 0; }
          @media screen and (max-width: 1279px) {
            header.site-menu .utility .account .panel .panel__register.active .back,
            header.site-menu .utility .account .panel .panel__forget.active .back {
              opacity: 1;
              pointer-events: auto; } }
        header.site-menu .utility .account .panel .panel__register .back,
        header.site-menu .utility .account .panel .panel__forget .back {
          position: absolute;
          top: 0;
          right: 0;
          width: 68px;
          height: 68px;
          font-size: 0;
          line-height: 0;
          cursor: pointer; }
          @media screen and (max-width: 1279px) {
            header.site-menu .utility .account .panel .panel__register .back,
            header.site-menu .utility .account .panel .panel__forget .back {
              position: fixed;
              z-index: 3;
              opacity: 0;
              pointer-events: none; } }
          header.site-menu .utility .account .panel .panel__register .back:before, header.site-menu .utility .account .panel .panel__register .back:after,
          header.site-menu .utility .account .panel .panel__forget .back:before,
          header.site-menu .utility .account .panel .panel__forget .back:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 28px;
            height: 2px;
            background-color: #222222;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg); }
          header.site-menu .utility .account .panel .panel__register .back:after,
          header.site-menu .utility .account .panel .panel__forget .back:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg); }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .fav {
        position: fixed;
        top: -68px;
        right: 68px;
        width: 48px;
        height: 68px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; } }
    @media screen and (max-width: 1279px) {
      body.loaded header.site-menu .utility .fav {
        top: 0;
        opacity: 1; } }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .fav .icon-fav {
        justify-content: center;
        height: 68px;
        font-size: 0;
        line-height: 0;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; } }
    @media screen and (max-width: 1279px) {
      header.site-menu.dropdown-panel-opened .icon-fav {
        opacity: 0;
        pointer-events: none; } }
    @media screen and (max-width: 1279px) {
      html.rwd-menu-active .fav .icon-fav {
        opacity: 0;
        pointer-events: none; } }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .cart {
        position: fixed;
        top: -68px;
        right: 20px;
        width: 48px;
        height: 68px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; } }
    @media screen and (max-width: 1279px) {
      body.loaded header.site-menu .utility .cart {
        top: 0;
        opacity: 1; } }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .cart .icon-cart {
        justify-content: center;
        height: 68px;
        font-size: 0;
        line-height: 0;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; } }
    @media screen and (max-width: 1279px) {
      header.site-menu.dropdown-panel-opened .icon-cart {
        opacity: 0;
        pointer-events: none; } }
    @media screen and (max-width: 1279px) {
      html.rwd-menu-active .cart .icon-cart {
        opacity: 0;
        pointer-events: none; } }
    header.site-menu .utility .cart .panel {
      height: 608px;
      padding: 20px; }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .cart .panel {
          height: 100vh;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; }
          header.site-menu .utility .cart .panel:after {
            content: "";
            flex: 0 0 auto;
            display: block;
            width: 100%;
            height: 20px; }
            [class*="safari"] header.site-menu .utility .cart .panel:after {
              height: 114px; }
            [class*="chrome-mobile"] header.site-menu .utility .cart .panel:after {
              height: 130px; }
          header.site-menu .utility .cart .panel > * {
            flex: 0 0 auto; } }
      header.site-menu .utility .cart .panel > .title {
        display: none; }
        @media screen and (max-width: 1279px) {
          header.site-menu .utility .cart .panel > .title {
            display: block;
            height: calc(68px - 20px);
            color: #222222;
            font-size: 16px;
            line-height: 1em;
            white-space: nowrap; } }
    header.site-menu .utility .cart .scroll-warpper {
      flex: 1 1 auto;
      position: relative;
      z-index: 1;
      overflow-y: auto;
      /* [Start] Pure CSS scrolling shadows with background-attachment: local */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, white)), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background-image: linear-gradient(white 30%, transparent), linear-gradient(transparent, white 70%), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
      background-position: 0 0, left bottom, 0 0, left bottom;
      background-repeat: no-repeat;
      background-size: 100% 40px, 100% 40px, 100% 10px, 100% 10px;
      /* Opera doesn't support this in the shorthand */
      background-attachment: local, local, scroll, scroll;
      -webkit-overflow-scrolling: touch;
      /* [End] Pure CSS scrolling shadows with background-attachment: local */ }
      @media screen and (max-width: 1279px) {
        header.site-menu .utility .cart .scroll-warpper {
          flex: 0 0 auto;
          background: none; } }
    header.site-menu .utility .cart .empty {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: #aaaaaa;
      font-size: 16px;
      line-height: 1.5em;
      text-align: center; }
    header.site-menu .utility .cart .item + .item {
      border-top: 1px solid #e3e3e3; }
    header.site-menu .utility .cart a.btn--radius {
      flex: 0 0 auto;
      width: 100%;
      margin-top: 20px; }
    @media screen and (max-width: 1279px) {
      header.site-menu .utility .lang .icon-global:before {
        margin-right: 6px; } }
  header.site-menu .hamburger-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 68px;
    height: 68px;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s cubic-bezier(0, 0, 0.18, 1);
    transition: all 0.25s cubic-bezier(0, 0, 0.18, 1); }
    @media screen and (max-width: 1279px) {
      header.site-menu .hamburger-menu {
        opacity: 1;
        pointer-events: auto; } }
    @media screen and (max-width: 1279px) {
      header.site-menu.dropdown-panel-opened .hamburger-menu {
        opacity: 0;
        pointer-events: none; } }
    header.site-menu .hamburger-menu span {
      display: block;
      position: absolute;
      left: 20px;
      right: 20px;
      height: 2px;
      background-color: #222222;
      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.site-menu .hamburger-menu span:nth-child(1) {
        top: 24px; }
      header.site-menu .hamburger-menu span:nth-child(4) {
        bottom: 24px; }
      header.site-menu .hamburger-menu span:nth-child(2), header.site-menu .hamburger-menu span:nth-child(3) {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .rwd-menu-active header.site-menu .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.site-menu .hamburger-menu span:nth-child(1), .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(4) {
          left: 50%;
          right: 50%;
          opacity: 0; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(1) {
          top: 50%; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(4) {
          bottom: 50%; }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(2) {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .rwd-menu-active header.site-menu .hamburger-menu span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }

footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
  color: #aaaaaa;
  font-size: 12px; }
  @media screen and (max-width: 1023px) {
    footer .wrapper {
      flex-direction: column;
      align-items: center; } }
  footer .wrapper > * {
    opacity: 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; }
  .loaded footer .wrapper > * {
    opacity: 1; }
  footer .wrapper .group {
    display: flex;
    padding: 40px 0; }
    @media screen and (min-width: 1024px) {
      footer .wrapper .group:nth-child(1) {
        padding-left: 20px; }
      footer .wrapper .group:nth-child(3) {
        padding-right: 20px; } }
    @media screen and (max-width: 1023px) {
      footer .wrapper .group:nth-child(2) {
        padding: 0; } }
  footer .wrapper .site-logo {
    align-items: center; }
  footer .wrapper .site-links {
    margin-left: 80px; }
    @media screen and (max-width: 568px) {
      footer .wrapper .site-links {
        justify-content: center;
        margin-left: 40px; } }
    @media screen and (max-width: 480px) {
      footer .wrapper .site-links {
        flex-direction: column;
        width: calc(100% - 20px * 2);
        margin-left: 20px;
        margin-right: 20px; } }
    footer .wrapper .site-links ul {
      margin-right: 80px; }
      @media screen and (max-width: 568px) {
        footer .wrapper .site-links ul {
          margin-right: 40px; } }
      @media screen and (max-width: 480px) {
        footer .wrapper .site-links ul {
          overflow: hidden;
          margin-right: 0;
          border-radius: 8px;
          background-color: #171717; }
          footer .wrapper .site-links ul + ul {
            margin-top: 40px; } }
      @media screen and (max-width: 480px) {
        footer .wrapper .site-links ul li:not(:first-child) {
          border-top: 1px solid #222; } }
      footer .wrapper .site-links ul li + li {
        margin-top: 20px; }
        @media screen and (max-width: 480px) {
          footer .wrapper .site-links ul li + li {
            margin-top: 0; } }
      footer .wrapper .site-links ul li a {
        display: block;
        color: #fff;
        font-size: 12px;
        line-height: 1.5em;
        -webkit-transition: color 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: color 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        @media screen and (max-width: 480px) {
          footer .wrapper .site-links ul li a {
            padding: 20px;
            font-size: 16px;
            text-align: center; } }
        footer .wrapper .site-links ul li a:hover {
          color: #4bc4d8; }
  footer .wrapper .social-btn {
    display: block; }
    footer .wrapper .social-btn strong {
      display: block;
      width: 100%;
      margin-bottom: 16px;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      letter-spacing: 1px; }
      @media screen and (max-width: 1023px) {
        footer .wrapper .social-btn strong {
          text-align: center; } }
    footer .wrapper .social-btn a + a {
      margin-left: 10px; }
      @media screen and (max-width: 480px) {
        footer .wrapper .social-btn a + a {
          margin-left: 20px; } }
    footer .wrapper .social-btn a[class*="btn--"] {
      min-width: auto;
      width: 32px;
      height: 32px; }
      @media screen and (max-width: 480px) {
        footer .wrapper .social-btn a[class*="btn--"] {
          width: 48px;
          height: 48px; } }
      footer .wrapper .social-btn a[class*="btn--"],
      footer .wrapper .social-btn a[class*="btn--"] svg,
      footer .wrapper .social-btn a[class*="btn--"] svg path {
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      footer .wrapper .social-btn a[class*="btn--"]:hover {
        border-color: #269db0; }
        footer .wrapper .social-btn a[class*="btn--"]:hover svg {
          fill: #269db0; }
          footer .wrapper .social-btn a[class*="btn--"]:hover svg path {
            fill: #000; }
  footer .wrapper .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 42px;
    border-top: 1px solid #444; }

.tappay-container,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
input[readonly],
input[disabled],
select,
textarea {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 4px 16px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-color: transparent;
  color: #222222;
  -webkit-text-fill-color: #222222;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  line-height: 1em; }
  .tappay-container::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[readonly]::-webkit-input-placeholder,
  input[disabled]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    line-height: normal; }
  .tappay-container::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[readonly]::-webkit-input-placeholder,
  input[disabled]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaaaaa;
    -webkit-text-fill-color: #aaaaaa;
    opacity: 1; }
  .tappay-container::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[readonly]::-moz-placeholder,
  input[disabled]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaaaaa;
    -webkit-text-fill-color: #aaaaaa;
    opacity: 1; }
  .tappay-container:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[readonly]:-moz-placeholder,
  input[disabled]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaaaaa;
    -webkit-text-fill-color: #aaaaaa;
    opacity: 1; }
  .tappay-container:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[readonly]:-ms-input-placeholder,
  input[disabled]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaaaaa;
    -webkit-text-fill-color: #aaaaaa;
    opacity: 1; }

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

input[readonly]:not(.js-datepicker), input[disabled],
textarea[readonly]:not(.js-datepicker),
textarea[disabled] {
  background-color: #f2f2f2;
  cursor: not-allowed; }

textarea {
  height: calc(1.4285em * 3 + 24px + 2px);
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.4285em; }

label {
  color: #777777; }

.field + .field {
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3; }

.field .sub-field {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.field .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px; }
  .field .row:last-child {
    padding-bottom: 20px; }
  .field .row.border-top {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e3e3e3; }
  .field .row.border-bottom {
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3; }
  .field .row.dividing-line {
    align-items: center; }
    .field .row.dividing-line:before, .field .row.dividing-line:after {
      content: "";
      flex: 1 1 auto;
      display: block;
      width: 1px;
      height: 1px;
      background-color: #e3e3e3; }
    .field .row.dividing-line span {
      margin: 0 10px 2px;
      color: #aaaaaa; }
  .field .row.prescription-name {
    display: flex; }
    .field .row.prescription-name label {
      display: flex;
      align-items: center;
      width: 33.33%;
      height: 48px;
      color: inherit;
      font-weight: normal;
      font-size: 14px;
      line-height: 1.5em;
      letter-spacing: 0.35px; }
    .field .row.prescription-name label + input {
      flex: 1 1 auto;
      width: auto;
      margin-left: 10px; }
  .field .row .col {
    flex: 1 1 0;
    max-width: calc(50% - 10px); }
    .field .row .col + .col {
      margin-left: 20px; }
  .field .row [class*="tappay-"] {
    position: relative; }
    .field .row [class*="tappay-"]:after {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% + 6px);
      right: 16px;
      width: 14px;
      height: 8px;
      border-left: 4px solid #538f28;
      border-bottom: 4px solid #538f28;
      opacity: 0;
      pointer-events: none;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
    .field .row [class*="tappay-"].has-error {
      border-color: #af2727; }
    .field .row [class*="tappay-"].has-success:after {
      top: calc(50% - 4px);
      opacity: 1; }

.field a {
  color: #4bc4d8;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
  transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
  @media (hover: hover) {
    .field a:hover {
      color: #2196aa;
      text-decoration: underline; } }
.field em {
  display: block;
  margin-bottom: 4px;
  color: #777777;
  font-style: normal;
  font-size: 12px; }

.field input[type="radio"], .field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.field input[type="radio"]:checked + label.custom-radio {
  border-color: #2196aa; }
  .field input[type="radio"]:checked + label.custom-radio:before {
    -webkit-box-shadow: 0 0 0 3px #2196aa inset;
            box-shadow: 0 0 0 3px #2196aa inset; }

.field input[type="radio"]:checked ~ .sub-field {
  max-height: 9999px;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s; }

.field label {
  cursor: pointer;
  /*
    ** ===================
    ** Fake File Upload UI
    ** ===================
    **
    ** HTML Structure:
    **  <label class="upload">
    **    <input class="upload-presc-img" type="file">
    **    <div class="status">
    **      <span class="file">
    **        <em class="file-name"></em>
    **        <small class="file-size"></small>
    **      </span>
    **    </div>
    **
    **    <span class="result-success">
    **      <strong>檔案傳送成功</strong>
    **      如需更換頭像，請點擊重新選擇圖片。
    **    </span>
    **    
    **    <span class="result-error">
    **      <strong>檔案傳送錯誤</strong>
    **      請檢查檔案大小或格式，並稍後再試。
    **    </span>
    **  </label>
    **
    */
  /* 
    ** ==============================================================
    ** Custom Style Checkbox, "Remember Me" & "I Agree XXXX" Checkbox
    ** ==============================================================
    ** 
    ** HTML Structure:
    **  <label class="custom-style-checkbox">
    **    <input type="checkbox">
    **    <span class="custom-checkbox" />
    **    <p>lorem ipsum...</p>
    **  </label>
    */ }
  .field label.custom-radio {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 13px 13px 13px 32px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 1.4285em; }
    .field label.custom-radio:before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 19px;
      left: 13px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0 2px #aaaaaa inset;
              box-shadow: 0 0 0 2px #aaaaaa inset; }
    .field label.custom-radio.half-width {
      max-width: calc(50% - 10px); }
      .field label.custom-radio.half-width ~ .half-width {
        margin-top: 0;
        margin-left: 20px; }
    .field label.custom-radio ~ .custom-radio {
      margin-top: 10px; }
  .field label.upload {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 3px;
    background-color: #f2f2f2;
    color: #999999;
    font-size: 14px;
    line-height: 1.5em; }
    .field label.upload input[type="file"] {
      position: absolute;
      width: 0.1px;
      height: 0.1px;
      opacity: 0; }
    .field label.upload .status {
      display: flex;
      align-items: center;
      width: 100%; }
      .field label.upload .status b {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
        margin-right: 20px;
        padding: 4px 24px;
        border-radius: 3px;
        background-color: #777777;
        color: #fff;
        font-size: 14px;
        line-height: 1em;
        white-space: nowrap; }
      .field label.upload .status .file {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 1px;
        overflow: hidden; }
        .field label.upload .status .file .file-name {
          display: block;
          overflow: hidden;
          margin-bottom: 0;
          color: #222222;
          font-size: 14px;
          line-height: normal;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .field label.upload .status .file .file-size {
          text-align: left; }
    .field label.upload .result-success,
    .field label.upload .result-error {
      max-height: 0;
      opacity: 0;
      pointer-events: none; }
  .field label.custom-style-checkbox, .field label.remember-me, .field label.confirm {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.4285em;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
    .field label.custom-style-checkbox .custom-checkbox, .field label.remember-me .custom-checkbox, .field label.confirm .custom-checkbox {
      flex: 0 0 auto;
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 0;
      width: 14px;
      height: 14px;
      border-radius: 3px;
      border: 1px solid #aaaaaa; }
      .field label.custom-style-checkbox .custom-checkbox:after, .field label.remember-me .custom-checkbox:after, .field label.confirm .custom-checkbox:after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 1px;
        width: 14px;
        height: 8px;
        border-left: 4px solid #af2727;
        border-bottom: 4px solid #af2727;
        opacity: 0;
        pointer-events: none;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: all 0.1s linear 0s;
        transition: all 0.1s linear 0s; }
    .field label.custom-style-checkbox input:checked ~ .custom-checkbox:after, .field label.remember-me input:checked ~ .custom-checkbox:after, .field label.confirm input:checked ~ .custom-checkbox:after {
      opacity: 1; }
    .field label.custom-style-checkbox + .confirm, .field label.remember-me + .confirm, .field label.confirm + .confirm {
      margin-top: 10px; }
    .field label.custom-style-checkbox p, .field label.remember-me p, .field label.confirm p {
      margin-top: 0;
      color: inherit;
      font-size: 14px;
      line-height: 1.4285em;
      text-align: left; }
      .field label.custom-style-checkbox p strong, .field label.remember-me p strong, .field label.confirm p strong {
        display: block;
        margin-bottom: 4px;
        font-weight: normal; }
      .field label.custom-style-checkbox p mark, .field label.remember-me p mark, .field label.confirm p mark {
        color: #59c2ed; }
      .field label.custom-style-checkbox p small, .field label.remember-me p small, .field label.confirm p small {
        display: block;
        margin-top: 4px;
        color: #999999;
        font-size: 12px;
        line-height: 1.5em; }
  .field .checkbox-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .field .checkbox-group label.custom-style-checkbox {
      flex-wrap: wrap;
      margin-top: 10px; }
      .field .checkbox-group label.custom-style-checkbox p {
        display: block;
        width: 100%;
        margin-top: 0; }
      .field .checkbox-group label.custom-style-checkbox input.reasonOther {
        height: 32px;
        margin-top: 4px;
        padding: 4px 8px; }
  .field label.remember-me {
    padding-left: 20px; }
    .field label.remember-me .custom-checkbox {
      top: 3px;
      left: -3px; }
    .field label.remember-me p {
      font-size: 12px;
      line-height: 20px; }

@media screen and (max-width: 414px) {
  .field button.btn {
    width: 100%; } }

.field button.btn + .btn {
  margin-left: 20px; }
  @media screen and (max-width: 414px) {
    .field button.btn + .btn {
      margin-top: 10px;
      margin-left: 0; } }
.field .desc,
.field .additional-info {
  display: block;
  width: 100%;
  color: #999999;
  font-size: 12px;
  line-height: 1.5em; }
  .field .desc p,
  .field .additional-info p {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }

.field h4 + .desc {
  margin-top: 0; }

.field .additional-info {
  padding-top: 20px; }
  .field .additional-info img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    margin-top: 10px; }

.field .validation-msg,
.field .error-msg {
  display: block;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  margin-top: 4px;
  color: #af2727;
  font-size: 14px;
  line-height: 1.4285em;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
  .field .validation-msg.active,
  .field .error-msg.active {
    max-height: 999px; }

ol.ordered,
ul.unordered,
article ol,
article ul {
  padding-left: 1.5em; }

ol.ordered,
.faq .content ol,
article ol {
  list-style-type: decimal; }
  ol.ordered.digit-in-tens,
  .faq .content ol.digit-in-tens,
  article ol.digit-in-tens {
    padding-left: 2.4em; }
  ol.ordered.digit-in-hundreds,
  .faq .content ol.digit-in-hundreds,
  article ol.digit-in-hundreds {
    padding-left: 3.4em; }

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

table.table--spec {
  width: 100%;
  border: 1px solid #ccc; }
  table.table--spec tr:not(:first-child) th, table.table--spec tr:not(:first-child) td {
    border-top: 1px solid #ccc; }
  table.table--spec th, table.table--spec td {
    padding: 14px;
    color: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.35px;
    text-align: center; }
  table.table--spec * + th,
  table.table--spec * + td {
    border-left: 1px solid #ccc; }
  table.table--spec th {
    background-color: #eee; }
  table.table--spec td {
    background-color: #f9f9f9; }

table.table--prescription {
  width: 100%; }
  table.table--prescription th, table.table--prescription td {
    min-height: 44px;
    width: 33.33%;
    color: inherit;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.35px;
    text-align: left;
    vertical-align: middle; }
  table.table--prescription th small {
    margin-left: 4px;
    color: #aaaaaa;
    font-size: 12px; }
  table.table--prescription td {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px; }
  table.table--prescription input {
    padding: 12px;
    font-size: 14px;
    line-height: 1em; }
  table.table--prescription .prescription-date,
  table.table--prescription .prescription-creator {
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #aaaaaa;
    font-size: 12px;
    line-height: 1em;
    text-align: right;
    white-space: nowrap; }
  table.table--prescription .prescription-date {
    margin-top: 10px; }

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

strong {
  font-weight: bold; }

article h1,
main.faq .accordion h1 {
  color: #222222;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25em; }

article h2,
main.faq .accordion h2 {
  font-size: 24px; }

article h3,
main.faq .accordion h3 {
  font-size: 20px; }

article h4,
main.faq .accordion h4 {
  font-size: 20px; }

article h5,
main.faq .accordion h5 {
  font-size: 18px; }

article h6,
main.faq .accordion h6 {
  font-size: 16px; }

article h1, article h4,
main.faq .accordion h1,
main.faq .accordion h4 {
  font-weight: bold; }

article h2, article h3, article h5, article h6,
main.faq .accordion h2,
main.faq .accordion h3,
main.faq .accordion h5,
main.faq .accordion h6 {
  color: #222222; }

article h2, article h3, article h4, article h5, article h6,
main.faq .accordion h2,
main.faq .accordion h3,
main.faq .accordion h4,
main.faq .accordion h5,
main.faq .accordion h6 {
  line-height: 1.5em; }

article * + h1,
article * + h2,
article * + h3,
article * + h4,
article * + h5,
article * + h6,
main.faq .accordion * + h1,
main.faq .accordion * + h2,
main.faq .accordion * + h3,
main.faq .accordion * + h4,
main.faq .accordion * + h5,
main.faq .accordion * + h6 {
  margin-top: 60px; }

article h2 + p, article h2 + ol, article h2 + ul, article h3 + p, article h3 + ol, article h3 + ul, article h4 + p, article h4 + ol, article h4 + ul, article h5 + p, article h5 + ol, article h5 + ul, article h6 + p, article h6 + ol, article h6 + ul,
main.faq .accordion h2 + p,
main.faq .accordion h2 + ol,
main.faq .accordion h2 + ul,
main.faq .accordion h3 + p,
main.faq .accordion h3 + ol,
main.faq .accordion h3 + ul,
main.faq .accordion h4 + p,
main.faq .accordion h4 + ol,
main.faq .accordion h4 + ul,
main.faq .accordion h5 + p,
main.faq .accordion h5 + ol,
main.faq .accordion h5 + ul,
main.faq .accordion h6 + p,
main.faq .accordion h6 + ol,
main.faq .accordion h6 + ul {
  margin-top: .5em; }

article ol, article ul,
main.faq .accordion ol,
main.faq .accordion ul {
  margin: 1em 0; }
  article ol ol, article ol ul, article ul ol, article ul ul,
  main.faq .accordion ol ol,
  main.faq .accordion ol ul,
  main.faq .accordion ul ol,
  main.faq .accordion ul ul {
    margin-left: 2.3em; }
  article ol li, article ul li,
  main.faq .accordion ol li,
  main.faq .accordion ul li {
    color: #666; }
  article ol li + li, article ul li + li,
  main.faq .accordion ol li + li,
  main.faq .accordion ul li + li {
    margin-top: 10px; }

article p,
main.faq .accordion p {
  color: #777777;
  font-size: 16px;
  line-height: 1.875em; }

article * + p,
main.faq .accordion * + p {
  margin-top: 1.5em; }

article .content .wp-caption,
main.faq .accordion .content .wp-caption {
  margin: 40px;
  text-align: center;
  font-size: 16px; }
  @media screen and (max-width: 667px) {
    article .content .wp-caption,
    main.faq .accordion .content .wp-caption {
      margin: 40px 0; } }
  article .content .wp-caption .wp-caption-text,
  main.faq .accordion .content .wp-caption .wp-caption-text {
    margin-top: .5em;
    font-size: 75%;
    line-height: 1.5em; }

article .content img, article .content iframe,
main.faq .accordion .content img,
main.faq .accordion .content iframe {
  max-width: 100%; }

article .content img,
main.faq .accordion .content img {
  height: auto; }
  article .content img.img-inline,
  main.faq .accordion .content img.img-inline {
    display: inline;
    margin: 0; }
  article .content img.img-vertical-top,
  main.faq .accordion .content img.img-vertical-top {
    vertical-align: top; }

article .content p img,
main.faq .accordion .content p img {
  display: block;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }
  article .content p img.aligncenter,
  main.faq .accordion .content p img.aligncenter {
    margin-right: auto;
    margin-left: auto; }

article .content a,
main.faq .accordion .content a {
  color: #ea68a2;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
  article .content a:hover,
  main.faq .accordion .content a:hover {
    background-color: #ea68a2;
    color: #fff; }
    @media (hover: none), (hover: on-demand) {
      article .content a:hover,
      main.faq .accordion .content a:hover {
        color: inherit; } }
article .content iframe,
main.faq .accordion .content iframe {
  display: inherit;
  margin: 40px auto 0; }

.breadcrumb {
  position: relative;
  z-index: 3;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -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; }
  .loaded .breadcrumb {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .shop .page-head-widgets .breadcrumb {
    flex: 1 1 auto;
    width: auto;
    margin-bottom: -20px; }
  .faq .breadcrumb {
    position: absolute;
    top: 68px;
    left: 0; }
    @media screen and (max-width: 1280px) {
      .faq .breadcrumb {
        left: 20px; } }
  .breadcrumb .wrapper {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px; }
    .faq .breadcrumb .wrapper {
      max-width: 1280px;
      padding: 20px 0; }
    .shop .page-head-widgets .breadcrumb .wrapper {
      max-width: none;
      width: auto;
      margin-left: 120px;
      padding: 20px 40px; }
      @media screen and (max-width: 1439px) {
        .shop .page-head-widgets .breadcrumb .wrapper {
          margin-left: 0; } }
      @media screen and (max-width: 959px) {
        .shop .page-head-widgets .breadcrumb .wrapper {
          padding-left: 20px;
          padding-right: 20px; } }
    .breadcrumb .wrapper a, .breadcrumb .wrapper span {
      display: block;
      padding: 5px 0;
      color: #777777;
      font-weight: 400;
      font-size: 14px;
      line-height: 1em;
      white-space: nowrap; }
      .faq .breadcrumb .wrapper a, .faq .breadcrumb .wrapper span {
        color: #fff; }
    .breadcrumb .wrapper a {
      position: relative; }
      .breadcrumb .wrapper a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        opacity: 0;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .breadcrumb .wrapper a:hover:after {
        opacity: 1; }
    .breadcrumb .wrapper a + span,
    .breadcrumb .wrapper span + a,
    .breadcrumb .wrapper span + span {
      margin-left: 6px; }
    .breadcrumb .wrapper span:last-of-type {
      font-weight: 500;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.utility .items .item,
.order__details .items .item,
.cart-details .items .item {
  display: flex; }
  main.account .utility .items .item, main.account .order__details .items .item, main.account .cart-details .items .item {
    flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid #e3e3e3; }
  .utility .items .item .item__photo,
  .order__details .items .item .item__photo,
  .cart-details .items .item .item__photo {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 152px;
    padding: 10px 20px 10px 0; }
    main.checkout .utility .items .item .item__photo, main.checkout .order__details .items .item .item__photo, main.checkout .cart-details .items .item .item__photo {
      padding: 10px;
      border-right: 1px solid #e3e3e3; }
    .utility .items .item .item__photo img,
    .order__details .items .item .item__photo img,
    .cart-details .items .item .item__photo img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .utility .items .item .item__info,
  .order__details .items .item .item__info,
  .cart-details .items .item .item__info {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 567px) {
      .utility .items .item .item__info,
      .order__details .items .item .item__info,
      .cart-details .items .item .item__info {
        flex-direction: column;
        justify-content: flex-start; } }
    header.site-menu .utility .items .item .item__info {
      flex-direction: column;
      justify-content: flex-start; }
    .utility .items .item .item__info .item__info__group,
    .order__details .items .item .item__info .item__info__group,
    .cart-details .items .item .item__info .item__info__group {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      padding: 10px 0;
      color: #222222;
      font-size: 14px;
      line-height: 1.5em; }
      main.checkout .utility .items .item .item__info .item__info__group, main.checkout .order__details .items .item .item__info .item__info__group, main.checkout .cart-details .items .item .item__info .item__info__group {
        padding: 10px; }
      .utility .items .item .item__info .item__info__group > * + *,
      .order__details .items .item .item__info .item__info__group > * + *,
      .cart-details .items .item .item__info .item__info__group > * + * {
        margin-top: 4px; }
      .utility .items .item .item__info .item__info__group:first-child,
      .order__details .items .item .item__info .item__info__group:first-child,
      .cart-details .items .item .item__info .item__info__group:first-child {
        padding-right: 10px; }
      .utility .items .item .item__info .item__info__group:last-child,
      .order__details .items .item .item__info .item__info__group:last-child,
      .cart-details .items .item .item__info .item__info__group:last-child {
        align-items: flex-end; }
        @media screen and (max-width: 567px) {
          .utility .items .item .item__info .item__info__group:last-child,
          .order__details .items .item .item__info .item__info__group:last-child,
          .cart-details .items .item .item__info .item__info__group:last-child {
            align-items: flex-start; } }
        header.site-menu .utility .items .item .item__info .item__info__group:last-child {
          align-items: flex-start; }
      @media screen and (max-width: 567px) {
        .utility .items .item .item__info .item__info__group .title,
        .order__details .items .item .item__info .item__info__group .title,
        .cart-details .items .item .item__info .item__info__group .title {
          word-break: break-all; } }
      header.site-menu .utility .items .item .item__info .item__info__group .title {
        word-break: break-all; }
      .utility .items .item .item__info .item__info__group .option,
      .order__details .items .item .item__info .item__info__group .option,
      .cart-details .items .item .item__info .item__info__group .option {
        color: #999999;
        font-size: 12px;
        line-height: 1.5em; }
      .utility .items .item .item__info .item__info__group .quantity,
      .order__details .items .item .item__info .item__info__group .quantity,
      .cart-details .items .item .item__info .item__info__group .quantity {
        flex: 1 1 auto;
        display: inline-flex;
        align-items: center;
        white-space: nowrap; }
        .utility .items .item .item__info .item__info__group .quantity .label,
        .utility .items .item .item__info .item__info__group .quantity .number,
        .utility .items .item .item__info .item__info__group .quantity .iconbtn--remove,
        .order__details .items .item .item__info .item__info__group .quantity .label,
        .order__details .items .item .item__info .item__info__group .quantity .number,
        .order__details .items .item .item__info .item__info__group .quantity .iconbtn--remove,
        .cart-details .items .item .item__info .item__info__group .quantity .label,
        .cart-details .items .item .item__info .item__info__group .quantity .number,
        .cart-details .items .item .item__info .item__info__group .quantity .iconbtn--remove {
          vertical-align: middle; }
        .utility .items .item .item__info .item__info__group .quantity input.number,
        .order__details .items .item .item__info .item__info__group .quantity input.number,
        .cart-details .items .item .item__info .item__info__group .quantity input.number {
          width: 3em;
          height: 28px;
          margin: 0 4px 0 8px;
          padding: 4px;
          font-size: 14px;
          text-align: center; }
        .utility .items .item .item__info .item__info__group .quantity span.number,
        .order__details .items .item .item__info .item__info__group .quantity span.number,
        .cart-details .items .item .item__info .item__info__group .quantity span.number {
          margin-left: 4px; }
      .utility .items .item .item__info .item__info__group .payment,
      .order__details .items .item .item__info .item__info__group .payment,
      .cart-details .items .item .item__info .item__info__group .payment {
        text-align: right; }
        .utility .items .item .item__info .item__info__group .payment .method,
        .order__details .items .item .item__info .item__info__group .payment .method,
        .cart-details .items .item .item__info .item__info__group .payment .method {
          display: block; }
          @media screen and (max-width: 567px) {
            .utility .items .item .item__info .item__info__group .payment .method,
            .order__details .items .item .item__info .item__info__group .payment .method,
            .cart-details .items .item .item__info .item__info__group .payment .method {
              text-align: left; } }
      .utility .items .item .item__info .item__info__group .btn--radius--minor,
      .order__details .items .item .item__info .item__info__group .btn--radius--minor,
      .cart-details .items .item .item__info .item__info__group .btn--radius--minor {
        min-width: auto;
        margin-top: 10px;
        padding: 0 2em;
        font-size: 12px; }
      .utility .items .item .item__info .item__info__group .btn--installment,
      .order__details .items .item .item__info .item__info__group .btn--installment,
      .cart-details .items .item .item__info .item__info__group .btn--installment {
        width: 88px;
        height: 32px;
        background-color: #59c2ed;
        color: #fff;
        font-size: 12px; }
        @media (hover: hover) {
          .utility .items .item .item__info .item__info__group .btn--installment:hover,
          .order__details .items .item .item__info .item__info__group .btn--installment:hover,
          .cart-details .items .item .item__info .item__info__group .btn--installment:hover {
            background-color: #1b9cd1; } }
.modal {
  display: none;
  position: relative; }
  .modal h2 {
    padding: 0 0 20px;
    color: #222222;
    font-size: 24px;
    line-height: 1.25em;
    text-align: center; }
  .modal p {
    color: #777777;
    font-size: 16px;
    line-height: 1.75em; }
  .modal ul {
    padding-left: 1em;
    list-style-type: none; }
    .modal ul > li {
      position: relative; }
      .modal ul > li:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0.75em;
        left: -0.75em;
        width: 5px;
        height: 5px;
        background-color: #777777; }
      .modal ul > li + li {
        margin-top: .5em; }
  .modal .content--editable p img {
    display: block;
    width: 100%;
    height: auto; }
  .modal .content--editable * + p,
  .modal .content--editable * + ul {
    margin-top: 1.5em; }
  .modal .content--editable a {
    color: #4bc4d8;
    text-decoration: underline; }
    @media (hover: hover) {
      .modal .content--editable a:hover {
        color: #2196aa; } }
  .modal.modal--type-default {
    max-width: 740px;
    padding: 60px 120px;
    border: 6px solid #4bc4d8; }
    @media screen and (max-width: 767px) {
      .modal.modal--type-default {
        padding: 60px; } }
    @media screen and (max-width: 567px) {
      .modal.modal--type-default {
        padding: 60px 20px; } }
    .modal.modal--type-default h2 {
      color: #4bc4d8; }
    .modal.modal--type-default .field .row:first-child {
      padding-top: 0; }
    .modal.modal--type-default .field .row--dialog {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 60px 120px;
      background-color: #fff;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media screen and (max-width: 767px) {
        .modal.modal--type-default .field .row--dialog {
          padding: 60px; } }
      @media screen and (max-width: 567px) {
        .modal.modal--type-default .field .row--dialog {
          padding: 60px 20px; } }
      .modal.modal--type-default .field .row--dialog.active {
        opacity: 1;
        pointer-events: auto; }
      .modal.modal--type-default .field .row--dialog .title {
        text-align: center; }
  .modal.modal--type-msg {
    max-width: 640px;
    padding: 60px;
    border: 6px solid #4bc4d8; }
    @media screen and (max-width: 567px) {
      .modal.modal--type-msg {
        padding: 60px 20px; } }
    .modal.modal--type-msg h2 {
      padding: 0 0 40px;
      color: #2196aa; }
    .modal.modal--type-msg p {
      text-align: center; }
      .modal.modal--type-msg p em, .modal.modal--type-msg p strong {
        margin: 0 4px;
        color: #2196aa;
        font-style: normal;
        font-weight: normal; }
      .modal.modal--type-msg p em {
        color: #ea68a2; }
  .modal.modal--type-aside-illust {
    padding: 0; }
    .modal.modal--type-aside-illust .modal__inner {
      display: flex;
      max-width: 800px;
      min-height: 540px;
      padding: 0; }
      .modal.modal--type-aside-illust .modal__inner .illust {
        flex: 1 1 auto;
        position: relative;
        width: 360px; }
        @media screen and (max-width: 767px) {
          .modal.modal--type-aside-illust .modal__inner .illust {
            display: none; } }
        .modal.modal--type-aside-illust .modal__inner .illust img {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .modal.modal--type-aside-illust .modal__inner .main {
        flex: 0 1 480px;
        display: flex;
        flex-direction: column;
        padding: 40px; }
  .modal.modal__login .main {
    position: relative;
    overflow: hidden; }
    .modal.modal__login .main .back {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      color: #777777;
      cursor: pointer;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .modal.modal__login .main .back:before, .modal.modal__login .main .back:after {
        content: "";
        display: block;
        position: absolute; }
      .modal.modal__login .main .back:before {
        top: 50%;
        left: 50%;
        width: 25%;
        height: 25%;
        border: 2px solid currentColor;
        border-width: 0 0 2px 2px;
        -webkit-transform: translate(-70%, -50%) rotate(45deg);
                transform: translate(-70%, -50%) rotate(45deg); }
      .modal.modal__login .main .back:after {
        top: 50%;
        left: 50%;
        width: 40%;
        height: 2px;
        background-color: currentColor;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      @media (hover: hover) {
        .modal.modal__login .main .back:hover {
          color: #4bc4d8; } }
    .modal.modal__login .main .title {
      color: #222222;
      font-size: 16px;
      line-height: 1.5em;
      letter-spacing: .45px;
      text-align: left; }
    .modal.modal__login .main .btn--radius,
    .modal.modal__login .main .btn--radius--fb {
      width: 100%; }
  .modal.modal__login .panel__login .row.options {
    padding-top: 0; }
    .modal.modal__login .panel__login .row.options .col:last-child {
      text-align: right; }
    .modal.modal__login .panel__login .row.options a.forget-pw {
      color: #af2727;
      font-size: 12px;
      line-height: 1em;
      text-decoration: underline; }
  .modal.modal__login .panel__register,
  .modal.modal__login .panel__forget {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
    transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
    .modal.modal__login .panel__register.active,
    .modal.modal__login .panel__forget.active {
      left: 0;
      opacity: 1;
      pointer-events: auto; }
    .modal.modal__login .panel__register .title,
    .modal.modal__login .panel__forget .title {
      text-align: center; }
  .modal.modal__installment-service .heading {
    margin-bottom: 1.5em; }
    .modal.modal__installment-service .heading h2 {
      margin-bottom: 4px;
      padding-bottom: 0;
      color: #222222;
      font-size: 24px;
      line-height: 1.25em;
      letter-spacing: 1.2px;
      text-align: left; }
    .modal.modal__installment-service .heading p {
      color: #777777;
      font-size: 16px;
      line-height: 1.5em;
      letter-spacing: 0.8px; }
  .modal.modal__installment-service .content ul {
    font-size: 14px; }
  .modal.modal__installment-service .remarks {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3; }
    .modal.modal__installment-service .remarks p {
      color: #aaaaaa;
      font-size: 14px;
      line-height: 1.25em;
      letter-spacing: 0.7px; }
  .modal.modal__installment-service .btn--radius.cart {
    margin-top: 20px; }
    .modal.modal__installment-service .btn--radius.cart:before {
      display: none; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 16px; }
  .pagination .page-numbers {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    width: auto;
    min-height: 36px;
    height: auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
    font-size: 12px;
    line-height: 1em;
    font-family: "Roboto", sans-serif;
    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); }
    .pagination .page-numbers + .page-numbers {
      margin-left: 10px; }
    .pagination .page-numbers:hover, .pagination .page-numbers.current {
      border-color: #4bc4d8;
      background-color: #4bc4d8;
      color: #fff; }
    @media (hover: none), (hover: on-demand) {
      .pagination .page-numbers:hover {
        border-color: #777777;
        background-color: transparent;
        color: #e3e3e3; } }
.sticky--back-to-top {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 10px;
  bottom: 72px;
  z-index: 98;
  width: 54px;
  height: 54px;
  background-color: #222222;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1.33em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  @media screen and (min-width: 2065px) {
    .sticky--back-to-top {
      right: initial;
      left: calc(50% + 960px + 10px); } }
  @media screen and (max-width: 834px) {
    .sticky--back-to-top {
      display: none; } }
  .sticky--back-to-top:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .sticky--back-to-top.active {
    opacity: 1;
    pointer-events: auto; }
    .sticky--back-to-top.active:hover {
      background-color: #269db0; }

.contact-us-info {
  margin-top: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 1.4285em; }
  @media screen and (max-width: 1023px) {
    .contact-us-info {
      display: none; } }
  main.checkout .checkout-steps .contact-us-info {
    display: none; }
    @media screen and (max-width: 1023px) {
      main.checkout .checkout-steps .contact-us-info {
        display: block;
        margin-top: 80px;
        text-align: center; } }
  .contact-us-info p, .contact-us-info a {
    color: inherit;
    font-size: inherit;
    line-height: inherit; }
  .contact-us-info p img {
    margin-top: 20px;
    margin-bottom: 20px; }
    .contact-us-info p img:first-child {
      margin-top: 10px; }
  .contact-us-info a {
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
    transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
    @media (hover: hover) {
      .contact-us-info a:hover {
        color: #2196aa; } }
    .contact-us-info a[href^="tel:"], .contact-us-info a[href^="mailto:"] {
      display: inline-block;
      position: relative;
      padding-left: 20px; }
      .contact-us-info a[href^="tel:"]:before, .contact-us-info a[href^="mailto:"]:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-position: left calc(50% + 2px);
        background-repeat: no-repeat;
        -webkit-filter: brightness(300%);
                filter: brightness(300%); }
    .contact-us-info a[href^="tel:"]:before {
      background-image: url(../img/svg/icon_phone.svg);
      background-size: 14px 14px; }
    .contact-us-info a[href^="mailto:"]:before {
      background-image: url(../img/svg/icon_email.svg);
      background-size: 14px auto; }

.home .section--kv {
  margin-bottom: -120px; }
  @media screen and (max-width: 1280px) {
    .home .section--kv {
      margin-bottom: -80px; } }
  @media screen and (max-width: 667px) {
    .home .section--kv {
      margin-bottom: -40px; } }
  .home .section--kv .wrapper {
    display: flex;
    height: 1080px; }
    @media screen and (max-width: 1336px) {
      .home .section--kv .wrapper {
        height: 100vh;
        max-height: 1024px;
        min-height: 667px; } }
    @media screen and (max-width: 414px) {
      .home .section--kv .wrapper {
        min-height: 553px; } }
    .home .section--kv .wrapper .img-object-fit img {
      -o-object-position: center 50%;
         object-position: center 50%; }
      @media screen and (max-width: 414px) {
        .home .section--kv .wrapper .img-object-fit img {
          -o-object-position: calc(50% - 80px) 50%;
             object-position: calc(50% - 80px) 50%; } }
    .home .section--kv .wrapper .wording {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 39.64% 1fr 21.19%;
      grid-template-columns: 39.64% 1fr 21.19%;
      -ms-grid-rows: auto minmax(auto, 62%) auto;
      grid-template-rows: auto minmax(auto, 62%) auto;
      position: relative;
      width: 100%;
      height: 100vh;
      max-height: 1080px;
      min-height: 880px;
      padding: 168px 120px 68px; }
      @media screen and (max-width: 1336px) {
        .home .section--kv .wrapper .wording {
          -ms-grid-rows: auto minmax(auto, 56%) auto;
          grid-template-rows: auto minmax(auto, 56%) auto;
          height: 100%;
          min-height: auto;
          padding: 168px 68px 48px; } }
      @media screen and (max-width: 1023px) {
        .home .section--kv .wrapper .wording {
          -ms-grid-columns: 39.64% 1fr auto;
          grid-template-columns: 39.64% 1fr auto;
          -ms-grid-rows: 1fr 74px;
          grid-template-rows: 1fr 74px; } }
      @media screen and (max-width: 834px) {
        .home .section--kv .wrapper .wording {
          -ms-grid-columns: 77.4% auto;
          grid-template-columns: 77.4% auto;
          -ms-grid-rows: 1fr auto auto;
          grid-template-rows: 1fr auto auto;
          padding: 108px 30px 40px; } }
      @media screen and (max-width: 414px) {
        .home .section--kv .wrapper .wording {
          padding: 88px 20px 112px; } }
      .home .section--kv .wrapper .wording .parallax div[data-depth] {
        width: 100%;
        height: 100%; }
      .home .section--kv .wrapper .wording .svg--project img,
      .home .section--kv .wrapper .wording .svg--see-more-possibilities img,
      .home .section--kv .wrapper .wording .svg--plus img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .home .section--kv .wrapper .wording .svg--project {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 1/2;
        -ms-grid-column-align: end;
        -ms-grid-row-align: end;
            align-self: end; }
        @media screen and (max-width: 1023px) {
          .home .section--kv .wrapper .wording .svg--project {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-column: 1/3;
            grid-row: 2/3;
            -ms-grid-row-align: end;
            -ms-grid-column-align: end;
                justify-self: end; } }
        @media screen and (max-width: 834px) {
          .home .section--kv .wrapper .wording .svg--project {
            margin-bottom: 8px;
            margin-right: 134px; } }
        @media screen and (max-width: 462px) {
          .home .section--kv .wrapper .wording .svg--project {
            -ms-grid-row-align: start;
            -ms-grid-column-align: start;
                justify-self: start;
            margin-right: 0; } }
        @media screen and (max-width: 414px) {
          .home .section--kv .wrapper .wording .svg--project {
            -ms-grid-row-align: end;
            -ms-grid-column-align: end;
                justify-self: end;
            margin-right: 124px; } }
        @media screen and (max-width: 378px) {
          .home .section--kv .wrapper .wording .svg--project {
            -ms-grid-row-align: start;
            -ms-grid-column-align: start;
                justify-self: start;
            margin-right: 0; } }
        .home .section--kv .wrapper .wording .svg--project img {
          max-width: 93.09%; }
          @media screen and (max-width: 1023px) {
            .home .section--kv .wrapper .wording .svg--project img {
              max-width: none;
              width: auto;
              height: 74px; } }
          @media screen and (max-width: 834px) {
            .home .section--kv .wrapper .wording .svg--project img {
              height: 80px; } }
          @media screen and (max-width: 414px) {
            .home .section--kv .wrapper .wording .svg--project img {
              height: 64px; } }
      .home .section--kv .wrapper .wording .svg--see-more-possibilities {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-column: 1/2;
        grid-row: 2/3;
        -ms-grid-column-align: center;
        -ms-grid-row-align: center;
            align-self: center; }
        @media screen and (max-width: 1023px) {
          .home .section--kv .wrapper .wording .svg--see-more-possibilities {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 1/2; } }
        @media screen and (max-width: 834px) {
          .home .section--kv .wrapper .wording .svg--see-more-possibilities {
            display: none;
            -ms-grid-column-align: start;
            -ms-grid-row-align: start;
                align-self: start; } }
        .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--see-more img {
          max-width: 74.02%; }
          @media screen and (max-width: 834px) {
            .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--see-more img {
              max-height: 40px; } }
        .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--possibilities {
          margin-top: 7%; }
          @media screen and (max-width: 834px) {
            .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--possibilities {
              margin-top: 20px; } }
          @media screen and (max-width: 568px) {
            .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--possibilities {
              margin-top: 5%; } }
          @media screen and (max-width: 834px) {
            .home .section--kv .wrapper .wording .svg--see-more-possibilities .svg--possibilities img {
              max-height: 40px; } }
      .home .section--kv .wrapper .wording .svg--plus {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-column: 3/4;
        grid-row: 3/4; }
        @media screen and (max-width: 1023px) {
          .home .section--kv .wrapper .wording .svg--plus {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-column: 3/4;
            grid-row: 2/3;
            -ms-grid-column-align: end;
            -ms-grid-row-align: end;
                align-self: end;
            padding-left: 36px; } }
        @media screen and (max-width: 834px) {
          .home .section--kv .wrapper .wording .svg--plus {
            -ms-grid-column: 1;
            -ms-grid-column-span: 2;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-column: 1/3;
            grid-row: 3/4;
            -ms-grid-row-align: end;
            -ms-grid-column-align: end;
                justify-self: end; } }
        @media screen and (max-width: 1023px) {
          .home .section--kv .wrapper .wording .svg--plus img {
            max-width: none;
            width: auto;
            height: 74px; } }
        @media screen and (max-width: 834px) {
          .home .section--kv .wrapper .wording .svg--plus {
            height: 80px; } }
        @media screen and (max-width: 414px) {
          .home .section--kv .wrapper .wording .svg--plus {
            height: 64px; } }
.section--new-items .wrapper {
  margin-bottom: 120px; }
  @media screen and (max-width: 667px) {
    .section--new-items .wrapper {
      margin-bottom: 40px; } }
  .section--new-items .wrapper .illust {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 40px; }
    @media screen and (max-width: 960px) {
      .section--new-items .wrapper .illust {
        flex-wrap: wrap; } }
    @media screen and (max-width: 480px) {
      .section--new-items .wrapper .illust {
        padding: 0 20px; } }
    .section--new-items .wrapper .illust img {
      max-width: 25%; }
      @media screen and (max-width: 960px) {
        .section--new-items .wrapper .illust img {
          flex: 1 1 auto;
          max-width: 42%; }
          .section--new-items .wrapper .illust img + img {
            margin-left: 16%; } }
      .section--new-items .wrapper .illust img:nth-of-type(2) {
        max-width: 50%;
        margin-bottom: 148px; }
        @media screen and (min-width: 961px) {
          .section--new-items .wrapper .illust img:nth-of-type(2) {
            position: relative;
            right: 28px; } }
        @media screen and (max-width: 960px) {
          .section--new-items .wrapper .illust img:nth-of-type(2) {
            flex: 0 1 auto;
            order: -1;
            max-width: 70%;
            margin-bottom: 8%;
            margin-left: 0; } }
  .section--new-items .wrapper .illust + .wording {
    margin-top: 40px; }
  .section--new-items .wrapper .wording {
    text-align: center; }
    .section--new-items .wrapper .wording h2 {
      color: #222222;
      font-weight: 500;
      font-size: 30px;
      line-height: 1.5em;
      font-family: "Roboto", sans-serif;
      letter-spacing: 1px; }
    .section--new-items .wrapper .wording p {
      letter-spacing: .8px; }
    .section--new-items .wrapper .wording .btn {
      margin-top: 40px; }

.section--intro {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), to(#fff));
  background-image: linear-gradient(to top, #ededed, #fff); }
  @media screen and (max-width: 1023px) {
    .section--intro {
      background-image: none; } }
  .section--intro .wrapper {
    display: flex;
    justify-content: center;
    padding: 120px 0; }
    @media screen and (max-width: 1280px) {
      .section--intro .wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 0 40px; } }
    @media screen and (max-width: 1023px) {
      .section--intro .wrapper {
        padding: 0; } }
    .section--intro .wrapper .illust {
      flex: 0 1 auto;
      display: flex;
      align-items: flex-start; }
      @media screen and (max-width: 1280px) {
        .section--intro .wrapper .illust:not(.video) {
          display: none; } }
      .section--intro .wrapper .illust.video {
        max-width: 100%;
        padding-top: 200px; }
        @media screen and (max-width: 1280px) {
          .section--intro .wrapper .illust.video {
            padding-top: 0; } }
        .section--intro .wrapper .illust.video a,
        .section--intro .wrapper .illust.video .gradient-filter {
          position: relative;
          overflow: hidden; }
          .section--intro .wrapper .illust.video a:after,
          .section--intro .wrapper .illust.video .gradient-filter:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 200%;
            z-index: 1;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb9cb), color-stop(45%, #c5e6ff), color-stop(55%, #c5e6ff), to(#ffb9cb));
            background-image: linear-gradient(to bottom, #ffb9cb 0%, #c5e6ff 45%, #c5e6ff 55%, #ffb9cb 100%);
            opacity: .5;
            -webkit-transition: opacity 0.5s linear, top 0.5s cubic-bezier(0, 0, 0.18, 1);
            transition: opacity 0.5s linear, top 0.5s cubic-bezier(0, 0, 0.18, 1); }
        .section--intro .wrapper .illust.video a {
          display: block; }
          .section--intro .wrapper .illust.video a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            width: 82px;
            height: 82px;
            background: url(../img/svg/icon_play_button.svg) center center no-repeat;
            background-size: 98% auto;
            -webkit-transform: translate(-50%, -50%) scale(1);
                    transform: translate(-50%, -50%) scale(1);
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--intro .wrapper .illust.video a:hover:before {
            -webkit-transform: translate(-50%, -50%) scale(1.15);
                    transform: translate(-50%, -50%) scale(1.15); }
          .section--intro .wrapper .illust.video a:hover:after {
            top: -100%;
            opacity: .3; }
          .section--intro .wrapper .illust.video a span {
            order: 2;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 2;
            width: 100%;
            margin-top: 60px;
            padding: 0 20px;
            color: #fff;
            font-weight: 500;
            font-size: 20px;
            line-height: 1.5em;
            text-align: center; }
          .section--intro .wrapper .illust.video a img {
            max-width: 450px; }
      .section--intro .wrapper .illust img {
        width: 100%;
        max-width: 100%;
        height: auto; }
    .section--intro .wrapper .wording {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column; }
      .section--intro .wrapper .wording .static-text {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 64px;
        text-align: center; }
        @media screen and (max-width: 480px) {
          .section--intro .wrapper .wording .static-text {
            padding: 64px 20px; } }
        .section--intro .wrapper .wording .static-text h2 {
          color: #222222;
          font-size: 32px;
          line-height: 1.5em;
          letter-spacing: .8px; }
          @media screen and (max-width: 480px) {
            .section--intro .wrapper .wording .static-text h2 {
              font-size: 7.4vw; } }
        .section--intro .wrapper .wording .static-text p {
          padding: 6px 0 36px;
          background: url(../img/svg/icon_double_arrow_down.svg) center bottom no-repeat;
          background-size: 24px auto;
          font-size: 20px;
          line-height: 2.2em; }
          @media screen and (max-width: 480px) {
            .section--intro .wrapper .wording .static-text p {
              font-size: 5vw; } }
      .section--intro .wrapper .wording .anime-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 320px;
        padding: 64px; }
        @media screen and (max-width: 1280px) {
          .section--intro .wrapper .wording .anime-text {
            display: none; } }
        .section--intro .wrapper .wording .anime-text .container {
          display: inline-flex;
          justify-content: center;
          text-align: left; }
          .section--intro .wrapper .wording .anime-text .container:nth-of-type(1) {
            align-self: flex-start; }
          .section--intro .wrapper .wording .anime-text .container:nth-of-type(2) {
            align-self: flex-end;
            margin-top: 30px; }
          .section--intro .wrapper .wording .anime-text .container svg {
            width: 68px;
            height: auto; }
        .section--intro .wrapper .wording .anime-text span + span {
          margin-left: 7px; }

.section--renew-flow .wrapper {
  display: flex;
  height: 1080px;
  overflow: hidden;
  color: #fff; }
  @media screen and (max-width: 1023px) {
    .section--renew-flow .wrapper {
      flex-direction: column;
      height: auto; } }
  .section--renew-flow .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%; }
    @media screen and (max-width: 1023px) {
      .section--renew-flow .wrapper:after {
        display: none; } }
  .section--renew-flow .wrapper .item {
    flex: 1 1 0;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 0 0;
    cursor: pointer; }
    @media screen and (max-width: 1023px) {
      .section--renew-flow .wrapper .item {
        flex: 0 0 auto;
        height: 400px;
        background-size: cover; }
        .section--renew-flow .wrapper .item:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2); }
        .section--renew-flow .wrapper .item:nth-child(1) {
          background-position: right center; }
        .section--renew-flow .wrapper .item:nth-child(2) {
          background-position: left center; }
        .section--renew-flow .wrapper .item:nth-child(3) {
          background-position: center center; } }
    .section--renew-flow .wrapper .item + .item {
      border-left: 1px solid rgba(255, 255, 255, 0.7); }
      @media screen and (max-width: 1023px) {
        .section--renew-flow .wrapper .item + .item {
          border-left: 0; } }
    .section--renew-flow .wrapper .item .illust {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 1023px) {
        .section--renew-flow .wrapper .item .illust {
          left: 50%;
          max-width: 560px;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
      .section--renew-flow .wrapper .item .illust:before, .section--renew-flow .wrapper .item .illust:after {
        content: "";
        display: block;
        position: absolute;
        top: calc(50% + 80px);
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border: 1px solid #fff;
        border-radius: 50%;
        -webkit-animation-name: tap;
                animation-name: tap;
        -webkit-animation-duration: 2s;
                animation-duration: 2s;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
        @media not all and (hover: none) {
          .section--renew-flow .wrapper .item .illust:before, .section--renew-flow .wrapper .item .illust:after {
            display: none; } }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .item .illust:before, .section--renew-flow .wrapper .item .illust:after {
            display: none; } }
        .section--renew-flow .wrapper .item:focus .illust:before, .section--renew-flow .wrapper .item:focus .illust:after {
          display: none; }
      .section--renew-flow .wrapper .item .illust:after {
        border-width: 2px;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s; }
      .section--renew-flow .wrapper .item .illust svg {
        display: block;
        position: absolute;
        width: 100%;
        height: auto; }
        .section--renew-flow .wrapper .item .illust svg path {
          -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--renew-flow .wrapper .item .illust svg path[id^="mask_shap_"] {
            fill: transparent; }
    .section--renew-flow .wrapper .item .wording {
      flex: 1 1 auto;
      position: relative;
      top: 240px;
      margin: 15.9% 15.6% 34%;
      padding-left: 16px;
      border-left: 2px solid #fff;
      font-size: 20px;
      opacity: 0;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media screen and (max-width: 1023px) {
        .section--renew-flow .wrapper .item .wording {
          top: 0;
          margin: 18px;
          font-size: 16px;
          opacity: 1; } }
      .section--renew-flow .wrapper .item .wording h3 {
        font-weight: bold;
        font-size: 32px;
        line-height: 1.2em;
        letter-spacing: 1.5px; }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .item .wording h3 {
            font-size: 24px; } }
      .section--renew-flow .wrapper .item .wording h3 + p {
        margin-top: 6px; }
      .section--renew-flow .wrapper .item .wording p {
        font-size: 20px;
        line-height: 1.8em; }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .item .wording p {
            font-size: 16px; } }
      .section--renew-flow .wrapper .item .wording strong {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.2px; }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .item .wording strong {
            display: inline-block;
            font-size: 20px; } }
    .section--renew-flow .wrapper .item:nth-child(1) .wording {
      max-width: calc(17em + 16px + 2px); }
    .section--renew-flow .wrapper .item:nth-child(2) .wording {
      max-width: calc(21em + 16px + 2px); }
    .section--renew-flow .wrapper .item:nth-child(3) .wording {
      max-width: calc(21em + 16px + 2px);
      margin-right: 13.2%; }
    @media screen and (max-width: 1023px) {
      .section--renew-flow .wrapper .item .illust svg, .section--renew-flow .wrapper .item .illust img {
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--renew-flow .wrapper .item .illust svg {
        left: -100px; }
      .section--renew-flow .wrapper .item .illust img {
        right: -100px; }
      .section--renew-flow .wrapper .item .wording {
        top: 240px;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.1s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0.1s; }
      .section--renew-flow .wrapper .item.animated .illust svg, .section--renew-flow .wrapper .item.animated .illust img {
        opacity: 1; }
      .section--renew-flow .wrapper .item.animated .illust svg {
        left: 0; }
      .section--renew-flow .wrapper .item.animated .illust img {
        right: 0; }
      .section--renew-flow .wrapper .item.animated .wording {
        top: 0;
        opacity: 1; } }
  .section--renew-flow .wrapper .bg-group {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 0 0; }
    @media screen and (max-width: 1023px) {
      .section--renew-flow .wrapper .bg-group {
        order: -1;
        position: static;
        height: auto;
        background-size: cover; } }
    .section--renew-flow .wrapper .bg-group img {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0;
      -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--renew-flow .wrapper .bg-group img:first-of-type {
        opacity: 1; }
      @media screen and (max-width: 1023px) {
        .section--renew-flow .wrapper .bg-group img {
          display: none; } }
    .section--renew-flow .wrapper .bg-group .wording {
      position: relative;
      z-index: 2;
      max-width: 21em;
      margin-top: 140px;
      font-size: 24px;
      text-align: center;
      text-shadow: -1px 3px 2px rgba(0, 0, 0, 0.2);
      opacity: 1;
      -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media screen and (max-width: 1023px) {
        .section--renew-flow .wrapper .bg-group .wording {
          margin: 80px 40px 40px;
          text-shadow: none; } }
      .section--renew-flow .wrapper .bg-group .wording h2 {
        font-size: 36px;
        line-height: 1.2em;
        letter-spacing: 0.6px; }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .bg-group .wording h2 {
            color: #222222; } }
        @media screen and (max-width: 479px) {
          .section--renew-flow .wrapper .bg-group .wording h2 {
            font-size: 7.4vw; } }
      .section--renew-flow .wrapper .bg-group .wording h2 + p {
        margin-top: 10px; }
      .section--renew-flow .wrapper .bg-group .wording p {
        font-size: 24px;
        line-height: 1.8em; }
        @media screen and (max-width: 1023px) {
          .section--renew-flow .wrapper .bg-group .wording p {
            color: #777777; } }
        @media screen and (max-width: 479px) {
          .section--renew-flow .wrapper .bg-group .wording p {
            font-size: 5vw; } }
  @media screen and (min-width: 1024px) {
    .section--renew-flow .wrapper .item:hover .illust svg path[id^="mask_shap_"] {
      fill: #000; }
    .section--renew-flow .wrapper .item:hover .illust svg path[id^="text_shap_"] {
      fill: #777; }
    .section--renew-flow .wrapper .item:hover .wording {
      top: 0;
      opacity: 1; }
    .section--renew-flow .wrapper .item:hover ~ .bg-group .wording {
      opacity: .3; }
    .section--renew-flow .wrapper .item:hover ~ .bg-group img:nth-of-type(1) {
      opacity: 0; }
    .section--renew-flow .wrapper .item:hover:nth-of-type(1) ~ .bg-group img:nth-of-type(2) {
      opacity: 1; }
    .section--renew-flow .wrapper .item:hover:nth-of-type(2) ~ .bg-group img:nth-of-type(3) {
      opacity: 1; }
    .section--renew-flow .wrapper .item:hover:nth-of-type(3) ~ .bg-group img:nth-of-type(4) {
      opacity: 1; } }
  .section--renew-flow .wrapper .item:nth-of-type(1):hover ~ .bg-group .wording {
    opacity: .5; }

.section--category {
  padding: 40px; }
  @media screen and (max-width: 1280px) {
    .section--category {
      padding: 20px; } }
  @media screen and (max-width: 1023px) {
    .section--category {
      padding: 40px 0 0; } }
  .section--category .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr; }
    @media screen and (max-width: 1023px) {
      .section--category .wrapper {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 280px 280px 280px;
        grid-template-rows: 280px 280px 280px; } }
    @media screen and (max-width: 479px) {
      .section--category .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 280px 280px 280px 280px 280px;
        grid-template-rows: 280px 280px 280px 280px 280px; } }
    .section--category .wrapper .item {
      position: relative;
      overflow: hidden;
      color: #fff; }
      .section--category .wrapper .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 1;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--category .wrapper .item:nth-of-type(3) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-column: 3/4;
        grid-row: 1/3; }
        @media screen and (max-width: 1023px) {
          .section--category .wrapper .item:nth-of-type(3) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            grid-column: 2/3;
            grid-row: 1/3; } }
        @media screen and (max-width: 479px) {
          .section--category .wrapper .item:nth-of-type(3) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-column: 1/2;
            grid-row: 3/4; } }
      .section--category .wrapper .item a {
        display: block;
        height: 100%;
        background-color: #e3e3e3; }
        .section--category .wrapper .item a:before, .section--category .wrapper .item a:after {
          content: "";
          display: block;
          position: absolute;
          z-index: 2;
          width: 0;
          height: 0;
          margin: 10px;
          border-style: solid;
          border-color: #fff;
          opacity: 0;
          pointer-events: none; }
        .section--category .wrapper .item a:before {
          top: 0;
          left: 0;
          border-width: 2px 2px 0 0; }
        .section--category .wrapper .item a:after {
          bottom: 0;
          right: 0;
          border-width: 0 0 2px 2px; }
      .section--category .wrapper .item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 479px) {
          .section--category .wrapper .item img {
            position: absolute;
            top: 0;
            left: 0;
            min-height: 100%;
            height: auto; } }
      .section--category .wrapper .item strong {
        display: inline-block;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 2;
        padding: 0 40px;
        font-weight: 500;
        font-size: 24px;
        line-height: 1.5em;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.2px; }
        .section--category .wrapper .item strong:after {
          content: "";
          display: block;
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          width: 0;
          height: 2px;
          margin: 0 auto;
          background-color: #fff;
          -webkit-transition: all .1s linear .2s;
          transition: all .1s linear .2s; }
      .section--category .wrapper .item .btn {
        display: inline-flex;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 150%;
        z-index: 2;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--category .wrapper .item .btn:hover {
          background-color: #fff;
          color: #222222; }
    .section--category .wrapper .item:hover:before {
      opacity: 1; }
    .section--category .wrapper .item:hover a:before, .section--category .wrapper .item:hover a:after {
      width: calc(100% - 10px * 2);
      height: calc(100% - 10px * 2);
      opacity: 1; }
    .section--category .wrapper .item:hover a:before {
      -webkit-transition: opacity 0s linear  0s, width  .2s linear  0s, height .1s linear .2s;
      transition: opacity 0s linear  0s, width  .2s linear  0s, height .1s linear .2s; }
    .section--category .wrapper .item:hover a:after {
      -webkit-transition: opacity 0s linear .3s, width  .1s linear .3s, height .1s linear .4s;
      transition: opacity 0s linear .3s, width  .1s linear .3s, height .1s linear .4s; }
    .section--category .wrapper .item:hover strong:after {
      width: 100%; }
    .section--category .wrapper .item:hover .btn {
      top: 50%; }
      @media screen and (max-width: 1336px) {
        .section--category .wrapper .item:hover .btn {
          top: calc(100% - 44px - 20px); } }
    @media (hover: none) {
      .section--category .wrapper .item:before {
        opacity: 1; }
      .section--category .wrapper .item a:before, .section--category .wrapper .item a:after {
        width: calc(100% - 10px * 2);
        height: calc(100% - 10px * 2);
        opacity: 1; }
      .section--category .wrapper .item a:before {
        -webkit-transition: opacity 0s linear  0s, width  .2s linear  0s, height .1s linear .2s;
        transition: opacity 0s linear  0s, width  .2s linear  0s, height .1s linear .2s; }
      .section--category .wrapper .item a:after {
        -webkit-transition: opacity 0s linear .3s, width  .1s linear .3s, height .1s linear .4s;
        transition: opacity 0s linear .3s, width  .1s linear .3s, height .1s linear .4s; }
      .section--category .wrapper .item strong:after {
        width: 100%; }
      .section--category .wrapper .item .btn {
        top: 50%; } }
  @media screen and (hover: none) and (max-width: 1336px) and (hover: none) {
    .section--category .wrapper .item .btn {
      top: calc(100% - 44px - 20px); } }
.section--feature-posts {
  background-color: #f9f9f9; }
  .section--feature-posts .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 180px 40px; }
    @media screen and (max-width: 1023px) {
      .section--feature-posts .wrapper {
        flex-direction: column;
        padding: 40px 20px 20px; } }
    .section--feature-posts .wrapper .group {
      flex: 0 1 auto; }
      .section--feature-posts .wrapper .group img {
        display: block;
        width: 100%;
        height: auto; }
      .section--feature-posts .wrapper .group--summary {
        display: flex;
        flex-direction: column;
        max-width: 532px; }
        @media screen and (max-width: 1023px) {
          .section--feature-posts .wrapper .group--summary {
            max-width: none; } }
        .section--feature-posts .wrapper .group--summary .wording,
        .section--feature-posts .wrapper .group--summary .video {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          height: 328px;
          margin-top: 10px; }
          @media screen and (max-width: 1023px) {
            .section--feature-posts .wrapper .group--summary .wording,
            .section--feature-posts .wrapper .group--summary .video {
              height: auto; } }
        .section--feature-posts .wrapper .group--summary .wording {
          justify-content: center;
          padding: 40px 44px;
          background-color: #f9f9f9; }
          @media screen and (max-width: 1023px) {
            .section--feature-posts .wrapper .group--summary .wording {
              padding: 40px 0; } }
          .section--feature-posts .wrapper .group--summary .wording h2 {
            color: #222222;
            font-size: 36px;
            line-height: 1.4em;
            letter-spacing: 1.7px; }
            @media screen and (max-width: 666px) {
              .section--feature-posts .wrapper .group--summary .wording h2 {
                font-size: 7.4vw; } }
          .section--feature-posts .wrapper .group--summary .wording h2 + p {
            margin-top: 10px; }
          .section--feature-posts .wrapper .group--summary .wording p {
            color: #444444;
            font-size: 22px;
            line-height: 1.8em;
            letter-spacing: 1px; }
            @media screen and (max-width: 666px) {
              .section--feature-posts .wrapper .group--summary .wording p {
                font-size: 5vw; } }
        .section--feature-posts .wrapper .group--summary .video {
          justify-content: flex-start; }
          .section--feature-posts .wrapper .group--summary .video a {
            display: block;
            position: relative; }
            .section--feature-posts .wrapper .group--summary .video a:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.2);
              opacity: 0;
              -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
              transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
            .section--feature-posts .wrapper .group--summary .video a:after {
              content: "";
              display: block;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              width: 80px;
              height: 80px;
              background: url(../img/svg/icon_play_button.svg) center center no-repeat;
              background-size: cover;
              -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
              transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
            .section--feature-posts .wrapper .group--summary .video a:hover:before {
              opacity: 1; }
            .section--feature-posts .wrapper .group--summary .video a:hover:after {
              width: 92px;
              height: 92px; }
          .section--feature-posts .wrapper .group--summary .video .video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%; }
            .section--feature-posts .wrapper .group--summary .video .video-container iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
      .section--feature-posts .wrapper .group--gallery {
        --item-spacing: 14px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: calc(360px * 2 + var(--item-spacing) * 2); }
        @media screen and (max-width: 1023px) {
          .section--feature-posts .wrapper .group--gallery {
            --item-spacing: 20px; } }
        @media screen and (max-width: 479px) {
          .section--feature-posts .wrapper .group--gallery {
            --item-spacing: 1px; } }
        @media screen and (max-width: 1023px) {
          .section--feature-posts .wrapper .group--gallery {
            width: auto;
            max-width: none;
            margin-left: calc(var(--item-spacing) * -1); } }
        .section--feature-posts .wrapper .group--gallery .item {
          flex: 0 1 auto;
          position: relative;
          width: calc(50% - var(--item-spacing));
          margin-top: var(--item-spacing);
          margin-left: var(--item-spacing); }
          .section--feature-posts .wrapper .group--gallery .item:nth-child(odd) {
            top: 40px; }
          .section--feature-posts .wrapper .group--gallery .item:nth-child(even) {
            top: -40px; }
          @media screen and (max-width: 1023px) {
            .section--feature-posts .wrapper .group--gallery .item:nth-child(odd) {
              top: initial; }
            .section--feature-posts .wrapper .group--gallery .item:nth-child(even) {
              top: initial; } }
          .section--feature-posts .wrapper .group--gallery .item a {
            display: block;
            position: relative;
            overflow: hidden; }
            .section--feature-posts .wrapper .group--gallery .item a img {
              -webkit-transform: scale(1);
                      transform: scale(1);
              -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
              transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
            .section--feature-posts .wrapper .group--gallery .item a h3 {
              display: block;
              position: absolute;
              left: 0;
              bottom: 0;
              width: 100%;
              overflow: hidden;
              padding: 10px 10px 10px;
              background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.4)), color-stop(70%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.05)));
              background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.05) 100%);
              color: #fff;
              font-size: 16px;
              line-height: 1.5em;
              white-space: nowrap;
              text-overflow: ellipsis; }
          .section--feature-posts .wrapper .group--gallery .item a:hover img {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }

.section--faq .wrapper {
  overflow: hidden;
  padding: 160px 40px 300px; }
  @media screen and (max-width: 1023px) {
    .section--faq .wrapper {
      padding: 80px 40px 260px; } }
  @media screen and (max-width: 567px) {
    .section--faq .wrapper {
      padding: 80px 40px 200px; } }
  @media screen and (max-width: 479px) {
    .section--faq .wrapper {
      padding-left: 10px;
      padding-right: 10px; } }
  .section--faq .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url(../img/bg/bg_mask_triangle_white.png) center bottom no-repeat; }
  .section--faq .wrapper .img-object-fit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
    .section--faq .wrapper .img-object-fit:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.7); }
    .section--faq .wrapper .img-object-fit .video-container {
      position: relative;
      width: 100%;
      padding-bottom: 56.25%; }
      .section--faq .wrapper .img-object-fit .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .section--faq .wrapper h2 {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1.8px;
    text-align: center; }
  .section--faq .wrapper .group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 860px;
    margin: 0 auto; }
    .section--faq .wrapper .group .item {
      flex: 1 1 auto;
      width: 33.33%;
      min-width: 150px;
      margin-top: 60px;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .section--faq .wrapper .group .item {
          width: 50%; } }
      .section--faq .wrapper .group .item a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        padding: 10px; }
        .section--faq .wrapper .group .item a span.btn--circle:hover {
          background-color: inherit; }
        .section--faq .wrapper .group .item a span:nth-of-type(2) {
          color: #fff;
          font-size: 18px;
          line-height: 1.5em;
          letter-spacing: .9px;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media screen and (max-width: 567px) {
            .section--faq .wrapper .group .item a span:nth-of-type(2) {
              font-size: 16px; } }
        .section--faq .wrapper .group .item a span + span {
          margin-top: 10px; }
        .section--faq .wrapper .group .item a:hover span.btn--circle {
          background-color: #269db0; }
        .section--faq .wrapper .group .item a:hover span:nth-of-type(2) {
          color: #4bc4d8; }

.section--contact {
  margin-top: -200px; }
  @media screen and (max-width: 960px) {
    .section--contact {
      margin-top: -25%; } }
  @media screen and (max-width: 667px) {
    .section--contact {
      margin-top: -30%; } }
  .section--contact .wrapper .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 40px 80px; }
    @media screen and (max-width: 479px) {
      .section--contact .wrapper .info {
        padding-left: 20px;
        padding-right: 20px; } }
    .section--contact .wrapper .info .feature-product {
      max-width: 100%;
      margin-bottom: 80px; }
    .section--contact .wrapper .info h2 {
      margin-bottom: 32px;
      color: #222222;
      font-size: 32px;
      line-height: 1.2em;
      letter-spacing: 1.8px; }
    .section--contact .wrapper .info ul {
      text-align: center; }
      @media screen and (max-width: 479px) {
        .section--contact .wrapper .info ul {
          text-align: left; } }
      .section--contact .wrapper .info ul li + li {
        margin-top: 16px; }
      .section--contact .wrapper .info ul li a {
        display: inline-block;
        position: relative;
        padding-left: 20px;
        color: #444444;
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.8px;
        -webkit-transition: color 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: color 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--contact .wrapper .info ul li a:hover {
          color: #4bc4d8; }
        .section--contact .wrapper .info ul li a:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          width: 14px;
          height: 14px;
          background-position: center center;
          background-repeat: no-repeat; }
        .section--contact .wrapper .info ul li a.address:before {
          top: 6px;
          background-image: url(../img/svg/icon_locate.svg);
          background-size: auto 14px; }
        @media (hover: none) {
          .section--contact .wrapper .info ul li a.address {
            text-decoration: underline; } }
        .section--contact .wrapper .info ul li a.tel:before {
          top: 7px;
          background-image: url(../img/svg/icon_phone.svg);
          background-size: 14px 14px; }
        .section--contact .wrapper .info ul li a.email:before {
          top: 8px;
          background-image: url(../img/svg/icon_email.svg);
          background-size: 14px auto; }
  .section--contact .wrapper .map {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 460px;
    background: url(../img/bg/bg_map.jpg) center center no-repeat; }
    .section--contact .wrapper .map .flat {
      display: none; }
    .section--contact .wrapper .map .vector {
      display: block;
      width: 690px;
      height: 306px; }
    .section--contact .wrapper .map .dots {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 334px;
      margin-top: 7px;
      margin-left: 9px; }
      .section--contact .wrapper .map .dots span {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 8px 0 0 8px;
        background-color: #4bc4d8;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        opacity: 0;
        -webkit-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s; }
        .section--contact .wrapper .map .dots span:nth-child(1), .section--contact .wrapper .map .dots span:nth-child(n+18) {
          position: absolute; }
        .section--contact .wrapper .map .dots span:nth-child(1) {
          top: 20px;
          left: 0; }
        .section--contact .wrapper .map .dots span:nth-child(18) {
          top: 20px;
          right: 0; }
        .section--contact .wrapper .map .dots span:nth-child(19) {
          top: 40px;
          right: 0; }
        .section--contact .wrapper .map .dots span:nth-child(20) {
          top: 60px;
          right: 0; }
        .section--contact .wrapper .map.animated .dots span {
          opacity: 1; }
        .section--contact .wrapper .map.animated .dots span:nth-child(20) {
          -webkit-transition-delay: .2s;
                  transition-delay: .2s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(19) {
          -webkit-transition-delay: .25s;
                  transition-delay: .25s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(18) {
          -webkit-transition-delay: .3s;
                  transition-delay: .3s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(17) {
          -webkit-transition-delay: .35s;
                  transition-delay: .35s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(16) {
          -webkit-transition-delay: .4s;
                  transition-delay: .4s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(15) {
          -webkit-transition-delay: .45s;
                  transition-delay: .45s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(14) {
          -webkit-transition-delay: .5s;
                  transition-delay: .5s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(13) {
          -webkit-transition-delay: .55s;
                  transition-delay: .55s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(12) {
          -webkit-transition-delay: .6s;
                  transition-delay: .6s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(11) {
          -webkit-transition-delay: .65s;
                  transition-delay: .65s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(10) {
          -webkit-transition-delay: .7s;
                  transition-delay: .7s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(9) {
          -webkit-transition-delay: .75s;
                  transition-delay: .75s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(8) {
          -webkit-transition-delay: .8s;
                  transition-delay: .8s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(7) {
          -webkit-transition-delay: .87s;
                  transition-delay: .87s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(6) {
          -webkit-transition-delay: .96s;
                  transition-delay: .96s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(5) {
          -webkit-transition-delay: 1.06s;
                  transition-delay: 1.06s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(4) {
          -webkit-transition-delay: 1.17s;
                  transition-delay: 1.17s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(3) {
          -webkit-transition-delay: 1.4s;
                  transition-delay: 1.4s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(2) {
          -webkit-transition-delay: 1.8s;
                  transition-delay: 1.8s; }
        .section--contact .wrapper .map.animated .dots span:nth-child(1) {
          -webkit-transition-delay: 2.4s;
                  transition-delay: 2.4s; }
    .section--contact .wrapper .map .label {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 60px;
      -webkit-transform: translate(-162px, -68px);
              transform: translate(-162px, -68px);
      opacity: 0;
      -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 1.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--contact .wrapper .map.animated .label {
        opacity: 1;
        -webkit-transform: translate(-162px, -48px);
                transform: translate(-162px, -48px);
        -webkit-transition-delay: 3s;
                transition-delay: 3s; }
    @media screen and (max-width: 767px) {
      .section--contact .wrapper .map {
        height: auto;
        padding: 40px 0; }
        .section--contact .wrapper .map > *:not(.flat) {
          display: none; }
        .section--contact .wrapper .map .flat {
          display: block;
          max-width: 100%;
          height: auto; } }
main.blog {
  padding-top: 68px; }

.blog .section--kv .wrapper {
  display: flex;
  height: 520px;
  padding-top: 68px;
  padding-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .blog .section--kv .wrapper:before, .blog .section--kv .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .blog .section--kv .wrapper:before {
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }
  .blog .section--kv .wrapper:after {
    display: none;
    z-index: 2;
    height: 180px;
    background: url(../img/bg/bg_blog_kv_mask.png) center 1px no-repeat;
    background-size: auto 100%; }
  .blog .section--kv .wrapper.with-mask {
    padding-top: 68px;
    padding-bottom: 80px; }
    .blog .section--kv .wrapper.with-mask:after {
      display: block;
      padding-bottom: 180px; }
  .blog .section--kv .wrapper .wording {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%; }
    .blog .section--kv .wrapper .wording h1 {
      color: #fff;
      font-weight: 500;
      font-size: 36px;
      line-height: 1em;
      letter-spacing: 1px;
      white-space: nowrap;
      text-align: center; }
      .blog .section--kv .wrapper .wording h1 small {
        display: block;
        margin-bottom: 4px;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.5px; }

.blog .section--archive .wrapper {
  padding: 80px 0 120px;
  text-align: center; }
  .blog .section--archive .wrapper h2 {
    color: #000;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: .9px; }
  .blog .section--archive .wrapper h2 + ul.post-list {
    margin-top: 40px; }
  .blog .section--archive .wrapper ul.post-list {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1280px;
    padding-right: 16px; }
    @media screen and (max-width: 768px) {
      .blog .section--archive .wrapper ul.post-list {
        margin-bottom: 40px; } }
    .blog .section--archive .wrapper ul.post-list li {
      flex: 0 1 auto;
      width: calc(25% - 16px);
      margin-bottom: 64px;
      margin-left: 16px; }
      @media screen and (max-width: 1280px) {
        .blog .section--archive .wrapper ul.post-list li {
          width: calc(33.33% - 16px); } }
      @media screen and (max-width: 768px) {
        .blog .section--archive .wrapper ul.post-list li {
          width: calc(50% - 16px);
          margin-bottom: 16px; } }
      @media screen and (max-width: 666px) {
        .blog .section--archive .wrapper ul.post-list li {
          width: calc(100% - 16px); } }
      .blog .section--archive .wrapper ul.post-list li:first-child {
        flex: 1 1 auto;
        width: calc(50% - 16px); }
        @media screen and (max-width: 1280px) {
          .blog .section--archive .wrapper ul.post-list li:first-child {
            width: calc(66.66% - 16px); } }
        @media screen and (max-width: 768px) {
          .blog .section--archive .wrapper ul.post-list li:first-child {
            width: calc(100% - 16px); } }
      .blog .section--archive .wrapper ul.post-list li a {
        display: block;
        position: relative;
        background-color: #f7f7f7;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .blog .section--archive .wrapper ul.post-list li a .fearture-img {
          display: block;
          position: relative;
          overflow: hidden;
          width: 100%;
          height: 300px; }
          .blog .section--archive .wrapper ul.post-list li a .fearture-img img {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .blog .section--archive .wrapper ul.post-list li a article {
          display: flex;
          flex-direction: column;
          padding: 16px 20px 14px;
          text-align: left; }
          .blog .section--archive .wrapper ul.post-list li a article h3 {
            color: #222222;
            font-weight: 500;
            font-size: 16px;
            line-height: 1.5em;
            letter-spacing: .8px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          .blog .section--archive .wrapper ul.post-list li a article h3 + p {
            margin-top: 8px; }
          .blog .section--archive .wrapper ul.post-list li a article p {
            overflow: hidden;
            max-height: 3em;
            font-size: 14px;
            line-height: 1.5em;
            letter-spacing: .4px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .blog .section--archive .wrapper ul.post-list li a article p + span {
            margin-top: 8px; }
          .blog .section--archive .wrapper ul.post-list li a article > span {
            align-self: flex-end;
            color: #aaaaaa;
            font-size: 13px;
            font-family: "Roboto", sans-serif; }
        .blog .section--archive .wrapper ul.post-list li a:hover {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
          .blog .section--archive .wrapper ul.post-list li a:hover .fearture-img img {
            -webkit-transform: scale(1.07);
                    transform: scale(1.07); }

.blog .section--post {
  position: relative; }
  .blog .section--post article {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 20px 80px; }
    .blog .section--post article .heading {
      margin-bottom: 20px; }
      .blog .section--post article .heading .date {
        color: #444444;
        font-size: 14px;
        line-height: 1em;
        font-family: "Roboto", sans-serif; }
      .blog .section--post article .heading h1 {
        margin-top: 0; }
      .blog .section--post article .heading .btn--social {
        position: fixed;
        top: 50%;
        left: 0;
        z-index: 98;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (min-width: 1920px) {
          .blog .section--post article .heading .btn--social {
            left: calc(50% - 960px); } }
        @media screen and (max-width: 1280px) {
          .blog .section--post article .heading .btn--social {
            position: static;
            -webkit-transform: none;
                    transform: none; } }
main.faq {
  background-color: #f8f8f8; }

.faq .section--kv .wrapper {
  display: flex;
  height: 520px;
  padding-top: 68px;
  padding-bottom: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  .faq .section--kv .wrapper:before, .faq .section--kv .wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .faq .section--kv .wrapper:before {
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4); }
  .faq .section--kv .wrapper:after {
    display: none;
    z-index: 2;
    height: 180px;
    background: url(../img/bg/bg_blog_kv_mask.png) center 1px no-repeat;
    background-size: auto 100%; }
  .faq .section--kv .wrapper.with-mask {
    padding-top: 68px;
    padding-bottom: 80px; }
    .faq .section--kv .wrapper.with-mask:after {
      display: block;
      padding-bottom: 180px; }
  .faq .section--kv .wrapper .wording {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%; }
    .faq .section--kv .wrapper .wording h1 {
      color: #fff;
      font-weight: 500;
      font-size: 36px;
      line-height: 1em;
      letter-spacing: 1px;
      white-space: nowrap;
      text-align: center; }
      .faq .section--kv .wrapper .wording h1 small {
        display: block;
        margin-bottom: 4px;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1.5px; }

.faq .section--kv .wrapper {
  height: 320px;
  background-position: center bottom;
  background-size: initial; }
  @media screen and (max-width: 960px) {
    .faq .section--kv .wrapper {
      background-position: -472px bottom; } }
.section--faq-details .wrapper {
  padding: 80px 20px; }
  @media screen and (min-width: 960px) {
    .section--faq-details .wrapper ul.tabs {
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      max-width: 1280px;
      margin: 0 auto 60px; }
      .section--faq-details .wrapper ul.tabs li {
        flex: 1 1 0;
        position: relative;
        top: 0;
        max-width: 186px;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--faq-details .wrapper ul.tabs li:nth-child(n+3) {
          margin-left: 10px; }
        .section--faq-details .wrapper ul.tabs li:before {
          content: "";
          position: absolute;
          bottom: 5px;
          left: 0;
          right: 0;
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          margin: auto;
          background-color: #000;
          opacity: .8;
          -webkit-filter: blur(4px);
                  filter: blur(4px);
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--faq-details .wrapper ul.tabs li:hover {
          top: -10px; }
          .section--faq-details .wrapper ul.tabs li:hover:before {
            bottom: -8px;
            width: calc(100% - 28px);
            opacity: .2;
            -webkit-filter: blur(6px);
                    filter: blur(6px); }
        .section--faq-details .wrapper ul.tabs li:hover a, .section--faq-details .wrapper ul.tabs li.active a {
          color: #fff; }
          .section--faq-details .wrapper ul.tabs li:hover a:before, .section--faq-details .wrapper ul.tabs li.active a:before {
            opacity: 1; }
        .section--faq-details .wrapper ul.tabs li:hover span:nth-of-type(1) svg path, .section--faq-details .wrapper ul.tabs li.active span:nth-of-type(1) svg path {
          fill: #fff; }
        .section--faq-details .wrapper ul.tabs li.label {
          display: none; }
        .section--faq-details .wrapper ul.tabs li a {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          position: relative;
          height: 100%;
          overflow: hidden;
          padding: 10px 10px 20px;
          background-color: #fff;
          border-radius: 8px;
          color: #444444;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--faq-details .wrapper ul.tabs li a:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0dc9a3), to(#02c0dc));
            background-image: linear-gradient(to right, #0dc9a3 1%, #02c0dc);
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--faq-details .wrapper ul.tabs li a span {
            position: relative; }
            .section--faq-details .wrapper ul.tabs li a span:nth-of-type(1) {
              margin-bottom: -10px; }
              .section--faq-details .wrapper ul.tabs li a span:nth-of-type(1) svg path {
                fill: #47c6b0;
                -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
                transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
            .section--faq-details .wrapper ul.tabs li a span:nth-of-type(2) {
              font-size: 14px;
              line-height: 1.5em; } }
  @media screen and (max-width: 959px) {
    .section--faq-details .wrapper {
      --tab-height: 80px; }
      .section--faq-details .wrapper ul.tabs {
        display: block;
        position: relative;
        overflow: hidden;
        max-height: var(--tab-height);
        margin: 0 auto 60px;
        border-radius: 8px;
        background-color: #eee;
        -webkit-transition: max-height .2s linear;
        transition: max-height .2s linear; }
        .section--faq-details .wrapper ul.tabs li {
          display: flex;
          position: relative;
          height: 80px;
          overflow: hidden; }
          .section--faq-details .wrapper ul.tabs li:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0dc9a3), to(#02c0dc));
            background-image: linear-gradient(to right, #0dc9a3 1%, #02c0dc);
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--faq-details .wrapper ul.tabs li .placeholder-txt,
          .section--faq-details .wrapper ul.tabs li .clone-obj,
          .section--faq-details .wrapper ul.tabs li a {
            width: 100%; }
          .section--faq-details .wrapper ul.tabs li a,
          .section--faq-details .wrapper ul.tabs li .clone-obj {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 2;
            color: #222222;
            font-size: 16px;
            line-height: 1.5em; }
            .section--faq-details .wrapper ul.tabs li a span,
            .section--faq-details .wrapper ul.tabs li .clone-obj span {
              display: flex;
              align-items: center; }
            .section--faq-details .wrapper ul.tabs li a svg path,
            .section--faq-details .wrapper ul.tabs li .clone-obj svg path {
              fill: #4bc4d8; }
        .section--faq-details .wrapper ul.tabs li.label {
          cursor: pointer; }
          .section--faq-details .wrapper ul.tabs li.label:before {
            border-radius: 8px 8px 0 0;
            opacity: 1; }
          .section--faq-details .wrapper ul.tabs li.label:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            z-index: 2;
            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 .2s ease;
            transition: all .2s ease; }
          .section--faq-details .wrapper ul.tabs li.label .placeholder-txt {
            display: flex;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding-left: 20px;
            color: #777777;
            font-size: 20px;
            line-height: 1.5em;
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--faq-details .wrapper ul.tabs li.label .clone-obj {
            opacity: 1;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--faq-details .wrapper ul.tabs li:not(.label):after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #ddd; }
        .section--faq-details .wrapper ul.tabs li:last-child:before {
          border-radius: 0 0 8px 8px; }
        .section--faq-details .wrapper ul.tabs li.label:before,
        .section--faq-details .wrapper ul.tabs li.active:before {
          opacity: 1; }
        .section--faq-details .wrapper ul.tabs li.label a,
        .section--faq-details .wrapper ul.tabs li.label .clone-obj,
        .section--faq-details .wrapper ul.tabs li.active a,
        .section--faq-details .wrapper ul.tabs li.active .clone-obj {
          color: #fff; }
          .section--faq-details .wrapper ul.tabs li.label a svg path,
          .section--faq-details .wrapper ul.tabs li.label .clone-obj svg path,
          .section--faq-details .wrapper ul.tabs li.active a svg path,
          .section--faq-details .wrapper ul.tabs li.active .clone-obj svg path {
            fill: #fff; }
      .section--faq-details .wrapper ul.tabs.open {
        max-height: calc( var(--tab-height) * var(--tab-num)); }
        .section--faq-details .wrapper ul.tabs.open li {
          -webkit-transition: max-height 1s linear;
          transition: max-height 1s linear; }
        .section--faq-details .wrapper ul.tabs.open li.label:before {
          opacity: 0; }
        .section--faq-details .wrapper ul.tabs.open li.label:after {
          border-top-color: #777777;
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
        .section--faq-details .wrapper ul.tabs.open li.label .placeholder-txt {
          opacity: 1; }
        .section--faq-details .wrapper ul.tabs.open li.label .clone-obj {
          opacity: 0; } }
.section--faq-details .wrapper > h2 {
  color: #222222;
  font-weight: 500;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
  white-space: nowrap; }

.section--faq-details .wrapper h2 + ul.accordion {
  margin-top: 24px; }

.section--faq-details .wrapper ul.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 984px;
  margin-left: auto;
  margin-right: auto; }
  .section--faq-details .wrapper ul.accordion > li {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    text-align: left;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
    transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
    .section--faq-details .wrapper ul.accordion > li:before, .section--faq-details .wrapper ul.accordion > li:after {
      content: "";
      display: block;
      position: absolute;
      top: 28px;
      right: 23px;
      z-index: 1;
      width: 10px;
      height: 2px;
      background-color: #4bc4d8;
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
    .section--faq-details .wrapper ul.accordion > li:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .section--faq-details .wrapper ul.accordion > li + li {
      margin-top: 20px;
      margin-bottom: 0; }
    .section--faq-details .wrapper ul.accordion > li > span {
      position: relative;
      padding: 16px 48px;
      background-color: #fff;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #0dc9a3), to(#02c0dc));
      background-image: linear-gradient(to right, #0dc9a3 1%, #02c0dc);
      background-position: 0 top;
      background-repeat: no-repeat;
      background-size: 100% 0;
      color: #444444;
      font-size: 16px;
      line-height: 1.5em;
      cursor: pointer;
      -webkit-user-select: none;
      /* Safari */
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
                                        supported by Chrome and Opera */
      -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--faq-details .wrapper ul.accordion > li > span:before, .section--faq-details .wrapper ul.accordion > li > span:after {
        content: "";
        display: block;
        position: absolute; }
      .section--faq-details .wrapper ul.accordion > li > span:before {
        content: "Q: ";
        top: 16px;
        left: 24px;
        color: currentColor;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5em; }
      .section--faq-details .wrapper ul.accordion > li > span:after {
        top: 18px;
        right: 18px;
        width: 20px;
        height: 21px;
        border: 1px solid #4bc4d8;
        border-radius: 50%; }
    .section--faq-details .wrapper ul.accordion > li .content {
      max-height: 0;
      overflow: hidden;
      padding: 0 48px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear;
      will-change: transform; }
    @media not all and (hover: none) {
      .section--faq-details .wrapper ul.accordion > li:hover:before, .section--faq-details .wrapper ul.accordion > li:hover:after {
        background-color: #fff; }
      .section--faq-details .wrapper ul.accordion > li:hover > span {
        background-size: 100% 100%;
        color: #fff; }
        .section--faq-details .wrapper ul.accordion > li:hover > span:after {
          border-color: currentColor; } }
    .section--faq-details .wrapper ul.accordion > li.active {
      left: 20px;
      margin-top: 40px;
      margin-bottom: 20px;
      -webkit-box-shadow: 0px -8px 24px rgba(0, 0, 0, 0.1);
              box-shadow: 0px -8px 24px rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 960px) {
        .section--faq-details .wrapper ul.accordion > li.active {
          left: initial; } }
      .section--faq-details .wrapper ul.accordion > li.active:before, .section--faq-details .wrapper ul.accordion > li.active:after {
        background-color: #fff; }
      .section--faq-details .wrapper ul.accordion > li.active:before {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg); }
      .section--faq-details .wrapper ul.accordion > li.active:after {
        -webkit-transform: rotate(540deg);
                transform: rotate(540deg); }
      .section--faq-details .wrapper ul.accordion > li.active > span {
        background-size: 100% 100%;
        color: #fff; }
        .section--faq-details .wrapper ul.accordion > li.active > span:after {
          border-color: currentColor; }
      .section--faq-details .wrapper ul.accordion > li.active .content {
        max-height: 9999px;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 36px 48px; }
        .section--faq-details .wrapper ul.accordion > li.active .content * + p {
          margin-top: 1.5em; }
        .section--faq-details .wrapper ul.accordion > li.active .content strong {
          color: #222222; }
        .section--faq-details .wrapper ul.accordion > li.active .content a {
          color: #ea68a2;
          /* These are technically the same, but use both */
          overflow-wrap: break-word;
          word-wrap: break-word;
          /* Instead use this non-standard one: */
          word-break: break-word;
          /* This is the dangerous one in WebKit, as it breaks things wherever */
          -ms-word-break: break-all;
          word-break: break-all;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1); }
          .section--faq-details .wrapper ul.accordion > li.active .content a:hover {
            background-color: #ea68a2;
            color: #fff; }
            @media (hover: none), (hover: on-demand) {
              .section--faq-details .wrapper ul.accordion > li.active .content a:hover {
                color: inherit; } }
main.guide {
  padding-top: 68px;
  padding-bottom: 80px;
  background: #a8b8bc url(../img/bg/bg_shopping_guide.jpg) no-repeat center top;
  background-size: cover; }
  main.guide > h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 30px auto;
    color: #fff; }
    main.guide > h1 small {
      font-size: 18px;
      line-height: 1.5em;
      letter-spacing: 1.4px; }
    main.guide > h1 span {
      font-weight: 500;
      font-size: 32px;
      line-height: 1.2em;
      letter-spacing: 2px; }

@media screen and (min-width: 931px) {
  .section--tutorial .wrapper ul.tabs {
    display: flex;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 20px;
    border: 0 solid transparent; }
    .section--tutorial .wrapper ul.tabs li {
      flex: 1 1 0;
      position: relative;
      max-width: 25%; }
      .section--tutorial .wrapper ul.tabs li:not(:nth-child(-n+2)) {
        margin-left: 20px; }
      .section--tutorial .wrapper ul.tabs li.label {
        display: none; }
      .section--tutorial .wrapper ul.tabs li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 44px;
        border: 2px solid #fff;
        border-radius: 22px;
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 1.2px;
        -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: background-color 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--tutorial .wrapper ul.tabs li.active a, .section--tutorial .wrapper ul.tabs li:hover a {
        background-color: #2196aa; } }

@media screen and (max-width: 930px) {
  .section--tutorial .wrapper {
    --tab-height: 67px;
    --tabs-border-width: 2px; }
    .section--tutorial .wrapper ul.tabs {
      display: block;
      position: relative;
      overflow: hidden;
      max-height: calc(var(--tab-height) + var(--tabs-border-width) * 2);
      margin: 0 40px 40px;
      border-radius: 10px;
      border: var(--tabs-border-width) solid #fff;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .section--tutorial .wrapper ul.tabs li {
        display: flex;
        position: relative;
        overflow: hidden;
        height: var(--tab-height); }
        .section--tutorial .wrapper ul.tabs li .placeholder-txt,
        .section--tutorial .wrapper ul.tabs li .clone-obj,
        .section--tutorial .wrapper ul.tabs li a {
          display: flex;
          align-items: center;
          position: relative;
          width: 100%;
          padding: 0 20px;
          color: #fff;
          font-size: 18px;
          line-height: 1.5em;
          -webkit-transition: all .2s linear;
          transition: all .2s linear; }
      .section--tutorial .wrapper ul.tabs li.label {
        cursor: pointer; }
        .section--tutorial .wrapper ul.tabs li.label:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 20px;
          z-index: 2;
          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 .2s ease;
          transition: all .2s ease; }
        .section--tutorial .wrapper ul.tabs li.label .placeholder-txt {
          display: flex;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          color: rgba(255, 255, 255, 0.7);
          font-size: 20px;
          line-height: 1.5em;
          text-align: center;
          opacity: 0;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--tutorial .wrapper ul.tabs li.label .clone-obj {
          opacity: 1;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--tutorial .wrapper ul.tabs li:not(.label):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.5); }
    .section--tutorial .wrapper ul.tabs.open {
      max-height: calc( var(--tab-height) * var(--tab-num) + var(--tabs-border-width) * 2);
      background-color: #4bc4d8; }
      .section--tutorial .wrapper ul.tabs.open li {
        -webkit-transition: max-height 1s linear;
        transition: max-height 1s linear; }
      .section--tutorial .wrapper ul.tabs.open li.label:after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      .section--tutorial .wrapper ul.tabs.open li.label .placeholder-txt {
        opacity: 1; }
      .section--tutorial .wrapper ul.tabs.open li.label .clone-obj {
        opacity: 0; } }

@media screen and (max-width: 768px) {
  .section--tutorial .wrapper ul.tabs {
    margin: 0 20px 40px; } }

@media screen and (min-width: 1280px) {
  .section--tutorial .wrapper .tutorial-slider {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto 0;
    padding-right: 140px; }
    .section--tutorial .wrapper .tutorial-slider .owl-carousel {
      position: relative;
      max-width: 850px; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel.owl-carousel .owl-stage[style] {
        -webkit-transition-duration: 0s !important;
                transition-duration: 0s !important; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item {
        position: static;
        max-width: 850px; }
        .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item img {
          display: block;
          max-width: 100%;
          max-height: 100%;
          border: 15px solid rgba(75, 196, 216, 0.7);
          opacity: 0; }
        .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc {
          position: relative;
          max-width: 640px;
          margin: 45px auto 20px; }
          .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc:before, .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc:after {
            content: "";
            display: block;
            position: absolute;
            top: 0px;
            left: 0;
            right: 0;
            z-index: -1;
            width: calc(100% - 40px);
            height: 100%;
            margin: 0 auto;
            border-radius: 10px;
            background-color: rgba(54, 189, 211, 0.5);
            opacity: 0;
            -webkit-transform: scale(1.15);
                    transform: scale(1.15); }
          .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc:before {
            top: -8px;
            width: calc(100% - 80px);
            background-color: rgba(43, 175, 197, 0.3); }
          .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc .container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            top: 10px;
            min-height: 122px;
            padding: 28px 40px 30px;
            border-radius: 20px;
            background-color: #4bc4d8;
            color: #fff;
            opacity: 0;
            -webkit-transform: scale(1.15);
                    transform: scale(1.15); }
            .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc .container h2 {
              font-weight: bold;
              font-size: 20px;
              line-height: 1.5em;
              letter-spacing: 1.2px;
              text-align: center; }
            .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item .item .desc .container p {
              font-size: 16px;
              line-height: 1.5em; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item.active .item img {
        opacity: 1;
        -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 1s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item.active .item .desc:before, .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item.active .item .desc:after {
        top: -10px;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0.2s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0.2s; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item.active .item .desc:before {
        top: -20px;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .owl-item.active .item .desc .container {
        top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0.4s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0.4s; }
    .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom {
      order: -1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      left: 15px;
      z-index: 2;
      max-width: 140px;
      height: 502px; }
      .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li {
        display: block;
        position: relative;
        overflow: visible;
        margin-left: 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 140px;
          height: 48px;
          padding-left: 10px;
          border-left: 1px solid #fff;
          background-color: #4bc4d8;
          color: #fff;
          font-weight: 500;
          font-size: 16px;
          line-height: 1em;
          font-family: "Roboto", sans-serif;
          white-space: nowrap;
          letter-spacing: 1.2px;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li a:after {
            content: "";
            display: inline-block;
            width: 0;
            height: 16px;
            margin-left: 10px;
            background: url(../img/svg/icon_arrow_r.svg) right center no-repeat;
            background-size: cover;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
      .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li:hover,
      .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li.active {
        margin-left: 14px; }
        .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li:hover a,
        .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li.active a {
          padding-left: 0;
          background-color: #2196aa; }
          .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li:hover a:after,
          .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li.active a:after {
            width: 18px;
            opacity: 1; }
      .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom li + li {
        margin-top: -1px; }
  .section--tutorial .wrapper .css-icon-scroll {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 22px;
    height: 44px;
    margin: 40px auto;
    border-radius: 22px;
    border: 2px solid #fff; }
    .section--tutorial .wrapper .css-icon-scroll .wheel {
      display: block;
      width: 2px;
      height: 12px;
      margin-top: 8px;
      background-color: #fff;
      -webkit-animation: wheel 1s infinite;
              animation: wheel 1s infinite; } }

@media screen and (max-width: 1279px) {
  .section--tutorial .wrapper .tutorial-slider {
    padding: 0 40px;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear; }
    .section--tutorial .wrapper .tutorial-slider .owl-carousel {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section--tutorial .wrapper .tutorial-slider .owl-carousel .item {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        border: 15px solid transparent;
        background-color: rgba(75, 196, 216, 0.7);
        border-bottom: 0; }
        .section--tutorial .wrapper .tutorial-slider .owl-carousel .item + .item {
          margin-top: 20px; }
        .section--tutorial .wrapper .tutorial-slider .owl-carousel .item img {
          display: block;
          width: 100%;
          height: auto;
          border-radius: 4px; }
        .section--tutorial .wrapper .tutorial-slider .owl-carousel .item .desc {
          padding: 20px 0 22px;
          color: #fff; }
          .section--tutorial .wrapper .tutorial-slider .owl-carousel .item .desc .container {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff; }
            .section--tutorial .wrapper .tutorial-slider .owl-carousel .item .desc .container h2 {
              font-weight: bold;
              font-size: 20px;
              line-height: 1.5em;
              letter-spacing: 1.2px;
              text-align: center; }
            .section--tutorial .wrapper .tutorial-slider .owl-carousel .item .desc .container p {
              font-size: 16px;
              line-height: 1.5em; }
    .section--tutorial .wrapper .tutorial-slider .js-owl-dots-custom {
      display: none; }
  .section--tutorial .wrapper .css-icon-scroll {
    display: none; } }

@media screen and (max-width: 768px) {
  .section--tutorial .wrapper .tutorial-slider {
    padding: 0 20px; } }

.terms {
  padding-top: 68px; }
  .terms article {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 20px 80px; }

main.shop {
  padding-top: 68px; }
  main.shop.fav h1 {
    padding: 32px 40px;
    color: #222222;
    font-size: 20px;
    line-height: 1.25em;
    text-align: center; }
    @media screen and (max-width: 666px) {
      main.shop.fav h1 {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 414px) {
      main.shop.fav h1 {
        padding-left: 10px;
        padding-right: 10px; } }
  main.shop .page-head-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  main.shop .section--product-images .wrapper, main.shop .section--product-images article,
  main.shop .section--product-sheet .wrapper,
  main.shop .section--product-sheet article,
  main.shop .section--product-article .wrapper,
  main.shop .section--product-article article {
    max-width: 1024px;
    margin: 80px auto;
    padding-left: 40px;
    padding-right: 40px; }
    @media screen and (max-width: 666px) {
      main.shop .section--product-images .wrapper, main.shop .section--product-images article,
      main.shop .section--product-sheet .wrapper,
      main.shop .section--product-sheet article,
      main.shop .section--product-article .wrapper,
      main.shop .section--product-article article {
        padding-left: 20px;
        padding-right: 20px; } }
    main.shop .section--product-images .wrapper h2, main.shop .section--product-images article h2,
    main.shop .section--product-sheet .wrapper h2,
    main.shop .section--product-sheet article h2,
    main.shop .section--product-article .wrapper h2,
    main.shop .section--product-article article h2 {
      color: #222222;
      font-size: 16px;
      line-height: 1.25em;
      letter-spacing: 0.4px; }
  .shop-nav .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px; }
    @media screen and (max-width: 1279px) {
      .shop-nav .wrapper {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 40px; } }
    @media screen and (max-width: 666px) {
      .shop-nav .wrapper {
        padding: 40px 20px; } }
    @media screen and (max-width: 414px) {
      .shop-nav .wrapper {
        padding: 40px 10px; } }
    .shop-nav .wrapper:before {
      content: "";
      flex: 0 1 auto;
      display: block;
      width: 180px;
      height: 40px; }
      main.shop--search .shop-nav .wrapper:before {
        display: none; }
      @media screen and (max-width: 1279px) {
        .shop-nav .wrapper:before {
          width: 0; } }
    main.shop--search .shop-nav .wrapper ul.tabs {
      display: none; }
    @media screen and (min-width: 1280px) {
      .shop-nav .wrapper ul.tabs {
        display: inline-flex; }
        .shop-nav .wrapper ul.tabs li:not(:first-child) + li {
          border-left: 1px solid #e3e3e3; }
        .shop-nav .wrapper ul.tabs li.label {
          display: none; }
        .shop-nav .wrapper ul.tabs li a {
          display: flex;
          align-items: center;
          height: 100%;
          padding: 6px 28px;
          color: #999999;
          font-weight: 300;
          font-size: 16px;
          line-height: 1em;
          letter-spacing: 0.8px;
          font-family: "Roboto", sans-serif;
          text-align: center;
          text-transform: uppercase;
          white-space: nowrap;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1);
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1); } }
      @media screen and (min-width: 1280px) and (hover: hover) {
        .shop-nav .wrapper ul.tabs li a:hover {
          color: #4bc4d8; } }
    @media screen and (min-width: 1280px) {
        .shop-nav .wrapper ul.tabs li.active a {
          color: #000;
          font-weight: 500; } }
    @media screen and (max-width: 1279px) {
      .shop-nav .wrapper ul.tabs {
        --tab-height: 52px;
        --tab-border-radius: 0;
        flex: 1 1 auto;
        display: block;
        position: relative;
        overflow: hidden;
        max-height: var(--tab-height);
        margin: 0 auto;
        border-radius: var(--tab-border-radius);
        background-color: #eee;
        -webkit-transition: max-height .2s linear;
        transition: max-height .2s linear; }
        .shop-nav .wrapper ul.tabs li {
          display: flex;
          align-items: center;
          position: relative;
          height: var(--tab-height);
          overflow: hidden;
          padding: 0 20px; }
          .shop-nav .wrapper ul.tabs li:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #222222;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .shop-nav .wrapper ul.tabs li .placeholder-txt,
          .shop-nav .wrapper ul.tabs li .clone-obj,
          .shop-nav .wrapper ul.tabs li a {
            width: 100%; }
          .shop-nav .wrapper ul.tabs li a,
          .shop-nav .wrapper ul.tabs li .clone-obj {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 2;
            color: #222222;
            font-size: 16px;
            line-height: 1.2em; }
            .shop-nav .wrapper ul.tabs li a span,
            .shop-nav .wrapper ul.tabs li .clone-obj span {
              display: flex;
              align-items: center; }
            .shop-nav .wrapper ul.tabs li a svg path,
            .shop-nav .wrapper ul.tabs li .clone-obj svg path {
              fill: #4bc4d8; }
        .shop-nav .wrapper ul.tabs li.label {
          cursor: pointer; }
          .shop-nav .wrapper ul.tabs li.label:before {
            border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0;
            opacity: 1; }
          .shop-nav .wrapper ul.tabs li.label:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            z-index: 2;
            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 .2s ease;
            transition: all .2s ease; }
          .shop-nav .wrapper ul.tabs li.label .placeholder-txt {
            display: flex;
            align-items: center;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            padding-left: 20px;
            color: #777777;
            font-size: 16px;
            line-height: 1.5em;
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          .shop-nav .wrapper ul.tabs li.label .clone-obj {
            opacity: 1;
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .shop-nav .wrapper ul.tabs li:not(.label):after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #ddd; }
        .shop-nav .wrapper ul.tabs li:last-child:before {
          border-radius: 0 0 8px 8px; }
        .shop-nav .wrapper ul.tabs li.label:before,
        .shop-nav .wrapper ul.tabs li.active:before {
          opacity: 1; }
        .shop-nav .wrapper ul.tabs li.label a,
        .shop-nav .wrapper ul.tabs li.label .clone-obj,
        .shop-nav .wrapper ul.tabs li.active a,
        .shop-nav .wrapper ul.tabs li.active .clone-obj {
          color: #fff; }
          .shop-nav .wrapper ul.tabs li.label a svg path,
          .shop-nav .wrapper ul.tabs li.label .clone-obj svg path,
          .shop-nav .wrapper ul.tabs li.active a svg path,
          .shop-nav .wrapper ul.tabs li.active .clone-obj svg path {
            fill: #fff; }
        .shop-nav .wrapper ul.tabs.tabs.open {
          max-height: calc( var(--tab-height) * var(--tab-num)); }
          .shop-nav .wrapper ul.tabs.tabs.open li {
            -webkit-transition: max-height 1s linear;
            transition: max-height 1s linear; }
          .shop-nav .wrapper ul.tabs.tabs.open li.label:before {
            opacity: 0; }
          .shop-nav .wrapper ul.tabs.tabs.open li.label:after {
            border-top-color: #777777;
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .shop-nav .wrapper ul.tabs.tabs.open li.label .placeholder-txt {
            opacity: 1; }
          .shop-nav .wrapper ul.tabs.tabs.open li.label .clone-obj {
            opacity: 0; } }
    .shop-nav .wrapper .search {
      flex: 0 0 auto;
      display: flex;
      flex-wrap: wrap;
      width: 180px; }
      @media screen and (max-width: 1279px) {
        .shop-nav .wrapper .search {
          order: -1;
          flex: 1 1 auto;
          width: 100%;
          margin-bottom: 20px; } }
      main.shop--search .shop-nav .wrapper .search {
        width: 100%;
        justify-content: space-between; }
        @media screen and (max-width: 1279px) {
          main.shop--search .shop-nav .wrapper .search {
            margin-bottom: 0; } }
      .shop-nav .wrapper .search .search__result {
        display: none;
        color: #777777;
        font-size: 16px;
        line-height: 1.25em;
        letter-spacing: 0.4px; }
        main.shop--search .shop-nav .wrapper .search .search__result {
          display: flex;
          align-items: center; }
        .shop-nav .wrapper .search .search__result .search__result__count {
          margin: 0 4px; }
      .shop-nav .wrapper .search .search__form, .shop-nav .wrapper .search .search__form .search__form__label, .shop-nav .wrapper .search .search__form input {
        display: flex;
        width: 100%;
        height: 100%; }
      main.shop--search .shop-nav .wrapper .search .search__form {
        width: 180px; }
        @media screen and (max-width: 1279px) {
          main.shop--search .shop-nav .wrapper .search .search__form {
            width: 100%;
            margin-bottom: 20px; } }
      @media screen and (max-width: 1279px) {
        .shop-nav .wrapper .search .search__form {
          order: -1; } }
      .shop-nav .wrapper .search .search__form input {
        padding: 9px 12px 9px 34px;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        background: url(../img/svg/icon_magnifier.svg) no-repeat 12px calc(50% + 0.5px);
        background-size: 12px 12px;
        color: #444444;
        font-size: 16px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
        line-height: normal;
        -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
        .shop-nav .wrapper .search .search__form input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #999999;
          opacity: 1; }
        .shop-nav .wrapper .search .search__form input::-moz-placeholder {
          /* Firefox 19+ */
          color: #999999;
          opacity: 1; }
        .shop-nav .wrapper .search .search__form input:-moz-placeholder {
          /* Firefox 18- */
          color: #999999;
          opacity: 1; }
        .shop-nav .wrapper .search .search__form input:-ms-input-placeholder {
          /* IE 10+ */
          color: #999999;
          opacity: 1; }
        @media screen and (max-width: 1279px) {
          .shop-nav .wrapper .search .search__form input {
            padding: 15px 12px 15px 34px;
            border-radius: 0; } }
      .shop-nav .wrapper .search .search__form .search__form__label:focus-within input,
      .shop-nav .wrapper .search .search__form input:focus,
      .shop-nav .wrapper .search .search__form input:not(:placeholder-shown) {
        padding-left: 12px;
        background-position: -34px calc(50% + 0.5px); }
  main.shop .section--products .wrapper .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0 40px; }
    @media screen and (max-width: 666px) {
      main.shop .section--products .wrapper .product-list {
        padding: 0 20px; } }
    @media screen and (max-width: 414px) {
      main.shop .section--products .wrapper .product-list {
        margin-left: -10px;
        padding: 0 10px; } }
    main.shop .section--products .wrapper .product-list .product-list__item {
      flex: 0 1 auto;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      position: relative;
      width: 100%;
      max-width: calc(25% - 20px);
      margin-left: 20px;
      margin-bottom: 80px; }
      @media screen and (max-width: 1439px) {
        main.shop .section--products .wrapper .product-list .product-list__item {
          max-width: calc(33% - 20px);
          margin-bottom: 40px; } }
      @media screen and (max-width: 833px) {
        main.shop .section--products .wrapper .product-list .product-list__item {
          max-width: calc(50% - 20px); } }
      @media screen and (max-width: 414px) {
        main.shop .section--products .wrapper .product-list .product-list__item {
          max-width: calc(50% - 10px);
          margin-left: 10px; } }
      @media screen and (max-width: 359px) {
        main.shop .section--products .wrapper .product-list .product-list__item {
          max-width: calc(100% - 10px); } }
      main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__thumbs {
        flex: 1 1 auto;
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 75%; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__thumbs .thumb {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          opacity: 0;
          -webkit-transition: all 0.4s linear 0s;
          transition: all 0.4s linear 0s; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__thumbs .thumb.active {
            opacity: 1; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__thumbs .thumb img {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        @media (hover: hover) {
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__thumbs:hover .thumb img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); } }
      main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title {
        flex: 1 1 auto;
        display: flex;
        flex-wrap: wrap;
        letter-spacing: 0.35px; }
        @media screen and (max-width: 414px) {
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title {
            max-width: calc(100% - 60px); } }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title .title {
          display: inline-block;
          overflow: hidden;
          margin-right: 4px;
          color: #222222;
          font-size: 16px;
          line-height: 20px;
          letter-spacing: 0.35px;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media (hover: hover) {
            main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title .title:hover {
              color: #4bc4d8; } }
          @media screen and (max-width: 1023px) {
            main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title .title {
              font-size: 13px; } }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title .new {
          display: none;
          color: #af2727;
          font-weight: 300;
          font-size: 12px;
          line-height: 20px;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__title .new.active {
            display: inline-block; }
      main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors {
        flex: 0 0 auto;
        display: flex;
        padding: 4px 0; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color {
          display: block;
          position: relative;
          width: 20px;
          height: 20px;
          margin-left: 8px;
          cursor: pointer; }
          @media screen and (max-width: 1023px) {
            main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color {
              width: 12px;
              height: 12px; } }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            left: 3px;
            right: 3px;
            bottom: 3px;
            border: 2px solid #e3e3e3;
            border-radius: 50%;
            -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color.active:before {
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset;
                    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2) inset; }
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__colors .color img {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            border-radius: 50%; }
      main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__price {
        flex: 1 1 100%;
        display: block;
        margin-top: 4px;
        color: #999999;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.25em;
        font-family: "Roboto", sans-serif;
        letter-spacing: 0.4px; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__price .price {
          display: inline-block;
          color: inherit;
          font-size: inherit;
          line-height: inherit;
          letter-spacing: inherit; }
          @media screen and (max-width: 1023px) {
            main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__price .price {
              font-size: 13px;
              line-height: 1.25em; } }
      main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 44px;
        height: 44px;
        font-size: 0;
        line-height: 0;
        cursor: pointer; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav:before, main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 14px 14px;
          font-size: 0;
          line-height: 0;
          -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav:before {
          background-image: url(../img/svg/icon_fav_s_stroke.svg); }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav:after {
          background-image: url(../img/svg/icon_fav_s_solid.svg);
          opacity: 0; }
        @media (hover: hover) {
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav:not(.active):hover:before {
            opacity: 1;
            background-size: 20px 20px; } }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav.active:before {
          opacity: 0; }
        main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav.active:after {
          opacity: 1;
          -webkit-animation-name: heartBeat;
                  animation-name: heartBeat;
          -webkit-animation-duration: 1.2s;
                  animation-duration: 1.2s;
          -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
                  animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
        @media (hover: hover) {
          main.shop .section--products .wrapper .product-list .product-list__item .product-list__item__fav.active:hover:after {
            background-size: 20px 20px; } }
  main.shop .load-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
    transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
    main.shop .load-more .scroll-to-load-more,
    main.shop .load-more .spinner,
    main.shop .load-more .msg-success,
    main.shop .load-more .msg-error {
      max-height: 0;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
    main.shop .load-more .scroll-to-load-more {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 22px;
      height: 44px;
      max-height: none;
      margin: 0 auto;
      border-radius: 22px;
      border: 2px solid #999999;
      opacity: 1; }
      main.shop .load-more .scroll-to-load-more:before {
        content: "";
        display: block;
        width: 2px;
        height: 12px;
        margin-top: 8px;
        background-color: #999999;
        -webkit-animation: wheel 1s infinite;
                animation: wheel 1s infinite; }
    main.shop .load-more .spinner {
      display: block;
      margin: 0 auto;
      width: auto; }
    main.shop .load-more .msg-success,
    main.shop .load-more .msg-error {
      display: inline-block;
      overflow: hidden;
      margin: 0 auto;
      padding: 0 2em;
      border: 0 dashed #aaaaaa;
      color: #999999;
      font-size: 12px;
      line-height: 1.5em;
      text-align: center;
      opacity: 0; }
    main.shop .load-more.active {
      margin: 40px 0 120px;
      opacity: 1;
      pointer-events: auto; }
    main.shop .load-more.active.spinner .scroll-to-load-more {
      height: 0;
      border-width: 0;
      opacity: 0; }
    main.shop .load-more.active.spinner .spinner {
      max-height: 99px; }
    main.shop .load-more.active.msg .scroll-to-load-more {
      height: 0;
      border-width: 0;
      opacity: 0; }
    main.shop .load-more.active.msg .spinner {
      max-height: 0; }
    main.shop .load-more.active.msg.success .msg-success {
      max-height: 999px;
      padding: .5em 2em;
      border-width: 1px 0;
      opacity: 1; }
    main.shop .load-more.active.msg.error .msg-error {
      max-height: 999px;
      padding: .5em 2em;
      border-width: 1px 0;
      opacity: 1; }
      main.shop .load-more.active.msg.error .msg-error .retry {
        color: #2196aa; }
        @media (hover: hover) {
          main.shop .load-more.active.msg.error .msg-error .retry:hover {
            color: #4bc4d8; } }
  main.shop .section--product-header .wrapper {
    display: flex;
    align-items: flex-start;
    padding: 0 40px 40px;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 959px) {
      main.shop .section--product-header .wrapper {
        flex-direction: column; } }
    @media screen and (max-width: 666px) {
      main.shop .section--product-header .wrapper {
        padding-left: 20px;
        padding-right: 20px; } }
    main.shop .section--product-header .wrapper .product-images {
      flex: 1 1 auto;
      display: flex;
      overflow: hidden;
      padding-right: 40px; }
      @media screen and (max-width: 1439px) {
        main.shop .section--product-header .wrapper .product-images {
          flex-direction: column; } }
      @media screen and (max-width: 959px) {
        main.shop .section--product-header .wrapper .product-images {
          max-width: calc(100% + 40px*2);
          margin-left: -40px;
          margin-right: -40px;
          margin-bottom: 40px;
          padding-right: 0; } }
      @media screen and (max-width: 666px) {
        main.shop .section--product-header .wrapper .product-images {
          max-width: calc(100% + 20px*2);
          margin-left: -20px;
          margin-right: -20px; } }
      main.shop .section--product-header .wrapper .product-images .slider-gallery-nav,
      main.shop .section--product-header .wrapper .product-images .slider-gallery-dots {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2; }
      main.shop .section--product-header .wrapper .product-images .slider-gallery-nav {
        display: flex;
        justify-content: space-between;
        top: 50%;
        height: 0;
        padding: 0 10px;
        overflow: visible; }
        main.shop .section--product-header .wrapper .product-images .slider-gallery-nav .slick-prev,
        main.shop .section--product-header .wrapper .product-images .slider-gallery-nav .slick-next {
          width: 44px;
          height: 44px;
          background-size: 40px;
          -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1));
                  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.1));
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          main.shop .section--product-header .wrapper .product-images .slider-gallery-nav .slick-prev.slick-disabled,
          main.shop .section--product-header .wrapper .product-images .slider-gallery-nav .slick-next.slick-disabled {
            opacity: 0;
            pointer-events: none; }
      main.shop .section--product-header .wrapper .product-images .slider-gallery-dots {
        bottom: 0; }
        main.shop .section--product-header .wrapper .product-images .slider-gallery-dots .slick-dots {
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 10px; }
          main.shop .section--product-header .wrapper .product-images .slider-gallery-dots .slick-dots li + li {
            margin-left: 4px; }
          main.shop .section--product-header .wrapper .product-images .slider-gallery-dots .slick-dots button {
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset;
                    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.5) inset;
            background-color: rgba(0, 0, 0, 0.3);
            font-size: 0;
            line-height: 0;
            cursor: pointer; }
          main.shop .section--product-header .wrapper .product-images .slider-gallery-dots .slick-dots .slick-active button {
            background-color: #4bc4d8; }
      main.shop .section--product-header .wrapper .product-images .slick-prev,
      main.shop .section--product-header .wrapper .product-images .slick-next {
        display: block;
        width: 80px;
        height: 40px;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer; }
        @media screen and (max-width: 1439px) {
          main.shop .section--product-header .wrapper .product-images .slick-prev,
          main.shop .section--product-header .wrapper .product-images .slick-next {
            width: 40px;
            height: 40px;
            background-size: 32px 32px; } }
      main.shop .section--product-header .wrapper .product-images .slick-prev {
        background-image: url(../img/svg/icon_arrow_solid_up.svg); }
        @media screen and (max-width: 1439px) {
          main.shop .section--product-header .wrapper .product-images .slick-prev {
            background-image: url(../img/svg/icon_arrow_solid_left.svg); } }
      main.shop .section--product-header .wrapper .product-images .slick-next {
        background-image: url(../img/svg/icon_arrow_solid_down.svg); }
        @media screen and (max-width: 1439px) {
          main.shop .section--product-header .wrapper .product-images .slick-next {
            background-image: url(../img/svg/icon_arrow_solid_right.svg); } }
      main.shop .section--product-header .wrapper .product-images .thumbs {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 80px;
        overflow: hidden; }
        @media screen and (max-width: 959px) {
          main.shop .section--product-header .wrapper .product-images .thumbs {
            display: none; } }
        @media screen and (max-width: 1439px) {
          main.shop .section--product-header .wrapper .product-images .thumbs {
            order: 2;
            flex-direction: row;
            width: auto;
            max-width: 100%;
            height: 60px;
            margin-top: 20px; } }
        main.shop .section--product-header .wrapper .product-images .thumbs .slider-thumbs {
          flex: 0 1 auto;
          max-width: 100%;
          max-height: 100%;
          overflow: hidden; }
          @media screen and (max-width: 1439px) {
            main.shop .section--product-header .wrapper .product-images .thumbs .slider-thumbs {
              max-width: 384px; } }
          main.shop .section--product-header .wrapper .product-images .thumbs .slider-thumbs.stop-stupid-transform .slick-track[style*="transform"] {
            -webkit-transform: none !important;
                    transform: none !important; }
        main.shop .section--product-header .wrapper .product-images .thumbs .item {
          position: relative;
          margin: 8px 0;
          cursor: pointer; }
          @media screen and (max-width: 1439px) {
            main.shop .section--product-header .wrapper .product-images .thumbs .item {
              margin: 0 8px; } }
          main.shop .section--product-header .wrapper .product-images .thumbs .item:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
                    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1); }
          main.shop .section--product-header .wrapper .product-images .thumbs .item.slick-current:before {
            -webkit-box-shadow: inset 0 0 1px 1px #4bc4d8;
                    box-shadow: inset 0 0 1px 1px #4bc4d8;
            background-color: rgba(0, 0, 0, 0.05); }
          main.shop .section--product-header .wrapper .product-images .thumbs .item img {
            display: block;
            width: 80px;
            height: 60px; }
      main.shop .section--product-header .wrapper .product-images .gallery {
        flex: 1 1 auto;
        position: relative;
        margin-left: 40px;
        overflow: hidden; }
        @media screen and (max-width: 1439px) {
          main.shop .section--product-header .wrapper .product-images .gallery {
            max-width: 100%;
            margin-left: 0; } }
        main.shop .section--product-header .wrapper .product-images .gallery .item {
          max-width: 100%;
          margin: 2px 0; }
          main.shop .section--product-header .wrapper .product-images .gallery .item img {
            display: block;
            width: 100%;
            height: auto; }
    main.shop .section--product-header .wrapper .product-intro {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      width: 320px; }
      @media screen and (max-width: 959px) {
        main.shop .section--product-header .wrapper .product-intro {
          width: 100%; } }
      main.shop .section--product-header .wrapper .product-intro h1 {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e3e3e3;
        color: #222222; }
        main.shop .section--product-header .wrapper .product-intro h1 strong {
          display: block;
          font-weight: 500;
          font-size: 30px;
          line-height: 1.5em;
          font-family: "Roboto", sans-serif;
          letter-spacing: 0.75px; }
          @media screen and (max-width: 479px) {
            main.shop .section--product-header .wrapper .product-intro h1 strong {
              font-size: 24px;
              line-height: 1.5em; } }
        main.shop .section--product-header .wrapper .product-intro h1 span {
          font-size: 18px;
          line-height: 1.5em;
          letter-spacing: 0.45px; }
      main.shop .section--product-header .wrapper .product-intro p {
        margin: 0 0 20px;
        color: #222222;
        letter-spacing: 0.4px; }
      main.shop .section--product-header .wrapper .product-intro .row {
        margin-top: 40px; }
        main.shop .section--product-header .wrapper .product-intro .row .label {
          margin-bottom: 10px;
          color: #999999;
          font-size: 14px;
          line-height: 1em;
          letter-spacing: 0.35px;
          white-space: nowrap; }
          main.shop .section--product-header .wrapper .product-intro .row .label small {
            display: block;
            margin-top: 4px;
            font-size: 12px;
            line-height: 1.25em; }
        main.shop .section--product-header .wrapper .product-intro .row .label + mark {
          margin-top: -4px;
          margin-bottom: 10px; }
        main.shop .section--product-header .wrapper .product-intro .row .select2 + mark {
          margin-top: 10px; }
        main.shop .section--product-header .wrapper .product-intro .row mark {
          display: none;
          color: #af2727;
          font-size: 12px;
          line-height: 1.25em;
          letter-spacing: 0.35px; }
        main.shop .section--product-header .wrapper .product-intro .row .select2-container--disabled ~ mark {
          display: block; }
        .select2-container--default .select2-results__option[aria-disabled="true"] {
          display: none; }
        main.shop .section--product-header .wrapper .product-intro .row .colors {
          display: flex; }
          main.shop .section--product-header .wrapper .product-intro .row .colors label {
            display: block;
            position: relative;
            cursor: pointer; }
            main.shop .section--product-header .wrapper .product-intro .row .colors label + label {
              margin-left: 10px; }
            main.shop .section--product-header .wrapper .product-intro .row .colors label input[type="radio"] {
              position: absolute;
              opacity: 0; }
            main.shop .section--product-header .wrapper .product-intro .row .colors label img {
              margin: 0; }
            main.shop .section--product-header .wrapper .product-intro .row .colors label .overlay {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
                      box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1); }
            main.shop .section--product-header .wrapper .product-intro .row .colors label input:checked ~ .overlay {
              -webkit-box-shadow: inset 0 0 1px 1px #4bc4d8;
                      box-shadow: inset 0 0 1px 1px #4bc4d8;
              background-color: rgba(0, 0, 0, 0.05); }
        main.shop .section--product-header .wrapper .product-intro .row .quantity {
          display: flex;
          width: 100px;
          position: relative; }
          main.shop .section--product-header .wrapper .product-intro .row .quantity input {
            padding: 13px 29px;
            text-align: center; }
          main.shop .section--product-header .wrapper .product-intro .row .quantity span {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            top: 0;
            width: 28px;
            height: 100%;
            border-width: 0;
            border-style: solid;
            border-color: #e3e3e3;
            color: #aaaaaa;
            font-weight: 100;
            font-size: 16px;
            line-height: 1em;
            font-family: "Roboto", sans-serif;
            cursor: pointer;
            -webkit-user-select: none;
            /* Chrome all / Safari all */
            -moz-user-select: none;
            /* Firefox all */
            -ms-user-select: none;
            /* IE 10+ */
            user-select: none;
            /* Likely future */ }
            main.shop .section--product-header .wrapper .product-intro .row .quantity span:nth-of-type(1) {
              left: 0;
              border-right-width: 1px; }
            main.shop .section--product-header .wrapper .product-intro .row .quantity span:nth-of-type(2) {
              right: 0;
              border-left-width: 1px; }
        main.shop .section--product-header .wrapper .product-intro .row.action-btn {
          display: flex;
          flex-wrap: wrap; }
          main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            margin-bottom: 10px; }
            main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav {
              display: inline-block;
              position: relative;
              padding: 2px 0 4px 24px;
              color: #af2727;
              font-size: 14px;
              line-height: 1em;
              letter-spacing: 0.35px;
              white-space: nowrap;
              cursor: pointer; }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:before, main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 14px 14px;
                font-size: 0;
                line-height: 0;
                -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
                transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:before {
                background-image: url(../img/svg/icon_fav_s_stroke_red.svg); }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:after {
                background-image: url(../img/svg/icon_fav_s_solid_red.svg);
                opacity: 0; }
              @media (hover: hover) {
                main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:not(.active):hover:before {
                  opacity: 1;
                  background-size: 20px 20px; } }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav.active:before {
                opacity: 0; }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav.active:after {
                opacity: 1;
                -webkit-animation-name: heartBeat;
                        animation-name: heartBeat;
                -webkit-animation-duration: 1.2s;
                        animation-duration: 1.2s;
                -webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 1);
                        animation-timing-function: cubic-bezier(0, 0, 0.18, 1); }
              @media (hover: hover) {
                main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav.active:hover:after {
                  background-size: 20px 20px; } }
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:before, main.shop .section--product-header .wrapper .product-intro .row.action-btn .fav-wrapper .add-fav:after {
                width: 20px;
                height: 20px; }
          main.shop .section--product-header .wrapper .product-intro .row.action-btn .btn {
            flex: 1 1 0; }
            @media screen and (max-width: 374px) {
              main.shop .section--product-header .wrapper .product-intro .row.action-btn .btn {
                flex: 1 1 auto;
                width: 100%; } }
            main.shop .section--product-header .wrapper .product-intro .row.action-btn .btn + .btn {
              margin-left: 10px; }
              @media screen and (max-width: 374px) {
                main.shop .section--product-header .wrapper .product-intro .row.action-btn .btn + .btn {
                  margin-left: 0;
                  margin-top: 10px; } }
  main.shop .section--product-images .wrapper h2 {
    margin-bottom: 1em; }
  main.shop .section--product-images .wrapper .image-wrapper img {
    display: block;
    max-width: 100%;
    height: auto; }
  main.shop .section--product-sheet .wrapper h2 {
    margin-bottom: 1em; }
  main.shop .section--product-sheet .wrapper table.table--spec tr:not(:first-child) th, main.shop .section--product-sheet .wrapper table.table--spec tr:not(:first-child) td {
    border-top: 0; }
  main.shop .section--product-sheet .wrapper table.table--spec th, main.shop .section--product-sheet .wrapper table.table--spec td {
    color: #222222; }
  main.shop .section--product-sheet .wrapper .notice {
    display: block;
    margin-top: 1em;
    color: #4bc4d8;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.4px; }

main.checkout {
  display: flex;
  overflow: hidden;
  padding-top: 68px;
  background-color: #f2f2f2; }
  @media screen and (max-width: 1023px) {
    main.checkout {
      flex-direction: column; } }
  main.checkout .cart-details {
    order: 2;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 40px; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      main.checkout .cart-details {
        padding: 40px 20px; } }
    @media screen and (max-width: 1023px) {
      main.checkout .cart-details {
        order: 0;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      main.checkout .cart-details {
        padding: 40px 20px; } }
    @media screen and (max-width: 413px) {
      main.checkout .cart-details {
        padding: 40px 10px; } }
    main.checkout .cart-details .items,
    main.checkout .cart-details .calculation,
    main.checkout .cart-details .wording {
      max-width: 560px; }
      @media screen and (max-width: 1023px) {
        main.checkout .cart-details .items,
        main.checkout .cart-details .calculation,
        main.checkout .cart-details .wording {
          max-width: none; } }
      main.checkout .cart-details .items .item,
      main.checkout .cart-details .items .row,
      main.checkout .cart-details .calculation .item,
      main.checkout .cart-details .calculation .row,
      main.checkout .cart-details .wording .item,
      main.checkout .cart-details .wording .row {
        margin-top: 10px;
        border: 1px solid #e3e3e3;
        background-color: #fff; }
      main.checkout .cart-details .items .item:first-child,
      main.checkout .cart-details .calculation .item:first-child,
      main.checkout .cart-details .wording .item:first-child {
        margin-top: 0; }
    .utility .calculation {
      max-width: none;
      width: 100%; }
      .utility .calculation .row {
        margin-top: 10px;
        border: 1px solid #e3e3e3; }
    .cart-details .calculation .row,
    .utility .calculation .row {
      display: flex;
      flex-wrap: wrap;
      color: #222222;
      font-size: 14px;
      line-height: 1.4285em; }
      .cart-details .calculation .row .label, .cart-details .calculation .row .count,
      .utility .calculation .row .label,
      .utility .calculation .row .count {
        flex: 1 1 auto;
        display: inline-flex;
        align-items: center;
        padding: 13px 12px;
        white-space: nowrap; }
      .cart-details .calculation .row .count,
      .utility .calculation .row .count {
        justify-content: flex-end; }
      .cart-details .calculation .row .coupon-input,
      .utility .calculation .row .coupon-input {
        flex: 1 1 auto;
        display: flex;
        padding: 9px 10px; }
        .cart-details .calculation .row .coupon-input input, .cart-details .calculation .row .coupon-input button,
        .utility .calculation .row .coupon-input input,
        .utility .calculation .row .coupon-input button {
          flex: 1 1 auto;
          height: 30px;
          padding: 6px;
          color: inherit;
          font-size: 12px;
          line-height: 1em;
          white-space: nowrap; }
        .cart-details .calculation .row .coupon-input input + button,
        .utility .calculation .row .coupon-input input + button {
          margin-left: 10px; }
        .cart-details .calculation .row .coupon-input input,
        .utility .calculation .row .coupon-input input {
          width: 200px; }
        .cart-details .calculation .row .coupon-input button,
        .utility .calculation .row .coupon-input button {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          min-width: 60px;
          max-width: 70px;
          border: 1px solid #e3e3e3;
          cursor: pointer;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media (hover: hover) {
            .cart-details .calculation .row .coupon-input button:hover,
            .utility .calculation .row .coupon-input button:hover {
              border-color: #4bc4d8;
              background-color: #4bc4d8;
              color: #fff; } }
  main.checkout .checkout-steps {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    padding: 40px;
    background-color: #fff; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      main.checkout .checkout-steps {
        padding: 40px 20px; } }
    @media screen and (max-width: 1023px) {
      main.checkout .checkout-steps {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      main.checkout .checkout-steps {
        padding: 40px 20px; } }
    @media screen and (max-width: 413px) {
      main.checkout .checkout-steps {
        padding: 40px 10px; } }
    main.checkout .checkout-steps [class*="checkout-step-"] {
      max-width: 560px;
      border-bottom: 1px solid #e3e3e3; }
      @media screen and (max-width: 1023px) {
        main.checkout .checkout-steps [class*="checkout-step-"] {
          max-width: none; } }
      main.checkout .checkout-steps [class*="checkout-step-"]:first-child {
        border-bottom: 1px solid #e3e3e3; }
      main.checkout .checkout-steps [class*="checkout-step-"] .heading {
        display: flex;
        background-color: transparent;
        color: #222222;
        font-size: 16px;
        line-height: 1.25em;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.checkout .checkout-steps [class*="checkout-step-"] .heading h2,
        main.checkout .checkout-steps [class*="checkout-step-"] .heading .edit {
          display: inline-flex;
          align-items: center;
          padding: 16px 20px; }
          @media screen and (max-width: 413px) {
            main.checkout .checkout-steps [class*="checkout-step-"] .heading h2,
            main.checkout .checkout-steps [class*="checkout-step-"] .heading .edit {
              padding: 12px 10px; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .heading h2 {
          flex: 1 1 auto;
          color: inherit;
          font-size: inherit;
          line-height: inherit; }
          @media screen and (max-width: 413px) {
            main.checkout .checkout-steps [class*="checkout-step-"] .heading h2 {
              font-size: 14px; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .heading .edit {
          justify-content: center;
          color: #777777;
          font-size: 12px;
          line-height: 1em;
          white-space: nowrap;
          opacity: 0;
          cursor: pointer;
          pointer-events: none;
          -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media (hover: hover) {
            main.checkout .checkout-steps [class*="checkout-step-"] .heading .edit:hover {
              background-color: #4bc4d8;
              color: #fff; } }
      main.checkout .checkout-steps [class*="checkout-step-"] .field {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field .row {
          padding-left: 20px;
          padding-right: 20px; }
          @media screen and (max-width: 413px) {
            main.checkout .checkout-steps [class*="checkout-step-"] .field .row {
              padding-left: 10px;
              padding-right: 10px; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .field h3, main.checkout .checkout-steps [class*="checkout-step-"] .field h4 {
          display: block;
          margin-top: 20px;
          padding: 0 20px;
          color: #222222;
          font-size: 16px;
          line-height: 1.5em;
          letter-spacing: 0.4px; }
          @media screen and (max-width: 413px) {
            main.checkout .checkout-steps [class*="checkout-step-"] .field h3, main.checkout .checkout-steps [class*="checkout-step-"] .field h4 {
              padding: 0 10px; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .field h4 {
          width: 100%;
          margin-top: 0;
          margin-bottom: 10px;
          padding-left: 0; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field input.invoice-num {
          margin-top: 20px; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field input.personal-invoice:checked ~ .sub-field {
          max-height: 0; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field button.prev-step, main.checkout .checkout-steps [class*="checkout-step-"] .field button.order-submit {
          margin-top: 40px; }
          @media screen and (max-width: 414px) {
            main.checkout .checkout-steps [class*="checkout-step-"] .field button.prev-step, main.checkout .checkout-steps [class*="checkout-step-"] .field button.order-submit {
              margin-top: 20px; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .field button.prev-step {
          background-color: #777777; }
          @media (hover: hover) {
            main.checkout .checkout-steps [class*="checkout-step-"] .field button.prev-step:hover {
              background-color: #444444; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .field button.order-submit {
          background-color: #4bc4d8; }
          @media (hover: hover) {
            main.checkout .checkout-steps [class*="checkout-step-"] .field button.order-submit:hover {
              background-color: #2196aa; } }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.bill-deliver > .row:not(:first-child):not(:last-child) {
          padding-top: 10px; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row input[type="radio"].no-diopter:checked ~ .sub-field {
          max-height: 0;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row input[type="radio"].diopter:checked ~ .btn {
          height: 0;
          opacity: 0;
          pointer-events: none;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row > .sub-field {
          margin-top: 20px; }
          main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row > .sub-field > h4 {
            margin-bottom: 0; }
          main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row > .sub-field > .row {
            padding-top: 10px;
            padding-left: 0; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row > .btn {
          margin-top: 20px;
          opacity: 1;
          pointer-events: auto;
          -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0.1s;
          transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0.1s; }
        main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row .prescription-wrap {
          max-height: 0;
          overflow: hidden;
          -webkit-transition: all 0.5s cubic-bezier(0.82, 0, 1, 1) 0s;
          transition: all 0.5s cubic-bezier(0.82, 0, 1, 1) 0s; }
          main.checkout .checkout-steps [class*="checkout-step-"] .field.select-prescription > .row .prescription-wrap.active {
            max-height: 999px; }
    main.checkout .checkout-steps [class*="checkout-step-4"] .prescription-wrap {
      width: 100%; }
    main.checkout .checkout-steps [class*="checkout-step-6"] h4 + .desc {
      margin-bottom: 20px; }
    main.checkout .checkout-steps [class*="checkout-step-"].current .heading {
      color: #fff;
      background-color: #222222; }
    main.checkout .checkout-steps [class*="checkout-step-"].current .field {
      max-height: 9999px;
      -webkit-transition: all 0.3s ease-in-out 0.1s;
      transition: all 0.3s ease-in-out 0.1s; }
    main.checkout .checkout-steps [class*="checkout-step-"].validated .heading {
      background-color: #f2f2f2; }
      main.checkout .checkout-steps [class*="checkout-step-"].validated .heading .edit {
        opacity: 1;
        pointer-events: auto; }

main.account {
  padding-top: 68px; }
  body .datepicker--days-names {
    display: none; }
  main.account > .wrapper {
    display: flex;
    max-width: 1024px;
    padding: 40px 20px 80px; }
    @media screen and (max-width: 1023px) {
      main.account > .wrapper {
        padding-top: 10px; } }
    main.account > .wrapper [class*="account__"] {
      flex: 1 1 auto; }
    main.account > .wrapper .login,
    main.account > .wrapper .forget-password,
    main.account > .wrapper .reset-password {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
      main.account > .wrapper .login h1,
      main.account > .wrapper .forget-password h1,
      main.account > .wrapper .reset-password h1 {
        color: #222222;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: 0.5px;
        text-align: center; }
      main.account > .wrapper .login .btn,
      main.account > .wrapper .forget-password .btn,
      main.account > .wrapper .reset-password .btn {
        width: 100%; }
    main.account > .wrapper .login .row.options {
      padding-top: 0; }
      main.account > .wrapper .login .row.options .col:last-child {
        text-align: right; }
      main.account > .wrapper .login .row.options a.forget-pw {
        color: #af2727;
        font-size: 12px;
        line-height: 1em;
        text-decoration: underline; }
    main.account > .wrapper .account__menu {
      flex: 0 0 auto;
      width: 234px;
      margin-right: 60px; }
      @media screen and (max-width: 1023px) {
        main.account > .wrapper .account__menu {
          display: none; } }
      main.account > .wrapper .account__menu ul li {
        border-bottom: 1px solid #e3e3e3; }
        main.account > .wrapper .account__menu ul li:first-child {
          border-top: 1px solid #e3e3e3; }
        main.account > .wrapper .account__menu ul li.current-menu-item a {
          background-color: #f2f2f2; }
        main.account > .wrapper .account__menu ul li a {
          display: flex;
          align-items: center;
          height: 52px;
          padding: 10px 20px;
          background-color: transparent;
          color: #222222;
          font-size: 16px;
          line-height: 1.5em;
          letter-spacing: 0.8px;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media (hover: hover) {
            main.account > .wrapper .account__menu ul li a:hover {
              background-color: #222222;
              color: #fff; } }
    main.account > .wrapper .account__order table.order {
      width: 100%;
      overflow: hidden;
      border-collapse: separate; }
      main.account > .wrapper .account__order table.order > thead > tr > th,
      main.account > .wrapper .account__order table.order > thead > tr > td,
      main.account > .wrapper .account__order table.order > tbody > tr > th,
      main.account > .wrapper .account__order table.order > tbody > tr > td {
        color: #777777;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.25em;
        text-align: center;
        vertical-align: middle; }
      main.account > .wrapper .account__order table.order .btn {
        height: 40px; }
    @media screen and (min-width: 768px) {
      main.account > .wrapper .account__order table.order {
        border-radius: 3px;
        border: 1px solid #e3e3e3; }
        main.account > .wrapper .account__order table.order > thead > tr:not(.order__details):not(:first-child) > th,
        main.account > .wrapper .account__order table.order > thead > tr:not(.order__details):not(:first-child) > td,
        main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details):not(:first-child) > th,
        main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details):not(:first-child) > td {
          border-top: 1px solid #e3e3e3; }
        main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > th,
        main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > td,
        main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > th,
        main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > td {
          height: 60px;
          padding: 4px 10px; }
          main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > th:first-child,
          main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > td:first-child,
          main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > th:first-child,
          main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > td:first-child {
            padding-left: 20px;
            text-align: left; }
          main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > th:last-child,
          main.account > .wrapper .account__order table.order > thead > tr:not(.order__details) > td:last-child,
          main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > th:last-child,
          main.account > .wrapper .account__order table.order > tbody > tr:not(.order__details) > td:last-child {
            text-align: right; }
        main.account > .wrapper .account__order table.order thead tr th, main.account > .wrapper .account__order table.order thead tr td {
          background-color: #f2f2f2;
          color: #222222;
          font-size: 16px;
          line-height: 1.25em;
          white-space: nowrap; }
        main.account > .wrapper .account__order table.order tbody tr.order__overview > th,
        main.account > .wrapper .account__order table.order tbody tr.order__overview > td {
          border-top: 1px solid #e3e3e3; }
        main.account > .wrapper .account__order table.order tbody tr.order__overview.active > th,
        main.account > .wrapper .account__order table.order tbody tr.order__overview.active > td {
          background-color: #fafafa; }
        main.account > .wrapper .account__order table.order tbody tr.order__details > th,
        main.account > .wrapper .account__order table.order tbody tr.order__details > td {
          padding: 0; } }
    @media screen and (max-width: 767px) {
      main.account > .wrapper .account__order table.order thead {
        display: none; }
      main.account > .wrapper .account__order table.order > tbody > tr {
        display: flex;
        flex-direction: column; }
      main.account > .wrapper .account__order table.order > tbody tr.order__overview {
        border-radius: 3px;
        border: 1px solid #e3e3e3; }
        main.account > .wrapper .account__order table.order > tbody tr.order__overview > th,
        main.account > .wrapper .account__order table.order > tbody tr.order__overview > td {
          flex: 0 0 auto;
          display: flex;
          justify-content: flex-end; }
          main.account > .wrapper .account__order table.order > tbody tr.order__overview > th:before,
          main.account > .wrapper .account__order table.order > tbody tr.order__overview > td:before {
            content: attr(data-rwd-label) " : ";
            flex: 1 1 auto;
            text-align: left; }
        main.account > .wrapper .account__order table.order > tbody tr.order__overview > th {
          justify-content: center;
          align-items: center;
          min-height: 40px;
          margin-bottom: 4px;
          background-color: #e3e3e3;
          color: #222222;
          font-size: 16px;
          line-height: 1.25em; }
          main.account > .wrapper .account__order table.order > tbody tr.order__overview > th:before {
            flex: 0 0 auto;
            margin-right: 10px; }
        main.account > .wrapper .account__order table.order > tbody tr.order__overview > td {
          padding: 16px 20px 0; }
          main.account > .wrapper .account__order table.order > tbody tr.order__overview > td:last-child {
            justify-content: center;
            padding-top: 20px;
            padding-bottom: 20px; }
            main.account > .wrapper .account__order table.order > tbody tr.order__overview > td:last-child:before {
              display: none; }
            main.account > .wrapper .account__order table.order > tbody tr.order__overview > td:last-child .btn {
              width: 100%;
              height: 48px; }
      main.account > .wrapper .account__order table.order > tbody tr.order__details {
        margin-top: 4px;
        margin-bottom: 40px; } }
    main.account > .wrapper .account__order .order__details_content {
      position: relative;
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      text-align: left;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      @media screen and (max-width: 767px) {
        main.account > .wrapper .account__order .order__details_content {
          margin-left: -1px;
          margin-right: -1px;
          border-radius: 3px;
          border: 1px solid transparent; } }
      main.account > .wrapper .account__order tr.active + tr .order__details_content {
        max-height: 99999px;
        padding: 12px 20px 80px;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        @media screen and (max-width: 767px) {
          main.account > .wrapper .account__order tr.active + tr .order__details_content {
            padding-bottom: 20px;
            border: 1px solid #e3e3e3; } }
      main.account > .wrapper .account__order .order__details_content:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e3e3e3; }
        @media screen and (max-width: 767px) {
          main.account > .wrapper .account__order .order__details_content:before {
            display: none; } }
      main.account > .wrapper .account__order .order__details_content h2, main.account > .wrapper .account__order .order__details_content h3 {
        display: flex;
        align-items: center;
        color: #222222;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5em;
        letter-spacing: 0.45px; }
        main.account > .wrapper .account__order .order__details_content h2 strong, main.account > .wrapper .account__order .order__details_content h3 strong {
          margin-right: 10px;
          line-height: 32px; }
        main.account > .wrapper .account__order .order__details_content h2 .status, main.account > .wrapper .account__order .order__details_content h3 .status {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          height: 32px;
          padding: 10px;
          border-radius: 3px;
          background-color: #4bc4d8;
          color: #fff;
          font-weight: normal;
          font-size: 14px;
          line-height: 1em;
          white-space: nowrap;
          text-align: center; }
          @media screen and (max-width: 767px) {
            main.account > .wrapper .account__order .order__details_content h2 .status, main.account > .wrapper .account__order .order__details_content h3 .status {
              font-size: 12px; } }
      main.account > .wrapper .account__order .order__details_content h2 {
        margin-bottom: 14px; }
      main.account > .wrapper .account__order .order__details_content h3 {
        flex-wrap: wrap;
        margin-bottom: 20px; }
      main.account > .wrapper .account__order .order__details_content p {
        margin-top: 0;
        color: #222222;
        font-size: 14px;
        line-height: 1.75em;
        letter-spacing: .35px; }
      main.account > .wrapper .account__order .order__details_content .icon-creditcard {
        display: inline-flex;
        align-items: center;
        font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
        white-space: nowrap; }
        main.account > .wrapper .account__order .order__details_content .icon-creditcard:before, main.account > .wrapper .account__order .order__details_content .icon-creditcard:after {
          content: "";
          display: none;
          width: 20px;
          height: 20px;
          background: url(../img/svg/icon_creditcard.svg) center center no-repeat;
          vertical-align: middle; }
      main.account > .wrapper .account__order .order__details_content span.icon-creditcard {
        margin-top: 4px; }
        main.account > .wrapper .account__order .order__details_content span.icon-creditcard:before {
          display: inline-block;
          margin-right: 8px; }
      main.account > .wrapper .account__order .order__details_content a.icon-creditcard {
        align-self: flex-end;
        margin: 20px 0;
        border-bottom: 1px solid transparent;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.account > .wrapper .account__order .order__details_content a.icon-creditcard:after {
          display: inline-block;
          margin-left: 8px; }
        @media (hover: hover) {
          main.account > .wrapper .account__order .order__details_content a.icon-creditcard:hover {
            border-color: #222222; } }
      main.account > .wrapper .account__order .order__details_content a.icon-hint {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 23px;
        height: 24px;
        margin-left: 8px;
        border-radius: 50%;
        border: 1px solid #4bc4d8;
        background-color: transparent;
        color: #4bc4d8;
        font-size: 14px;
        line-height: 1em;
        text-align: center;
        white-space: nowrap;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        @media (hover: hover) {
          main.account > .wrapper .account__order .order__details_content a.icon-hint:hover {
            border: 1px solid #2196aa;
            background-color: #2196aa;
            color: #fff; } }
      main.account > .wrapper .account__order .order__details_content .item__prescription,
      main.account > .wrapper .account__order .order__details_content .item__renewal {
        width: 100%;
        margin-top: 20px;
        margin-left: 152px;
        padding: 20px 0;
        border-top: 1px solid #e3e3e3; }
        @media screen and (max-width: 666px) {
          main.account > .wrapper .account__order .order__details_content .item__prescription,
          main.account > .wrapper .account__order .order__details_content .item__renewal {
            margin-left: 0;
            border-top: 0; } }
      main.account > .wrapper .account__order .order__details_content .item__prescription .prescription-name {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding: 0 0 2px 12px;
        border-left: 6px solid #4bc4d8;
        color: #222222;
        font-size: 14px;
        line-height: 1.5em;
        letter-spacing: .5px; }
      main.account > .wrapper .account__order .order__details_content .item__renewal {
        display: flex;
        flex-direction: column;
        justify-content: flex-start; }
        main.account > .wrapper .account__order .order__details_content .item__renewal ul {
          display: flex;
          flex-wrap: wrap;
          margin-left: -10px; }
          @media screen and (max-width: 767px) {
            main.account > .wrapper .account__order .order__details_content .item__renewal ul {
              flex-direction: column;
              margin-left: 0; } }
          main.account > .wrapper .account__order .order__details_content .item__renewal ul li {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            max-width: calc(33% - 10px);
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              main.account > .wrapper .account__order .order__details_content .item__renewal ul li {
                max-width: none;
                margin-left: 0;
                padding: 10px;
                border-radius: 3px;
                border: 1px dashed #aaaaaa; }
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li + li {
                  margin-top: 20px; } }
            @media screen and (max-width: 767px) {
              main.account > .wrapper .account__order .order__details_content .item__renewal ul li.overdate, main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current {
                background-color: #f2f2f2; } }
            main.account > .wrapper .account__order .order__details_content .item__renewal ul li.overdate .info-box, main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current .info-box {
              border: 0;
              background-color: #f2f2f2; }
            main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current .info-box h4 {
              background-color: #222222; }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current .info-box h4 {
                  background-color: transparent; } }
            main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current a.btn--radius--caution {
              opacity: 1;
              pointer-events: auto; }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li.current a.btn--radius--caution {
                  display: flex; } }
            main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box {
              flex: 1 1 auto;
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              align-items: center;
              padding: 20px 10px;
              border-radius: 3px;
              border: 1px dashed #aaaaaa; }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box {
                  padding: 0;
                  border: 0; } }
              main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box h4 {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 40px;
                margin-bottom: 20px;
                padding: 10px 20px;
                border-radius: 3px;
                background-color: #777777;
                color: #fff;
                font-size: 16px;
                line-height: 1em;
                letter-spacing: .4px;
                white-space: nowrap;
                text-align: center; }
                @media screen and (max-width: 767px) {
                  main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box h4 {
                    min-width: auto;
                    margin-bottom: 0;
                    background-color: transparent;
                    color: #222222;
                    font-weight: bold; } }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration {
                  flex: 1 1 auto;
                  display: flex;
                  flex-direction: column;
                  padding-top: 20px; } }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration {
                  padding: 20px; } }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration p {
                  flex: 0 0 auto;
                  display: flex;
                  flex-wrap: wrap;
                  align-items: center;
                  line-height: 14px;
                  text-align: center; }
                  main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration p + p {
                    margin-top: 4px; } }
              main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration p span {
                font-size: 12px;
                line-height: 14px; }
              main.account > .wrapper .account__order .order__details_content .item__renewal ul li .info-box .duration p em {
                color: #222222;
                font-style: normal;
                font-size: 14px;
                line-height: 14px;
                white-space: nowrap; }
            main.account > .wrapper .account__order .order__details_content .item__renewal ul li a.btn--radius--caution {
              width: 100%;
              min-width: auto;
              margin-top: 10px;
              opacity: 0;
              pointer-events: none; }
              @media screen and (max-width: 767px) {
                main.account > .wrapper .account__order .order__details_content .item__renewal ul li a.btn--radius--caution {
                  display: none;
                  border-color: #222222;
                  background-color: #222222;
                  color: #fff; } }
          @media screen and (min-width: 768px) {
            main.account > .wrapper .account__order .order__details_content .item__renewal ul.more-than-3years li {
              max-width: calc(25% - 10px); } }
      main.account > .wrapper .account__order .order__details_content .cancelation {
        margin-top: 40px; }
      main.account > .wrapper .account__order .order__details_content .delivery {
        padding-top: 20px;
        border-top: 1px solid #e3e3e3; }
    @media screen and (min-width: 1024px) {
      main.account > .wrapper .account__prescription ul.tabs {
        margin-bottom: -50px;
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px); } }
    @media screen and (min-width: 768px) {
      main.account > .wrapper .account__prescription ul.tabs {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #e3e3e3; }
        main.account > .wrapper .account__prescription ul.tabs li {
          flex: 1 1 0;
          display: block;
          position: relative;
          top: 2px;
          overflow: hidden;
          border-radius: 3px 3px 0 0;
          border-width: 1px;
          border-style: solid;
          border-color: transparent;
          background-color: transparent;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          main.account > .wrapper .account__prescription ul.tabs li:before, main.account > .wrapper .account__prescription ul.tabs li:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: transparent;
            opacity: 0;
            pointer-events: none;
            -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.3s cubic-bezier(0, 0, 0.18, 1) 0s; }
          main.account > .wrapper .account__prescription ul.tabs li:before {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #f2f2f2), to(#fff));
            background-image: linear-gradient(to bottom, #f2f2f2 60%, #fff 100%); }
          main.account > .wrapper .account__prescription ul.tabs li:hover:not(.active) {
            border-color: #222222;
            background-color: #222222; }
            main.account > .wrapper .account__prescription ul.tabs li:hover:not(.active) a {
              color: #fff; }
          main.account > .wrapper .account__prescription ul.tabs li:not(:nth-child(-n+2)) {
            margin-left: 10px; }
          main.account > .wrapper .account__prescription ul.tabs li.label {
            display: none; }
          main.account > .wrapper .account__prescription ul.tabs li.active {
            border-color: #e3e3e3 #e3e3e3 transparent; }
            main.account > .wrapper .account__prescription ul.tabs li.active:before {
              opacity: 1; }
          main.account > .wrapper .account__prescription ul.tabs li a {
            display: block;
            position: relative;
            z-index: 2;
            width: 100%;
            height: 48px;
            overflow: hidden;
            padding: 12px;
            color: #222222;
            font-size: 16px;
            line-height: 1.5em;
            letter-spacing: 0.4px;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
            -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; } }
    @media screen and (max-width: 767px) {
      main.account > .wrapper .account__prescription ul.tabs {
        --tab-height: 56px;
        --tabs-border-width: 0px; }
        main.account > .wrapper .account__prescription ul.tabs {
          display: block;
          position: relative;
          overflow: hidden;
          max-height: calc(var(--tab-height) + var(--tabs-border-width) * 2);
          border-radius: 3px;
          border: var(--tabs-border-width) solid #e3e3e3;
          background-color: #4bc4d8;
          -webkit-transition: all .2s linear;
          transition: all .2s linear; }
          main.account > .wrapper .account__prescription ul.tabs li {
            display: flex;
            position: relative;
            overflow: hidden;
            height: var(--tab-height); }
            main.account > .wrapper .account__prescription ul.tabs li .placeholder-txt,
            main.account > .wrapper .account__prescription ul.tabs li .clone-obj,
            main.account > .wrapper .account__prescription ul.tabs li a {
              display: flex;
              align-items: center;
              position: relative;
              width: 100%;
              padding: 0 20px;
              color: #fff;
              font-size: 16px;
              line-height: 1.5em;
              -webkit-transition: all .2s linear;
              transition: all .2s linear; }
          main.account > .wrapper .account__prescription ul.tabs li.label {
            cursor: pointer; }
            main.account > .wrapper .account__prescription ul.tabs li.label:after {
              content: '';
              display: block;
              position: absolute;
              top: 50%;
              right: 20px;
              z-index: 2;
              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 .2s ease;
              transition: all .2s ease; }
            main.account > .wrapper .account__prescription ul.tabs li.label .placeholder-txt {
              display: flex;
              align-items: center;
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              color: rgba(255, 255, 255, 0.7);
              font-size: 16px;
              line-height: 1.5em;
              text-align: center;
              opacity: 0;
              -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
              transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
            main.account > .wrapper .account__prescription ul.tabs li.label .clone-obj {
              opacity: 1;
              -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s;
              transition: all 0.5s cubic-bezier(0, 0, 0.18, 1) 0s; }
          main.account > .wrapper .account__prescription ul.tabs li:not(.label):after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.5); }
        main.account > .wrapper .account__prescription ul.tabs.open {
          max-height: calc( var(--tab-height) * var(--tab-num) + var(--tabs-border-width) * 2);
          background-color: #4bc4d8; }
          main.account > .wrapper .account__prescription ul.tabs.open li {
            -webkit-transition: max-height 1s linear;
            transition: max-height 1s linear; }
          main.account > .wrapper .account__prescription ul.tabs.open li.label:after {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          main.account > .wrapper .account__prescription ul.tabs.open li.label .placeholder-txt {
            opacity: 1; }
          main.account > .wrapper .account__prescription ul.tabs.open li.label .clone-obj {
            opacity: 0; } }
    main.account > .wrapper .account__prescription .tab-content {
      position: relative;
      overflow: hidden; }
      main.account > .wrapper .account__prescription .tab-content .content {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
        transition: opacity 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
        main.account > .wrapper .account__prescription .tab-content .content.active {
          max-height: 99999px;
          opacity: 1;
          pointer-events: auto; }
        main.account > .wrapper .account__prescription .tab-content .content:nth-child(2) {
          padding-top: 34px; }
        main.account > .wrapper .account__prescription .tab-content .content .item {
          display: flex;
          flex-direction: column;
          position: relative;
          overflow: hidden;
          padding: 40px 0;
          border-bottom: 1px solid #e3e3e3; }
          main.account > .wrapper .account__prescription .tab-content .content .item .prescription-name {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 0 0 2px 12px;
            border-left: 6px solid #4bc4d8;
            color: #222222;
            font-size: 20px;
            line-height: 1.5em;
            letter-spacing: .5px; }
        main.account > .wrapper .account__prescription .tab-content .content .notice {
          width: 100%; }
          main.account > .wrapper .account__prescription .tab-content .content .notice + .btn {
            margin-top: 20px; }
          main.account > .wrapper .account__prescription .tab-content .content .notice strong, main.account > .wrapper .account__prescription .tab-content .content .notice p {
            font-size: 14px;
            line-height: 1.5em;
            letter-spacing: 0.35px; }
          main.account > .wrapper .account__prescription .tab-content .content .notice a {
            -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
            transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
            @media (hover: hover) {
              main.account > .wrapper .account__prescription .tab-content .content .notice a:hover {
                color: #2196aa; } }
        main.account > .wrapper .account__prescription .tab-content .content * + .notice {
          margin-top: 40px; }
        main.account > .wrapper .account__prescription .tab-content .content .js-datepicker ~ .select2 {
          margin-top: 10px; }
    main.account > .wrapper .account__setting .head {
      display: flex;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #e3e3e3; }
      main.account > .wrapper .account__setting .head .avatar span {
        display: block;
        position: relative;
        width: 54px;
        height: 54px;
        overflow: hidden;
        border-radius: 50%;
        background: #e3e3e3 url(../img/svg/icon_user_solid.svg) center center no-repeat; }
        main.account > .wrapper .account__setting .head .avatar span:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15);
                  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.15); }
        main.account > .wrapper .account__setting .head .avatar span img {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      main.account > .wrapper .account__setting .head .basic_info {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        padding-left: 20px; }
        main.account > .wrapper .account__setting .head .basic_info h1 {
          margin-top: 1px;
          color: #222222;
          font-size: 20px;
          line-height: 1.5em;
          letter-spacing: 0.5px; }
        main.account > .wrapper .account__setting .head .basic_info span {
          color: #999999;
          font-size: 12px;
          line-height: 1.5em;
          letter-spacing: 0.35px; }
    main.account > .wrapper .account__setting .field h2 {
      color: #222222;
      font-size: 20px;
      line-height: 1.5em;
      letter-spacing: 0.5px; }
    main.account > .wrapper .account__repair .head {
      display: flex;
      align-items: flex-end;
      border-bottom: 1px solid #e3e3e3; }
      @media screen and (min-width: 1024px) {
        main.account > .wrapper .account__repair .head {
          margin-bottom: -40px;
          -webkit-transform: translateY(-40px);
                  transform: translateY(-40px); } }
      main.account > .wrapper .account__repair .head h1 {
        padding-bottom: 10px;
        color: #222222;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: 1px; }
    main.account > .wrapper .account__repair .field .figure {
      margin: 20px 0 40px; }
      main.account > .wrapper .account__repair .field .figure img {
        display: block;
        max-width: 100%;
        height: auto; }
    main.account > .wrapper .account__repair .field .product-confirm {
      width: 100%;
      padding: 16px 16px;
      border-radius: 3px;
      border: 1px solid #e3e3e3;
      background-color: #f2f2f2;
      color: #222222;
      font-size: 14px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
      line-height: 1.4285em; }
    main.account > .wrapper .account__repair .field .desc {
      margin-top: 10px; }
    main.account > .wrapper .account__repair h2 {
      color: #222222;
      font-size: 16px;
      line-height: 1.5em;
      letter-spacing: 0.4px; }
    main.account > .wrapper .account__repair .completed-wording {
      margin-top: 20px; }
      main.account > .wrapper .account__repair .completed-wording strong {
        color: #59c2ed;
        font-weight: normal;
        font-size: 20px;
        line-height: 1.5em;
        letter-spacing: 0.5px; }
      main.account > .wrapper .account__repair .completed-wording > ul {
        padding-left: 2em;
        list-style-type: square; }
        main.account > .wrapper .account__repair .completed-wording > ul li {
          margin-top: 10px;
          color: #4bc4d8;
          font-size: 18px;
          line-height: 1.5em;
          letter-spacing: 0.4px; }
          main.account > .wrapper .account__repair .completed-wording > ul li li {
            margin-top: 4px;
            color: #222222;
            font-size: 16px; }
    main.account > .wrapper .account__repair .qr-code-box {
      display: flex;
      align-items: flex-end;
      margin-top: 40px; }
      main.account > .wrapper .account__repair .qr-code-box .col {
        flex: 1 1 auto; }
        main.account > .wrapper .account__repair .qr-code-box .col p {
          color: #999999;
          font-size: 14px;
          line-height: 1.4285em; }
        main.account > .wrapper .account__repair .qr-code-box .col a {
          color: inherit;
          font-size: inherit;
          line-height: inherit;
          -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
          transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
          @media (hover: hover) {
            main.account > .wrapper .account__repair .qr-code-box .col a:hover {
              color: #2196aa; } }
          main.account > .wrapper .account__repair .qr-code-box .col a[href^="tel:"], main.account > .wrapper .account__repair .qr-code-box .col a[href^="mailto:"] {
            display: inline-block;
            position: relative;
            padding-left: 20px; }
            main.account > .wrapper .account__repair .qr-code-box .col a[href^="tel:"]:before, main.account > .wrapper .account__repair .qr-code-box .col a[href^="mailto:"]:before {
              content: "";
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 20px;
              height: 20px;
              background-position: left calc(50% + 2px);
              background-repeat: no-repeat;
              -webkit-filter: brightness(300%);
                      filter: brightness(300%); }
          main.account > .wrapper .account__repair .qr-code-box .col a[href^="tel:"]:before {
            background-image: url(../img/svg/icon_phone.svg);
            background-size: 14px 14px; }
          main.account > .wrapper .account__repair .qr-code-box .col a[href^="mailto:"]:before {
            background-image: url(../img/svg/icon_email.svg);
            background-size: 14px auto; }
      main.account > .wrapper .account__repair .qr-code-box .qr-code {
        flex: 0 0 auto; }
        main.account > .wrapper .account__repair .qr-code-box .qr-code img {
          display: block;
          max-width: 100%; }

main.template-standard {
  padding-top: 68px; }
  main.template-standard.align-items-center {
    display: flex;
    align-items: center; }
  main.template-standard article {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px; }
    @media screen and (max-width: 479px) {
      main.template-standard article {
        padding: 40px 20px; } }
    main.template-standard article a {
      color: #1b9cd1;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
      transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
      @media (hover: hover) {
        main.template-standard article a:hover {
          background-color: transparent;
          color: #1b9cd1;
          text-decoration: underline; } }
    main.template-standard article .heading h1 {
      color: #222222;
      font-weight: normal;
      font-size: 24px;
      line-height: 1.5em;
      letter-spacing: 0.6px; }
    main.template-standard article .heading p {
      color: #222222;
      font-size: 20px;
      line-height: 1.5em;
      letter-spacing: 0.5px; }

/*!
 * 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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@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.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

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

@keyframes fadeOutUpSmall {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); } }

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall; }

@-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; } }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

.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: .9;
  -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,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

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

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

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

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

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

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

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* 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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

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

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

/* 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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

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

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

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

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

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

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

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

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

/* 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); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

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

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

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

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

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

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

.fancybox-thumbs-y .fancybox-thumbs__list::-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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut, .owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeIn"], .animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeIn"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInLeft"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInLeft"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInRight"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInRight"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInUpSmall"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInUpSmall"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInUp"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInUp"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInDownSmall"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInDownSmall"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="fadeInDown"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="fadeInDown"],
.owl-carousel .animate-on-scroll:not(.animated) [data-animate="zoomIn"],
.animate-on-scroll:not(.animated) .owl-carousel [data-animate="zoomIn"] {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.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: 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: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-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: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-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: flex;
  -ms-flex-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: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-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: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-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: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }

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

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

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  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: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-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: flex;
  -ms-flex-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;
  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;
  -moz-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;
  -ms-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__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.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-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--day-name {
  color: #4bc4d8; }

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

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

.fancybox-active {
  height: 100%; }

.fancybox-button--close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: #777777;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s;
  transition: all 0.2s cubic-bezier(0, 0, 0.18, 1) 0s; }
  .fancybox-button--close:before, .fancybox-button--close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .fancybox-button--close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  @media (hover: hover) {
    .fancybox-button--close:hover {
      color: #4bc4d8; } }
.owl-carousel {
  display: block;
  width: auto; }
  .owl-carousel .owl-stage-outer {
    overflow: hidden;
    font-size: 0;
    line-height: 0; }
  .owl-carousel .owl-stage {
    display: flex; }
  .owl-carousel .owl-item {
    float: none; }
    .owl-carousel .owl-item img {
      width: inherit; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev.disabled,
  .owl-carousel .owl-nav .owl-next.disabled {
    opacity: .2;
    cursor: default; }
  .owl-carousel .owl-dots {
    margin: 0 auto;
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0;
      padding: 10px;
      border: 0;
      border-radius: 0;
      background-color: transparent;
      text-align: center;
      font-size: 0;
      line-height: 0;
      cursor: pointer; }
      .owl-carousel .owl-dots .owl-dot span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #4bc4d8;
        background-color: transparent; }
      .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #4bc4d8; }

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

select + .select2-container {
  width: 100% !important; }

.select2-container ~ .select2-container {
  margin-top: 10px; }

.select2-container,
.select2-container span {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, "Droid Sans", "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif; }

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

.select2-container--default .select2-selection--single {
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  background-color: transparent; }

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

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  background-color: #e3e3e3;
  cursor: not-allowed; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  font-size: 14px;
  line-height: 1; }

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -2px;
  border-width: 6px 6px 0;
  border-color: #777777 transparent transparent;
  -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); }

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

.select2-dropdown {
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  -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: 14px 18px;
  color: #222222;
  font-size: 14px;
  line-height: 1.2857em;
  letter-spacing: 0.35px; }

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

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

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