@charset "UTF-8";
/*! bulma.io v0.5.1 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

img,
embed,
object,
audio,
video {
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

html {
  background-color: #fff;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #114085;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #363636; }

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0; }

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  color: #363636;
  font-weight: 700; }

pre {
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    -webkit-overflow-scrolling: touch;
    background: none;
    color: inherit;
    display: block;
    font-size: 1em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem; }

table td,
table th {
  text-align: left;
  vertical-align: top; }
table th {
  color: #363636; }

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table; }

.is-pulled-left {
  float: left !important; }

.is-pulled-right {
  float: right !important; }

.is-clipped {
  overflow: hidden !important; }

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.is-size-1 {
  font-size: 3rem !important; }

@media screen and (max-width: 767px) {
  .is-size-1-mobile {
    font-size: 3rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-1-tablet {
    font-size: 3rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-1-touch {
    font-size: 3rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-1-desktop {
    font-size: 3rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; } }
.is-size-2 {
  font-size: 2.5rem !important; }

@media screen and (max-width: 767px) {
  .is-size-2-mobile {
    font-size: 2.5rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-2-tablet {
    font-size: 2.5rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-2-touch {
    font-size: 2.5rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-2-desktop {
    font-size: 2.5rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-2-widescreen {
    font-size: 2.5rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-2-fullhd {
    font-size: 2.5rem !important; } }
.is-size-3 {
  font-size: 2rem !important; }

@media screen and (max-width: 767px) {
  .is-size-3-mobile {
    font-size: 2rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-3-tablet {
    font-size: 2rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-3-touch {
    font-size: 2rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-3-desktop {
    font-size: 2rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-3-widescreen {
    font-size: 2rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-3-fullhd {
    font-size: 2rem !important; } }
.is-size-4 {
  font-size: 1.5rem !important; }

@media screen and (max-width: 767px) {
  .is-size-4-mobile {
    font-size: 1.5rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-4-tablet {
    font-size: 1.5rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-4-touch {
    font-size: 1.5rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-4-desktop {
    font-size: 1.5rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-4-widescreen {
    font-size: 1.5rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-4-fullhd {
    font-size: 1.5rem !important; } }
.is-size-5 {
  font-size: 1.25rem !important; }

@media screen and (max-width: 767px) {
  .is-size-5-mobile {
    font-size: 1.25rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-5-tablet {
    font-size: 1.25rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-5-touch {
    font-size: 1.25rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-5-desktop {
    font-size: 1.25rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-5-widescreen {
    font-size: 1.25rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-5-fullhd {
    font-size: 1.25rem !important; } }
.is-size-6 {
  font-size: 1rem !important; }

@media screen and (max-width: 767px) {
  .is-size-6-mobile {
    font-size: 1rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-6-tablet {
    font-size: 1rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-6-touch {
    font-size: 1rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-6-desktop {
    font-size: 1rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-6-widescreen {
    font-size: 1rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-6-fullhd {
    font-size: 1rem !important; } }
.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 767px) {
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 768px), print {
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }
@media screen and (max-width: 1007px) {
  .is-size-7-touch {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1008px) {
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1200px) {
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }
@media screen and (min-width: 1392px) {
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }
.has-text-centered {
  text-align: center !important; }

@media screen and (max-width: 767px) {
  .has-text-centered-mobile {
    text-align: center !important; } }
@media screen and (min-width: 768px), print {
  .has-text-centered-tablet {
    text-align: center !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }
@media screen and (max-width: 1007px) {
  .has-text-centered-touch {
    text-align: center !important; } }
@media screen and (min-width: 1008px) {
  .has-text-centered-desktop {
    text-align: center !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }
@media screen and (min-width: 1392px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }
.has-text-left {
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .has-text-left-mobile {
    text-align: left !important; } }
@media screen and (min-width: 768px), print {
  .has-text-left-tablet {
    text-align: left !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }
@media screen and (max-width: 1007px) {
  .has-text-left-touch {
    text-align: left !important; } }
@media screen and (min-width: 1008px) {
  .has-text-left-desktop {
    text-align: left !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }
@media screen and (min-width: 1392px) {
  .has-text-left-fullhd {
    text-align: left !important; } }
.has-text-right {
  text-align: right !important; }

@media screen and (max-width: 767px) {
  .has-text-right-mobile {
    text-align: right !important; } }
@media screen and (min-width: 768px), print {
  .has-text-right-tablet {
    text-align: right !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }
@media screen and (max-width: 1007px) {
  .has-text-right-touch {
    text-align: right !important; } }
@media screen and (min-width: 1008px) {
  .has-text-right-desktop {
    text-align: right !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }
@media screen and (min-width: 1392px) {
  .has-text-right-fullhd {
    text-align: right !important; } }
.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.has-text-white {
  color: white !important; }

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important; }

.has-text-black {
  color: #0a0a0a !important; }

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important; }

.has-text-light {
  color: whitesmoke !important; }

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important; }

.has-text-dark {
  color: #363636 !important; }

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important; }

.has-text-primary {
  color: #114085 !important; }

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #0b2a58 !important; }

.has-text-info {
  color: #3273dc !important; }

a.has-text-info:hover, a.has-text-info:focus {
  color: #205bbc !important; }

.has-text-success {
  color: #23d160 !important; }

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important; }

.has-text-warning {
  color: #ffdd57 !important; }

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important; }

.has-text-danger {
  color: #ff3860 !important; }

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-text-white-ter {
  color: whitesmoke !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.is-block {
  display: block !important; }

@media screen and (max-width: 767px) {
  .is-block-mobile {
    display: block !important; } }
@media screen and (min-width: 768px), print {
  .is-block-tablet {
    display: block !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-block-tablet-only {
    display: block !important; } }
@media screen and (max-width: 1007px) {
  .is-block-touch {
    display: block !important; } }
@media screen and (min-width: 1008px) {
  .is-block-desktop {
    display: block !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important; } }
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-block-widescreen-only {
    display: block !important; } }
@media screen and (min-width: 1392px) {
  .is-block-fullhd {
    display: block !important; } }
.is-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

@media screen and (max-width: 767px) {
  .is-flex-mobile {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 768px), print {
  .is-flex-tablet {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-flex-tablet-only {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (max-width: 1007px) {
  .is-flex-touch {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1008px) {
  .is-flex-desktop {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-flex-widescreen-only {
    display: -ms-flexbox !important;
    display: flex !important; } }
@media screen and (min-width: 1392px) {
  .is-flex-fullhd {
    display: -ms-flexbox !important;
    display: flex !important; } }
.is-inline {
  display: inline !important; }

@media screen and (max-width: 767px) {
  .is-inline-mobile {
    display: inline !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-tablet {
    display: inline !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-inline-tablet-only {
    display: inline !important; } }
@media screen and (max-width: 1007px) {
  .is-inline-touch {
    display: inline !important; } }
@media screen and (min-width: 1008px) {
  .is-inline-desktop {
    display: inline !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important; } }
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-widescreen-only {
    display: inline !important; } }
@media screen and (min-width: 1392px) {
  .is-inline-fullhd {
    display: inline !important; } }
.is-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 767px) {
  .is-inline-block-mobile {
    display: inline-block !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-block-tablet {
    display: inline-block !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-inline-block-tablet-only {
    display: inline-block !important; } }
@media screen and (max-width: 1007px) {
  .is-inline-block-touch {
    display: inline-block !important; } }
@media screen and (min-width: 1008px) {
  .is-inline-block-desktop {
    display: inline-block !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important; } }
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important; } }
@media screen and (min-width: 1392px) {
  .is-inline-block-fullhd {
    display: inline-block !important; } }
.is-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media screen and (max-width: 767px) {
  .is-inline-flex-mobile {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 768px), print {
  .is-inline-flex-tablet {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-inline-flex-tablet-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (max-width: 1007px) {
  .is-inline-flex-touch {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1008px) {
  .is-inline-flex-desktop {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-inline-flex-widescreen-only {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media screen and (min-width: 1392px) {
  .is-inline-flex-fullhd {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.is-hidden {
  display: none !important; }

@media screen and (max-width: 767px) {
  .is-hidden-mobile {
    display: none !important; } }
@media screen and (min-width: 768px), print {
  .is-hidden-tablet {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1007px) {
  .is-hidden-tablet-only {
    display: none !important; } }
@media screen and (max-width: 1007px) {
  .is-hidden-touch {
    display: none !important; } }
@media screen and (min-width: 1008px) {
  .is-hidden-desktop {
    display: none !important; } }
@media screen and (min-width: 1008px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important; } }
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important; } }
@media screen and (min-width: 1200px) and (max-width: 1391px) {
  .is-hidden-widescreen-only {
    display: none !important; } }
@media screen and (min-width: 1392px) {
  .is-hidden-fullhd {
    display: none !important; } }
.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem; }
  .columns.is-mobile > .column.is-narrow {
    -ms-flex: none;
        flex: none; }
  .columns.is-mobile > .column.is-full {
    -ms-flex: none;
        flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-three-quarters {
    -ms-flex: none;
        flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-two-thirds {
    -ms-flex: none;
        flex: none;
    width: 66.6666%; }
  .columns.is-mobile > .column.is-half {
    -ms-flex: none;
        flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-one-third {
    -ms-flex: none;
        flex: none;
    width: 33.3333%; }
  .columns.is-mobile > .column.is-one-quarter {
    -ms-flex: none;
        flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-three-quarters {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-offset-two-thirds {
    margin-left: 66.6666%; }
  .columns.is-mobile > .column.is-offset-half {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-offset-one-third {
    margin-left: 33.3333%; }
  .columns.is-mobile > .column.is-offset-one-quarter {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-1 {
    -ms-flex: none;
        flex: none;
    width: 8.3333333333%; }
  .columns.is-mobile > .column.is-offset-1 {
    margin-left: 8.3333333333%; }
  .columns.is-mobile > .column.is-2 {
    -ms-flex: none;
        flex: none;
    width: 16.6666666667%; }
  .columns.is-mobile > .column.is-offset-2 {
    margin-left: 16.6666666667%; }
  .columns.is-mobile > .column.is-3 {
    -ms-flex: none;
        flex: none;
    width: 25%; }
  .columns.is-mobile > .column.is-offset-3 {
    margin-left: 25%; }
  .columns.is-mobile > .column.is-4 {
    -ms-flex: none;
        flex: none;
    width: 33.3333333333%; }
  .columns.is-mobile > .column.is-offset-4 {
    margin-left: 33.3333333333%; }
  .columns.is-mobile > .column.is-5 {
    -ms-flex: none;
        flex: none;
    width: 41.6666666667%; }
  .columns.is-mobile > .column.is-offset-5 {
    margin-left: 41.6666666667%; }
  .columns.is-mobile > .column.is-6 {
    -ms-flex: none;
        flex: none;
    width: 50%; }
  .columns.is-mobile > .column.is-offset-6 {
    margin-left: 50%; }
  .columns.is-mobile > .column.is-7 {
    -ms-flex: none;
        flex: none;
    width: 58.3333333333%; }
  .columns.is-mobile > .column.is-offset-7 {
    margin-left: 58.3333333333%; }
  .columns.is-mobile > .column.is-8 {
    -ms-flex: none;
        flex: none;
    width: 66.6666666667%; }
  .columns.is-mobile > .column.is-offset-8 {
    margin-left: 66.6666666667%; }
  .columns.is-mobile > .column.is-9 {
    -ms-flex: none;
        flex: none;
    width: 75%; }
  .columns.is-mobile > .column.is-offset-9 {
    margin-left: 75%; }
  .columns.is-mobile > .column.is-10 {
    -ms-flex: none;
        flex: none;
    width: 83.3333333333%; }
  .columns.is-mobile > .column.is-offset-10 {
    margin-left: 83.3333333333%; }
  .columns.is-mobile > .column.is-11 {
    -ms-flex: none;
        flex: none;
    width: 91.6666666667%; }
  .columns.is-mobile > .column.is-offset-11 {
    margin-left: 91.6666666667%; }
  .columns.is-mobile > .column.is-12 {
    -ms-flex: none;
        flex: none;
    width: 100%; }
  .columns.is-mobile > .column.is-offset-12 {
    margin-left: 100%; }
  @media screen and (max-width: 767px) {
    .column.is-narrow-mobile {
      -ms-flex: none;
          flex: none; }
    .column.is-full-mobile {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-mobile {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-mobile {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-mobile {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-mobile {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-mobile {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-mobile {
      margin-left: 75%; }
    .column.is-offset-two-thirds-mobile {
      margin-left: 66.6666%; }
    .column.is-offset-half-mobile {
      margin-left: 50%; }
    .column.is-offset-one-third-mobile {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-mobile {
      margin-left: 25%; }
    .column.is-1-mobile {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-mobile {
      margin-left: 8.3333333333%; }
    .column.is-2-mobile {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-mobile {
      margin-left: 16.6666666667%; }
    .column.is-3-mobile {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-mobile {
      margin-left: 25%; }
    .column.is-4-mobile {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-mobile {
      margin-left: 33.3333333333%; }
    .column.is-5-mobile {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-mobile {
      margin-left: 41.6666666667%; }
    .column.is-6-mobile {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-mobile {
      margin-left: 50%; }
    .column.is-7-mobile {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-mobile {
      margin-left: 58.3333333333%; }
    .column.is-8-mobile {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-mobile {
      margin-left: 66.6666666667%; }
    .column.is-9-mobile {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-mobile {
      margin-left: 75%; }
    .column.is-10-mobile {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-mobile {
      margin-left: 83.3333333333%; }
    .column.is-11-mobile {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-mobile {
      margin-left: 91.6666666667%; }
    .column.is-12-mobile {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-mobile {
      margin-left: 100%; } }
  @media screen and (min-width: 768px), print {
    .column.is-narrow, .column.is-narrow-tablet {
      -ms-flex: none;
          flex: none; }
    .column.is-full, .column.is-full-tablet {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters, .column.is-three-quarters-tablet {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds, .column.is-two-thirds-tablet {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half, .column.is-half-tablet {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third, .column.is-one-third-tablet {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter, .column.is-one-quarter-tablet {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
      margin-left: 75%; }
    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
      margin-left: 66.6666%; }
    .column.is-offset-half, .column.is-offset-half-tablet {
      margin-left: 50%; }
    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
      margin-left: 25%; }
    .column.is-1, .column.is-1-tablet {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1, .column.is-offset-1-tablet {
      margin-left: 8.3333333333%; }
    .column.is-2, .column.is-2-tablet {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2, .column.is-offset-2-tablet {
      margin-left: 16.6666666667%; }
    .column.is-3, .column.is-3-tablet {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3, .column.is-offset-3-tablet {
      margin-left: 25%; }
    .column.is-4, .column.is-4-tablet {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4, .column.is-offset-4-tablet {
      margin-left: 33.3333333333%; }
    .column.is-5, .column.is-5-tablet {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5, .column.is-offset-5-tablet {
      margin-left: 41.6666666667%; }
    .column.is-6, .column.is-6-tablet {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6, .column.is-offset-6-tablet {
      margin-left: 50%; }
    .column.is-7, .column.is-7-tablet {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7, .column.is-offset-7-tablet {
      margin-left: 58.3333333333%; }
    .column.is-8, .column.is-8-tablet {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8, .column.is-offset-8-tablet {
      margin-left: 66.6666666667%; }
    .column.is-9, .column.is-9-tablet {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9, .column.is-offset-9-tablet {
      margin-left: 75%; }
    .column.is-10, .column.is-10-tablet {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10, .column.is-offset-10-tablet {
      margin-left: 83.3333333333%; }
    .column.is-11, .column.is-11-tablet {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11, .column.is-offset-11-tablet {
      margin-left: 91.6666666667%; }
    .column.is-12, .column.is-12-tablet {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12, .column.is-offset-12-tablet {
      margin-left: 100%; } }
  @media screen and (max-width: 1007px) {
    .column.is-narrow-touch {
      -ms-flex: none;
          flex: none; }
    .column.is-full-touch {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-touch {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-touch {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-touch {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-touch {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-touch {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-touch {
      margin-left: 75%; }
    .column.is-offset-two-thirds-touch {
      margin-left: 66.6666%; }
    .column.is-offset-half-touch {
      margin-left: 50%; }
    .column.is-offset-one-third-touch {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-touch {
      margin-left: 25%; }
    .column.is-1-touch {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-touch {
      margin-left: 8.3333333333%; }
    .column.is-2-touch {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-touch {
      margin-left: 16.6666666667%; }
    .column.is-3-touch {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-touch {
      margin-left: 25%; }
    .column.is-4-touch {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-touch {
      margin-left: 33.3333333333%; }
    .column.is-5-touch {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-touch {
      margin-left: 41.6666666667%; }
    .column.is-6-touch {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-touch {
      margin-left: 50%; }
    .column.is-7-touch {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-touch {
      margin-left: 58.3333333333%; }
    .column.is-8-touch {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-touch {
      margin-left: 66.6666666667%; }
    .column.is-9-touch {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-touch {
      margin-left: 75%; }
    .column.is-10-touch {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-touch {
      margin-left: 83.3333333333%; }
    .column.is-11-touch {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-touch {
      margin-left: 91.6666666667%; }
    .column.is-12-touch {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-touch {
      margin-left: 100%; } }
  @media screen and (min-width: 1008px) {
    .column.is-narrow-desktop {
      -ms-flex: none;
          flex: none; }
    .column.is-full-desktop {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-desktop {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-desktop {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-desktop {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-desktop {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-desktop {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-desktop {
      margin-left: 75%; }
    .column.is-offset-two-thirds-desktop {
      margin-left: 66.6666%; }
    .column.is-offset-half-desktop {
      margin-left: 50%; }
    .column.is-offset-one-third-desktop {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-desktop {
      margin-left: 25%; }
    .column.is-1-desktop {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-desktop {
      margin-left: 8.3333333333%; }
    .column.is-2-desktop {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-desktop {
      margin-left: 16.6666666667%; }
    .column.is-3-desktop {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-desktop {
      margin-left: 25%; }
    .column.is-4-desktop {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-desktop {
      margin-left: 33.3333333333%; }
    .column.is-5-desktop {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-desktop {
      margin-left: 41.6666666667%; }
    .column.is-6-desktop {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-desktop {
      margin-left: 50%; }
    .column.is-7-desktop {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-desktop {
      margin-left: 58.3333333333%; }
    .column.is-8-desktop {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-desktop {
      margin-left: 66.6666666667%; }
    .column.is-9-desktop {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-desktop {
      margin-left: 75%; }
    .column.is-10-desktop {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-desktop {
      margin-left: 83.3333333333%; }
    .column.is-11-desktop {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-desktop {
      margin-left: 91.6666666667%; }
    .column.is-12-desktop {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-desktop {
      margin-left: 100%; } }
  @media screen and (min-width: 1200px) {
    .column.is-narrow-widescreen {
      -ms-flex: none;
          flex: none; }
    .column.is-full-widescreen {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-widescreen {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-widescreen {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-widescreen {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-widescreen {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-widescreen {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-widescreen {
      margin-left: 75%; }
    .column.is-offset-two-thirds-widescreen {
      margin-left: 66.6666%; }
    .column.is-offset-half-widescreen {
      margin-left: 50%; }
    .column.is-offset-one-third-widescreen {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-widescreen {
      margin-left: 25%; }
    .column.is-1-widescreen {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-widescreen {
      margin-left: 8.3333333333%; }
    .column.is-2-widescreen {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-widescreen {
      margin-left: 16.6666666667%; }
    .column.is-3-widescreen {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-widescreen {
      margin-left: 25%; }
    .column.is-4-widescreen {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-widescreen {
      margin-left: 33.3333333333%; }
    .column.is-5-widescreen {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-widescreen {
      margin-left: 41.6666666667%; }
    .column.is-6-widescreen {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-widescreen {
      margin-left: 50%; }
    .column.is-7-widescreen {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-widescreen {
      margin-left: 58.3333333333%; }
    .column.is-8-widescreen {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-widescreen {
      margin-left: 66.6666666667%; }
    .column.is-9-widescreen {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-widescreen {
      margin-left: 75%; }
    .column.is-10-widescreen {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-widescreen {
      margin-left: 83.3333333333%; }
    .column.is-11-widescreen {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-widescreen {
      margin-left: 91.6666666667%; }
    .column.is-12-widescreen {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-widescreen {
      margin-left: 100%; } }
  @media screen and (min-width: 1392px) {
    .column.is-narrow-fullhd {
      -ms-flex: none;
          flex: none; }
    .column.is-full-fullhd {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-three-quarters-fullhd {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-two-thirds-fullhd {
      -ms-flex: none;
          flex: none;
      width: 66.6666%; }
    .column.is-half-fullhd {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-one-third-fullhd {
      -ms-flex: none;
          flex: none;
      width: 33.3333%; }
    .column.is-one-quarter-fullhd {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-three-quarters-fullhd {
      margin-left: 75%; }
    .column.is-offset-two-thirds-fullhd {
      margin-left: 66.6666%; }
    .column.is-offset-half-fullhd {
      margin-left: 50%; }
    .column.is-offset-one-third-fullhd {
      margin-left: 33.3333%; }
    .column.is-offset-one-quarter-fullhd {
      margin-left: 25%; }
    .column.is-1-fullhd {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .column.is-offset-1-fullhd {
      margin-left: 8.3333333333%; }
    .column.is-2-fullhd {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .column.is-offset-2-fullhd {
      margin-left: 16.6666666667%; }
    .column.is-3-fullhd {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .column.is-offset-3-fullhd {
      margin-left: 25%; }
    .column.is-4-fullhd {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .column.is-offset-4-fullhd {
      margin-left: 33.3333333333%; }
    .column.is-5-fullhd {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .column.is-offset-5-fullhd {
      margin-left: 41.6666666667%; }
    .column.is-6-fullhd {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .column.is-offset-6-fullhd {
      margin-left: 50%; }
    .column.is-7-fullhd {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .column.is-offset-7-fullhd {
      margin-left: 58.3333333333%; }
    .column.is-8-fullhd {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .column.is-offset-8-fullhd {
      margin-left: 66.6666666667%; }
    .column.is-9-fullhd {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .column.is-offset-9-fullhd {
      margin-left: 75%; }
    .column.is-10-fullhd {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .column.is-offset-10-fullhd {
      margin-left: 83.3333333333%; }
    .column.is-11-fullhd {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .column.is-offset-11-fullhd {
      margin-left: 91.6666666667%; }
    .column.is-12-fullhd {
      -ms-flex: none;
          flex: none;
      width: 100%; }
    .column.is-offset-12-fullhd {
      margin-left: 100%; } }

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem; }
  .columns:last-child {
    margin-bottom: -0.75rem; }
  .columns:not(:last-child) {
    margin-bottom: 0.75rem; }
  .columns.is-centered {
    -ms-flex-pack: center;
        justify-content: center; }
  .columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
    .columns.is-gapless:last-child {
      margin-bottom: 0; }
    .columns.is-gapless:not(:last-child) {
      margin-bottom: 1.5rem; }
    .columns.is-gapless > .column {
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 768px), print {
    .columns.is-grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .columns.is-grid > .column {
        max-width: 33.3333%;
        padding: 0.75rem;
        width: 33.3333%; }
        .columns.is-grid > .column + .column {
          margin-left: 0; } }
  .columns.is-mobile {
    display: -ms-flexbox;
    display: flex; }
  .columns.is-multiline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .columns.is-vcentered {
    -ms-flex-align: center;
        align-items: center; }
  @media screen and (min-width: 768px), print {
    .columns:not(.is-desktop) {
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1008px) {
    .columns.is-desktop {
      display: -ms-flexbox;
      display: flex; } }

.tile {
  -ms-flex-align: stretch;
      align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    -ms-flex-direction: column;
        flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media screen and (min-width: 768px), print {
    .tile:not(.is-child) {
      display: -ms-flexbox;
      display: flex; }
    .tile.is-1 {
      -ms-flex: none;
          flex: none;
      width: 8.3333333333%; }
    .tile.is-2 {
      -ms-flex: none;
          flex: none;
      width: 16.6666666667%; }
    .tile.is-3 {
      -ms-flex: none;
          flex: none;
      width: 25%; }
    .tile.is-4 {
      -ms-flex: none;
          flex: none;
      width: 33.3333333333%; }
    .tile.is-5 {
      -ms-flex: none;
          flex: none;
      width: 41.6666666667%; }
    .tile.is-6 {
      -ms-flex: none;
          flex: none;
      width: 50%; }
    .tile.is-7 {
      -ms-flex: none;
          flex: none;
      width: 58.3333333333%; }
    .tile.is-8 {
      -ms-flex: none;
          flex: none;
      width: 66.6666666667%; }
    .tile.is-9 {
      -ms-flex: none;
          flex: none;
      width: 75%; }
    .tile.is-10 {
      -ms-flex: none;
          flex: none;
      width: 83.3333333333%; }
    .tile.is-11 {
      -ms-flex: none;
          flex: none;
      width: 91.6666666667%; }
    .tile.is-12 {
      -ms-flex: none;
          flex: none;
      width: 100%; } }

/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.woff") format("woff"), url("fonts/fa-solid-900.ttf") format("truetype"), url("fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-brands-400.woff2") format("woff2"), url("fonts/fa-brands-400.woff") format("woff"), url("fonts/fa-brands-400.ttf") format("truetype"), url("fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envelope {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-search:before {
  content: "\f002"; }

.fa-user:before {
  content: "\f007"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-frown:before {
  content: "\f119"; }

.fa-heart:before {
  content: "\f004"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google:before {
  content: "\f1a0"; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: ""; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-clock:before {
  content: "\f017"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-times:before {
  content: "\f00d"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-pen:before {
  content: "\f304"; }

.fa-plus-circle:before {
  content: "\f055"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }

  .mfp-arrow-left {
    transform-origin: 0; }

  .mfp-arrow-right {
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  font-size: .9em;
  line-height: 1.4; }

@media (min-width: 768px) {
  html {
    font-size: 1em; } }
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*文字色*/
/*a連結滑上文字*/
/*登入, 購物車, saerch, 手機menu -- 顏色 */
/*------------------------------------*\
  #Generic
\*------------------------------------*/
body {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  width: 100%;
  box-sizing: border-box;
  color: #333; }
  body.hasBannerBar header {
    height: calc(50px + 35px); }
    body.hasBannerBar header .header_bannerBar {
      display: block; }
  body.hasBannerBar .mainContent {
    padding-top: calc(50px + 35px); }
  body.hasBannerBar .searchWrap {
    top: calc(50px + 35px); }
  body.mmenu-opened.hasBannerBar .offcanvas {
    top: calc(50px + 35px);
    height: calc(100vh - 50px - 35px); }
  body.mmenu-opened.hasBannerBar .pageCover {
    top: calc(50px + 35px); }

a {
  color: #333;
  text-decoration: none; }
  a:focus, a:active {
    color: #333; }

input {
  color: #333;
  line-height: 24px;
  font-size: 16px;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", sans-serif; }

input[type="checkbox"] {
  border-radius: 0; }

.custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
  text-indent: -3.4em; }

.custom-label-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-off {
  text-indent: 0.5em; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  border: solid 1px #aaa;
  border-radius: 0;
  padding: 3px 10px; }

textarea {
  font-size: 16px;
  color: #333;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", sans-serif; }

select {
  color: #333;
  border: solid 1px #aaa;
  border-radius: 0;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 24px;
  height: 32px;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", sans-serif; }

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

section {
  margin: 0 0 0; }

.wrap {
  position: relative;
  width: 100%;
  overflow-y: hidden; }
  .wrap.openStaticMenu {
    display: block; }
    .wrap.openStaticMenu .staticMenu {
      display: block; }

.mainContent {
  transform: translateX(0);
  transition: transform .5s;
  width: 100%;
  padding: 50px 0 0; }

.contentWrap {
  min-height: calc(100vh - 50px - 258px); }

.pageCover {
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 4; }

.mmenu-opened .mainContent {
  transform: translateX(80vw); }
.mmenu-opened .pageCover {
  display: block;
  z-index: 16;
  top: 50px; }

.secTitle {
  letter-spacing: 2px;
  margin: 45px 0 15px; }

.btnWrap {
  text-align: center;
  padding: 30px 0; }
  .btnWrap.btnWrap-two {
    margin: 0 15px; }
    .btnWrap.btnWrap-two .btn,
    .btnWrap.btnWrap-two .btn_second {
      width: calc((100% - 10px - 5px)/2);
      padding: 0;
      margin: 0 10px 0 0; }
      .btnWrap.btnWrap-two .btn:last-child,
      .btnWrap.btnWrap-two .btn_second:last-child {
        margin: 0; }

.btnWrap_add {
  margin: 0 0 15px; }
  .btnWrap_add a {
    font-size: 14px;
    text-decoration: underline; }
    .btnWrap_add a.btn {
      text-decoration: none; }
  .btnWrap_add label {
    font-size: 14px; }
    .btnWrap_add label input {
      margin: 0 10px 0 0; }

.btnWrap-full {
  margin: 15px 0; }
  .btnWrap-full .btn {
    width: 100%;
    margin: 0 0 5px; }

.inputwrap + .btnWrap-full {
  margin: 30px 0 15px; }

.btn {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  text-align: center; }
  .btn:hover {
    color: #fff; }
  .btn.btn-google {
    background: #dd3826; }
    .btn.btn-google:hover {
      background: #e05243; }
  .btn.btn-line {
    background: #00bc00; }
    .btn.btn-line .line_text {
      font-weight: bold;
      font-size: 16px; }
    .btn.btn-line:hover {
      background: #2ace2a; }
  .btn i {
    margin: 0 3px 0 0; }

.btn_second {
  display: inline-block;
  background: #dfdfdf;
  color: #333;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  text-align: center; }
  .btn_second i {
    margin: 0 3px 0 0; }

.checkboxwrap {
  padding: 5px 0; }
  .checkboxwrap label {
    display: block;
    font-size: 14px; }
    .checkboxwrap label input[type="checkbox"] {
      vertical-align: middle;
      margin: 0 5px 0 0; }

.carousel {
  margin: 0 0 30px; }
  .carousel .pdbox {
    margin: 0 6px; }
  .carousel .slick-prev,
  .carousel .slick-next {
    z-index: 2;
    width: 25px;
    height: 50px; }
    .carousel .slick-prev:before,
    .carousel .slick-next:before {
      display: none; }
  .carousel .slick-prev {
    background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/60% auto; }
  .carousel .slick-next {
    background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/60% auto; }

.pdbox img {
  width: 100%; }

.pdbox_name {
  margin: 5px 0 10px;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pdbox_price-origin {
  text-decoration: line-through; }

.pdbox_price-sale {
  color: #ad3535; }

.selectwrap {
  position: relative;
  display: inline-block;
  border: solid 1px #aaa; }
  .selectwrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/100% auto;
    transform: rotateZ(90deg);
    right: 10px;
    top: 8px;
    pointer-events: none; }
  .selectwrap select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 45px 0 15px;
    border-radius: 0;
    line-height: 30px;
    height: 30px;
    border: 0;
    font-size: 1em;
    background: #fff; }

.breadcrumb {
  padding: 10px 15px; }
  .breadcrumb li {
    display: inline-block;
    position: relative;
    padding-right: 22px; }
    .breadcrumb li:after {
      content: '';
      display: block;
      position: absolute;
      width: 6px;
      height: 30px;
      background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center/100% auto;
      right: 4px;
      top: 0px; }
    .breadcrumb li:last-child:after {
      display: none; }
    .breadcrumb li:last-child a {
      color: #333; }
  .breadcrumb a {
    display: block;
    line-height: 30px;
    color: #888; }

.pagination_desktop {
  display: none; }

.pagination {
  padding: 30px 0; }
  .pagination button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    background: transparent;
    width: 10px;
    height: 30px;
    vertical-align: middle; }
    .pagination button:first-child {
      background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/50% auto; }
    .pagination button:last-child {
      background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/50% auto; }
    .pagination button.disabled {
      opacity: 0.6; }
  .pagination a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 5px;
    margin: 0 5px; }
    .pagination a:after {
      content: '/';
      position: absolute;
      right: -10px;
      top: 0;
      font-weight: normal; }
    .pagination a:last-of-type:after {
      display: none; }
    .pagination a.active {
      font-weight: bold; }

.emphasize {
  font-size: 20px; }

.popup {
  margin: 0 auto;
  padding: 15px;
  background: #fff; }

.popup_title {
  text-align: center;
  font-size: 1.2em;
  padding: 10px 0;
  margin: 0 0 15px; }

.stock-ok {
  color: green; }

.stock-low {
  color: #ee8e04; }

.stock-zero {
  color: red; }

.pageTitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 30px; }

.inputwrap {
  margin: 0 0 15px; }
  .inputwrap label {
    display: block;
    font-size: 14px; }
  .inputwrap input[type="text"],
  .inputwrap input[type="password"],
  .inputwrap input[type="email"],
  .inputwrap input[type="tel"],
  .inputwrap input[type="date"],
  .inputwrap select {
    width: 100%; }
    .inputwrap input[type="text"].error,
    .inputwrap input[type="password"].error,
    .inputwrap input[type="email"].error,
    .inputwrap input[type="tel"].error,
    .inputwrap input[type="date"].error,
    .inputwrap select.error {
      border: 2px solid red; }
  .inputwrap.captcha input {
    width: 78%;
    display: inline-block; }
  .inputwrap.captcha .captcha_img {
    max-width: 20%;
    display: inline-block;
    vertical-align: top; }
  .inputwrap .btn,
  .inputwrap .btn_second {
    margin-top: 10px;
    line-height: 35px; }
  .inputwrap .inputwrap_note {
    font-size: 12px;
    margin: 0; }
  .inputwrap input + select,
  .inputwrap select + select,
  .inputwrap select + input {
    margin-top: 10px; }
  .inputwrap textarea {
    width: 100%;
    resize: none; }
  .inputwrap .onoffswitch {
    display: inline-block; }
  .inputwrap .onoffswitch_txt {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }

.grayBgTitle {
  color: #fff;
  padding: 0 15px 0 30px;
  margin: 0 15px;
  line-height: 30px;
  background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, #888; }
  .grayBgTitle.grayBgTitle-toggle {
    cursor: pointer;
    background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, url(../../images/zh-cht/icons/select-white.png) no-repeat right top, #888; }
    .grayBgTitle.grayBgTitle-toggle.active {
      background: url(../../images/zh-cht/icons/label.png) no-repeat 15px center, url(../../images/zh-cht/icons/select-white.png) no-repeat right -27px, #888; }

.labelTitle {
  padding: 0 0 0 25px;
  color: #333;
  line-height: 35px;
  font-size: 16px;
  border-bottom: solid 1px #333;
  background: url(../../images/zh-cht/icons/label-black.png) no-repeat 5px center; }

.noteWrap {
  padding: 15px 30px;
  margin: 0 15px;
  border: solid 1px #aaa; }
  .noteWrap .noteWrap_head {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: bold; }
  .noteWrap ul,
  .noteWrap ol {
    padding: 0 0 0 15px;
    margin: 0 0 15px; }
  .noteWrap li {
    font-size: 14px; }

.redTxt {
  color: red; }

.dtwrap {
  overflow: hidden; }
  .dtwrap > .columns {
    margin-top: 0; }

.dtwrap-small {
  overflow: hidden; }

.error {
  display: inline;
  color: red; }

.video-container {
  position: relative;
  padding-bottom: 52.75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("fonts/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("fonts/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("fonts/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("fonts/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("fonts/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("fonts/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../fonts/ui-icons_777777_256x240.png"); }

@media (min-width: 600px) {
  .noteWrap {
    width: 540px;
    margin: 0 auto; }

  .btnWrap.btnWrap-two .btn,
  .btnWrap.btnWrap-two .btn_second {
    width: 120px; } }
@media (min-width: 768px) {
  .contentWrap {
    min-height: calc(100vh - 50px - 428px); }

  .pageTitle {
    font-size: 22px; }

  .carousel {
    width: 760px;
    margin-left: auto;
    margin-right: auto; }
    .carousel.noarrows {
      width: 100%; }
    .carousel.noautoplay {
      width: 100%; }
      .carousel.noautoplay .slick-prev {
        left: 5px; }
      .carousel.noautoplay .slick-next {
        right: 5px; }

  .popup {
    width: 500px;
    position: relative;
    padding: 30px; }

  .inputwrap label {
    font-size: 16px; }

  .pagination {
    display: none; }

  .pagination_desktop {
    display: block;
    padding: 30px 0; }
    .pagination_desktop button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 0;
      background: transparent;
      width: 20px;
      height: 30px;
      vertical-align: middle; }
      .pagination_desktop button:first-child {
        background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/50% auto; }
      .pagination_desktop button:last-child {
        background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/50% auto; }
      .pagination_desktop button.disabled {
        opacity: 0.6; }
    .pagination_desktop a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding: 0 5px;
      margin: 0 5px; }
      .pagination_desktop a.active {
        font-weight: bold; }

  .staticMenu {
    display: none; }

  .openStaticMenu {
    display: none; } }
@media (min-width: 1008px) {
  body.hasBannerBar header {
    height: calc(80px + 35px); }
  body.hasBannerBar .mainContent {
    padding-top: calc(120px + 35px); }
  body.hasBannerBar .mainMenu {
    top: calc(80px + 35px); }
  body.hasBannerBar .searchWrap {
    top: 35px; }

  .wrap, .dtwrap {
    width: auto;
    overflow: visible; }

  .mainContent {
    padding: 120px 0 0; }

  .contentWrap {
    min-height: calc(100vh - 120px - 428px); }

  .dtwrap, .dtwrap-mainMenu {
    max-width: 1200px;
    margin: 0 auto; }

  .mmenu-opened .pageCover {
    display: none; }

  header .header_inner {
    padding-right: 15px;
    padding-left: 15px; }

  .dtwrap-small {
    max-width: 760px;
    margin: 0 auto; }

  .carousel {
    width: 900px; }

  .btn:hover {
    background: #000;
    color: #fff; }
  .btn:focus, .btn:active {
    color: #fff; }

  .btn_second:hover {
    background: #cfcfcf; } }
/*------------------------------------*\
  #Header
\*------------------------------------*/
header {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px 1px rgba(125, 125, 125, 0.5);
  z-index: 10;
  background: #fff; }

.header_bannerBar {
  display: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #7c6457;
  letter-spacing: .1rem;
  text-align: center;
  color: #333;
  position: relative;
  font-size: 13px; }
  .header_bannerBar p {
    white-space: nowrap;
    overflow: visible;
    animation: marqee 15s linear infinite;
    position: relative;
    color: #fff; }
  .header_bannerBar .close_banner {
    display: none;
    color: #333;
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    right: 20px; }
    .header_bannerBar .close_banner i {
      color: #fff; }

@keyframes marqee {
  from {
    left: 100%;
    transform: translateX(0%); }
  to {
    left: 0;
    transform: translateX(-180%); } }
.header_inner {
  position: relative; }

.header_icon {
  display: block;
  width: 40px;
  text-align: center;
  color: #333; }
  .header_icon.header_menu {
    height: 50px;
    line-height: 50px; }
  .header_icon.header_wish img {
    height: 38px;
    width: auto;
    vertical-align: middle; }
  .header_icon.header_sign img {
    padding: 5px 0 0;
    height: 38px;
    width: auto;
    vertical-align: middle; }
  .header_icon.header_cart {
    position: relative;
    margin-top: 3px; }
    .header_icon.header_cart img {
      padding: 7px 5px 0 0;
      height: 38px;
      width: auto;
      vertical-align: middle; }
  .header_icon .header_cartTxt_d, .header_icon .header_wishTxt_d, .header_icon .header_signsTxt_d {
    display: none; }
  .header_icon:focus {
    color: #333; }
  .header_icon:active {
    color: #333; }

.headerCart_submenu, .headerStore_submenu {
  display: none; }

.logo {
  position: absolute;
  left: calc(50% / 2);
  width: 50%;
  height: 50px;
  text-decoration: none;
  text-align: center; }
  .logo p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 80px;
    margin-top: -15px; }
  .logo img {
    height: 25%;
    display: block; }

.offcanvas {
  position: fixed;
  width: 80vw;
  transform: translateX(-80vw);
  top: 50px;
  left: 0;
  transition: transform .5s;
  height: calc(100vh - 50px);
  padding-bottom: 100px;
  overflow-y: auto;
  background: #fff;
  z-index: 20; }
  .offcanvas.active {
    transform: translateX(0); }
  .offcanvas > ul > li {
    border-bottom: solid 1px #aaa; }
    .offcanvas > ul > li > a {
      position: relative;
      line-height: 60px; }
      .offcanvas > ul > li > a.js-toggle-trigger:before {
        content: '+';
        line-height: 60px;
        position: absolute;
        right: 20px;
        top: 0; }
      .offcanvas > ul > li > a.active {
        border-bottom: #aaa; }
        .offcanvas > ul > li > a.active:before {
          content: '-'; }
    .offcanvas > ul > li > ul > li > a.js-toggle-trigger {
      position: relative; }
      .offcanvas > ul > li > ul > li > a.js-toggle-trigger:before {
        content: '+';
        line-height: 40px;
        position: absolute;
        right: 20px;
        top: 0; }
      .offcanvas > ul > li > ul > li > a.js-toggle-trigger.active {
        border-bottom: #aaa; }
        .offcanvas > ul > li > ul > li > a.js-toggle-trigger.active:before {
          content: '-'; }
    .offcanvas > ul > li > ul > li > ul.submenu {
      margin-left: -40px;
      background: #ccc; }
      .offcanvas > ul > li > ul > li > ul.submenu li a {
        padding-left: 60px;
        color: #fff; }
  .offcanvas a {
    display: block;
    padding: 0 20px; }
  .offcanvas .submenu {
    display: none;
    margin-left: 20px;
    margin-bottom: 10px; }
    .offcanvas .submenu.active {
      display: block; }
    .offcanvas .submenu a {
      line-height: 40px;
      color: #888; }

.searchWrap {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 16;
  display: none;
  padding: 0; }
  .searchWrap.active {
    display: block; }
  .searchWrap .searchWrap_inner {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #bbb; }
    .searchWrap .searchWrap_inner > div {
      border: solid 1px #7c6457;
      background: rgba(230, 226, 223, 0.5);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
    .searchWrap .searchWrap_inner input {
      width: calc(100% - 45px);
      line-height: 34px;
      border: solid 1px #333;
      background-color: transparent;
      border: none;
      outline: none; }
    .searchWrap .searchWrap_inner a {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #333; }
    .searchWrap .searchWrap_inner i {
      font-size: 20px;
      line-height: 40px;
      color: #7c6457; }

div.hd_tag {
  display: none;
  width: calc(100% - 45px);
  height: 38px;
  overflow: hidden;
  font-size: 13px; }

.hd_tag a:link,
.hd_tag a:focus,
.hd_tag a:active,
.hd_tag a:visited {
  margin: 5px;
  color: #000;
  width: auto;
  line-height: 0; }

.mainMenu {
  position: fixed;
  top: 80px;
  z-index: 9;
  width: 100%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(125, 125, 125, 0.5); }
  .mainMenu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .mainMenu > ul > li {
      float: left;
      position: relative; }
      .mainMenu > ul > li:hover > .submenu {
        display: block; }
      .mainMenu > ul > li > a {
        line-height: 40px; }
      .mainMenu > ul > li > ul > li > a.js-toggle-trigger {
        position: relative; }
        .mainMenu > ul > li > ul > li > a.js-toggle-trigger:before {
          content: '+';
          line-height: 40px;
          position: absolute;
          right: 10px;
          top: 0; }
        .mainMenu > ul > li > ul > li > a.js-toggle-trigger.active {
          border-bottom: #aaa; }
          .mainMenu > ul > li > ul > li > a.js-toggle-trigger.active:before {
            content: '-'; }
      .mainMenu > ul > li > ul > li > ul.submenu {
        width: 100%;
        background: #ccc;
        position: relative;
        margin-bottom: 0;
        box-shadow: none; }
        .mainMenu > ul > li > ul > li > ul.submenu li a {
          padding-left: 60px;
          color: #fff; }
  .mainMenu a {
    line-height: 40px;
    display: block;
    transition: all .5s;
    padding: 0 30px 0 15px; }
    .mainMenu a:hover {
      color: #888; }
  .mainMenu .submenu {
    display: none;
    background: #fff;
    box-shadow: 0 2px 1px 1px rgba(125, 125, 125, 0.5);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    margin-bottom: 20px; }
    .mainMenu .submenu.active {
      display: block; }
    .mainMenu .submenu li {
      float: none;
      padding: 0;
      text-align: left; }
    .mainMenu .submenu a {
      color: #888;
      display: block;
      padding: 0 20px;
      white-space: nowrap; }
      .mainMenu .submenu a:hover {
        background: #888;
        color: #fff; }

@media (min-width: 768px) {
  .searchWrap {
    top: 0;
    padding: 0;
    z-index: 25; }

  input {
    line-height: 22px; } }
@media (min-width: 1008px) {
  header {
    box-shadow: 0 0 0 0 transparent;
    height: 80px; }
    header .header_inner {
      padding: 21px; }

  .header_bannerBar p {
    display: inline-block;
    width: 95%;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    padding: 0 20px;
    animation: none; }
  .header_bannerBar .close_banner {
    display: inline-block; }

  .header_icon {
    width: auto;
    margin-left: 22px;
    padding-bottom: 10px; }
    .header_icon:hover img {
      opacity: .8; }
    .header_icon.header_store {
      margin-left: 0; }
      .header_icon.header_store img {
        height: 20px;
        margin-top: 14px; }
    .header_icon.header_static img {
      height: 20px;
      margin-top: 14px; }
    .header_icon.header_cart {
      position: relative;
      margin-left: 0;
      margin-right: 20px; }
      .header_icon.header_cart img {
        height: 30px;
        padding: 10px 0 0 0;
        margin-left: 0; }
      .header_icon.header_cart .header_cartTxt_d {
        display: block;
        position: absolute;
        top: 12px;
        right: -20px;
        font-size: 11px;
        color: #fff;
        background-color: #7c6457;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center; }
    .header_icon.header_wish img {
      height: 16px;
      margin-top: 16px; }
    .header_icon.header_sign img {
      height: 24px;
      margin-top: 9px; }
    .header_icon.header_search img {
      height: 20px;
      margin-top: 14px; }

  .searchWrap {
    background: rgba(0, 0, 0, 0.2); }
    .searchWrap .searchWrap_inner {
      padding-top: calc(80px - 10px);
      background: rgba(255, 255, 255, 0.8); }
      .searchWrap .searchWrap_inner > div {
        background: #e6e2df; }

  .logo {
    left: calc((100% - 220px) / 2);
    margin-left: 0;
    background-position: 15px center;
    top: 12px;
    width: 220px; }
    .logo img {
      padding-top: 5px;
      height: auto; }

  div.hd_tag {
    display: block; }

  .header_storeWrap {
    position: relative; }
    .header_storeWrap:hover .headerStore_submenu {
      display: block; }

  .headerStore_submenu {
    position: absolute;
    z-index: 10;
    top: 45px;
    right: -10px;
    width: auto;
    background: rgba(255, 255, 255, 0.3); }
    .headerStore_submenu li {
      display: block; }
      .headerStore_submenu li a {
        display: block;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        white-space: nowrap;
        font-size: 15px; }
        .headerStore_submenu li a:hover {
          opacity: .6; }

  .header_cartWrap {
    position: relative; }
    .header_cartWrap:hover .headerCart_submenu {
      display: block; }

  .headerCart_submenu {
    position: absolute;
    z-index: 10;
    top: 45px;
    right: -95px;
    border: 1px solid #c5c5c5;
    background: #fff; }

  .headerCart_cnt {
    width: 380px;
    max-height: 470px;
    overflow-y: auto; }

  .headerCart_item {
    padding: 10px 6px 10px 10px;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .headerCart_item img {
      display: block;
      width: 160px; }
    .headerCart_item > div {
      width: calc(100% - 160px);
      padding-left: 20px; }
    .headerCart_item p {
      text-align: left; }
      .headerCart_item p:nth-child(1) {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px; }
      .headerCart_item p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 20px; }
      .headerCart_item p:nth-child(3) {
        line-height: 30px;
        font-size: 12px; }
    .headerCart_item .del {
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #888;
      padding: 10px;
      width: 40px; }
      .headerCart_item .del:hover {
        opacity: .6; }

  .headerCart_btn {
    display: block;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 14px 10px;
    height: 48px;
    margin: 10px;
    width: calc(100% - 20px); }
    .headerCart_btn:hover {
      color: #fff;
      opacity: .8; } }
/*------------------------------------*\
  #Footer
\*------------------------------------*/
footer {
  background: #c0c0c0;
  color: #484848;
  margin: 30px 0 0;
  padding: 30px 20px 64px 20px;
  text-align: center; }
  footer .column {
    padding-top: 0;
    padding-bottom: 0; }
    footer .column:nth-child(1) {
      -ms-flex-positive: 2;
          flex-grow: 2; }
  footer .columns {
    margin: 0; }
  footer > .columns {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }

.footerNav {
  display: none; }
  .footerNav a {
    color: #484848;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 40px; }
  .footerNav i {
    pointer-events: none; }
  .footerNav .submenu {
    display: none; }
    .footerNav .submenu.active {
      display: block; }

.footerSocial {
  text-align: center; }
  .footerSocial p {
    font-weight: bold;
    line-height: 40px; }
  .footerSocial > div {
    margin: 10px 0; }
  .footerSocial a {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle; }
  .footerSocial i {
    color: #484848;
    font-size: 30px; }

.footerBottom {
  text-align: center; }
  .footerBottom p {
    font-size: 14px;
    font-weight: bold; }
  .footerBottom a {
    font-size: 8px;
    color: #484848;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%; }

.footerLetter p {
  font-weight: bold;
  line-height: 40px; }
.footerLetter label {
  display: block;
  line-height: 40px;
  font-size: 14px; }
.footerLetter input {
  max-width: 190px;
  width: calc(100% - 62px); }
.footerLetter .EDMbtn {
  vertical-align: top;
  background: #858585;
  color: #fff;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin-left: -5px; }
.footerLetter .service_txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px; }

.footer_contact {
  margin-bottom: 15px;
  font-size: 12px; }

.footer_fixed {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 0 1px 1px rgba(125, 125, 125, 0.5); }
  .footer_fixed a {
    padding: 5px; }
  .footer_fixed i {
    color: #717071;
    font-size: 24px; }
  .footer_fixed img {
    width: 22px;
    vertical-align: middle; }

.footer_icons_cart {
  position: relative; }
  .footer_icons_cart span {
    position: absolute;
    top: 8px;
    right: -15px;
    color: #fff;
    background-color: #7c6457;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px; }

.back {
  position: fixed;
  right: 10px;
  bottom: 55px; }
  .back a {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    background: #fff;
    opacity: .5;
    margin-bottom: 5px; }

.gotop:after {
  position: absolute;
  top: 10px;
  left: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg); }

.godown:after {
  position: absolute;
  top: 6px;
  left: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg); }

@media (min-width: 768px) {
  footer {
    padding: 20px 20px 64px 20px;
    text-align: left; }
    footer .column:nth-child(5) {
      -ms-flex-positive: 1.25;
          flex-grow: 1.25; }
    footer .columns {
      margin: 0 auto; }

  .footerSocial a {
    margin: 0 5px; }
  .footerSocial i {
    font-size: 25px; }

  .footerLetter .EDMbtn {
    height: 30px;
    line-height: 30px; }

  .footerNav {
    display: block;
    max-width: 110px;
    text-align: left;
    margin: 0 auto; }
    .footerNav a {
      text-align: left; }
    .footerNav i {
      display: none; }
    .footerNav > li > a {
      font-weight: bold;
      font-size: 1rem; }
    .footerNav .submenu {
      display: block; }

  .back {
    display: none; } }
@media (min-width: 1008px) {
  .footer_fixed {
    display: none; }

  footer {
    padding-bottom: 20px; }
    footer .footerSocial a {
      margin: 0 8px; }
    footer .footerSocial i {
      font-size: 35px; } }
/*------------------------------------*\
  #deafult.html 首頁
\*------------------------------------*/
.default_slide {
  width: 100%; }
  .default_slide .slick-prev,
  .default_slide .slick-next {
    z-index: 2;
    width: 30px;
    height: 30px; }
  .default_slide .slick-prev {
    left: 5px;
    background: url(../../images/zh-cht/icons/last_arraow_white.png) no-repeat center center/100% auto; }
    .default_slide .slick-prev::before {
      content: none; }
  .default_slide .slick-next {
    right: 5px;
    background: url(../../images/zh-cht/icons/next_arrow_white.png) no-repeat center center/100% auto; }
    .default_slide .slick-next::before {
      content: none; }

#startAd {
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  #startAd .mfp-close {
    display: none;
    color: black;
    background: #ddd;
    opacity: .6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: url(../../images/zh-cht/icons/closebtn.svg) no-repeat center center; }
  #startAd a {
    position: relative;
    display: inline-block; }
  #startAd .popup-btn-close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    opacity: .8;
    z-index: 2; }

.hiddenImg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  .hiddenImg:hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; }

.moreInfo img:hover {
  transform: scale(1.1); }

@media (min-width: 768px) {
  #startAd {
    max-width: 100%; } }
@media (min-width: 1008px) {
  .default_slide {
    width: 100%; }
    .default_slide .slick-prev,
    .default_slide .slick-next {
      width: 45px;
      height: 45px; }
    .default_slide .slick-prev {
      left: 15px; }
    .default_slide .slick-next {
      right: 15px; } }
/*------------------------------------*\
  #pdlist
\*------------------------------------*/
.pdlist_banner img {
  width: 100%; }

.pdlist_func {
  padding: 30px 15px; }
  .pdlist_func label {
    margin: 0 10px 0 0;
    display: none; }
  .pdlist_func span {
    margin-left: 60px;
    margin-right: 5px; }

.pdbox_imgWrap {
  position: relative;
  display: block; }
  .pdbox_imgWrap img {
    display: block; }

.pdbox_pagecover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px; }

.pdbox_tag {
  position: absolute;
  top: 10px;
  left: 10px; }
  .pdbox_tag span {
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    background: #ede9d8;
    font-weight: bold;
    font-size: .85em; }
  .pdbox_tag img {
    display: inline-block;
    width: 44px;
    margin-right: 5px; }

.pdlist_wrap {
  margin: 0 15px; }
  .pdlist_wrap .columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .pdlist_wrap .pdbox {
    box-sizing: border-box; }

.pdbox_price-wrap .pdbox_price-origin {
  display: inline-block; }
.pdbox_price-wrap .pdbox_price-sale {
  margin-right: 5px;
  display: inline-block; }

@media (min-width: 768px) {
  .pdlist_func label {
    display: inline-block; }
  .pdlist_func span {
    display: inline; } }
@media (min-width: 1008px) {
  .pdlist_func {
    /*sonia 0130*/ }

  .pdbox_tag img {
    width: 55px; } }
/*------------------------------------*\
  #pdcontent
\*------------------------------------*/
.pdcnt_img {
  padding: 15px 15px 0 15px; }

.pdcnt_img_group {
  display: none; }
  .pdcnt_img_group .slick-slider {
    margin-bottom: 15px; }
  .pdcnt_img_group.active {
    display: block; }

.pdcnt_img_group_main {
  margin: 0 0 15px; }

.pdcnt_img_group_thumb {
  display: none;
  margin: 0 15px; }
  .pdcnt_img_group_thumb img {
    margin: 0 10px; }
  .pdcnt_img_group_thumb .slick-prev,
  .pdcnt_img_group_thumb .slick-next {
    z-index: 1;
    width: 10px;
    height: 30px; }
    .pdcnt_img_group_thumb .slick-prev:before,
    .pdcnt_img_group_thumb .slick-next:before {
      display: none; }
  .pdcnt_img_group_thumb .slick-prev {
    background: url(../../images/zh-cht/icons/left-arrow.png) no-repeat center center/100% auto;
    left: -9px; }
  .pdcnt_img_group_thumb .slick-next {
    background: url(../../images/zh-cht/icons/right-arrow.png) no-repeat center center/100% auto;
    right: -9px; }

.videoWrap {
  position: relative; }

.btn_videoPlay {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  background: rgba(102, 102, 102, 0.5);
  border-radius: 50%;
  border: 5px solid #eee; }
  .btn_videoPlay:after {
    display: block;
    position: absolute;
    content: "";
    top: calc(50% - 20px);
    left: calc(50% - 10px);
    border: 20px solid transparent;
    border-left: 30px solid #eee; }
  .btn_videoPlay:hover {
    background: rgba(102, 102, 102, 0.6); }

.pdcnt_info_pds {
  margin-right: 16px;
  margin-bottom: 5px;
  text-align: left; }
  .pdcnt_info_pds li {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    font-size: 15px;
    padding: 0 6px;
    margin: 0 12px 12px 0;
    border: solid 1px #333; }
    .pdcnt_info_pds li:hover, .pdcnt_info_pds li.active {
      background-color: #333; }
      .pdcnt_info_pds li:hover a, .pdcnt_info_pds li.active a {
        color: #fff; }
    .pdcnt_info_pds li a {
      position: relative;
      display: block;
      text-align: center;
      line-height: 32px; }

.pdcnt_info {
  padding: 15px;
  text-align: center;
  margin: 0 0 30px; }
  .pdcnt_info h1 {
    font-size: 1.1em;
    font-weight: bold; }
    .pdcnt_info h1 span {
      font-size: 0.9em;
      font-weight: normal;
      display: block; }

.pdcnt_info_price {
  padding: 15px 0; }

.pdcnt_info_price-origin {
  text-decoration: line-through;
  font-size: 1.2em; }

.pdcnt_info_price-sale {
  font-size: 1.2em;
  color: red;
  margin-right: 10px; }

.pdcnt_info_event {
  display: block;
  margin: 0 0 15px; }
  .pdcnt_info_event p {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    background: rgba(255, 33, 33, 0.1); }

.pdGroup_info {
  margin: 0 0 15px;
  padding: 10px 15px;
  background: #ddd; }
  .pdGroup_info p {
    text-align: left;
    margin-bottom: 5px; }

.pdcnt_info_color {
  text-align: left;
  margin: 0 0 30px; }
  .pdcnt_info_color > div p {
    font-weight: bold; }
    .pdcnt_info_color > div p span {
      font-weight: normal;
      margin: 0 0 0 10px; }
  .pdcnt_info_color ul {
    margin: 5px 0 0; }
  .pdcnt_info_color li {
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 3px;
    margin: 0 3px 0 0; }
    .pdcnt_info_color li.active {
      border: solid 1px #333;
      border-radius: 5px; }
    .pdcnt_info_color li a {
      display: block; }
    .pdcnt_info_color li img {
      width: 100%; }

.pdcnt_info_size {
  text-align: left;
  margin: 0 0 30px; }
  .pdcnt_info_size > div:first-child {
    margin: 0 0 10px; }
    .pdcnt_info_size > div:first-child span {
      font-weight: bold; }
    .pdcnt_info_size > div:first-child a {
      float: right;
      text-decoration: underline; }
  .pdcnt_info_size .selectwrap {
    width: 100%;
    display: none; }
    .pdcnt_info_size .selectwrap.active {
      display: block; }

.pdcnt_info_number {
  text-align: left;
  margin: 0 0 30px; }
  .pdcnt_info_number > div:first-child {
    margin: 0 0 10px; }
    .pdcnt_info_number > div:first-child span {
      font-weight: bold; }
    .pdcnt_info_number > div:first-child a {
      float: right; }
  .pdcnt_info_number .selectwrap {
    width: 100%; }

.pdcnt_info_date {
  display: none; }

.pdcnt_info_date.show {
  display: block; }

.pdcnt_info_btn .btn,
.pdcnt_info_btn .btn_second {
  width: 100%;
  margin: 0 0 15px; }
.pdcnt_info_btn .btn_pdarrived {
  display: none; }
.pdcnt_info_btn .btn_pdsoldout {
  display: none; }
.pdcnt_info_btn.empty .btn_pdsoldout {
  display: block; }
.pdcnt_info_btn.empty .btn_pdarrived {
  display: none; }
.pdcnt_info_btn.empty .btn_cart {
  display: none; }
.pdcnt_info_btn.notify .btn_pdarrived {
  display: block; }
.pdcnt_info_btn.notify .btn_pdsoldout {
  display: none; }
.pdcnt_info_btn.notify .btn_cart {
  display: none; }

.shareBox {
  text-align: center; }

.fbBox,
.lineBox,
.googleBox,
.twitterBox,
.plurkBox {
  display: inline-block; }

.lineBox {
  vertical-align: top; }

.pdcnt_gifts {
  margin-bottom: 20px;
  width: 100%; }
  .pdcnt_gifts .pdcnt_gifts_title {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1em; }
  .pdcnt_gifts ul {
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa; }
  .pdcnt_gifts li {
    padding: 10px 0; }
  .pdcnt_gifts div {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    padding: 10px 0; }
  .pdcnt_gifts .botNotes {
    font-size: 0.8em;
    margin: 2px 0 0; }

.pdcnt_details_title, .pdcnt_pds_title {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
  font-size: 1.2em; }

.pdcnt_details {
  padding: 0 15px;
  margin: 0 0 30px; }

.pdcnt_pds {
  padding: 0 15px;
  margin: 0 0 30px; }

.pdcnt_tab_nav {
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-top: 20px;
  margin-bottom: 10px; }
  .pdcnt_tab_nav li {
    float: left;
    padding: 6px 20px;
    text-align: center;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    font-size: 1rem;
    cursor: pointer; }
    .pdcnt_tab_nav li span {
      display: block;
      font-size: .8rem;
      font-weight: bold; }
    .pdcnt_tab_nav li.active {
      background: #aaa;
      color: #fff; }

.pdcnt_tab_cnt {
  display: none;
  padding: 15px 0; }
  .pdcnt_tab_cnt.active {
    display: block; }

.tab_sizeguide {
  width: 100%;
  max-width: 800px;
  border-bottom: solid 1px #aaa; }
  .tab_sizeguide th {
    border-bottom: solid 1px #aaa;
    border-top: solid 1px #aaa; }
  .tab_sizeguide td,
  .tab_sizeguide th {
    padding: 10px;
    font-size: 14px;
    text-align: center; }
  .tab_sizeguide .botNotes {
    text-align: right; }

.pdcnt_social p {
  font-weight: bold;
  font-size: 1.2em; }

.pdcnt_useredit {
  margin: 0 0 30px; }

.introduction-wrap {
  margin-top: 10px;
  border-bottom: 1px solid #aaa; }
  .introduction-wrap > p {
    position: relative;
    text-align: left;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #aaa; }
    .introduction-wrap > p:after {
      position: absolute;
      top: 18px;
      right: 10px;
      content: "";
      display: block;
      border-top: solid 8px #727171;
      border-left: solid 6px transparent;
      border-right: solid 6px transparent; }
    .introduction-wrap > p.active:after {
      transform: rotate(180deg); }
  .introduction-wrap > div {
    text-align: left;
    padding: 12px 6px;
    background-color: #f7f7f7;
    border-top: 1px solid #eee; }

#popup_video {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

#stockstatus table {
  width: 100%;
  border-bottom: solid 1px #aaa; }
#stockstatus th {
  border-bottom: solid 1px #aaa;
  border-top: solid 1px #aaa; }
#stockstatus td,
#stockstatus th {
  padding: 10px;
  font-size: 14px;
  text-align: center; }
#stockstatus .botNotes {
  text-align: right; }

#stockstatus td:last-child,
#stockstatus th:last-child {
  text-align: left; }

#message {
  text-align: center; }

.pdcnt_carousel {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 100%; }

.addPurchaseContainer {
  padding: 5px 10px;
  border: 1px dashed #ccc;
  margin-bottom: 20px; }
  .addPurchaseContainer .title {
    font-weight: bold;
    margin-bottom: 4px; }
  .addPurchaseContainer .checkboxWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }

@media (min-width: 768px) {
  .pdcnt_img {
    float: left;
    width: 55%;
    padding: 30px 15px 0; }
    .pdcnt_img img {
      width: 100%; }

  .pdcnt_img_group_thumb {
    display: block; }

  .pdcnt_info {
    float: left;
    width: 45%;
    padding: 30px 30px 0; }
    .pdcnt_info h2 {
      font-size: 1.3em; }

  .pdcnt_info_color li {
    width: 30px;
    height: 30px; }

  .pdcnt_info_color li {
    width: 30px;
    height: 30px; }

  .pdcnt_gifts_title, .pdcnt_pds_title {
    text-align: left; }

  .pdcnt_details .column {
    padding: 0;
    border-bottom: solid 1px #aaa;
    margin: 0 15px 0 0; }
    .pdcnt_details .column:nth-child(3) {
      margin: 0; }
    .pdcnt_details .column > a {
      border-top: solid 1px #aaa; }
      .pdcnt_details .column > a:after {
        display: none; }

  .pdcnt_tab_nav li {
    padding: 6px 25px;
    font-size: 1rem; }

  .fb-share-button {
    float: right; }

  .line-it-button {
    float: right;
    margin-right: 15px; } }
@media (min-width: 1008px) {
  .pdcnt_info {
    text-align: left; }

  .pdcnt_info_btn .btn {
    margin: 0 0 15px; } }
/*------------------------------------*\
  #login
\*------------------------------------*/
.login {
  padding: 0 15px;
  margin-bottom: 30px;
  font-size: 14px; }
  .login p {
    margin: 0 0 15px; }

.login_tab_nav {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center; }
  .login_tab_nav li {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    font-size: 1rem;
    cursor: pointer; }
    .login_tab_nav li:nth-child(1):after {
      content: "";
      position: absolute;
      bottom: 30%;
      right: 0;
      width: 1px;
      height: 40%;
      background-color: #333; }
    .login_tab_nav li.active {
      color: #9f684f;
      text-decoration: underline; }

.login_tab_cnt {
  display: none;
  padding: 15px 0; }
  .login_tab_cnt.active {
    display: block; }

.vcode_countdown {
  display: none;
  width: 100%;
  color: #7c6457;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0; }
  .vcode_countdown.show {
    display: block; }

.loginItem_vcode {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .loginItem_vcode input[type="text"] {
    width: calc(100% - 122px - 4px);
    margin-right: 4px; }
  .loginItem_vcode .getvcode {
    width: 122px;
    text-align: center;
    color: #fff;
    background-color: #9f684f;
    border: 1px solid #9f684f;
    font-size: 14px;
    line-height: 31px; }
  .loginItem_vcode .waitvcode {
    display: none;
    width: 122px;
    color: #fff;
    background-color: #9f684f;
    border: 1px solid #9f684f;
    opacity: .5;
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 0; }
  .loginItem_vcode .vcode_img {
    width: 100px;
    margin-left: 22px; }
  .loginItem_vcode .update_vcode {
    position: absolute;
    top: 38px;
    right: 0;
    text-decoration: underline; }
  .loginItem_vcode.active .waitvcode {
    display: block; }
  .loginItem_vcode.active .getvcode {
    display: none; }

.btn_getvcode_wrap {
  text-align: center; }
  .btn_getvcode_wrap > a {
    font-size: 15px;
    color: #428bca; }
  .btn_getvcode_wrap .vcode {
    display: none; }
  .btn_getvcode_wrap .btn_fram_brown {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: .9rem;
    text-align: center;
    border: 1px solid #9f684f;
    background-color: #fff;
    color: #9f684f;
    margin-bottom: 10px; }
  .btn_getvcode_wrap .btn_waitvcode {
    display: none;
    font-size: .9rem;
    background-color: #9f684f;
    padding-bottom: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: .5;
    margin-bottom: 10px; }
  .btn_getvcode_wrap.show > a {
    display: none; }
  .btn_getvcode_wrap.show .vcode {
    display: block;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px; }
    .btn_getvcode_wrap.show .vcode.send .btn_getvcode {
      display: none; }
    .btn_getvcode_wrap.show .vcode.send .btn_waitvcode {
      display: block; }

@media (min-width: 768px) {
  .login p {
    font-size: 16px; } }
@media (min-width: 1008px) {
  .loginwrap-big {
    width: 50%;
    float: left;
    padding: 0 40px; } }
/*------------------------------------*\
  #cart
\*------------------------------------*/
.buyStep {
  background: #f3f3f3;
  text-align: center;
  margin: 15px; }
  .buyStep li {
    display: inline-block;
    color: #888;
    line-height: 32px;
    font-size: 14px;
    padding: 0 8px;
    margin: 0;
    position: relative; }
    .buyStep li:after {
      content: '';
      display: block;
      position: absolute;
      border-left: solid 8px #888;
      border-top: solid 5px transparent;
      border-bottom: solid 5px transparent;
      right: -7px;
      top: 11px; }
    .buyStep li:last-child:after {
      display: none; }
    .buyStep li.active {
      color: #000; }

.cartbox {
  display: table;
  border-bottom: solid 1px #888;
  margin: 0 15px;
  width: calc(100% - 30px);
  /*sonia*/ }
  .cartbox label {
    margin: 0 10px 0 0; }
  .cartbox .cartbox_price {
    display: inline-block; }
  .cartbox.cartbox-wish .cartbox_right_box:last-of-type, .cartbox.cartbox-wish .cartbox_right_box:nth-last-of-type(2) {
    display: inline-block; }
  .cartbox.cartbox-wish .btn,
  .cartbox.cartbox-wish .btn_second {
    width: 100%; }
  .cartbox.cartbox-wish .btn {
    padding: 0 6px; }
  .cartbox.cartbox-buyPlusOne select {
    min-width: 75px; }

.cartbox_left {
  display: table-cell;
  width: 50%;
  padding: 15px 15px 15px 0;
  vertical-align: top; }
  .cartbox_left img {
    width: 100%; }

.cartbox_right {
  display: table-cell;
  padding: 15px 15px 15px 0; }

.cartbox_right_name {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 14px; }

.cartbox_right_event {
  display: block;
  padding: 5px;
  background: rgba(255, 33, 33, 0.1);
  font-size: 15px;
  margin: 0 0 10px;
  font-size: 13px;
  display: inline-block; }

.cartbox_right_detail span {
  margin: 0 15px 0 0; }
  .cartbox_right_detail span:last-child {
    margin: 0; }

.cartbox_right_box {
  margin: 0 0 10px; }
  .cartbox_right_box label,
  .cartbox_right_box span {
    font-size: 13px; }
  .cartbox_right_box.buyplusone_btnWrap .btn_second {
    display: none; }
  .cartbox_right_box.buyplusone_btnWrap.empty .btn {
    display: none; }
  .cartbox_right_box.buyplusone_btnWrap.empty .btn_second {
    width: 118.75px;
    display: inline-block; }

.total {
  text-align: right;
  background: #f3f3f3;
  padding: 15px;
  margin: 0 15px 45px;
  border-bottom: solid 1px #aaa; }
  .total p span {
    color: #000;
    font-weight: bold;
    margin: 0 3px; }
  .total ul {
    text-align: left; }
  .total li span:first-child {
    font-weight: bold;
    margin-right: 30px;
    line-height: 30px; }
  .total li:last-child span {
    font-size: 20px;
    line-height: 40px; }

.cartbox_submenu {
  width: calc(100% - 30px);
  margin: 0 15px; }
  .cartbox_submenu .cartbox {
    display: none;
    background: #eee;
    margin: 0;
    width: 100%;
    padding: 0 15px; }
  .cartbox_submenu.active .cartbox {
    display: block; }

.cartbox_submenu_title {
  cursor: pointer;
  text-align: center;
  background: #eee;
  border-bottom: 1px solid #aaa; }
  .cartbox_submenu_title:after {
    vertical-align: middle;
    content: "";
    display: inline-block;
    border: 6px solid #eee;
    border-top: 8px solid #888; }
  .cartbox_submenu_title.active:after {
    margin-top: 3px;
    vertical-align: top;
    border: 6px solid #eee;
    border-bottom: 8px solid #888; }

.buyPlusOne_img {
  display: none; }
  .buyPlusOne_img.active {
    display: block; }

.buyplusone_info_size select {
  display: none; }
  .buyplusone_info_size select.active {
    display: inline-block; }

@media (min-width: 600px) {
  .cartbox_left {
    width: 20%; }

  .cartbox_right {
    width: 80%; } }
@media (min-width: 768px) {
  .cartbox_right_name {
    font-size: 15px; }

  .cartbox_right_event {
    font-size: 14px; }

  .cartbox_right_detail span {
    font-size: 14px; }

  .cartbox_right_box label,
  .cartbox_right_box span {
    font-size: 14px; } }
@media (min-width: 1008px) {
  .cartbox_left {
    width: 12%; }

  .cartbox_right {
    width: 88%; }

  .cartbox_right_box {
    display: inline-block;
    width: 17%;
    padding-right: 10px;
    margin: 0;
    vertical-align: middle;
    text-align: center; }
    .cartbox_right_box:first-child {
      width: 29%;
      text-align: left; }
    .cartbox_right_box .cartbox_price {
      vertical-align: top; }
      .cartbox_right_box .cartbox_price span {
        display: block; }

  .cartbox.cartbox-mo .cartbox_right_box {
    width: 20%; }
    .cartbox.cartbox-mo .cartbox_right_box:first-child {
      width: 37%; }
  .cartbox.cartbox-wish .cartbox_left {
    width: 18%; }
  .cartbox.cartbox-wish .cartbox_right {
    width: 82%; }
  .cartbox.cartbox-wish .cartbox_right_box {
    width: 20%; }
    .cartbox.cartbox-wish .cartbox_right_box:first-child {
      width: 37%; }
  .cartbox.cartbox-wish .btn,
  .cartbox.cartbox-wish .btn_second {
    width: auto; } }
/*------------------------------------*\
  #Shoppingcheck
\*------------------------------------*/
.shoplist {
  display: none; }
  .shoplist.active {
    display: block; }

.shopadd {
  border-bottom: 1px solid #888;
  padding-top: 20px;
  margin: 0 15px; }
  .shopadd .pdbox .pdbox_img {
    display: none; }
    .shopadd .pdbox .pdbox_img.active {
      display: block; }
  .shopadd .pdbox .pdcnt_info_color {
    margin-bottom: 10px; }
    .shopadd .pdbox .pdcnt_info_color li {
      width: 30px;
      height: 30px; }
  .shopadd .pdbox .pdcnt_info_size,
  .shopadd .pdbox .pdcnt_info_number {
    margin-bottom: 10px; }
    .shopadd .pdbox .pdcnt_info_size div:first-child,
    .shopadd .pdbox .pdcnt_info_number div:first-child {
      width: 40px;
      display: inline-block; }
    .shopadd .pdbox .pdcnt_info_size div.selectwrap.active,
    .shopadd .pdbox .pdcnt_info_number div.selectwrap.active {
      width: calc(100% - 50px);
      display: inline-block; }
  .shopadd .pdbox .btn_wrap .btn_second {
    display: none; }
  .shopadd .pdbox .btn_wrap.empty .btn {
    display: none; }
  .shopadd .pdbox .btn_wrap.empty .btn_second {
    display: inline-block; }
  .shopadd .btn, .shopadd .btn_second {
    width: 100%; }

.addBoxWrap {
  margin: 0 15px; }

.addBox {
  display: table;
  width: 100%;
  margin: 0 0 10px; }

.addBox_left {
  width: calc(50% - 10px);
  display: table-cell; }
  .addBox_left img {
    width: 100%; }

.addBox_right {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 10px; }
  .addBox_right p {
    font-size: 15px;
    margin: 0 0 10px; }
    .addBox_right p.addBox_name {
      font-weight: bold; }

.orderdata {
  margin: 0 15px; }

.subtotal li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.subtotal .txt_red {
  color: red; }

.orderdata2 {
  margin: 0 15px; }
  .orderdata2 .pageTitle {
    margin: 45px 0 15px; }

.discount_area .inputwrap.inputwrap_hasBtn input {
  width: calc(100% - 65px); }
.discount_area .inputwrap.inputwrap_hasBtn .has-text-right {
  display: inline-block;
  width: 60px; }

.orderdata_invoice {
  display: none; }
  .orderdata_invoice.active {
    display: block; }

.subtotal2 span {
  display: inline-block;
  width: calc((100% - 35px)/2); }
  .subtotal2 span:first-child {
    margin-right: 30px;
    text-align: right;
    font-weight: bold; }
.subtotal2.subtotal2_final li {
  font-size: 16px;
  line-height: 33px; }

.orderFinal {
  margin: 30px 15px; }
  .orderFinal label {
    font-size: 14px; }
  .orderFinal a {
    text-decoration: underline; }

.orderfin {
  max-width: 480px;
  margin: 0 15px; }

.orderfin2 {
  margin: 0 15px; }

.orderInfo_area .inputwrap.inputwrap_hasNote p {
  font-size: 12px;
  color: red; }
.orderInfo_area .inputwrap.inputwrap_addr {
  display: none; }
  .orderInfo_area .inputwrap.inputwrap_addr.active {
    display: block; }
    .orderInfo_area .inputwrap.inputwrap_addr.active.overseas .select_city, .orderInfo_area .inputwrap.inputwrap_addr.active.overseas .select_area {
      display: none; }
.orderInfo_area .inputwrap.inputwrap_store {
  display: none; }
  .orderInfo_area .inputwrap.inputwrap_store.active {
    display: block; }

.invoiceCnt {
  display: none; }
  .invoiceCnt.active {
    display: block; }
  .invoiceCnt .inputwrap.inputwrap_addr {
    display: -ms-flexbox;
    display: flex; }

.storeChioce {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .storeChioce .btn_second {
    width: 49%;
    padding: 0 12px; }

.storeAddr {
  display: none;
  padding-top: 15px; }
  .storeAddr.active {
    display: block; }

.storeAddr_info {
  width: 100%;
  padding: 10px 0 0; }

.rNotice {
  margin-bottom: 20px; }
  .rNotice .notice_title {
    background-color: #ddd;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 16px; }

.invoice_area textarea {
  display: block;
  width: 100%; }

.shoppingcheck_noteWrap {
  margin: 45px 15px; }

.shoppingcheck_note {
  padding: 0 15px; }
  .shoppingcheck_note p:first-child {
    font-size: 16px;
    font-weight: bold; }
  .shoppingcheck_note li {
    margin-top: 10px;
    padding-left: 10px;
    position: relative; }
    .shoppingcheck_note li:before {
      position: absolute;
      top: 1px;
      left: 0;
      display: inline-block;
      content: "*"; }

.popup_toAddr {
  display: none;
  font-size: 14px;
  color: #9f684f;
  margin-left: 10px; }
  .popup_toAddr.active {
    display: inline-block; }
  .popup_toAddr:active, .popup_toAddr:visited, .popup_toAddr:focus {
    color: #9f684f; }
  .popup_toAddr:hover {
    opacity: .8;
    color: #9f684f; }

#popup_addr .popup_title {
  margin-bottom: 0; }
#popup_addr .popup_addrlist {
  height: 320px;
  overflow-y: scroll; }
#popup_addr .popup_addrBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px 0 5px;
  border-top: 1px solid #eeeeee; }
  #popup_addr .popup_addrBox > div {
    width: calc(100% - 40px); }
    #popup_addr .popup_addrBox > div p {
      display: -ms-flexbox;
      display: flex; }
    #popup_addr .popup_addrBox > div span {
      font-size: 14px;
      line-height: 26px; }
      #popup_addr .popup_addrBox > div span:nth-child(1) {
        width: 100px; }
      #popup_addr .popup_addrBox > div span:nth-child(2) {
        width: calc(100% - 60px); }
#popup_addr .btn {
  width: 100%;
  margin-top: 20px; }

@media (min-width: 480px) {
  .orderdata_box2 .inputwrap {
    width: 450px;
    margin-left: auto;
    margin-right: auto; }

  .orderfin,
  .orderfin2 {
    max-width: 75%;
    margin: 0 auto; } }
@media (min-width: 600px) {
  .addBox {
    width: calc((100% - 30px)/2);
    float: left; }
    .addBox:nth-child(2n+1) {
      margin-right: 30px; } }
@media (min-width: 768px) {
  .orderdata_box2 {
    vertical-align: top;
    padding: 0 15px; }
    .orderdata_box2 .pageTitle {
      text-align: left; }

  .payway_area {
    display: -ms-flexbox;
    display: flex; }
    .payway_area .inputwrap {
      width: calc((100% - 20px) / 3); }
    .payway_area .inputwrap + .inputwrap {
      margin-left: 10px; }

  .discount_area .inputwrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0; }
    .discount_area .inputwrap label {
      width: 100px; }
    .discount_area .inputwrap select, .discount_area .inputwrap input {
      width: 250px;
      margin-right: 10px; }
    .discount_area .inputwrap .btn_second {
      margin-top: 0;
      line-height: 32px; }
    .discount_area .inputwrap.inputwrap_hasBtn input {
      width: 250px; }
    .discount_area .inputwrap.inputwrap_hasBtn .inputwrap_note {
      margin-left: 10px; }

  .orderInfo_area .inputwrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0; }
    .orderInfo_area .inputwrap label {
      width: 120px; }
    .orderInfo_area .inputwrap select, .orderInfo_area .inputwrap input {
      width: 510px;
      margin-right: 10px; }
    .orderInfo_area .inputwrap select.tel {
      width: 250px;
      margin-right: 10px; }
    .orderInfo_area .inputwrap input + select, .orderInfo_area .inputwrap select + select {
      margin-top: 0; }
    .orderInfo_area .inputwrap input.tel {
      margin-top: 0;
      width: calc(510px - 260px); }
    .orderInfo_area .inputwrap textarea {
      width: calc(100% - 110px); }
    .orderInfo_area .inputwrap.inputwrap_hasNote {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .orderInfo_area .inputwrap.inputwrap_hasNote p {
        width: 100%;
        padding-left: 120px; }
    .orderInfo_area .inputwrap.inputwrap_addr.active {
      display: -ms-flexbox;
      display: flex; }
    .orderInfo_area .inputwrap.inputwrap_store {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .orderInfo_area .inputwrap.inputwrap_store.active {
        display: -ms-flexbox;
        display: flex; }
    .orderInfo_area .inputwrap .inputwrap_addr_home {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 100px);
      max-width: calc(260px * 3); }
      .orderInfo_area .inputwrap .inputwrap_addr_home input, .orderInfo_area .inputwrap .inputwrap_addr_home input + select, .orderInfo_area .inputwrap .inputwrap_addr_home select + select {
        margin-top: 0;
        width: calc((100% - 30px) / 3); }
      .orderInfo_area .inputwrap .inputwrap_addr_home select + input {
        margin-top: 10px;
        width: calc(100% - 10px); }
    .orderInfo_area .inputwrap .storeChioce {
      width: 320px; }
      .orderInfo_area .inputwrap .storeChioce .btn_second {
        margin-top: 0; }
    .orderInfo_area .inputwrap .storeAddr {
      display: none;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 120px;
      width: calc(100% - 120px);
      max-width: calc(260px * 3);
      padding-bottom: 0; }
      .orderInfo_area .inputwrap .storeAddr.active {
        display: -ms-flexbox;
        display: flex; }
      .orderInfo_area .inputwrap .storeAddr select {
        margin-right: 10px;
        width: calc((100% - 30px) / 3); }
      .orderInfo_area .inputwrap .storeAddr select + select {
        margin-right: 10px; }

  .storeAddr_info {
    width: calc(100% - 120px);
    margin-left: 120px; }
    .storeAddr_info p, .storeAddr_info .has-text-right {
      width: 100%; }

  .invoice_area .inputwrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0; }
    .invoice_area .inputwrap label {
      width: 100px; }
      .invoice_area .inputwrap label.longer {
        width: 200px; }
    .invoice_area .inputwrap select, .invoice_area .inputwrap input {
      width: 250px;
      margin-right: 10px; }
    .invoice_area .inputwrap .inputwrap_addr_home {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 100px);
      max-width: calc(260px * 3); }
      .invoice_area .inputwrap .inputwrap_addr_home select, .invoice_area .inputwrap .inputwrap_addr_home input {
        width: calc((100% - 30px) / 3);
        margin-right: 10px; }
      .invoice_area .inputwrap .inputwrap_addr_home input + select, .invoice_area .inputwrap .inputwrap_addr_home select + select {
        margin-top: 0; }
      .invoice_area .inputwrap .inputwrap_addr_home select + input {
        width: calc(100% - 10px); }

  .subtotal2 li span:first-child {
    width: 120px; }
  .subtotal2 li span:last-child {
    width: calc(100% - 150px); }
  .subtotal2.subtotal2_final li {
    font-size: 18px; } }
@media (min-width: 1008px) {
  .storeAddr_info p, .storeAddr_info .has-text-right {
    max-width: calc(260px * 3); }

  .invoice_area textarea {
    max-width: 870px; }
  .invoice_area .inputwrap input, .invoice_area .inputwrap select {
    max-width: 250px; }

  .shoppingcheck_noteWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

  .shoppingcheck_note p:first-child {
    font-size: 18px; } }
/*------------------------------------*\
  #member
\*------------------------------------*/
.member {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.memberNav {
  position: relative;
  margin-top: 30px; }
  .memberNav a {
    font-size: 14px;
    line-height: 30px; }
  .memberNav ul {
    display: none;
    padding: 0 0 0 15px;
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa; }
    .memberNav ul.active {
      display: block; }
  .memberNav li.active a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline; }
  .memberNav .staticNav ul {
    padding: 10px 0 10px 15px;
    display: none; }
  .memberNav .staticNav.active ul {
    display: block; }
  .memberNav .labelTitle {
    border-bottom: 0; }

.memberNav_toggle {
  border: solid 1px #aaa;
  display: block;
  padding: 0 15px;
  background: url(../../images/zh-cht/icons/select.png) no-repeat right 3px, #fff; }
  .memberNav_toggle.active {
    background-position: right -25px; }

.memberCnt {
  padding-bottom: 45px; }
  .memberCnt .cartbox {
    margin: 0;
    width: 100%; }
  .memberCnt .total {
    margin: 0 0 30px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3); }

.greet {
  text-align: center;
  margin: 0 0 30px; }

.dataTable {
  width: 100%;
  border-collapse: collapse;
  border-bottom: solid 1px #888; }
  .dataTable tr:nth-child(2n) {
    background: #f3f3f3; }
  .dataTable tr:nth-child(2n+1) {
    background: #fff; }
  .dataTable th {
    background: #888;
    color: #fff; }
  .dataTable td,
  .dataTable th {
    padding: 10px;
    font-size: 14px;
    height: 41px; }
  .dataTable td.noorder {
    text-align: center; }
  .dataTable .return_r {
    width: 100%;
    display: block; }
    .dataTable .return_r + .return_r {
      margin-top: 10px; }
  .dataTable a {
    text-decoration: underline;
    color: #114085;
    display: inline-block; }
  .dataTable.dataTable-return {
    margin: 0 0 45px;
    border-bottom: 0; }
    .dataTable.dataTable-return + .dataTable-return-note {
      margin: -35px 0 45px;
      font-size: 12px;
      color: red; }

.faq {
  margin: 30px 0; }

.faq-q,
.faq-a {
  padding: 0 30px 18px; }
  .faq-q p,
  .faq-a p {
    color: #333;
    font-size: 14px; }
  .faq-q span,
  .faq-a span {
    display: inline-block;
    color: #888;
    font-size: 12px;
    margin-left: 5px; }

.faq-q {
  background: url(../../images/zh-cht/icons/q.png) no-repeat left top; }
  .faq-q p {
    color: #333; }
  .faq-q:first-of-type {
    padding: 18px 30px;
    background-position: left 18px; }

.faq-a {
  background: url(../../images/zh-cht/icons/a.png) no-repeat left top; }
  .faq-a p {
    color: #114085; }

.return_note {
  height: 100px; }

.applyReturnMoney {
  margin-top: 15px; }

.dataList {
  margin: 0 0 45px; }
  .dataList span {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 30px; }
    .dataList span:first-child {
      width: 40%;
      color: #888;
      text-align: right;
      padding: 0 30px 0 0;
      vertical-align: top; }
    .dataList span.txt_red {
      color: red; }
  .dataList a {
    text-decoration: underline;
    color: #114085; }
  .dataList.dataList_txtAround li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .dataList.dataList_txtAround span:first-child {
    text-align: left; }
  .dataList.dataList_txtAround span:last-child {
    text-align: right; }

#eInvoice {
  text-align: center; }

.return_msg {
  background: #f3f3f3;
  padding: 15px;
  margin: 0 0 45px; }
  .return_msg p {
    font-size: 14px; }
    .return_msg p span {
      color: #000;
      font-weight: bold; }

.discountSendWrap {
  width: 100%;
  max-width: 550px;
  margin: 20px auto; }

.discountSendWrap .discountSend {
  width: calc(100% - 80px); }

.discountSendWrap .btn_discount {
  display: inline-block;
  width: 75px;
  text-align: center;
  vertical-align: top;
  background: #ddd;
  color: #333;
  font-weight: bold;
  height: 32px;
  line-height: 30px;
  border: solid 1px #aaa;
  border-left: none; }

@media (max-width: 950px) {
  .dataTable th {
    display: none; }
  .dataTable td {
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding-left: 35%;
    height: auto;
    min-height: 41px; }
    .dataTable td:before {
      content: attr(data-th);
      display: inline-block;
      text-align: center;
      width: 35%;
      position: absolute;
      left: 0;
      font-weight: bold; }
    .dataTable td:last-child {
      padding-bottom: 20px; }
    .dataTable td.noorder {
      padding-left: 0;
      text-align: center; } }
@media (min-width: 768px) {
  .member {
    margin-left: 0;
    margin-right: 0; }

  .memberNav {
    display: block;
    background: #f3f3f3;
    padding: 15px 30px 15px;
    margin-top: 30px; }
    .memberNav a {
      font-size: 16px;
      line-height: 32px; }
    .memberNav ul {
      display: block;
      border: 0; }
    .memberNav .staticNav ul {
      padding: 0 0 10px 23px;
      display: block; }

  .memberCnt {
    padding-left: 30px;
    padding-right: 30px; }
    .memberCnt .column {
      padding: 0 30px; }

  .dataList {
    margin: 0 30px 45px; }
    .dataList li {
      float: left;
      width: 50%; }
    .dataList span:first-child {
      text-align: left; }
    .dataList.dataList_txtAround li {
      display: block; }
    .dataList.dataList_txtAround span:last-child {
      text-align: left; }

  .discountSendWrap .btn_discount {
    height: 30px;
    line-height: 28px; } }
/*------------------------------------*\
  #addressbook
\*------------------------------------*/
.addressBox {
  position: relative;
  padding: 15px;
  border-radius: 6px;
  border: solid 1px #eee;
  margin-bottom: 15px; }
  .addressBox .address_info p {
    width: 100%;
    line-height: 30px; }
  .addressBox .address_info span {
    margin-left: 10px; }
  .addressBox .address_edit {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .addressBox .address_edit i {
      margin: 10px;
      color: #888; }
    .addressBox .address_edit a:hover {
      opacity: .8; }

#popup_addrEdit .popup_title {
  margin-bottom: 0; }
#popup_addrEdit .btnWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  #popup_addrEdit .btnWrap .btn, #popup_addrEdit .btnWrap .btn_second {
    width: calc((100% - 20px) / 2); }

@media (min-width: 768px) {
  .addressBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .addressBox .address_info {
      width: calc(100% - 100px); }
    .addressBox .address_edit {
      position: static;
      width: 80px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; } }
/*------------------------------------*\
  #store
\*------------------------------------*/
.store_content h3 {
  margin: 5px 0;
  font-weight: bold;
  padding: 0 20px; }

.store_filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  padding: 0 20px; }
  .store_filter > p {
    width: 50%;
    margin: 5px 0; }
    .store_filter > p span {
      padding: 0 5px; }
  .store_filter > div {
    width: 50%;
    max-width: 240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }
    .store_filter > div select {
      width: calc(100% - 80px); }

.store_inner {
  padding: 10px; }
  .store_inner .store .store_info {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 40px 0; }
  .store_inner .store h4 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: bold; }
  .store_inner .store a span {
    display: block;
    font-size: 12px;
    color: #666; }
  .store_inner .store a i {
    font-size: 18px;
    color: #DB1330;
    margin-left: 5px; }
  .store_inner .store p {
    margin: 5px 0; }
  .store_inner .store .time {
    margin-top: 20px; }

@media (min-width: 600px) {
  .store_inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .store_inner .store {
      width: calc(100% / 2);
      padding: 0 20px; }
      .store_inner .store h4 {
        font-size: 15px; }
      .store_inner .store a, .store_inner .store p {
        font-size: 14px; } }
@media (min-width: 1008px) {
  .store_inner .store {
    width: calc(100% / 3); } }
/*------------------------------------*\
  #News
\*------------------------------------*/
.newslist {
  margin-bottom: 20px; }
  .newslist > .columns {
    border-bottom: solid 1px #aaa;
    margin-left: 5%;
    margin-right: 5%;
    padding: 1.25rem 0; }
    .newslist > .columns:first-child {
      border-top: solid 1px #aaa; }
    .newslist > .columns .column {
      padding: 0.75rem 0;
      -ms-flex-pack: center;
          justify-content: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      text-align: center; }
      .newslist > .columns .column:first-child {
        padding-bottom: 0; }
  .newslist img {
    width: 100%;
    vertical-align: middle; }
  .newslist h6 {
    font-weight: bold;
    font-size: 18px; }
  .newslist p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 5px 0; }
  .newslist span {
    font-size: 10px;
    color: #888; }

.news .pageTitle {
  text-align: left;
  margin: 30px 15px 0; }
.news article {
  margin: 30px 15px 60px; }

.news_date {
  color: #888;
  font-size: 12px;
  margin: 0 0 0 15px; }

.no_news {
  margin-bottom: 50px; }

@media (min-width: 768px) {
  .newslist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2%; }
    .newslist h6 {
      font-weight: bold;
      font-size: 16px; }
    .newslist p {
      font-size: 14px; }
    .newslist span {
      font-size: 12px; }
    .newslist > .columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: calc( 94% /3);
      border: none;
      margin: 0;
      margin-right: 3%; }
      .newslist > .columns:first-child {
        border-top: none; }
      .newslist > .columns:nth-of-type(3n) {
        margin-right: 0; }

  .has-text-right {
    text-align: right; } }
/*------------------------------------*\
  #activity
\*------------------------------------*/
.activity_note {
  border: 1px solid #333;
  margin: 0 5px;
  padding: 15px;
  text-align: center; }

.activity_title {
  font-size: 20px;
  font-weight: bold; }

.activity_time {
  font-size: 14px; }

.discountBox {
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 10px);
  margin: 20px 5px;
  border: 1px solid #000;
  box-shadow: 4px 4px 3px rgba(51, 51, 102, 0.5);
  cursor: pointer; }
  .discountBox .discountBox_cover {
    background-color: #ddd;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.discount_cnt {
  vertical-align: middle;
  text-align: center; }

.discount_sum {
  float: left;
  width: 30%;
  background-color: #ddd;
  font-size: 15px;
  height: 100px;
  line-height: 100px; }
  .discount_sum span {
    font-size: 30px; }

.discount_note {
  float: left;
  width: 70%;
  height: 100px;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: auto; }

.discount_clickOn {
  position: relative;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  box-shadow: 0px -3px 2px rgba(51, 51, 102, 0.5); }

.discount_qty {
  position: absolute;
  right: 10px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  font-size: 12px;
  background-color: red;
  border: 1px solid red;
  border-radius: 50%;
  box-shadow: 3px 3px 2px rgba(214, 38, 7, 0.5); }
  .discount_qty span:first-child {
    height: 25px;
    display: block;
    line-height: 30px; }
  .discount_qty span:last-child {
    display: block;
    height: 25px;
    line-height: 25px; }

@media (min-width: 768px) {
  .discountBox {
    width: calc(50% - 10px); } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

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

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

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

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

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


