@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.4
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Spectral:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Spectral:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Source+Serif+Pro:wght@200;300;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html, body {
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  border: 0;
}

:focus {
  outline: 0;
}

button {
  background-color: transparent;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* override the default IOS styles */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*

 \
 _\,,
"-=\~     _
   \\~___( ~
  _|/---\\_
  \        \	base.scss end

*/
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}

.css_active img:nth-child(1), .css_mover:hover img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2), .css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1), .css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2), .css_mover:hover.current img:nth-child(2) {
  display: inline;
}

.image-2x img:nth-child(1) {
  display: inline;
}
.image-2x img:nth-child(2) {
  display: none;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .image-2x img:nth-child(1) {
    display: none;
  }
  .image-2x img:nth-child(2) {
    display: inline;
  }
}

/*

        　　　  %%%%%%%%,
    　　　　　,%%/\%%%%/\%%
    　　　　,%%%\c　""　J/%%%
    %.　　　%%%%/　o　o　\%%%
    `%%.　　%%%%　　 　　|%%%
    　`%%　　`%%%%(__Y__)%%'
    　//　　　;%%%%`\-/%%%'
    ((　　　　/ `%%%%%%%'
    　\\　　.'　　　　|
    　\\　　/　　　\　|　|
    　　\\/　　　　)　|　|
    　　　\　　　　/　|　|__
    　　　(___________)))))))         public.scss end

*/
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .xlarge-shrink {
    width: auto;
  }

  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .xxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }

  .xxlarge-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }

  .xxlarge-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }

  .xxlarge-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.margin-0 {
  margin: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-horizontal-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.margin-vertical-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-horizontal-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.padding-vertical-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-1 {
  margin: 20px !important;
}

.margin-top-1 {
  margin-top: 20px !important;
}

.margin-right-1 {
  margin-right: 20px !important;
}

.margin-bottom-1 {
  margin-bottom: 20px !important;
}

.margin-left-1 {
  margin-left: 20px !important;
}

.margin-horizontal-1 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.margin-vertical-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.padding-1 {
  padding: 20px !important;
}

.padding-top-1 {
  padding-top: 20px !important;
}

.padding-right-1 {
  padding-right: 20px !important;
}

.padding-bottom-1 {
  padding-bottom: 20px !important;
}

.padding-left-1 {
  padding-left: 20px !important;
}

.padding-horizontal-1 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.padding-vertical-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.margin-2 {
  margin: 40px !important;
}

.margin-top-2 {
  margin-top: 40px !important;
}

.margin-right-2 {
  margin-right: 40px !important;
}

.margin-bottom-2 {
  margin-bottom: 40px !important;
}

.margin-left-2 {
  margin-left: 40px !important;
}

.margin-horizontal-2 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.margin-vertical-2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.padding-2 {
  padding: 40px !important;
}

.padding-top-2 {
  padding-top: 40px !important;
}

.padding-right-2 {
  padding-right: 40px !important;
}

.padding-bottom-2 {
  padding-bottom: 40px !important;
}

.padding-left-2 {
  padding-left: 40px !important;
}

.padding-horizontal-2 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.padding-vertical-2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.margin-3 {
  margin: 60px !important;
}

.margin-top-3 {
  margin-top: 60px !important;
}

.margin-right-3 {
  margin-right: 60px !important;
}

.margin-bottom-3 {
  margin-bottom: 60px !important;
}

.margin-left-3 {
  margin-left: 60px !important;
}

.margin-horizontal-3 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.margin-vertical-3 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.padding-3 {
  padding: 60px !important;
}

.padding-top-3 {
  padding-top: 60px !important;
}

.padding-right-3 {
  padding-right: 60px !important;
}

.padding-bottom-3 {
  padding-bottom: 60px !important;
}

.padding-left-3 {
  padding-left: 60px !important;
}

.padding-horizontal-3 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.padding-vertical-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.margin-4 {
  margin: 80px !important;
}

.margin-top-4 {
  margin-top: 80px !important;
}

.margin-right-4 {
  margin-right: 80px !important;
}

.margin-bottom-4 {
  margin-bottom: 80px !important;
}

.margin-left-4 {
  margin-left: 80px !important;
}

.margin-horizontal-4 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.margin-vertical-4 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.padding-4 {
  padding: 80px !important;
}

.padding-top-4 {
  padding-top: 80px !important;
}

.padding-right-4 {
  padding-right: 80px !important;
}

.padding-bottom-4 {
  padding-bottom: 80px !important;
}

.padding-left-4 {
  padding-left: 80px !important;
}

.padding-horizontal-4 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.padding-vertical-4 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin-5 {
  margin: 100px !important;
}

.margin-top-5 {
  margin-top: 100px !important;
}

.margin-right-5 {
  margin-right: 100px !important;
}

.margin-bottom-5 {
  margin-bottom: 100px !important;
}

.margin-left-5 {
  margin-left: 100px !important;
}

.margin-horizontal-5 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.margin-vertical-5 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.padding-5 {
  padding: 100px !important;
}

.padding-top-5 {
  padding-top: 100px !important;
}

.padding-right-5 {
  padding-right: 100px !important;
}

.padding-bottom-5 {
  padding-bottom: 100px !important;
}

.padding-left-5 {
  padding-left: 100px !important;
}

.padding-horizontal-5 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.padding-vertical-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.margin-6 {
  margin: 120px !important;
}

.margin-top-6 {
  margin-top: 120px !important;
}

.margin-right-6 {
  margin-right: 120px !important;
}

.margin-bottom-6 {
  margin-bottom: 120px !important;
}

.margin-left-6 {
  margin-left: 120px !important;
}

.margin-horizontal-6 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.margin-vertical-6 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.padding-6 {
  padding: 120px !important;
}

.padding-top-6 {
  padding-top: 120px !important;
}

.padding-right-6 {
  padding-right: 120px !important;
}

.padding-bottom-6 {
  padding-bottom: 120px !important;
}

.padding-left-6 {
  padding-left: 120px !important;
}

.padding-horizontal-6 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.padding-vertical-6 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.margin-7 {
  margin: 140px !important;
}

.margin-top-7 {
  margin-top: 140px !important;
}

.margin-right-7 {
  margin-right: 140px !important;
}

.margin-bottom-7 {
  margin-bottom: 140px !important;
}

.margin-left-7 {
  margin-left: 140px !important;
}

.margin-horizontal-7 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.margin-vertical-7 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.padding-7 {
  padding: 140px !important;
}

.padding-top-7 {
  padding-top: 140px !important;
}

.padding-right-7 {
  padding-right: 140px !important;
}

.padding-bottom-7 {
  padding-bottom: 140px !important;
}

.padding-left-7 {
  padding-left: 140px !important;
}

.padding-horizontal-7 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.padding-vertical-7 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.margin-8 {
  margin: 160px !important;
}

.margin-top-8 {
  margin-top: 160px !important;
}

.margin-right-8 {
  margin-right: 160px !important;
}

.margin-bottom-8 {
  margin-bottom: 160px !important;
}

.margin-left-8 {
  margin-left: 160px !important;
}

.margin-horizontal-8 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.margin-vertical-8 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.padding-8 {
  padding: 160px !important;
}

.padding-top-8 {
  padding-top: 160px !important;
}

.padding-right-8 {
  padding-right: 160px !important;
}

.padding-bottom-8 {
  padding-bottom: 160px !important;
}

.padding-left-8 {
  padding-left: 160px !important;
}

.padding-horizontal-8 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.padding-vertical-8 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0px !important;
  }
  .medium-margin-top-0 {
    margin-top: 0px !important;
  }
  .medium-margin-right-0 {
    margin-right: 0px !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .medium-margin-left-0 {
    margin-left: 0px !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .medium-padding-0 {
    padding: 0px !important;
  }
  .medium-padding-top-0 {
    padding-top: 0px !important;
  }
  .medium-padding-right-0 {
    padding-right: 0px !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .medium-padding-left-0 {
    padding-left: 0px !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-0 {
    margin: 0px !important;
  }
  .large-margin-top-0 {
    margin-top: 0px !important;
  }
  .large-margin-right-0 {
    margin-right: 0px !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .large-margin-left-0 {
    margin-left: 0px !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .large-padding-0 {
    padding: 0px !important;
  }
  .large-padding-top-0 {
    padding-top: 0px !important;
  }
  .large-padding-right-0 {
    padding-right: 0px !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .large-padding-left-0 {
    padding-left: 0px !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0px !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0px !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0px !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0px !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xlarge-padding-0 {
    padding: 0px !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0px !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0px !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0px !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-0 {
    margin: 0px !important;
  }
  .xxlarge-margin-top-0 {
    margin-top: 0px !important;
  }
  .xxlarge-margin-right-0 {
    margin-right: 0px !important;
  }
  .xxlarge-margin-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xxlarge-margin-left-0 {
    margin-left: 0px !important;
  }
  .xxlarge-margin-horizontal-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .xxlarge-margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .xxlarge-padding-0 {
    padding: 0px !important;
  }
  .xxlarge-padding-top-0 {
    padding-top: 0px !important;
  }
  .xxlarge-padding-right-0 {
    padding-right: 0px !important;
  }
  .xxlarge-padding-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xxlarge-padding-left-0 {
    padding-left: 0px !important;
  }
  .xxlarge-padding-horizontal-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .xxlarge-padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 20px !important;
  }
  .medium-margin-top-1 {
    margin-top: 20px !important;
  }
  .medium-margin-right-1 {
    margin-right: 20px !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .medium-margin-left-1 {
    margin-left: 20px !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .medium-padding-1 {
    padding: 20px !important;
  }
  .medium-padding-top-1 {
    padding-top: 20px !important;
  }
  .medium-padding-right-1 {
    padding-right: 20px !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .medium-padding-left-1 {
    padding-left: 20px !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-1 {
    margin: 20px !important;
  }
  .large-margin-top-1 {
    margin-top: 20px !important;
  }
  .large-margin-right-1 {
    margin-right: 20px !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .large-margin-left-1 {
    margin-left: 20px !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .large-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .large-padding-1 {
    padding: 20px !important;
  }
  .large-padding-top-1 {
    padding-top: 20px !important;
  }
  .large-padding-right-1 {
    padding-right: 20px !important;
  }
  .large-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .large-padding-left-1 {
    padding-left: 20px !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .large-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 20px !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 20px !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 20px !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 20px !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xlarge-padding-1 {
    padding: 20px !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 20px !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 20px !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 20px !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-1 {
    margin: 20px !important;
  }
  .xxlarge-margin-top-1 {
    margin-top: 20px !important;
  }
  .xxlarge-margin-right-1 {
    margin-right: 20px !important;
  }
  .xxlarge-margin-bottom-1 {
    margin-bottom: 20px !important;
  }
  .xxlarge-margin-left-1 {
    margin-left: 20px !important;
  }
  .xxlarge-margin-horizontal-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .xxlarge-margin-vertical-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .xxlarge-padding-1 {
    padding: 20px !important;
  }
  .xxlarge-padding-top-1 {
    padding-top: 20px !important;
  }
  .xxlarge-padding-right-1 {
    padding-right: 20px !important;
  }
  .xxlarge-padding-bottom-1 {
    padding-bottom: 20px !important;
  }
  .xxlarge-padding-left-1 {
    padding-left: 20px !important;
  }
  .xxlarge-padding-horizontal-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .xxlarge-padding-vertical-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 40px !important;
  }
  .medium-margin-top-2 {
    margin-top: 40px !important;
  }
  .medium-margin-right-2 {
    margin-right: 40px !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .medium-margin-left-2 {
    margin-left: 40px !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .medium-padding-2 {
    padding: 40px !important;
  }
  .medium-padding-top-2 {
    padding-top: 40px !important;
  }
  .medium-padding-right-2 {
    padding-right: 40px !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .medium-padding-left-2 {
    padding-left: 40px !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-2 {
    margin: 40px !important;
  }
  .large-margin-top-2 {
    margin-top: 40px !important;
  }
  .large-margin-right-2 {
    margin-right: 40px !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .large-margin-left-2 {
    margin-left: 40px !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .large-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .large-padding-2 {
    padding: 40px !important;
  }
  .large-padding-top-2 {
    padding-top: 40px !important;
  }
  .large-padding-right-2 {
    padding-right: 40px !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .large-padding-left-2 {
    padding-left: 40px !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .large-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 40px !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 40px !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 40px !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 40px !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xlarge-padding-2 {
    padding: 40px !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 40px !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 40px !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 40px !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-2 {
    margin: 40px !important;
  }
  .xxlarge-margin-top-2 {
    margin-top: 40px !important;
  }
  .xxlarge-margin-right-2 {
    margin-right: 40px !important;
  }
  .xxlarge-margin-bottom-2 {
    margin-bottom: 40px !important;
  }
  .xxlarge-margin-left-2 {
    margin-left: 40px !important;
  }
  .xxlarge-margin-horizontal-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .xxlarge-margin-vertical-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .xxlarge-padding-2 {
    padding: 40px !important;
  }
  .xxlarge-padding-top-2 {
    padding-top: 40px !important;
  }
  .xxlarge-padding-right-2 {
    padding-right: 40px !important;
  }
  .xxlarge-padding-bottom-2 {
    padding-bottom: 40px !important;
  }
  .xxlarge-padding-left-2 {
    padding-left: 40px !important;
  }
  .xxlarge-padding-horizontal-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .xxlarge-padding-vertical-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 60px !important;
  }
  .medium-margin-top-3 {
    margin-top: 60px !important;
  }
  .medium-margin-right-3 {
    margin-right: 60px !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .medium-margin-left-3 {
    margin-left: 60px !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .medium-padding-3 {
    padding: 60px !important;
  }
  .medium-padding-top-3 {
    padding-top: 60px !important;
  }
  .medium-padding-right-3 {
    padding-right: 60px !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .medium-padding-left-3 {
    padding-left: 60px !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-3 {
    margin: 60px !important;
  }
  .large-margin-top-3 {
    margin-top: 60px !important;
  }
  .large-margin-right-3 {
    margin-right: 60px !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .large-margin-left-3 {
    margin-left: 60px !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .large-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .large-padding-3 {
    padding: 60px !important;
  }
  .large-padding-top-3 {
    padding-top: 60px !important;
  }
  .large-padding-right-3 {
    padding-right: 60px !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .large-padding-left-3 {
    padding-left: 60px !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .large-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 60px !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 60px !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 60px !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 60px !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xlarge-padding-3 {
    padding: 60px !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 60px !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 60px !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 60px !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-3 {
    margin: 60px !important;
  }
  .xxlarge-margin-top-3 {
    margin-top: 60px !important;
  }
  .xxlarge-margin-right-3 {
    margin-right: 60px !important;
  }
  .xxlarge-margin-bottom-3 {
    margin-bottom: 60px !important;
  }
  .xxlarge-margin-left-3 {
    margin-left: 60px !important;
  }
  .xxlarge-margin-horizontal-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .xxlarge-margin-vertical-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .xxlarge-padding-3 {
    padding: 60px !important;
  }
  .xxlarge-padding-top-3 {
    padding-top: 60px !important;
  }
  .xxlarge-padding-right-3 {
    padding-right: 60px !important;
  }
  .xxlarge-padding-bottom-3 {
    padding-bottom: 60px !important;
  }
  .xxlarge-padding-left-3 {
    padding-left: 60px !important;
  }
  .xxlarge-padding-horizontal-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .xxlarge-padding-vertical-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-4 {
    margin: 80px !important;
  }
  .medium-margin-top-4 {
    margin-top: 80px !important;
  }
  .medium-margin-right-4 {
    margin-right: 80px !important;
  }
  .medium-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .medium-margin-left-4 {
    margin-left: 80px !important;
  }
  .medium-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .medium-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .medium-padding-4 {
    padding: 80px !important;
  }
  .medium-padding-top-4 {
    padding-top: 80px !important;
  }
  .medium-padding-right-4 {
    padding-right: 80px !important;
  }
  .medium-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .medium-padding-left-4 {
    padding-left: 80px !important;
  }
  .medium-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .medium-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-4 {
    margin: 80px !important;
  }
  .large-margin-top-4 {
    margin-top: 80px !important;
  }
  .large-margin-right-4 {
    margin-right: 80px !important;
  }
  .large-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .large-margin-left-4 {
    margin-left: 80px !important;
  }
  .large-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .large-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .large-padding-4 {
    padding: 80px !important;
  }
  .large-padding-top-4 {
    padding-top: 80px !important;
  }
  .large-padding-right-4 {
    padding-right: 80px !important;
  }
  .large-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .large-padding-left-4 {
    padding-left: 80px !important;
  }
  .large-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .large-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-4 {
    margin: 80px !important;
  }
  .xlarge-margin-top-4 {
    margin-top: 80px !important;
  }
  .xlarge-margin-right-4 {
    margin-right: 80px !important;
  }
  .xlarge-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .xlarge-margin-left-4 {
    margin-left: 80px !important;
  }
  .xlarge-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .xlarge-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xlarge-padding-4 {
    padding: 80px !important;
  }
  .xlarge-padding-top-4 {
    padding-top: 80px !important;
  }
  .xlarge-padding-right-4 {
    padding-right: 80px !important;
  }
  .xlarge-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .xlarge-padding-left-4 {
    padding-left: 80px !important;
  }
  .xlarge-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .xlarge-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-4 {
    margin: 80px !important;
  }
  .xxlarge-margin-top-4 {
    margin-top: 80px !important;
  }
  .xxlarge-margin-right-4 {
    margin-right: 80px !important;
  }
  .xxlarge-margin-bottom-4 {
    margin-bottom: 80px !important;
  }
  .xxlarge-margin-left-4 {
    margin-left: 80px !important;
  }
  .xxlarge-margin-horizontal-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .xxlarge-margin-vertical-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .xxlarge-padding-4 {
    padding: 80px !important;
  }
  .xxlarge-padding-top-4 {
    padding-top: 80px !important;
  }
  .xxlarge-padding-right-4 {
    padding-right: 80px !important;
  }
  .xxlarge-padding-bottom-4 {
    padding-bottom: 80px !important;
  }
  .xxlarge-padding-left-4 {
    padding-left: 80px !important;
  }
  .xxlarge-padding-horizontal-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .xxlarge-padding-vertical-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-5 {
    margin: 100px !important;
  }
  .medium-margin-top-5 {
    margin-top: 100px !important;
  }
  .medium-margin-right-5 {
    margin-right: 100px !important;
  }
  .medium-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .medium-margin-left-5 {
    margin-left: 100px !important;
  }
  .medium-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .medium-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .medium-padding-5 {
    padding: 100px !important;
  }
  .medium-padding-top-5 {
    padding-top: 100px !important;
  }
  .medium-padding-right-5 {
    padding-right: 100px !important;
  }
  .medium-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .medium-padding-left-5 {
    padding-left: 100px !important;
  }
  .medium-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .medium-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-5 {
    margin: 100px !important;
  }
  .large-margin-top-5 {
    margin-top: 100px !important;
  }
  .large-margin-right-5 {
    margin-right: 100px !important;
  }
  .large-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .large-margin-left-5 {
    margin-left: 100px !important;
  }
  .large-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .large-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .large-padding-5 {
    padding: 100px !important;
  }
  .large-padding-top-5 {
    padding-top: 100px !important;
  }
  .large-padding-right-5 {
    padding-right: 100px !important;
  }
  .large-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .large-padding-left-5 {
    padding-left: 100px !important;
  }
  .large-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .large-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-5 {
    margin: 100px !important;
  }
  .xlarge-margin-top-5 {
    margin-top: 100px !important;
  }
  .xlarge-margin-right-5 {
    margin-right: 100px !important;
  }
  .xlarge-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .xlarge-margin-left-5 {
    margin-left: 100px !important;
  }
  .xlarge-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .xlarge-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .xlarge-padding-5 {
    padding: 100px !important;
  }
  .xlarge-padding-top-5 {
    padding-top: 100px !important;
  }
  .xlarge-padding-right-5 {
    padding-right: 100px !important;
  }
  .xlarge-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .xlarge-padding-left-5 {
    padding-left: 100px !important;
  }
  .xlarge-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .xlarge-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-5 {
    margin: 100px !important;
  }
  .xxlarge-margin-top-5 {
    margin-top: 100px !important;
  }
  .xxlarge-margin-right-5 {
    margin-right: 100px !important;
  }
  .xxlarge-margin-bottom-5 {
    margin-bottom: 100px !important;
  }
  .xxlarge-margin-left-5 {
    margin-left: 100px !important;
  }
  .xxlarge-margin-horizontal-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .xxlarge-margin-vertical-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .xxlarge-padding-5 {
    padding: 100px !important;
  }
  .xxlarge-padding-top-5 {
    padding-top: 100px !important;
  }
  .xxlarge-padding-right-5 {
    padding-right: 100px !important;
  }
  .xxlarge-padding-bottom-5 {
    padding-bottom: 100px !important;
  }
  .xxlarge-padding-left-5 {
    padding-left: 100px !important;
  }
  .xxlarge-padding-horizontal-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .xxlarge-padding-vertical-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-6 {
    margin: 120px !important;
  }
  .medium-margin-top-6 {
    margin-top: 120px !important;
  }
  .medium-margin-right-6 {
    margin-right: 120px !important;
  }
  .medium-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .medium-margin-left-6 {
    margin-left: 120px !important;
  }
  .medium-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .medium-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .medium-padding-6 {
    padding: 120px !important;
  }
  .medium-padding-top-6 {
    padding-top: 120px !important;
  }
  .medium-padding-right-6 {
    padding-right: 120px !important;
  }
  .medium-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .medium-padding-left-6 {
    padding-left: 120px !important;
  }
  .medium-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .medium-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-6 {
    margin: 120px !important;
  }
  .large-margin-top-6 {
    margin-top: 120px !important;
  }
  .large-margin-right-6 {
    margin-right: 120px !important;
  }
  .large-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .large-margin-left-6 {
    margin-left: 120px !important;
  }
  .large-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .large-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .large-padding-6 {
    padding: 120px !important;
  }
  .large-padding-top-6 {
    padding-top: 120px !important;
  }
  .large-padding-right-6 {
    padding-right: 120px !important;
  }
  .large-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .large-padding-left-6 {
    padding-left: 120px !important;
  }
  .large-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .large-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-6 {
    margin: 120px !important;
  }
  .xlarge-margin-top-6 {
    margin-top: 120px !important;
  }
  .xlarge-margin-right-6 {
    margin-right: 120px !important;
  }
  .xlarge-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .xlarge-margin-left-6 {
    margin-left: 120px !important;
  }
  .xlarge-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .xlarge-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .xlarge-padding-6 {
    padding: 120px !important;
  }
  .xlarge-padding-top-6 {
    padding-top: 120px !important;
  }
  .xlarge-padding-right-6 {
    padding-right: 120px !important;
  }
  .xlarge-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .xlarge-padding-left-6 {
    padding-left: 120px !important;
  }
  .xlarge-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .xlarge-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-6 {
    margin: 120px !important;
  }
  .xxlarge-margin-top-6 {
    margin-top: 120px !important;
  }
  .xxlarge-margin-right-6 {
    margin-right: 120px !important;
  }
  .xxlarge-margin-bottom-6 {
    margin-bottom: 120px !important;
  }
  .xxlarge-margin-left-6 {
    margin-left: 120px !important;
  }
  .xxlarge-margin-horizontal-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .xxlarge-margin-vertical-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .xxlarge-padding-6 {
    padding: 120px !important;
  }
  .xxlarge-padding-top-6 {
    padding-top: 120px !important;
  }
  .xxlarge-padding-right-6 {
    padding-right: 120px !important;
  }
  .xxlarge-padding-bottom-6 {
    padding-bottom: 120px !important;
  }
  .xxlarge-padding-left-6 {
    padding-left: 120px !important;
  }
  .xxlarge-padding-horizontal-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .xxlarge-padding-vertical-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-7 {
    margin: 140px !important;
  }
  .medium-margin-top-7 {
    margin-top: 140px !important;
  }
  .medium-margin-right-7 {
    margin-right: 140px !important;
  }
  .medium-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .medium-margin-left-7 {
    margin-left: 140px !important;
  }
  .medium-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .medium-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .medium-padding-7 {
    padding: 140px !important;
  }
  .medium-padding-top-7 {
    padding-top: 140px !important;
  }
  .medium-padding-right-7 {
    padding-right: 140px !important;
  }
  .medium-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .medium-padding-left-7 {
    padding-left: 140px !important;
  }
  .medium-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .medium-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-7 {
    margin: 140px !important;
  }
  .large-margin-top-7 {
    margin-top: 140px !important;
  }
  .large-margin-right-7 {
    margin-right: 140px !important;
  }
  .large-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .large-margin-left-7 {
    margin-left: 140px !important;
  }
  .large-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .large-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .large-padding-7 {
    padding: 140px !important;
  }
  .large-padding-top-7 {
    padding-top: 140px !important;
  }
  .large-padding-right-7 {
    padding-right: 140px !important;
  }
  .large-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .large-padding-left-7 {
    padding-left: 140px !important;
  }
  .large-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .large-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-7 {
    margin: 140px !important;
  }
  .xlarge-margin-top-7 {
    margin-top: 140px !important;
  }
  .xlarge-margin-right-7 {
    margin-right: 140px !important;
  }
  .xlarge-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .xlarge-margin-left-7 {
    margin-left: 140px !important;
  }
  .xlarge-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .xlarge-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .xlarge-padding-7 {
    padding: 140px !important;
  }
  .xlarge-padding-top-7 {
    padding-top: 140px !important;
  }
  .xlarge-padding-right-7 {
    padding-right: 140px !important;
  }
  .xlarge-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .xlarge-padding-left-7 {
    padding-left: 140px !important;
  }
  .xlarge-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .xlarge-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-7 {
    margin: 140px !important;
  }
  .xxlarge-margin-top-7 {
    margin-top: 140px !important;
  }
  .xxlarge-margin-right-7 {
    margin-right: 140px !important;
  }
  .xxlarge-margin-bottom-7 {
    margin-bottom: 140px !important;
  }
  .xxlarge-margin-left-7 {
    margin-left: 140px !important;
  }
  .xxlarge-margin-horizontal-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }
  .xxlarge-margin-vertical-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .xxlarge-padding-7 {
    padding: 140px !important;
  }
  .xxlarge-padding-top-7 {
    padding-top: 140px !important;
  }
  .xxlarge-padding-right-7 {
    padding-right: 140px !important;
  }
  .xxlarge-padding-bottom-7 {
    padding-bottom: 140px !important;
  }
  .xxlarge-padding-left-7 {
    padding-left: 140px !important;
  }
  .xxlarge-padding-horizontal-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }
  .xxlarge-padding-vertical-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-8 {
    margin: 160px !important;
  }
  .medium-margin-top-8 {
    margin-top: 160px !important;
  }
  .medium-margin-right-8 {
    margin-right: 160px !important;
  }
  .medium-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .medium-margin-left-8 {
    margin-left: 160px !important;
  }
  .medium-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .medium-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .medium-padding-8 {
    padding: 160px !important;
  }
  .medium-padding-top-8 {
    padding-top: 160px !important;
  }
  .medium-padding-right-8 {
    padding-right: 160px !important;
  }
  .medium-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .medium-padding-left-8 {
    padding-left: 160px !important;
  }
  .medium-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .medium-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-8 {
    margin: 160px !important;
  }
  .large-margin-top-8 {
    margin-top: 160px !important;
  }
  .large-margin-right-8 {
    margin-right: 160px !important;
  }
  .large-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .large-margin-left-8 {
    margin-left: 160px !important;
  }
  .large-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .large-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .large-padding-8 {
    padding: 160px !important;
  }
  .large-padding-top-8 {
    padding-top: 160px !important;
  }
  .large-padding-right-8 {
    padding-right: 160px !important;
  }
  .large-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .large-padding-left-8 {
    padding-left: 160px !important;
  }
  .large-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .large-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-8 {
    margin: 160px !important;
  }
  .xlarge-margin-top-8 {
    margin-top: 160px !important;
  }
  .xlarge-margin-right-8 {
    margin-right: 160px !important;
  }
  .xlarge-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .xlarge-margin-left-8 {
    margin-left: 160px !important;
  }
  .xlarge-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .xlarge-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .xlarge-padding-8 {
    padding: 160px !important;
  }
  .xlarge-padding-top-8 {
    padding-top: 160px !important;
  }
  .xlarge-padding-right-8 {
    padding-right: 160px !important;
  }
  .xlarge-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .xlarge-padding-left-8 {
    padding-left: 160px !important;
  }
  .xlarge-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .xlarge-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-8 {
    margin: 160px !important;
  }
  .xxlarge-margin-top-8 {
    margin-top: 160px !important;
  }
  .xxlarge-margin-right-8 {
    margin-right: 160px !important;
  }
  .xxlarge-margin-bottom-8 {
    margin-bottom: 160px !important;
  }
  .xxlarge-margin-left-8 {
    margin-left: 160px !important;
  }
  .xxlarge-margin-horizontal-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }
  .xxlarge-margin-vertical-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .xxlarge-padding-8 {
    padding: 160px !important;
  }
  .xxlarge-padding-top-8 {
    padding-top: 160px !important;
  }
  .xxlarge-padding-right-8 {
    padding-right: 160px !important;
  }
  .xxlarge-padding-bottom-8 {
    padding-bottom: 160px !important;
  }
  .xxlarge-padding-left-8 {
    padding-left: 160px !important;
  }
  .xxlarge-padding-horizontal-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }
  .xxlarge-padding-vertical-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }

  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }

  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

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

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

  .xxlarge-text-justify {
    text-align: justify;
  }
}
body {
  margin: 0;
  letter-spacing: 1px;
}

body {
  --space: 160px;
  --mobileSpace: 20px;
  overflow-x: hidden;
  background: url("../images/bg.jpg");
}
@media print, screen and (max-width: 104.99875em) {
  body {
    --space: 110px;
  }
}

.m-width, .feature-section-4, .feature-section-2, .feature-section-1, .about-section-4, .about-section-3, .about-section-2, .about-section-1 {
  position: relative;
  max-width: calc(100% - var(--space) * 4.1);
  margin: 0 auto;
}
@media print, screen and (max-width: 104.99875em) {
  .m-width, .feature-section-4, .feature-section-2, .feature-section-1, .about-section-4, .about-section-3, .about-section-2, .about-section-1 {
    max-width: calc(100% - var(--space) * 3.8);
  }
}
@media print, screen and (max-width: 79.99875em) {
  .m-width, .feature-section-4, .feature-section-2, .feature-section-1, .about-section-4, .about-section-3, .about-section-2, .about-section-1 {
    max-width: calc(100% - var(--space) * 2.2);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .m-width, .feature-section-4, .feature-section-2, .feature-section-1, .about-section-4, .about-section-3, .about-section-2, .about-section-1 {
    max-width: 100%;
    padding: 0 var(--mobileSpace);
  }
}

.flexbox {
  display: flex;
  display: -ms-flexbox;
}

.flex-center {
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.autoright {
  margin-right: auto;
}

.clearfix {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  position: relative;
  height: auto;
  border: 0;
}

.red {
  color: #2b513a;
}

.f15 {
  font-size: 15px;
}

.gray {
  color: #000;
}

.gray:hover {
  text-decoration: none;
}

/*happy超棒menu css作法=====================*/
.css_mover {
  cursor: pointer;
}
.css_mover img:nth-child(1) {
  display: inline;
}
.css_mover img:nth-child(2) {
  display: none;
}
.css_mover.current img:nth-child(1) {
  display: none;
}
.css_mover.current img:nth-child(2) {
  display: inline;
}

.css_mover:hover img:nth-child(1) {
  display: none;
}
.css_mover:hover img:nth-child(2) {
  display: inline;
}
.css_mover:hover.current img:nth-child(1) {
  display: none;
}
.css_mover:hover.current img:nth-child(2) {
  display: inline;
}

.css_active img:nth-child(1) {
  display: none;
}
.css_active img:nth-child(2) {
  display: inline;
}
.css_active.current img:nth-child(1) {
  display: none;
}
.css_active.current img:nth-child(2) {
  display: inline;
}

.mr:last-child {
  margin-right: 0;
}

.mb:last-child {
  margin-bottom: 0;
}

.jp-serif {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}

.wicon {
  vertical-align: baseline;
  padding-right: 5px;
}

#more {
  text-align: center;
  margin-top: -39px;
  position: relative;
  cursor: pointer;
}

#slider-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 87, 88, 0.4);
}

.leftmenu-block {
  text-align: center;
  position: fixed;
  left: 54px;
  top: 0;
  z-index: 20;
}
.leftmenu-block .forblock {
  height: 60px;
  cursor: pointer;
}

.leftmenu {
  display: none;
  border: 1px solid #FEFEFE;
  background-color: rgb(239, 239, 239);
  padding: 30px 30px;
}
.leftmenu li {
  margin-bottom: 30px;
}
.leftmenu li:hover img {
  opacity: 0.5;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.leftmenu li img {
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.leftmenu li .chtitle {
  font-size: 16px;
  color: #C78D5D;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.leftmenu li .entitle {
  font-size: 16px;
  color: #C78D5D;
  font-family: "Spectral", serif;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.leftmenu li:hover .entitle, .leftmenu li:hover .chtitle {
  opacity: 0.5;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}

.index-class {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-class {
    position: relative;
    padding: 40px 20px 0px 20px;
  }
}
.index-class li {
  padding: 0 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-class li {
    margin-bottom: 10px;
    padding: 0 70px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #4c6a6a;
  }
  .index-class li:last-child {
    margin-bottom: 0;
  }
  .index-class li:last-child {
    border-bottom: 0;
  }
}
.index-class li:nth-child(1) .en, .index-class li:nth-child(1) .ch {
  color: #ac8c69;
}
.index-class li:nth-child(1) .en:after, .index-class li:nth-child(1) .en:before, .index-class li:nth-child(1) .ch:after, .index-class li:nth-child(1) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(2) .en, .index-class li:nth-child(2) .ch {
  color: #6d707b;
}
.index-class li:nth-child(2) .en:after, .index-class li:nth-child(2) .en:before, .index-class li:nth-child(2) .ch:after, .index-class li:nth-child(2) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(3) .en, .index-class li:nth-child(3) .ch {
  color: #4c6a6a;
}
.index-class li:nth-child(3) .en:after, .index-class li:nth-child(3) .en:before, .index-class li:nth-child(3) .ch:after, .index-class li:nth-child(3) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(4) .en, .index-class li:nth-child(4) .ch {
  color: #ad6853;
}
.index-class li:nth-child(4) .en:after, .index-class li:nth-child(4) .en:before, .index-class li:nth-child(4) .ch:after, .index-class li:nth-child(4) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(5) .en, .index-class li:nth-child(5) .ch {
  color: #e1cfb6;
}
.index-class li:nth-child(5) .en:after, .index-class li:nth-child(5) .en:before, .index-class li:nth-child(5) .ch:after, .index-class li:nth-child(5) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(6) .en, .index-class li:nth-child(6) .ch {
  color: #c79b68;
}
.index-class li:nth-child(6) .en:after, .index-class li:nth-child(6) .en:before, .index-class li:nth-child(6) .ch:after, .index-class li:nth-child(6) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(7) .en, .index-class li:nth-child(7) .ch {
  color: #47596f;
}
.index-class li:nth-child(7) .en:after, .index-class li:nth-child(7) .en:before, .index-class li:nth-child(7) .ch:after, .index-class li:nth-child(7) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(8) .en, .index-class li:nth-child(8) .ch {
  color: #671827;
}
.index-class li:nth-child(8) .en:after, .index-class li:nth-child(8) .en:before, .index-class li:nth-child(8) .ch:after, .index-class li:nth-child(8) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li:nth-child(9) .en, .index-class li:nth-child(9) .ch {
  color: #3d2832;
}
.index-class li:nth-child(9) .en:after, .index-class li:nth-child(9) .en:before, .index-class li:nth-child(9) .ch:after, .index-class li:nth-child(9) .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li.howtobuy .ch {
  color: #8e938c;
  border-radius: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-class li.howtobuy .ch {
    padding: 6px 16px;
  }
}
.index-class li.howtobuy .ch:after, .index-class li.howtobuy .ch:before {
  background: url(../images/before&after.png) 0 0/100% 100% no-repeat;
}
.index-class li.howtobuy .en {
  color: #8e938c;
}
.index-class li .ch {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 8px;
  text-indent: 8px;
  margin-bottom: 8px;
  text-align: center;
  margin-top: 3px;
  position: relative;
  color: #bd541f;
  transition: all 0.3s;
  padding: 0 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .index-class li .ch {
    font-size: 18px;
  }
}
.index-class li .ch:after {
  /*原版本*/
  position: absolute;
  content: "";
  width: 15px;
  height: 50%;
  left: -15px;
  top: 7px;
  background-color: #ac8c69;
}
.index-class li .ch:before {
  /*原版本*/
  position: absolute;
  content: "";
  width: 15px;
  height: 50%;
  right: -15px;
  top: 7px;
  background-color: #ac8c69;
}
.index-class li .ch:after, .index-class li .ch:before {
  transition: all 0.1s;
  opacity: 0;
}
.index-class li .en {
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media print, screen and (max-width: 64.06125em) {
  .index-class li .en {
    display: none;
  }
}
.index-class li.current .ch:after {
  opacity: 1;
  left: 0;
}
.index-class li.current .ch:before {
  opacity: 1;
  right: 0;
}
.index-class li:hover .ch:after {
  opacity: 1;
  left: 0;
}
.index-class li:hover .ch:before {
  opacity: 1;
  right: 0;
}

.bigtitle {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  color: #000;
}
.bigtitle .ch {
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 8px;
  line-height: 10px;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 3px;
}
@media print, screen and (max-width: 64.06125em) {
  .bigtitle .ch {
    font-size: 28px;
  }
}
.bigtitle .en {
  font-weight: 700;
  font-family: "Spectral", serif;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .bigtitle .en {
    font-size: 23px;
  }
}

.class_bigtitle {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
@media print, screen and (max-width: 79.99875em) {
  .class_bigtitle {
    width: 870px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle {
    width: 100%;
  }
}
.class_bigtitle .class {
  margin-bottom: 30px;
  writing-mode: vertical-rl;
  color: #000;
  padding-left: 25px;
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .class {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
  }
}
.class_bigtitle .class .ch {
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 18px;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 3px;
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .class .ch {
    font-size: 28px;
  }
}
.class_bigtitle .class .under-line {
  padding: 0px 30px 0px 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .class .under-line {
    padding: 0px 20px 0px 5px;
  }
}
.class_bigtitle .class .en {
  font-family: "Spectral", serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: left;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .class .en {
    font-size: 23px;
  }
}
.class_bigtitle .intro {
  max-height: 260px;
  padding-right: 34vh;
  text-align: justify;
  line-height: 2.5;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 79.99875em) {
  .class_bigtitle .intro {
    padding-right: 0;
    margin: 40px 0 60px;
    padding: 0 22px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .intro .under-line {
    width: 30px;
  }
}
.class_bigtitle .intro .content {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 79.99875em) {
  .class_bigtitle .intro .content {
    margin-right: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .class_bigtitle .intro .content {
    margin-right: 0;
    font-size: 14px;
  }
}

.head-area {
  text-align: left;
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding-left: 25px;
}
@media print, screen and (max-width: 79.99875em) {
  .head-area {
    margin-bottom: 40px;
    width: 870px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .head-area {
    padding: 0 var(--mobileSpace);
    width: 100%;
  }
}
.head-area .en {
  font-family: "Source Sans Pro", "Source Serif Pro", sans-serif;
  font-size: 52px;
  color: #2b513a;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 104.99875em) {
  .head-area .en {
    font-size: 34px;
    margin-bottom: 12px;
  }
}
.head-area .ch {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 40px;
  letter-spacing: 1px;
  color: #2b513a;
}
@media print, screen and (max-width: 104.99875em) {
  .head-area .ch {
    font-size: 28px;
  }
}

.bigtitle_b {
  text-align: left;
  width: 1300px;
  margin: 0 auto;
  margin-bottom: 90px;
  padding-left: 25px;
}
@media print, screen and (max-width: 79.99875em) {
  .bigtitle_b {
    width: 870px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .bigtitle_b {
    padding: 0 var(--mobileSpace);
    width: 100%;
    margin-bottom: 0;
  }
}
.bigtitle_b .ch {
  opacity: 1;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  color: #6c6a6a;
  letter-spacing: 1px;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .bigtitle_b .ch {
    font-size: 14px;
  }
}
.bigtitle_b .en {
  opacity: 1;
  font-family: "Spectral", serif;
  font-size: 24px;
  color: #caae87;
  letter-spacing: 1px;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  font-weight: 700;
  width: 48%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#wtf {
  background-color: #2d4491;
  padding: 100px 0;
  margin-top: -75px;
}

/*上方購物車*/
.car-area {
  display: none;
  width: 400px;
  padding: 15px;
  background-color: #F7F8F8;
  border: 1px solid #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  border-radius: 10px;
  position: fixed;
  right: 1%;
  z-index: 99;
  top: 33px;
  transition: all 0.5s;
}
@media print, screen and (max-width: 64.06125em) {
  .car-area {
    width: 100%;
  }
}
.car-area .middle-line {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 12px;
}
.car-area .col1 {
  margin: auto;
  padding-bottom: 5px;
}
.car-area .col1 tr {
  margin: auto 10px;
}
.car-area .col1 th {
  margin: auto 10px;
}
.car-area .col1 td {
  margin: auto 10px;
  text-align: center;
  margin-right: 12px;
  margin-left: 6px;
}
.car-area .col1 .title {
  font-size: 13px;
  color: #000;
  margin-bottom: 8px;
  position: relative;
  font-weight: 600;
}
.car-area .col1 .content {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.car-area .col1 .emptyspace {
  display: inline-block;
}
.car-area .col1 .before-line:before {
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #000;
  position: absolute;
}
.car-area .col1 .discountinfo {
  color: red;
}
.car-area .col1.noItem {
  text-align: center;
}
.car-area .col1.noItem li .title {
  color: #2b513a;
}
.car-area .topcart-money {
  text-align: right;
}
.car-area .topcart-money .col2 {
  text-align: left;
  font-size: 13px;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}
.car-area .topcart-money .col2 span {
  display: inline-block;
  width: 55px;
  text-align: right;
}
.car-area .topcart-money .col2 span.red {
  color: #ff5555;
}
.car-area .col3 {
  text-align: right;
}
.car-area .col3 span {
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #F5F1E8;
  width: 70px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.index-car-area {
  display: none;
  width: 395px;
  padding: 25px;
  background-color: #F7F8F8;
  border: 1px solid #802828;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  border-radius: 10px;
  position: absolute;
  right: 115px;
  margin-left: 110px;
  z-index: 10;
  top: 100px;
}
.index-car-area:before {
  content: "";
  border: 1px solid;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px;
  border-color: transparent transparent #802828 transparent;
  position: absolute;
  top: -31px;
  left: 50%;
  margin-left: 25px;
}
.index-car-area:after {
  content: "";
  border: 1px solid;
  display: block;
  width: 0;
  height: 0;
  border-width: 15px;
  border-color: transparent transparent #F7F8F8 transparent;
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: 25px;
}
.index-car-area .middle-line {
  width: 340px;
  margin: 0 auto;
  border-bottom: 1px solid #802828;
  margin-top: 20px;
  margin-bottom: 12px;
}
.index-car-area .col1 li {
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  vertical-align: top;
}
.index-car-area .col1.noItem {
  text-align: center;
}
.index-car-area .col1.noItem li .title {
  color: #2b513a;
}
.index-car-area .col1 .title {
  font-size: 13px;
  color: #802828;
  margin-bottom: 8px;
  position: relative;
}
.index-car-area .col1 .content {
  font-size: 12px;
  color: #000;
}
.index-car-area .col1 .before-line:before {
  content: "";
  display: block;
  height: 8px;
  border-right: 1px solid #802828;
  position: absolute;
  top: 6px;
  left: -5px;
}
.index-car-area .col2 {
  text-align: right;
  font-size: 13px;
  color: #000;
  margin-bottom: 15px;
}
.index-car-area .col2 span {
  color: #2b513a;
}
.index-car-area .col3 {
  text-align: right;
}
.index-car-area .col3 span {
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #2b513a;
  width: 70px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}
.index-car-area .col3 span:hover {
  background-color: #000;
}

.footerWrap {
  /*footer樣式*/
  z-index: 1;
  position: relative;
  background: url(../images/1-3.png) 0 0/100% 100% no-repeat;
  height: 300px;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap {
    padding: 30px 20px 20px 20px;
    text-align: center;
    background: url(../images/1-3-m.png) 0 0/100% 100% no-repeat;
    margin-top: 60px;
  }
}
.footerWrap .logo {
  margin-right: 90px;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .logo {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .info-area {
    /*手機板的樣式設定*/
    margin-bottom: 10px;
    position: relative;
  }
}
.footerWrap .info-area .line {
  background-color: #000000;
  height: 84px;
  width: 15px;
  float: right;
  position: relative;
  top: 22px;
  right: 6%;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .info-area .line {
    background-color: #910110;
    float: left;
    position: relative;
    top: 12px;
    left: -5px;
    width: 2%;
    height: 84px;
  }
}
.footerWrap .info-area .add {
  position: relative;
  top: 20px;
  width: 92%;
  text-align: right;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .info-area .add {
    width: 100%;
    text-align: left;
    margin: auto;
    margin-bottom: 10px;
  }
}
.footerWrap .info-area .add .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: rgb(0, 0, 0);
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .info-area .add .content {
    color: rgb(255, 255, 255);
    font-size: 10px;
  }
}
.footerWrap .info-area .tel .content {
  position: relative;
  top: 15px;
  width: 91%;
  text-align: right;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .info-area .tel .content {
    color: rgb(255, 255, 255);
    font-size: 10px;
    width: 100%;
    text-align: left;
  }
}
.footerWrap .share-area {
  top: 130px;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .share-area {
    top: 120px;
    margin: auto;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .share-area .shareList {
    display: none;
    flex-flow: column nowrap;
    margin-right: 42px;
  }
}
.footerWrap .share-area .shareList a {
  transition: all 0.3s;
  position: relative;
  float: left;
  margin: -10px 0px 10px 10px;
}
.footerWrap .share-area .shareList a img {
  width: 28px;
}
.footerWrap .share-area .shareList a:hover {
  opacity: 0.6;
}
.footerWrap .share-area .shareList .by {
  color: #404040;
  font-size: 8px;
  margin-top: -5px;
  margin-left: 125px;
  transform: translateY(-12px);
}
.footerWrap .share-area .copy {
  position: relative;
  top: 13px;
  width: 94%;
  text-align: right;
  font-size: 16px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .footerWrap .share-area .copy {
    text-align: left;
    font-size: 14px;
    width: 100%;
    top: 5px;
  }
}

#googleMap {
  width: 750px;
  height: 286px;
  margin: 0 auto;
}

.backtotop {
  position: fixed;
  bottom: 11.5%;
  right: 30px;
  cursor: pointer;
  z-index: 9;
}
.backtotop img {
  width: 40px;
  left: 25%;
}
@media print, screen and (max-width: 64.06125em) {
  .backtotop {
    right: 20px;
  }
  .backtotop img {
    width: 30px;
  }
}
.backtotop:hover img {
  opacity: 0.6;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}

.index-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-top: 120px;
  background-repeat: repeat;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .index-wrap {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}
.index-wrap .deco-1 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.index-wrap .deco-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index-wrap .deco-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.index-wrap .deco-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.index-wrap .area2 {
  width: 750px;
  margin: 100px auto;
  padding-bottom: 75px;
  border-bottom: 2px solid #515150;
}
.index-wrap .area2 .slider {
  position: relative;
  margin: 30px 0;
  padding-top: 20px;
}
.index-wrap .area2 .slider #slider-next {
  width: 44px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 10px;
}
.index-wrap .area2 .slider #slider-prev {
  width: 44px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 10px;
}
.index-wrap .area2 .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: left;
  color: #000;
}
.index-wrap .area2 .bx-wrapper {
  margin: 0 auto 20px;
}
.index-wrap .area3 {
  margin: 0 auto;
  width: 750px;
}
.index-wrap .area3 .contact {
  text-align: left;
  margin: 30px 0;
  padding-top: 20px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
  color: #2d4491;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1px;
}
.index-wrap .area3 .contact div {
  text-align: center;
}
.index-wrap .area3 .contact p {
  margin: 0 0 5px 38px;
}
.index-wrap .area3 .contact p.qrcode {
  float: right;
  margin: -45px 0 10px 0;
}
.index-wrap .index-deco {
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .index-wrap .index-deco {
    width: 20%;
    left: auto;
    right: 0;
  }
}

.area1 {
  margin: 0 auto;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 {
    width: 100%;
    overflow: hidden;
  }
}
.area1 .index-list {
  position: relative;
  padding: 0px 31vh;
  margin-bottom: 120px;
}
.area1 .index-list:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 104.99875em) {
  .area1 .index-list {
    padding: 0px 17vh;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .area1 .index-list {
    padding: 0px 2vh;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .index-list {
    width: 100%;
  }
}
.area1 .index-list .list {
  margin-top: 30px;
  padding-top: 25px;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .index-list .list {
    padding-bottom: 0;
  }
}
.area1 .index-list .list li {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  padding: 0 35px;
  transition: opacity 0.6s;
  margin-bottom: 120px;
  color: #6c6a6a;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .index-list .list li {
    margin-bottom: 80px;
  }
}
.area1 .index-list .list li .pic {
  position: relative;
}
.area1 .index-list .list li .pic .hover {
  -webkit-mask: url("../images/pic-up.png") no-repeat center center/contain;
  mask: url("../images/pic-up.png") no-repeat center center/contain;
}
.area1 .index-list .list li .pic .hover img {
  transition: all 1s;
}
.area1 .index-list .list li .pic:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
  transition: all 1s;
}
.area1 .index-list .list li .db-line {
  position: absolute;
  bottom: -12px;
  left: 4px;
  color: #000;
  background-color: #fff;
}
.area1 .index-list .list li .db-line .db-left {
  position: absolute;
  left: 0;
}
.area1 .index-list .list li .db-line .db-right {
  position: absolute;
  right: 0;
}
.area1 .index-list .list li .title {
  font-weight: 700;
  font-family: "Poppins", "Noto Serif TC", "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  z-index: 2;
  color: #6c6a6a;
  padding: 10px 5px;
  border: 2px solid #000;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .index-list .list li .title {
    font-size: 15px;
  }
}
.area1 .index-list .list li .box {
  font-size: 17px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .index-list .list li .box {
    font-size: 13px;
  }
}
.area1 .index-list .list li .intro {
  text-align: left;
  padding-top: 16px;
  margin-top: 16px;
}
.area1 .index-list .list li .intro .content {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 16px;
  color: #6C6A6A;
  font-weight: 700;
}
.area1 .index-list .list li .intro .price {
  font-size: 26px;
  margin-bottom: 28px;
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #231815;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  padding-top: 8px;
  margin-left: 4px;
  position: relative;
}
.area1 .index-list .list li .intro .price .new-price .sale {
  color: #231815;
  font-size: 26px;
}
.area1 .index-list .list li .intro .price .new-price .original {
  font-size: 17px;
  position: relative;
  color: #6C6A6A;
}
.area1 .index-list .list li .intro .price .new-price .original:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6c6a6a;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.area1 .index-list .list li .intro .price .nt {
  padding-left: 4px;
  font-size: 16px;
}
.area1 .index-list .list li .intro .price .under-line {
  padding-bottom: 4px;
  line-height: 8px;
}
.area1 .index-list .list li .price2 {
  text-decoration: line-through;
  position: absolute;
  display: inline-block;
  bottom: -1px;
  left: 121px;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  color: #000;
}
.area1 .index-list .list li a.priceGroup {
  position: relative;
  display: block;
  text-align: left;
}
.area1 .pager {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  color: #C78D5D;
}
.area1 .pager li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.area1 .more {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #2d4491;
  margin-bottom: 130px;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #B90B21;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .area1 .more {
    margin-bottom: 30px;
  }
  .area1 .more img {
    width: 160px;
  }
}
.area1 .more:before {
  content: "";
  position: absolute;
  left: -16px;
  top: -4px;
  width: 12px;
  height: 100%;
  background: url("../images/hover-left.svg") no-repeat;
}
.area1 .more:after {
  content: "";
  position: absolute;
  right: -18px;
  top: -4px;
  width: 12px;
  height: 100%;
  background: url("../images/hover-right.svg") no-repeat;
}
.area1 .more:hover {
  opacity: 0.8;
  cursor: pointer;
}

.index-bannerWrap {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .index-bannerWrap {
    height: 58vh;
  }
}
.index-bannerWrap .banner {
  /*圖片播放*/
  height: 48vh !important;
}
@media print, screen and (max-width: 64.06125em) {
  .index-bannerWrap .banner {
    height: 60vh !important;
  }
}
.index-bannerWrap .slogan {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}

.products-wrap {
  /*商品目錄樣式*/
  background-repeat: repeat;
  text-align: center;
  padding-top: 90px;
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap {
    padding-top: 30px;
    overflow: hidden;
  }
}
.products-wrap .input-group {
  padding: 1rem;
}
.products-wrap .area2 {
  width: 960px;
  margin: 50px auto 0;
  text-align: left;
}
.products-wrap .area2 ul {
  overflow: hidden;
}
.products-wrap .area2 .left {
  float: left;
  margin-right: 25px;
  width: 190px;
}
.products-wrap .area2 .left img {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 11px;
}
.products-wrap .area2 .left img:hover {
  opacity: 0.6;
}
.products-wrap .area2 .left #text {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  width: 146px;
  height: 33px;
  border: 1px solid #796956;
}
.products-wrap .area2 .right {
  float: left;
  color: #000;
  display: none;
}
@media screen and (max-width: 1366px) {
  .products-wrap .area2 .right {
    display: block;
  }
}
.products-wrap .area2 .right .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.products-wrap .area2 .right .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  width: 106px;
  border-left: 1px solid #000;
  padding-left: 10px;
  position: relative;
  color: #2d4491;
}
.products-wrap .area2 .right .content p {
  margin: 0 0 5px 0;
}
.products-wrap .area2 .right .content span {
  position: absolute;
  right: 0;
}
.products-wrap .area3 {
  width: 750px;
  margin: 100px auto 0;
}
.products-wrap .area3 .list {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #802828;
  border-bottom: 1px solid #802828;
  padding-top: 75px;
  padding-bottom: 20px;
  overflow: hidden;
}
.products-wrap .area3 .pager {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #910110;
}
.products-wrap .area3 .pager li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.products-wrap .decoration1 {
  background-color: #26aca9;
}
.products-wrap .productsList {
  /*產品的樣式*/
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
@media print, screen and (max-width: 79.99875em) {
  .products-wrap .productsList {
    width: 100%;
    padding: 20px 50px 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap .productsList {
    max-width: 100%;
    padding: 0 var(--mobileSpace);
    margin-top: 0;
    justify-content: center;
    margin-bottom: 0;
  }
}
.products-wrap .productsList .w-deco {
  position: absolute;
}
.products-wrap .productsList li {
  display: inline-block;
  position: relative;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  padding: 0 35px;
  transition: opacity 0.6s;
  margin-bottom: 60px;
  color: #6c6a6a;
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap .productsList li {
    margin-bottom: 80px;
    padding: 0 0;
  }
}
.products-wrap .productsList li .pic {
  position: relative;
  clip-path: polygon(6% 0, 82% 0, 100% 6%, 100% 81%, 94% 100%, 9% 100%, 0 94%, 0 8%);
}
.products-wrap .productsList li .pic .hover {
  overflow: hidden;
}
.products-wrap .productsList li .pic .hover img {
  transition: all 1s;
}
.products-wrap .productsList li .pic:hover img {
  transform: scale(1.1);
  filter: brightness(0.6);
  transition: all 1s;
}
.products-wrap .productsList li .db-line {
  /*每個產品清單前面的東東*/
  background: url(../images/3-0.png) 0 0/34% 163% no-repeat;
  background-size: 140px;
  background-position-x: -45px;
  background-position-y: -46px;
  margin-top: 10px;
  color: #910110;
  padding: 0 22px;
}
.products-wrap .productsList li .db-line .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  z-index: 2;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 11px;
  margin-left: 15px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap .productsList li .db-line .title {
    font-size: 15px;
  }
}
.products-wrap .productsList li .db-line .box {
  font-size: 17px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap .productsList li .db-line .box {
    font-size: 13px;
  }
}
.products-wrap .productsList li .db-line .new-price {
  text-align: left;
  margin-left: 15px;
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
}
.products-wrap .productsList li .db-line .new-price .sale {
  font-size: 26px;
}
.products-wrap .productsList li .db-line .nt {
  font-size: 16px;
}
.products-wrap .productsList li .intro {
  text-align: left;
  margin-bottom: 4px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-wrap .productsList li .intro {
    text-align: center;
  }
}
.products-wrap .productsList li .intro .content {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 16px;
  color: #6C6A6A;
  font-weight: 700;
}
.products-wrap .productsList li .intro .price {
  font-size: 26px;
  margin-bottom: 10px;
  font-family: "Poppins", "Noto Serif TC", "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 2px;
  color: #231815;
  font-weight: 700;
  display: inline-block;
  padding-top: 8px;
  margin-left: 4px;
  position: relative;
}
.products-wrap .productsList li .intro .price .under-line {
  margin-top: 10px;
  padding-bottom: 4px;
  line-height: 8px;
}
.products-wrap .productsList li .price2 {
  text-decoration: line-through;
  position: absolute;
  display: inline-block;
  bottom: -1px;
  left: 121px;
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  color: #000;
}
.products-wrap .productsList li a.priceGroup {
  position: relative;
  display: block;
  text-align: left;
}

#secondDiv {
  position: absolute;
  z-index: 20;
}

.ryder-gradient-btn {
  background: linear-gradient(to right, #1f79a6 0%, #927192 100%);
  background-size: 200% 200%;
  background-position: 0%;
  transition: all 0.3s;
}
.ryder-gradient-btn:hover {
  background-position: 100%;
}

.products-detail-bannerWrap {
  height: 83vh;
  background-color: #fff;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-bannerWrap {
    height: 47vh;
  }
}
.products-detail-bannerWrap .banner {
  height: 100%;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-bannerWrap .banner {
    margin-top: 53px;
  }
}

.products-detail-wrap {
  /*商品頁面樣式*/
  text-align: center;
  margin-bottom: -20px;
  height: max-content;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap {
    position: relative;
    margin-bottom: 50px;
  }
}
.products-detail-wrap .deco-1 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}
.products-detail-wrap .deco-2 {
  position: absolute;
  left: 0;
  bottom: -22%;
  z-index: -1;
}
.products-detail-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area1 {
    width: 100%;
    padding: 0px 22px;
  }
}
.products-detail-wrap .area2 {
  width: 1080px;
  margin: 50px auto 0;
  text-align: left;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 {
    width: 100%;
    margin-top: 80px;
    padding: 0 var(--mobileSpace);
  }
}
.products-detail-wrap .area2 .col1 {
  overflow: hidden;
  float: left;
  margin-right: 45px;
}
.products-detail-wrap .area2 .col1 .left {
  margin-bottom: 45px;
  width: 190px;
}
.products-detail-wrap .area2 .col1 .left img {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 11px;
}
.products-detail-wrap .area2 .col1 .left img:hover {
  opacity: 0.6;
}
.products-detail-wrap .area2 .col1 .left #text {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  width: 146px;
  height: 33px;
  border: 1px solid #796956;
}
.products-detail-wrap .area2 .col1 .right .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.products-detail-wrap .area2 .col1 .right .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  width: 106px;
  border-left: 1px solid #231815;
  padding-left: 10px;
  position: relative;
}
.products-detail-wrap .area2 .col1 .right .content p {
  margin: 0 0 5px 0;
}
.products-detail-wrap .area2 .col1 .right .content span {
  position: absolute;
  right: 0;
}
.products-detail-wrap .area2 .col2 {
  float: left;
  margin-right: 13vh;
  width: 600px;
}
@media print, screen and (max-width: 79.99875em) {
  .products-detail-wrap .area2 .col2 {
    margin-right: 10vh;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col2 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
}
.products-detail-wrap .area2 .col2 .bx-viewport {
  overflow: inherit !important;
  clip-path: polygon(6% 0, 82% 0, 100% 6%, 100% 81%, 94% 100%, 9% 100%, 0 94%, 0 8%);
}
.products-detail-wrap .area2 .col2 #bx-pager {
  letter-spacing: 0;
  margin-top: 25px;
}
.products-detail-wrap .area2 .col2 #bx-pager a {
  margin-right: 36px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col2 #bx-pager a {
    width: 29.1%;
    margin-right: 6.2%;
  }
}
.products-detail-wrap .area2 .col2 #bx-pager a:last-child {
  margin-right: 0;
  clip-path: polygon(6% 0, 82% 0, 100% 6%, 100% 81%, 94% 100%, 9% 100%, 0 94%, 0 8%);
}
.products-detail-wrap .area2 .col2 .bxslider {
  position: relative;
  height: 100%;
}
.products-detail-wrap .area2 .col3 {
  width: 335px;
  float: left;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  position: relative;
  align-self: center;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 {
    margin-top: 40px;
    width: 90%;
    left: 5%;
  }
}
.products-detail-wrap .area2 .col3 .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #a86653;
  margin-bottom: 17px;
  line-height: 1.3;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .title {
    font-size: 20px;
  }
}
.products-detail-wrap .area2 .col3 .title p {
  padding: 10px 5px;
  border: 2px solid #000;
  background-color: #fff;
  display: inline-block;
}
.products-detail-wrap .area2 .col3 .title p:first-child {
  display: block;
  margin-bottom: -2px;
}
.products-detail-wrap .area2 .col3 .price {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
.products-detail-wrap .area2 .col3 .price span {
  color: #ad6853;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  position: relative;
  top: 1px;
}
.products-detail-wrap .area2 .col3 .price2 {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.products-detail-wrap .area2 .col3 .price2 span {
  position: relative;
  color: #B90B21;
}
.products-detail-wrap .area2 .col3 .price2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #595757;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.products-detail-wrap .area2 .col3 .intro {
  /*產品規格樣式*/
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.products-detail-wrap .area2 .col3 .num {
  display: inline-block;
  font-size: 14px;
  color: #59493a;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .num {
    width: 100%;
  }
}
.products-detail-wrap .area2 .col3 .num .toto {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  color: #59493a;
  margin-bottom: 10px;
  font-weight: bold;
}
.products-detail-wrap .area2 .col3 .num #pNum {
  padding: 4px 0 4px 24px;
  width: 60px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-position: right;
  -webkit-appearance: none;
  color: #231815;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  border: 2px solid #cccccc;
  background-color: #fff;
}
.products-detail-wrap .area2 .col3 .num #pNum .under-under {
  position: absolute;
  left: 10px;
  bottom: -3px;
  width: 71%;
  border-bottom: 2px solid #ad6853;
}
.products-detail-wrap .area2 .col3 .num #pNum .under-under option {
  color: #000;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .num #pNum .tag {
    width: 300px;
  }
}
.products-detail-wrap .area2 .col3 .num #pNum .tag span {
  color: #2b513a;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  margin-left: -4px;
  border-left: 1px solid #2b513a;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .num #pNum .tag span {
    padding: 0 16px;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.products-detail-wrap .area2 .col3 .content {
  /*簡易產品介紹*/
  margin-bottom: 20px;
  font-size: 14px;
  padding: 10px 0;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: justify;
  position: relative;
  color: #59493a;
}
.products-detail-wrap .area2 .col3 .content p {
  position: relative;
  padding-left: 9px;
  margin: 0;
}
.products-detail-wrap .area2 .col3 .content li {
  padding-bottom: 10px;
  position: relative;
  padding: 3px 0;
  line-height: 1.5;
}
.products-detail-wrap .area2 .col3 .content li:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .content li {
    padding: 12px 10px;
    font-size: 14px;
  }
}
.products-detail-wrap .area2 .col3 .content li .item img {
  margin-right: 4px;
  display: none;
}
.products-detail-wrap .area2 .col3 .content li .text {
  padding-bottom: 8px;
  padding-left: 28px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area2 .col3 .content li .text {
    margin-bottom: 10px;
    padding-left: 0;
    margin-left: 28px;
  }
  .products-detail-wrap .area2 .col3 .content li .text:last-child {
    margin-bottom: 0;
  }
}
.products-detail-wrap .area2 .col3 .note {
  color: #fff;
  background-color: #802828;
  font-size: 12px;
  width: 70px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.products-detail-wrap .area2 .col3 .note:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #802828;
}
.products-detail-wrap .area2 .col3 .howtobuy {
  margin-top: 30px;
}
.products-detail-wrap .area2 .col3 .howtobuy img:hover {
  opacity: 0.8;
}
.products-detail-wrap .lineoo {
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 60px;
  top: 60px;
}
@media print, screen and (max-width: 104.99875em) {
  .products-detail-wrap .lineoo {
    width: 100%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .lineoo {
    width: 100%;
  }
}
.products-detail-wrap .lineoo .head .decoration1m {
  display: none;
}
.products-detail-wrap .lineoo .head .ch {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
  font-size: 22px;
  display: inline-block;
  color: rgb(0, 0, 0);
  padding: 6px 30px;
  margin-bottom: 12px;
}
.products-detail-wrap .lineoo .head .en {
  color: #8e938c;
  font-family: "Noto Serif TC", Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .lineoo .head .decoration1 {
    display: none;
  }
  .products-detail-wrap .lineoo .head .decoration1m {
    display: block;
    margin: auto;
  }
}
.products-detail-wrap .lineoo .decoration1 {
  padding: 20px 0px;
  width: 100%;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .lineoo .decoration1 {
    padding: 0px -20px 20px -20px;
    width: 100%;
  }
}
.products-detail-wrap .area3 {
  width: 1020px;
  margin: 60px auto 0;
  color: #000000;
  font-size: 15px;
  line-height: 2;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area3 {
    width: 90%;
    margin: auto;
    font-size: 14px;
  }
}
.products-detail-wrap .area3 .item1 {
  width: 90px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  background-color: #802828;
  margin-bottom: 25px;
  border-radius: 4px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
.products-detail-wrap .area3 .area3_content {
  margin: 0 auto;
}
.products-detail-wrap .area3 .area3_content img {
  height: auto !important;
  max-width: 50%;
  top: -13px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area3 .area3_content img {
    height: auto;
    max-width: 100%;
  }
}
.products-detail-wrap .area3 li {
  margin-bottom: 15px;
}
.products-detail-wrap .area3 .decoration1 {
  position: absolute;
  left: 0%;
  bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area3 .decoration1 {
    bottom: 270px;
  }
}
.products-detail-wrap .area3 .decoration2 {
  position: absolute;
  right: 0%;
  bottom: -150px;
  z-index: 3;
}
.products-detail-wrap .area4 {
  max-width: 1020px;
  margin: 55px auto 0;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #6C6A6A;
  line-height: 2;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area4 {
    width: 100%;
  }
}
.products-detail-wrap .area4 .item1 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-radius: 4px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  border-bottom: 1px solid #2b513a;
}
.products-detail-wrap .area4 .item2 {
  color: #ac8c69;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area4 .item2 {
    font-size: 14px;
  }
}
.products-detail-wrap .area5 {
  display: block;
  max-width: 1020px;
  margin: 55px auto 0;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #6C6A6A;
  padding-top: 20px;
  line-height: 2;
  z-index: 3;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area5 {
    width: 100%;
  }
}
.products-detail-wrap .area5 .item1 {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-radius: 4px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  border-bottom: 1px solid #2b513a;
}
.products-detail-wrap .area5 .item2 {
  color: #ac8c69;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-detail-wrap .area5 .item2 {
    font-size: 14px;
  }
}
.products-detail-wrap .commentArea .commentBtn {
  background: #59493a;
  color: white;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  position: relative;
  z-index: 5;
}
.products-detail-wrap .commentArea .commentTextArea {
  position: relative;
  width: 100%;
  min-height: 5rem;
}
.products-detail-wrap .commentArea .commentTextArea.notLogin {
  text-align: center;
}
.products-detail-wrap .commentArea .star ul {
  list-style: none;
  display: inline-flex;
}
.products-detail-wrap .commentArea .star ul li::before {
  content: "☆";
}
.products-detail-wrap .commentArea .star ul li.active::before {
  content: "★";
}
.products-detail-wrap .howtobuy {
  margin-top: 65px;
}
.products-detail-wrap .howtobuy a {
  margin: 0 8px;
}
.products-detail-wrap .howtobuy img {
  transition: all 0.3s;
}
.products-detail-wrap .howtobuy img:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.list_menu_area li {
  display: inline-block;
  margin-right: 130px;
}
.list_menu_area li:last-child {
  margin-right: 0;
}
.list_menu_area .bigtitle {
  text-align: center;
}
.list_menu_area .bigtitle .ch {
  font-size: 19px;
  color: #802828;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: 400 !important;
}
.list_menu_area .bigtitle .en {
  font-size: 15px;
  color: #9c7c52;
  font-family: "Spectral", serif;
  letter-spacing: 1px;
  font-weight: 600;
}
.list_menu_area li:hover .bigtitle .ch {
  color: #802828;
}
.list_menu_area li:hover .bigtitle .en {
  color: #802828;
}
.list_menu_area li.active .bigtitle .ch {
  color: #802828;
}
.list_menu_area li.active .bigtitle .en {
  color: #802828;
}

.left_catbar .right {
  margin-top: 30px;
}
.left_catbar .right .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
}
.left_catbar .right .content {
  border-left: 1px solid #000;
  padding-left: 10px;
  letter-spacing: 1px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
}
.left_catbar .right .content li {
  margin-bottom: 9px;
}
.left_catbar .right .content li:last-child .article {
  padding-bottom: 0;
}
.left_catbar .right .content .heading {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.left_catbar .right .content .heading img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.left_catbar .right .content .heading img.rotate {
  transform: rotate(452deg);
  -webkit-transform: rotate(452deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.left_catbar .right .content .article {
  padding-top: 10px;
  padding-bottom: 15px;
  display: none;
}
.left_catbar .right .content .article p {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.left_catbar .right .content .article p:hover {
  color: #000;
}

/*left_catbar*/
.desktop_news_banner {
  max-width: 800px;
}

.news-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.news-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
.news-wrap .area2 {
  width: 1024px;
  margin: 50px auto 0;
}
.news-wrap .area2-left {
  margin: 0 auto;
  text-align: left;
  float: left;
}
.news-wrap .area2-left ul {
  overflow: hidden;
}
.news-wrap .area2-left .left {
  width: 190px;
}
.news-wrap .area2-left .left img {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 11px;
}
.news-wrap .area2-left .left img:hover {
  opacity: 0.6;
}
.news-wrap .area2-left .left #text {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  width: 146px;
  height: 33px;
  border: 1px solid #796956;
}
.news-wrap .area2-right {
  text-align: left;
  float: right;
  margin-top: 65px;
  width: 805px;
}
.news-wrap .news-innerWrap .news_area li {
  display: flex;
  position: relative;
  margin-bottom: 156px;
  cursor: pointer;
}
.news-wrap .news-innerWrap .news_area li:nth-child(odd) {
  left: -100px;
}
.news-wrap .news-innerWrap .news_area li:nth-child(even) {
  right: -100px;
}
.news-wrap .news-innerWrap .news_area li:hover .pic {
  -webkit-transform: translate(-6px, -14px);
  -ms-transform: translate(-6px, -14px);
  transform: translate(-6px, -14px);
}
.news-wrap .news-innerWrap .news_area li:hover .pic img {
  -webkit-box-shadow: 13px 13px 15px 0px rgba(35, 24, 21, 0.6);
  box-shadow: 13px 13px 15px 0px rgba(35, 24, 21, 0.6);
  transition: all 1s;
}
.news-wrap .news-innerWrap .news_area li .pic {
  margin-right: 108px;
  position: relative;
  max-width: 615px;
  transition: all 1s;
}
.news-wrap .news-innerWrap .news_area li .pic img {
  vertical-align: middle;
  max-width: 100%;
  transition: all 1s;
}
.news-wrap .news-innerWrap .news_area li .content {
  max-width: 295px;
  text-align: left;
}
.news-wrap .news-innerWrap .news_area li .content .date {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  color: #fff;
  width: 115px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #802828;
  border-radius: 5px;
  margin-bottom: 20px;
}
.news-wrap .news-innerWrap .news_area li .content .title {
  letter-spacing: 1px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  color: #636363;
  border-bottom: 2px solid #515150;
  padding-bottom: 30px;
}
.news-wrap .news-innerWrap .news_area li .content .intro {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #636363;
}
.news-wrap .news-innerWrap .news_area li .content .more {
  text-align: right;
  margin-top: 20px;
  color: #000;
}
.news-wrap .news-innerWrap .news_area li .content .more span {
  display: inline-block;
  width: 58px;
  height: 25px;
  line-height: 22px;
  border: 1px solid #802828;
  text-align: center;
  margin-right: 6px;
  position: relative;
}
.news-wrap .news-innerWrap .news_area li .content .more span:hover {
  background-color: #802828;
  color: #fff;
}

.news-detail-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 140px;
  padding-top: 100px;
}
.news-detail-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
.news-detail-wrap .area2 {
  width: 960px;
  margin: 50px auto 0;
  overflow: hidden;
}
.news-detail-wrap .area2-left {
  margin: 0 auto;
  text-align: left;
  float: left;
}
.news-detail-wrap .area2-left ul {
  overflow: hidden;
}
.news-detail-wrap .area2-left .left {
  width: 190px;
}
.news-detail-wrap .area2-left .left img {
  cursor: pointer;
  position: relative;
  top: 5px;
  left: 11px;
}
.news-detail-wrap .area2-left .left img:hover {
  opacity: 0.6;
}
.news-detail-wrap .area2-left .left #text {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  width: 146px;
  height: 33px;
  border: 1px solid #796956;
}
.news-detail-wrap .area2-left .right {
  margin-top: 30px;
}
.news-detail-wrap .area2-left .right .title {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}
.news-detail-wrap .area2-left .right .content {
  border-left: 1px solid #000;
  padding-left: 10px;
  letter-spacing: 1px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 25px;
}
.news-detail-wrap .area2-left .right .content li {
  margin-bottom: 9px;
}
.news-detail-wrap .area2-left .right .content li:last-child .article {
  padding-bottom: 0;
}
.news-detail-wrap .area2-left .right .content .heading {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  cursor: pointer;
}
.news-detail-wrap .area2-left .right .content .heading img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-detail-wrap .area2-left .right .content .heading img.rotate {
  transform: rotate(452deg);
  -webkit-transform: rotate(452deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.news-detail-wrap .area2-left .right .content .article {
  padding-top: 10px;
  padding-bottom: 15px;
  display: none;
}
.news-detail-wrap .area2-left .right .content .article p {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.news-detail-wrap .area2-left .right .content .article p:hover {
  color: #000;
}
.news-detail-wrap .area2-right {
  text-align: left;
  margin: 0 auto;
  margin-top: 35px;
  width: 805px;
}
.news-detail-wrap .area2-right .title {
  letter-spacing: 1px;
  border-bottom: 2px solid #515150;
  padding-bottom: 20px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  color: #636363;
  position: relative;
}
.news-detail-wrap .area2-right .title span {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 108px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #802828;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 6px;
}
.news-detail-wrap .area2-right .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  line-height: 24px;
  font-size: 16px;
  color: #3E3A39;
}

/*裝飾樣式，不知道原先目標是對應甚麼的，但是因為寫在
外面所以大概所有.decoration都套用到了，來不及惹*/
.decoration {
  width: 100%;
}
.decoration .decoration1 {
  position: absolute;
  top: 500px;
  left: -3%;
}
@media print, screen and (max-width: 64.06125em) {
  .decoration .decoration1 {
    top: 700px;
    width: 30%;
  }
}
.decoration .decoration2 {
  position: absolute;
  top: 480px;
  left: 60%;
}
@media print, screen and (max-width: 64.06125em) {
  .decoration .decoration2 {
    top: 380px;
  }
}
.decoration .decoration3 {
  position: absolute;
  top: 1400px;
  left: 80%;
}
@media print, screen and (max-width: 64.06125em) {
  .decoration .decoration3 {
    top: 1800px;
    z-index: 1;
  }
}

/*購物須知頁面的樣式*/
.buy-wrap {
  background-repeat: repeat;
  text-align: center;
  height: auto;
  /*.area1{
  }*/
  /*手機版付款方式*/
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap {
    padding: 0 var(--mobileSpace);
  }
}
.buy-wrap .text-center {
  position: relative;
  top: 100px;
  padding-bottom: 50vh;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .text-center {
    padding-bottom: 40vh;
    top: 40px;
  }
}
.buy-wrap .text-center .shoppingnote {
  position: relative;
  top: -60px;
}
.buy-wrap .text-center .shoppingnote-mobile {
  padding: 50px 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .text-center .shoppingnote-mobile {
    padding: 5vh 0px 0px 0px;
  }
}
.buy-wrap .area2 {
  width: 100%;
  margin: 0 auto 0;
  text-align: left;
  position: relative;
  top: -228px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 {
    width: 100%;
    margin-top: 0;
  }
}
.buy-wrap .area2 .item1 {
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 {
    padding-top: 0;
  }
}
.buy-wrap .area2 .item1:last-child {
  border-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .payment-method {
    display: none;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .onetwo {
    flex-direction: column;
    padding: 5vh 0;
  }
}
.buy-wrap .area2 .item1 .left {
  /*配送方式的樣式*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .left {
    margin: auto;
    position: relative;
    top: 20px;
  }
}
.buy-wrap .area2 .item1 .left li ol {
  list-style-type: none;
}
.buy-wrap .area2 .item1 .left .freight {
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  margin: auto;
  color: #910110;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .left .freight {
    font-size: 16px;
    width: 100%;
  }
}
.buy-wrap .area2 .item1 .left .article3 .delivery {
  display: grid;
  grid-template-columns: 18% 18% 18% 18%;
  justify-content: center;
  margin: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .left .article3 .delivery {
    display: flex;
    flex-wrap: wrap;
  }
  .buy-wrap .area2 .item1 .left .article3 .delivery .delivery01 {
    width: 50%;
  }
  .buy-wrap .area2 .item1 .left .article3 .delivery .delivery02 {
    width: 50%;
  }
  .buy-wrap .area2 .item1 .left .article3 .delivery .delivery03 {
    width: 50%;
  }
  .buy-wrap .area2 .item1 .left .article3 .delivery .delivery04 {
    width: 50%;
  }
}
.buy-wrap .area2 .item1 .left .article3 h3 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 20px;
}
.buy-wrap .area2 .item1 .left .article3 p {
  margin: 24%;
  margin-top: 0%;
  line-height: initial;
  font-size: 14px;
  text-align: justify;
}
.buy-wrap .area2 .item1 .left2 {
  height: auto;
}
.buy-wrap .area2 .item1 .left2 .mode {
  margin-left: 17.5%;
}
.buy-wrap .area2 .item1 .left2 .article2 {
  display: grid;
  grid-template-columns: 18% 40% 18%;
  text-align: center;
  line-height: 45px;
  position: relative;
  margin: 0 auto;
  justify-content: center;
  font-size: 14px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .left2 .article2 {
    display: flex;
    flex-direction: column;
  }
}
.buy-wrap .area2 .item1 .left2 .article2-03 {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .left2 .article2-03 {
    display: block;
    width: 100%;
  }
  .buy-wrap .area2 .item1 .left2 .article2-03 .shell02 {
    float: left;
  }
  .buy-wrap .area2 .item1 .left2 .article2-03 .shell03 {
    float: right;
  }
}
.buy-wrap .area2 .item1 .right-1 {
  width: 40%;
  position: relative;
  left: 15%;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .right-1 {
    margin: auto auto auto 0px;
    width: 40%;
    left: 20%;
  }
}
.buy-wrap .area2 .item1 .right-1 li {
  vertical-align: top;
  position: relative;
  right: 8%;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .right-1 li {
    border-right: none;
    padding-right: 0;
  }
  .buy-wrap .area2 .item1 .right-1 li .hide-for-large {
    width: 85%;
  }
  .buy-wrap .area2 .item1 .right-1 li.circle {
    display: none;
  }
}
.buy-wrap .area2 .item1 .right-1 li .note {
  width: 100%;
}
.buy-wrap .area2 .item1 .right-1 li .note p.lm2 {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  left: 8%;
  width: 125%;
}
.buy-wrap .area2 .item1 .right {
  width: 40%;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .right {
    border-left: none;
    padding-left: 0;
    left: 40%;
    width: 40%;
  }
}
.buy-wrap .area2 .item1 .right li {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .right li.circle {
    display: none;
  }
}
.buy-wrap .area2 .item1 .mode {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  color: #221814;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .mode {
    margin-bottom: 12px;
  }
}
.buy-wrap .area2 .item1 .circle {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #221814;
  width: 41px;
  height: 41px;
  line-height: 38px;
  border: 1px solid #221814;
  border-radius: 50%;
  margin-right: 9px;
  text-align: center;
  font-weight: bold;
}
.buy-wrap .area2 .item1 .article {
  letter-spacing: 1px;
  max-width: 60%;
  margin: 0 auto;
  /*p.lm2{
  }*/
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article {
    max-width: 100%;
  }
}
.buy-wrap .area2 .item1 .article.return {
  left: 20%;
  margin: auto;
  line-height: 3;
  text-align: justify;
}
.buy-wrap .area2 .item1 .article h3 {
  /*ATM轉帳*/
  color: #910110;
  font-size: 17px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 20px;
  position: relative;
  top: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article h3 {
    width: 85%;
  }
}
.buy-wrap .area2 .item1 .article h3.first {
  margin-top: 0;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article h3.first {
    margin-top: 12px;
  }
}
.buy-wrap .area2 .item1 .article span.lm {
  line-height: 18px;
  font-size: 13px;
}
.buy-wrap .area2 .item1 .article span.lm2 {
  line-height: 18px;
}
.buy-wrap .area2 .item1 .article .note {
  /*說明文字的樣式*/
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.buy-wrap .area2 .item1 .article .note h4 {
  /*說明文字標題樣式*/
  font-size: 18px;
  font-weight: bold;
  margin: 0 20px 6px;
  color: #000000;
  margin-bottom: 10px;
}
.buy-wrap .area2 .item1 .article .note p {
  font-weight: 300;
  margin: 0 0 5px 0;
}
.buy-wrap .area2 .item1 .article .note .worktime {
  margin-left: 20px;
  font-size: 16px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article .note {
    font-size: 16px;
  }
}
.buy-wrap .area2 .item1 .article .download {
  margin-top: 15px;
  color: #808080;
  font-size: 12px;
  width: 70px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background-color: #E69999;
  border-radius: 4px;
}
.buy-wrap .area2 .item1 .article .download:hover {
  background-color: transparent;
  color: #E69999;
  border: 1px solid #E69999;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article.return {
    width: 75%;
    text-align: justify;
    line-height: 25px;
  }
}
.buy-wrap .area2 .item1 .article2 {
  /*付款方式的樣式*/
}
.buy-wrap .area2 .item1 .article2 .note2 {
  height: 400px;
  font-size: 13px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note2 {
    width: 180%;
    font-size: 16px;
    position: relative;
    left: 8%;
  }
}
.buy-wrap .area2 .item1 .article2 .note2 .emptyspace {
  display: block;
  height: 5vh;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note2 .emptyspace {
    height: 40vh;
  }
}
.buy-wrap .area2 .item1 .article2 .note3 {
  position: relative;
  top: 136px;
  font-size: 13px;
  margin-left: -46px;
  border-style: double;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 {
    margin-left: 0;
    left: -70%;
    width: 200%;
    transform: translateY(-50%);
  }
}
.buy-wrap .area2 .item1 .article2 .note3 .process {
  height: 70px;
  padding-left: 46px;
  border-left: 6px double #000000;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 .process {
    display: inline-table;
    padding: 10px;
    width: 100%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 .process .processline {
    padding: 10px;
    line-height: 15px;
    text-align: justify;
  }
}
.buy-wrap .area2 .item1 .article2 .note3 .iffalse {
  margin-top: 50px;
  height: 70px;
  border-left: 6px double #000000;
  padding-left: 46px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 .iffalse {
    display: inline-table;
    padding: 15px;
    position: relative;
    top: -155px;
    width: 100%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 .iffalse .iffalseline {
    padding: 10px;
    line-height: 15px;
    position: relative;
    text-align: justify;
  }
}
.buy-wrap .area2 .item1 .article2 .note3 .emptyspace {
  display: block;
  height: 5vh;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .note3 .emptyspace {
    height: 45vh;
  }
}
.buy-wrap .area2 .item1 .article2 .third {
  font-weight: bold;
  font-size: 18px;
  margin: 5px 0px 0px 0px;
  line-height: 20px;
}
.buy-wrap .area2 .item1 .article2 .second {
  color: #910110;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .item1 .article2 .shell {
    width: 50%;
    display: none;
  }
}
.buy-wrap .area2 .paynote {
  width: 70%;
  color: #910110;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 50px;
  padding-bottom: 160px;
  line-height: 25px;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .paynote {
    font-size: 14px;
    width: 80%;
    margin: auto;
    position: relative;
    top: -200px;
    line-height: 20px;
    left: 2%;
    height: 200px;
  }
}
.buy-wrap .area2 .ticketnote {
  width: 70%;
  color: #910110;
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 50px;
  line-height: 25px;
}
.buy-wrap .area2 .ticketnote p {
  font-weight: normal;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .area2 .ticketnote {
    font-size: 18px;
    width: 100%;
    margin: 10px auto;
    position: relative;
  }
}
.buy-wrap .payment-method-mobile {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .buy-wrap .payment-method-mobile {
    display: block;
    width: 70%;
    margin: auto;
  }
  .buy-wrap .payment-method-mobile .content1-m {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 25px;
    position: relative;
    top: 20px;
  }
  .buy-wrap .payment-method-mobile .content1-m .title1-m {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 5px;
  }
  .buy-wrap .payment-method-mobile .process-m {
    border: 2px solid #c1c0bf;
    padding: 8px;
  }
  .buy-wrap .payment-method-mobile .process-m .processline-m {
    border: 2px dashed #c1c0bf;
    padding: 10px;
    line-height: 15px;
    text-align: justify;
  }
  .buy-wrap .payment-method-mobile .process-m .processline-m .processline2-m {
    border-left: 6px double #000;
    padding-left: 10px;
    line-height: 20px;
  }
  .buy-wrap .payment-method-mobile .process-m .processline-m .processline2-m .third {
    font-weight: bold;
    font-size: 18px;
  }
  .buy-wrap .payment-method-mobile .note2-m {
    position: relative;
    margin-top: 20px;
  }
  .buy-wrap .payment-method-mobile .note2-m .title2-m {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 5px;
    line-height: 30px;
  }
  .buy-wrap .payment-method-mobile .note2-m .content2-m {
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 30px;
    line-height: 25px;
    position: relative;
    top: 20px;
  }
  .buy-wrap .payment-method-mobile .note2-m .content2line-m {
    border: 2px solid #c1c0bf;
    padding: 8px;
  }
  .buy-wrap .payment-method-mobile .note2-m .content2line-m .content2line2-m {
    border: 2px dashed #c1c0bf;
    padding: 10px;
    line-height: 15px;
    text-align: justify;
  }
  .buy-wrap .payment-method-mobile .note2-m .content2line-m .content2line3-m {
    border-left: 6px double #000;
    padding-left: 10px;
    line-height: 20px;
  }
  .buy-wrap .payment-method-mobile .note2-m .third {
    font-weight: bold;
    font-size: 18px;
  }
  .buy-wrap .payment-method-mobile .paynote-m {
    margin-top: 20px;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    color: #910110;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .buy-wrap .payment-method-mobile .paynote-m p {
    font-size: 14px;
    font-weight: normal;
  }
}

/*會員登入介面樣式*/
.decorationmountain {
  position: absolute;
  left: 55%;
  top: 85%;
}
@media print, screen and (max-width: 64.06125em) {
  .decorationmountain {
    left: 55%;
    top: 1000px;
  }
}

.decorationline {
  position: absolute;
  top: 100%;
  width: 50%;
  left: -4%;
  z-index: -1;
}
@media print, screen and (max-width: 64.06125em) {
  .decorationline {
    top: 950px;
  }
}

.llyung-descripton {
  width: 83%;
  margin: auto;
  height: 400px;
  padding: 40px 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .llyung-descripton {
    padding-bottom: 250px;
  }
}
.llyung-descripton h4 {
  position: absolute;
  font-weight: bold;
  font-size: 24px;
}
.llyung-descripton p {
  position: absolute;
  width: 80%;
  line-height: 30px;
  text-align: justify;
}

.login-wrap {
  height: 1000px;
  background-repeat: repeat;
  text-align: center;
  z-index: 10;
  padding-bottom: 220px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap {
    margin-top: 100px;
  }
}
.login-wrap input::-webkit-input-placeholder {
  color: #ACACAD;
  font-size: 15px;
}
.login-wrap .decoration-top {
  position: relative;
  top: 8vh;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .decoration-top {
    display: none;
  }
}
.login-wrap .menu {
  padding-top: 20px;
  margin-top: 25px;
  color: #9c7c52;
}
.login-wrap .menu .submit {
  padding: 10px 0;
  cursor: pointer;
}
.login-wrap .menu .submit .go {
  width: 80px;
}
.login-wrap .menu .submit .icon {
  fill: #2b513a;
}
.login-wrap .menu .submit.current .icon {
  fill: #fff;
}
.login-wrap .menu .submit.current .text {
  color: #fff;
}
.login-wrap .menu .img {
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.login-wrap .menu .text {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  display: inline-block;
  line-height: 20px;
}
.login-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 85px auto 0;
  padding-bottom: 20px;
}
.login-wrap .area2 {
  width: 800px;
  margin: 0px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 {
    width: 100%;
  }
}
.login-wrap .area2 form {
  display: block !important;
}
.login-wrap .area2 .login-form {
  align-content: center;
}
.login-wrap .area2 .textcss {
  background-color: transparent;
  width: 180px;
  color: #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #000000;
  font-size: 15px;
  padding: 0 10px;
}
.login-wrap .area2 .textcss:focus {
  outline: 0;
}
.login-wrap .area2 .textcss::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.login-wrap .area2 .item2 .textcss2 {
  background-color: transparent;
  width: 180px;
  height: 35px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  border: 0;
  border-bottom: none;
  font-size: 15px;
  padding: 0 10px;
}
.login-wrap .area2 .item2 .textcss2:focus {
  outline: 0;
}
.login-wrap .area2 .item2 .textcss2::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.login-wrap .area2 .left {
  position: relative;
  right: 8%;
  list-style-type: none;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left {
    width: 100%;
    float: none;
    right: auto;
  }
}
.login-wrap .area2 .right {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  width: 50%;
  left: 8%;
  text-align: center;
  float: right;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right {
    width: 100%;
    float: none;
    left: auto;
  }
}
.login-wrap .area2 .right .fb-login {
  margin-top: -30px;
  margin-bottom: 25px;
}
.login-wrap .area2 .right .fb-login:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right .fb-login img {
    width: 234px;
  }
}
.login-wrap .area2 .right .google-login {
  width: 280px;
  margin: 25px auto;
}
.login-wrap .area2 .right .google-login:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right .google-login {
    margin-top: 30px;
  }
  .login-wrap .area2 .right .google-login img {
    width: 234px;
  }
}
.login-wrap .area2 .right .login-line {
  text-align: center;
  border-bottom: 2px dashed #211816;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right .login-line {
    position: inherit;
    width: 90%;
    margin: 0 auto;
    left: 0;
  }
}
.login-wrap .area2 .right .member-title {
  margin-top: 80px;
  font-size: 15px;
  letter-spacing: 1;
  color: rgb(157, 124, 82);
  margin-bottom: 30px;
  font-weight: 700;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right .member-title {
    margin-top: 60px;
  }
}
.login-wrap .area2 .right .item1 {
  margin: 0 auto 30px;
  width: 160px;
  height: 50px;
  border-radius: 15px;
  padding: 18px 40px 10px;
  background-color: #910110;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 100px;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .right .item1 {
    display: block;
    margin-bottom: 20px;
  }
}
.login-wrap .area2 .right .item2 {
  /*會員帳號樣式*/
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 20px;
  width: 243px;
  font-size: 15px;
  letter-spacing: 2px;
  border: 2px #808080 solid;
  border-radius: 15px;
}
.login-wrap .area2 .right .item3 {
  /*登入密碼樣式*/
}
.login-wrap .area2 .right .item3:hover {
  opacity: 0.9;
}
.login-wrap .area2 .right .item4 {
  /*忘記密碼樣式*/
}
.login-wrap .area2 .right .item4:hover {
  opacity: 0.9;
}
.login-wrap .area2 .left {
  float: left;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  width: 350px;
  text-align: left;
  margin-bottom: 180px;
  /*國籍*/
  /*國籍*/
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.login-wrap .area2 .left ul {
  list-style: none;
}
.login-wrap .area2 .left > li {
  margin-bottom: 10px;
  margin-left: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left > li {
    margin-left: 0;
  }
}
.login-wrap .area2 .left span {
  width: 73px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.login-wrap .area2 .left span:before {
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -17px;
}
.login-wrap .area2 .left .item1 {
  margin: 0 auto 30px;
  width: 160px;
  height: 50px;
  border-radius: 15px;
  padding: 18px 40px 10px;
  background-color: #910110;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 100px;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item1 {
    display: block;
    margin-bottom: 20px;
  }
}
.login-wrap .area2 .left .item2 {
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 20px;
  width: 243px;
  padding-top: 25px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item2 {
    display: block;
  }
}
.login-wrap .area2 .left .item4 input[type=radio] {
  display: none;
}
.login-wrap .area2 .left .item4 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 42px;
  margin-right: 15px;
  min-height: 20px;
  position: relative;
  top: -8px;
  line-height: 20px;
  background: url("../images/radiobg-2.png") no-repeat left;
}
.login-wrap .area2 .left .item4 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
}
.login-wrap .area2 .left .item8.city {
  width: 415px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item8.city {
    width: 92%;
    margin: auto;
  }
}
.login-wrap .area2 .left .item8 #select, .login-wrap .area2 .left .item8 select {
  cursor: pointer;
  padding-left: 15px;
  width: 88px;
  height: 28px;
  border: 0;
  border-bottom: 2px solid #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  color: #000000;
  font-size: 15px;
}
.login-wrap .area2 .left .item8 #select:focus, .login-wrap .area2 .left .item8 select:focus {
  outline: 0;
}
.login-wrap .area2 .left .item8 #select option, .login-wrap .area2 .left .item8 select option {
  color: #000;
}
.login-wrap .area2 .left .item8 .textcss {
  margin-bottom: 10px;
  padding-left: 45px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item8 .textcss {
    padding-left: 31px;
  }
}
.login-wrap .area2 .left .item8 .county {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item8 select {
    width: 94px;
    font-size: 13px;
    padding-left: 13px;
  }
}
.login-wrap .area2 .left .item8 #twzipcode {
  display: inline-block;
}
.login-wrap .area2 .left .item8 #r_twzipcode {
  display: inline-block;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item8 #r_twzipcode .county {
    width: 83px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item8 .zipcoden {
    display: block !important;
    text-align: left;
  }
}
.login-wrap .area2 .left .form-item {
  display: inline-block;
  background-color: transparent;
  width: 172px;
  height: 35px;
  color: #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}
.login-wrap .area2 .left .form-item #country, .login-wrap .area2 .left .form-item #r_country {
  width: 195px;
  height: 48px;
  border: 1px solid #802828;
  border-radius: 4px;
  color: #fff;
  background-color: #802828;
  padding: 0 40px;
}
.login-wrap .area2 .left .form-item #country:focus, .login-wrap .area2 .left .form-item #r_country:focus {
  outline: 0;
}
.login-wrap .area2 .left .form-item #country::-webkit-input-placeholder, .login-wrap .area2 .left .form-item #r_country::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.login-wrap .area2 .left ul.country-list {
  width: 440px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left ul.country-list {
    top: -200px;
    width: 172px;
  }
}
.login-wrap .area2 .left ul.country-list span {
  width: auto;
  margin-top: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left ul.country-list span {
    display: block;
    line-height: 16px;
  }
}
.login-wrap .area2 .left ul.country-list span:before {
  content: "";
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  top: 7px;
  left: -17px;
}
.login-wrap .area2 .left .item10 textarea {
  border-bottom: 2px #000 solid;
  border-top: 2px transparent;
  border-right: 2px transparent;
  border-left: 2px transparent;
  background-color: transparent;
}
.login-wrap .area2 .left .item10 textarea:focus {
  outline: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item-m {
    width: 90%;
    margin: auto;
  }
}
.login-wrap .area2 .left .item11 {
  margin: 0 auto 20px;
  width: 190px;
  height: 40px;
  line-height: 30px;
  padding-top: 20px;
  float: left;
}
@media print, screen and (max-width: 64.06125em) {
  .login-wrap .area2 .left .item11 {
    float: left;
    top: 17px;
    width: 100%;
  }
}
.login-wrap .area2 .left .item11 input[type=radio] {
  display: none;
}
.login-wrap .area2 .left .item11 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 190px;
  margin-left: 22px;
  min-height: 20px;
  position: relative;
  bottom: 17px;
  line-height: 20px;
  background: url("../images/radiobg-2.png") no-repeat left;
}
.login-wrap .area2 .left .item11 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
}
.login-wrap .area2 .left .item12 {
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  cursor: pointer;
}
.login-wrap .area2 .left .item12:hover {
  opacity: 0.9;
}
.login-wrap .area2 .center {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
}
.login-wrap .area2 .center li {
  margin-bottom: 20px;
  margin-left: 20px;
}
.login-wrap .area2 .center .item1 {
  margin: 0 auto 70px;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
}
.login-wrap .area2 .center .item2 {
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 20px;
  padding-top: 25px;
  color: #000000;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}
.login-wrap .area2 .center .item14 a {
  display: block;
  margin: 30px auto 0;
  width: 138px;
  height: 38px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 4px;
  padding-left: 4px;
  margin: auto;
  border-radius: 4px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.login-wrap .area2 .center .item14 a:hover {
  background-color: transparent;
}
.login-wrap .area2 .center .addfinish-decoration {
  position: relative;
  top: -250px;
}
.login-wrap .area2 .center .addfinish-decoration .decoration1 {
  float: left;
}
.login-wrap .area2 .center .addfinish-decoration .decoration2 {
  float: right;
}
.login-wrap .area2 .left span {
  width: 98px;
}
.login-wrap .area2_addFinish {
  margin-top: 200px;
}
.login-wrap .QuserPassReset {
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #9D7C52;
}

/*歡迎登入頁面？*/
.list-wrap {
  background-repeat: repeat;
  text-align: center;
  margin-bottom: -300px;
  padding-top: 40px;
  padding-left: var(--mobileSpace);
  padding-right: var(--mobileSpace);
  height: 100vh;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap {
    padding-bottom: 200px;
  }
}
.list-wrap .empty_img {
  position: absolute;
  right: 5%;
  bottom: 25%;
  z-index: 90;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap .empty_img {
    top: auto;
    position: relative;
    width: 15%;
    float: right;
    bottom: -150px;
  }
}
.list-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap .area1 {
    width: 100%;
  }
}
.list-wrap .area2 {
  padding-bottom: 50px;
  width: 960px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap .area2 {
    width: 100%;
    padding-bottom: 0px;
    margin: auto 0;
  }
}
.list-wrap .area2 .current span {
  opacity: 1;
}
.list-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: 0 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap .area2 li {
    margin: 0px;
  }
}
.list-wrap .area2 li:hover span {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list-wrap .area2 li span {
  position: absolute;
  bottom: -7px;
  left: 27px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.list-wrap .line {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-top: 10px;
}
.list-wrap .welcome {
  color: #000;
  font-weight: bold;
  margin-top: 75px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 20px;
  line-height: 2;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .list-wrap .welcome {
    margin-top: 0px;
    font-size: 18px;
  }
}

/*會員資料、會員編輯頁面*/
.edit-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-top: 40px;
  margin: 0 22px;
}
.edit-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area1 {
    width: 100%;
  }
}
.edit-wrap .area2 {
  padding-bottom: 50px;
  width: 960px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area2 {
    width: 100%;
    padding-bottom: 0px;
  }
}
.edit-wrap .area2 .current span {
  opacity: 1;
}
.edit-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: 0 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area2 li {
    margin: 0 auto;
  }
}
.edit-wrap .area2 li:hover span {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.edit-wrap .area2 li span {
  position: absolute;
  bottom: -7px;
  left: 27px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.edit-wrap .area3 {
  width: 728px;
  margin: 50px auto 0;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 {
    width: 100%;
    margin: 25px auto 0;
  }
}
.edit-wrap .area3 .textcss {
  background-color: transparent;
  width: 180px;
  height: 35px;
  color: #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #000;
  font-size: 15px;
  padding: 0 10px;
}
.edit-wrap .area3 .textcss:focus {
  outline: 0;
}
.edit-wrap .area3 .textcss::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.edit-wrap .area3 .right {
  /*會員資料右邊樣式*/
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  width: 40%;
  text-align: center;
  float: right;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .right {
    width: 50%;
    float: none;
    margin: auto;
  }
}
.edit-wrap .area3 .right .textcss {
  width: 65%;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .right .textcss {
    margin-left: 10px;
  }
}
.edit-wrap .area3 .right li {
  margin-bottom: 20px;
}
.edit-wrap .area3 .right span {
  width: 110px;
  display: inline-block;
  text-align: left;
}
.edit-wrap .area3 .right .item2 {
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 60px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .right .item2 {
    margin: 40px auto 10px;
    font-size: 28px;
  }
}
.edit-wrap .area3 .right .item12 {
  margin: 30px auto 0;
  text-align: center;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  cursor: pointer;
}
.edit-wrap .area3 .right .item12:hover {
  opacity: 0.9;
}
.edit-wrap .area3 .right .line {
  text-align: center;
  margin: 0 auto 30px;
  width: 243px;
  border-bottom: 2px solid #515150;
}
.edit-wrap .area3 .left {
  /*會員資料左邊樣式*/
  float: left;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  width: 40%;
  text-align: left;
  /*國籍*/
  /*國籍*/
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.edit-wrap .area3 .left > li {
  margin-bottom: 20px;
  margin-left: 20px;
}
.edit-wrap .area3 .left span {
  width: 73px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.edit-wrap .area3 .left span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -17px;
}
.edit-wrap .area3 .left .item2 {
  /*會員資料"修改會員資料"樣式*/
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 60px;
  width: 100%;
  font-weight: bold;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item2 {
    font-size: 28px;
    margin: 30px auto 30px;
  }
}
.edit-wrap .area3 .left .item8.city {
  width: 415px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item8.city {
    width: 100%;
  }
}
.edit-wrap .area3 .left .item8 #select, .edit-wrap .area3 .left .item8 select {
  cursor: pointer;
  padding-left: 15px;
  width: 82px;
  height: 28px;
  border: 0;
  border-bottom: 2px solid #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  color: #000;
  font-size: 15px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item8 #select, .edit-wrap .area3 .left .item8 select {
    width: 94px;
    font-size: 13px;
    padding-left: 13px;
  }
}
.edit-wrap .area3 .left .item8 #select:focus, .edit-wrap .area3 .left .item8 select:focus {
  outline: 0;
}
.edit-wrap .area3 .left .item8 #select option, .edit-wrap .area3 .left .item8 select option {
  color: #000;
}
.edit-wrap .area3 .left .item8 .textcss {
  width: 122px;
  margin-bottom: 10px;
  padding-left: 45px;
}
.edit-wrap .area3 .left .item8 .county {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item8 select {
    width: 93px;
  }
}
.edit-wrap .area3 .left .item8 #twzipcode {
  display: inline-block;
  margin-top: 20px;
}
.edit-wrap .area3 .left .item8 #r_twzipcode {
  display: inline-block;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item8 #r_twzipcode .county {
    width: 83px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left .item8 .zipcoden {
    display: block !important;
    text-align: left;
  }
}
.edit-wrap .area3 .left .item8 .red_required {
  position: relative;
  top: 0;
}
.edit-wrap .area3 .left .item8 .red_required.zip {
  position: relative;
  top: 13px;
}
.edit-wrap .area3 .left .item8 span {
  margin-top: 8px;
  vertical-align: top;
}
.edit-wrap .area3 .left .form-item {
  display: inline-block;
  background-color: transparent;
  width: 172px;
  height: 35px;
  color: #fff;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}
.edit-wrap .area3 .left .form-item #country, .edit-wrap .area3 .left .form-item #r_country {
  width: 195px;
  height: 48px;
  border: 1px solid #802828;
  border-radius: 4px;
  color: #fff;
  background-color: #802828;
  padding: 0 40px;
}
.edit-wrap .area3 .left .form-item #country:focus, .edit-wrap .area3 .left .form-item #r_country:focus {
  outline: 0;
}
.edit-wrap .area3 .left .form-item #country::-webkit-input-placeholder, .edit-wrap .area3 .left .form-item #r_country::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.edit-wrap .area3 .left ul.country-list {
  width: 440px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left ul.country-list {
    width: 172px;
    top: -200px;
  }
}
.edit-wrap .area3 .left ul.country-list span {
  width: auto;
  margin-top: 0px;
  color: #000;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 .left ul.country-list span {
    display: block;
    line-height: 16px;
  }
}
.edit-wrap .area3 .left ul.country-list span:before {
  content: "";
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  top: 7px;
  left: -17px;
}
.edit-wrap .area3 .left .item10 span {
  vertical-align: top;
  position: relative;
  top: 7px;
}
.edit-wrap .area3 .left .item10 textarea {
  resize: vertical;
  background-color: transparent;
  width: 172px;
  height: 80px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  border-radius: 4px;
  border-color: #000;
  color: #000;
  position: relative;
  top: 10px;
}
.edit-wrap .area3 .left .item10 textarea:focus {
  outline: 0;
}
.edit-wrap .area3 .left .item12 {
  margin: 30px auto 0;
  text-align: center;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  cursor: pointer;
}
.edit-wrap .area3 .left .item12:hover {
  opacity: 0.9;
}
.edit-wrap .area3 .left .line {
  text-align: center;
  margin: 0 auto 30px;
  width: 243px;
  border-bottom: 2px solid #515150;
}
.edit-wrap .area3 img {
  width: 20%;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .area3 img {
    width: 100%;
    max-width: 70px;
  }
}
.edit-wrap .memberedit-decoration {
  padding-bottom: 40vh;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .memberedit-decoration {
    padding-bottom: 0px;
    height: auto;
  }
}
.edit-wrap .memberedit-decoration .decoration1 {
  position: absolute;
  bottom: -40rem;
  overflow: hidden;
  right: 0%;
  z-index: -1;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .memberedit-decoration .decoration1 {
    bottom: -80%;
    position: relative;
    top: auto;
  }
}
.edit-wrap .memberedit-decoration .decoration2 {
  position: absolute;
  right: 5%;
  z-index: 90;
  bottom: -35rem;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .memberedit-decoration .decoration2 {
    display: none;
  }
}
.edit-wrap .memberedit-decoration .decoration2-m {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .edit-wrap .memberedit-decoration .decoration2-m {
    display: block;
    float: right;
    position: relative;
    bottom: -15vh;
    z-index: 3;
    width: 20%;
  }
}
.edit-wrap .line {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-top: 10px;
}

/*購物清單頁面中的購物須知*/
.howtobuyWindowout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  backdrop-filter: blur(0.5rem);
}
.howtobuyWindowout .howtobuyWindowin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border: 1rem solid #FFFFFF;
  height: 70vh;
  overflow: scroll;
  margin: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .howtobuyWindowout .howtobuyWindowin {
    width: 100%;
  }
}

/*購物清單頁面*/
.order-list-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-top: 40px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  color: #000000;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap {
    font-size: 12px;
    background-repeat: repeat;
    text-align: center;
    padding-top: 40px;
    margin: 0 22px;
  }
}
.order-list-wrap .empty_img {
  position: relative;
  left: 35%;
  top: 150px;
  z-index: 90;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .empty_img {
    width: 25%;
  }
}
.order-list-wrap .decoration-order {
  position: absolute;
  top: 100px;
  left: 75%;
}
.order-list-wrap .step {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  text-align: left;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .step {
    margin-top: 40px;
    width: 90%;
    margin: auto;
  }
}
.order-list-wrap .buystep {
  position: relative;
  right: 3.5%;
  margin-top: -400px;
  z-index: -1;
}
.order-list-wrap .area1 {
  width: 960px;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area1 {
    width: 100%;
  }
}
.order-list-wrap .area2 {
  padding-bottom: 0px;
  width: 960px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area2 {
    width: 100%;
    padding-bottom: 0px;
  }
}
.order-list-wrap .area2 .current span {
  opacity: 1;
}
.order-list-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: 0 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area2 li {
    margin: 0 auto;
  }
}
.order-list-wrap .area2 li:hover span {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-list-wrap .area2 li span {
  position: absolute;
  bottom: -7px;
  left: 27px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-list-wrap .area3 {
  margin-top: 80px;
  margin-bottom: 40px;
}
.order-list-wrap .area4 {
  width: 960px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  /*.name{
  }*/
  /*確認商品區塊商品*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 {
    width: 100%;
    padding-bottom: 210px;
    font-size: 20px;
  }
}
.order-list-wrap .area4 .step {
  /*&:after {
  	content: none;
  }*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .step {
    width: 90%;
    margin: auto;
  }
}
.order-list-wrap .area4 th {
  font-size: 18px;
}
.order-list-wrap .area4 .goods {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  padding: 26px 0;
  font-size: 16px;
  color: #595757;
  position: relative;
  text-align: center;
  /*li{
  }*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods {
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
    border-top: 2px dashed #c1c0bf;
    vertical-align: middle;
  }
}
.order-list-wrap .area4 .goods .sub-item1 {
  /*購物車確認商品編號*/
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  font-family: Spectral, Arial, Helvetica, sans-serif;
}
.order-list-wrap .area4 .goods .sub-item2 {
  /*商品圖片*/
  width: 200px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item2 {
    width: auto;
    vertical-align: middle;
  }
}
.order-list-wrap .area4 .goods .sub-item3 {
  /*商品名稱*/
  text-align: center;
  width: 200px;
  word-break: break-all;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item3 {
    width: 50vw;
    margin: 1%;
    margin-top: 5px;
    text-align: left;
    display: table-caption;
  }
}
.order-list-wrap .area4 .goods .sub-item4 {
  /*數量*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item4 {
    width: 50vw;
    margin: 1%;
    text-align: left;
    display: table-caption;
  }
  .order-list-wrap .area4 .goods .sub-item4:before {
    content: "數量：";
  }
}
.order-list-wrap .area4 .goods .sub-item5 {
  /*單價*/
  width: 100px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item5 {
    width: 50vw;
    margin: 1%;
    text-align: left;
    display: table-caption;
  }
  .order-list-wrap .area4 .goods .sub-item5:before {
    content: "單價：";
  }
}
.order-list-wrap .area4 .goods .sub-item6 {
  /*小計*/
  width: 100px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item6 {
    width: 50vw;
    margin: 1%;
    text-align: left;
    display: table-caption;
  }
  .order-list-wrap .area4 .goods .sub-item6:before {
    content: "小計：";
  }
  .order-list-wrap .area4 .goods .sub-item6 p:before {
    content: "折扣：";
  }
}
.order-list-wrap .area4 .goods .sub-item7 {
  /*日期*/
  width: 100px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item7 {
    width: 50vw;
    margin: 1%;
    margin-bottom: 5px;
    text-align: left;
    display: table-caption;
  }
  .order-list-wrap .area4 .goods .sub-item7:before {
    content: "票券日期：";
  }
}
.order-list-wrap .area4 .goods .sub-item8 {
  /*刪除*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods .sub-item8 {
    width: 10%;
    text-align: center;
    vertical-align: middle;
  }
}
.order-list-wrap .area4 .goods .sub-item9 {
  /*折扣資訊*/
  color: red;
  text-align: right;
}
.order-list-wrap .area4 .goods .select-num {
  position: relative;
}
.order-list-wrap .area4 .goods .select-num .under-under {
  position: absolute;
  left: 10px;
  bottom: -3px;
  width: 71%;
  border-bottom: 3px solid #901110;
}
.order-list-wrap .area4 .goods #qty {
  margin-left: 5px;
  padding-left: 28px;
  width: 80px;
  height: 20px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  background: url("../images/select-bg.svg") no-repeat 0;
  background-position: right;
  -webkit-appearance: none;
  color: #595757;
  border: 0;
  font-weight: bold;
  font-size: 18px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .goods #qty {
    background: url("../images/select-bg.svg") no-repeat 0;
    background-position: right;
    padding-left: 32px;
    margin-left: -5px;
    width: 75px;
    font-size: 16px;
  }
}
.order-list-wrap .area4 .goods #qty option {
  color: #000;
}
.order-list-wrap .area4 .line {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-top: 12px;
}
.order-list-wrap .area4 .total {
  margin-right: 30px;
  margin-top: 25px;
  position: relative;
  text-align: right;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  color: #9d7c52;
  /*總計樣式*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .total {
    margin-right: 0;
  }
}
.order-list-wrap .area4 .total .total-price {
  padding-bottom: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .total .total-price {
    width: 85%;
    margin: auto;
  }
}
.order-list-wrap .area4 .total .total-price li {
  position: relative;
}
.order-list-wrap .area4 .total .total-price li:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 2px;
  width: 11.5%;
  background-color: #000000;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .total .total-price li:after {
    width: 35.5%;
  }
}
.order-list-wrap .area4 .total li {
  /*運費計算與優惠辦法*/
  margin-bottom: 14px;
  font-weight: bold;
  color: #000000;
}
.order-list-wrap .area4 .total li span {
  font-weight: 500;
  display: inline-block;
  width: 60px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #000000;
}
.order-list-wrap .area4 .total .combin_note {
  font-size: 12px;
}
.order-list-wrap .area4 .total .next {
  position: absolute;
  right: 0;
  bottom: 0px;
  color: #000000;
  cursor: pointer;
  padding-top: 25px;
  width: 100%;
  text-align: right;
}
.order-list-wrap .area4 .total .next:after {
  content: none !important;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4 .total .next {
    text-align: center;
  }
  .order-list-wrap .area4 .total .next img {
    width: 30%;
  }
}
.order-list-wrap .area4 .total span.red {
  color: #000000;
}
.order-list-wrap .area4_empty {
  margin: 200px auto;
}
.order-list-wrap .area5 {
  width: 960px;
  margin: 120px auto 0;
  text-align: left;
  color: #9d7c52;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area5 {
    width: 100%;
    padding-bottom: 40px;
  }
}
.order-list-wrap .area5 .step:after {
  content: none;
}
.order-list-wrap .area5 ul {
  margin-top: 20px;
  margin-bottom: -60px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area5 ul {
    width: 85%;
    margin: auto;
  }
}
.order-list-wrap .area5 li {
  vertical-align: middle;
  display: inline-block;
  line-height: 18px;
}
.order-list-wrap .area5 .left {
  width: 190px;
  height: 40px;
  margin-right: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area5 .left {
    width: 100%;
    margin-right: 0;
    border-right: none;
  }
}
.order-list-wrap .area5 .right {
  width: 400px;
  line-height: 1.8;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area5 .right {
    width: 100%;
  }
}
.order-list-wrap .stepimg {
  position: relative;
  right: 5%;
  bottom: 250px;
  z-index: -1;
}
.order-list-wrap .stepimg .decoration2 {
  position: absolute;
  top: 750px;
  left: 60%;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .stepimg .decoration2 {
    transform: translateX(50px);
    display: none;
  }
}
.order-list-wrap .stepimg .decoration3 {
  position: absolute;
  top: 1000px;
  right: 70%;
}
.order-list-wrap .area6 {
  width: 960px;
  margin: 10px auto 0;
  position: relative;
  bottom: 250px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 {
    width: 100%;
  }
}
.order-list-wrap .area6 .ul-1 {
  margin-top: 0px;
  padding-top: 50px;
  text-align: left;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .ul-1 {
    padding-left: 22px;
  }
}
.order-list-wrap .area6 .ul-1.copy {
  border-top: none;
}
.order-list-wrap .area6 .ul-1 > li {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .ul-1 > li {
    width: 100%;
  }
}
.order-list-wrap .area6 .left {
  text-align: left;
  width: 240px;
  color: #595757;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.order-list-wrap .area6 .right {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-weight: 700;
  padding-left: 60px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right {
    padding-left: 0;
    border-left: none;
  }
}
.order-list-wrap .area6 .right .info {
  /*資料填寫內容樣式*/
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  width: 380px;
  text-align: left;
  /*國籍*/
  /*國籍*/
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info {
    width: 40%;
    margin: auto;
  }
}
.order-list-wrap .area6 .right .info .textcss {
  background-color: transparent;
  width: 100%;
  height: 30px;
  color: #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #000000;
  font-size: 15px;
  padding: 0 10px;
}
.order-list-wrap .area6 .right .info .textcss:focus {
  outline: 0;
}
.order-list-wrap .area6 .right .info .textcss::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.order-list-wrap .area6 .right .info > li {
  margin-bottom: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info > li {
    margin-bottom: 12px;
  }
}
.order-list-wrap .area6 .right .info .item12 {
  color: #910110;
}
.order-list-wrap .area6 .right .info span.red_required {
  width: 73px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.order-list-wrap .area6 .right .info span.red_required:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -17px;
}
.order-list-wrap .area6 .right .info span {
  width: 73px;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 5px;
}
.order-list-wrap .area6 .right .info span:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -17px;
}
.order-list-wrap .area6 .right .info .form-item {
  display: inline-block;
  background-color: transparent;
  width: 206px;
  height: 35px;
  color: #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
}
.order-list-wrap .area6 .right .info .form-item #country, .order-list-wrap .area6 .right .info .form-item #r_country {
  width: 195px;
  height: 48px;
  border: 1px solid #802828;
  border-radius: 4px;
  color: #9d7c52;
  padding: 0 40px;
}
.order-list-wrap .area6 .right .info .form-item #country:focus, .order-list-wrap .area6 .right .info .form-item #r_country:focus {
  outline: 0;
}
.order-list-wrap .area6 .right .info .form-item #country::-webkit-input-placeholder, .order-list-wrap .area6 .right .info .form-item #r_country::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.order-list-wrap .area6 .right .info ul.country-list {
  width: 440px;
  letter-spacing: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info ul.country-list {
    width: 100%;
  }
}
.order-list-wrap .area6 .right .info ul.country-list span {
  width: auto;
  margin-top: 0px;
}
.order-list-wrap .area6 .right .info ul.country-list span:before {
  content: "";
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  top: 7px;
  left: -17px;
}
.order-list-wrap .area6 .right .info .item4 input[type=radio] {
  display: none;
}
.order-list-wrap .area6 .right .info .item4 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 42px;
  margin-right: 15px;
  min-height: 20px;
  position: relative;
  top: -8px;
  line-height: 20px;
  background: url("../images/radiobg.png") no-repeat left;
}
.order-list-wrap .area6 .right .info .item4 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
}
.order-list-wrap .area6 .right .info .item12 input[type=radio] {
  display: none;
}
.order-list-wrap .area6 .right .info .item12 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 42px;
  margin-right: 15px;
  min-height: 20px;
  position: relative;
  top: 0;
  line-height: 20px;
  background: url("../images/radiobg.png") no-repeat left;
  filter: invert(10%) sepia(79%) saturate(7105%) hue-rotate(351deg) brightness(60%) contrast(102%);
}
.order-list-wrap .area6 .right .info .item12 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
  filter: invert(10%) sepia(79%) saturate(7105%) hue-rotate(351deg) brightness(60%) contrast(102%);
}
.order-list-wrap .area6 .right .info .item8 #select, .order-list-wrap .area6 .right .info .item8 select {
  cursor: pointer;
  padding-left: 15px;
  width: 82px;
  height: 28px;
  border: 0;
  border-bottom: 2px solid #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  color: #000000;
  font-size: 15px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info .item8 #select, .order-list-wrap .area6 .right .info .item8 select {
    width: 74px;
    font-size: 13px;
    padding-left: 18px;
  }
}
.order-list-wrap .area6 .right .info .item8 #select:focus, .order-list-wrap .area6 .right .info .item8 select:focus {
  outline: 0;
}
.order-list-wrap .area6 .right .info .item8 #select option, .order-list-wrap .area6 .right .info .item8 select option {
  color: #000;
}
.order-list-wrap .area6 .right .info .item8 .textcss {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 45px;
}
.order-list-wrap .area6 .right .info .item8 .county {
  margin-bottom: 10px;
}
.order-list-wrap .area6 .right .info .item8 #twzipcode {
  display: inline-block;
  margin-top: 20px;
}
.order-list-wrap .area6 .right .info .item8 #r_twzipcode {
  display: inline-block;
}
.order-list-wrap .area6 .right .info .item8 span {
  margin-top: 8px;
  vertical-align: top;
}
.order-list-wrap .area6 .right .info .item8 span.pcode {
  position: relative;
  top: 18px;
}
.order-list-wrap .area6 .right .info .item10 textarea {
  resize: vertical;
  background-color: transparent;
  width: 172px;
  height: 80px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  border-radius: 4px;
  border-color: #000;
  color: #000;
}
.order-list-wrap .area6 .right .info .item10 textarea:focus {
  outline: 0;
}
.order-list-wrap .area6 .right .info .item11 span {
  vertical-align: top;
}
.order-list-wrap .area6 .right .info .item11 span:before {
  display: none;
}
.order-list-wrap .area6 .right .info .item11 textarea {
  resize: vertical;
  background-color: transparent;
  width: 100%;
  height: 80px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  border-radius: 4px;
  border-color: #000;
  color: #000;
}
.order-list-wrap .area6 .right .info .item11 textarea:focus {
  outline: 0;
}
.order-list-wrap .area6 .right .info .item13.datepick .textcss {
  text-align: center;
}
.order-list-wrap .area6 .right .info .item14 input[type=radio] {
  display: none;
}
.order-list-wrap .area6 .right .info .item14 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 80px;
  margin-right: 15px;
  min-height: 20px;
  position: relative;
  top: -8px;
  line-height: 20px;
  background: url("../images/radiobg.png") no-repeat left;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info .item14 input[type=radio] + label {
    margin-bottom: 15px;
  }
}
.order-list-wrap .area6 .right .info .item14 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area6 .right .info .item14 input[type=radio]:checked + label {
    margin-bottom: 15px;
  }
}
.order-list-wrap .area6.report-area {
  padding-top: 35vh;
}
.order-list-wrap .area6.report-area .right .info {
  width: 325px;
}
.order-list-wrap .area6.report-area .right .info span {
  width: 120px;
}
.order-list-wrap .area6.report-area #reportSubmit {
  margin: 30px auto 0;
  text-align: center;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  cursor: pointer;
}
.order-list-wrap .area6.report-area #reportSubmit:hover {
  opacity: 0.9;
}
.order-list-wrap .area7 {
  width: 960px;
  margin: 60px auto 0;
  padding-bottom: 35px;
  line-height: 18px;
  color: #000;
  position: relative;
  bottom: 250px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area7 {
    width: 100%;
  }
}
.order-list-wrap .area7 .decoration2-m {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area7 .decoration2-m {
    display: block;
    position: absolute;
    left: 60%;
  }
}
.order-list-wrap .area7 ul {
  margin-top: 0px;
  padding-top: 80px;
  text-align: left;
}
.order-list-wrap .area7 ul li {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area7 ul {
    padding: 40px 10px 10px 10px;
    width: 85%;
    margin: auto;
  }
}
.order-list-wrap .area7 .left {
  width: 100%;
  font-weight: 700;
}
.order-list-wrap .area7 .left .item1 {
  margin-bottom: 30px;
}
.order-list-wrap .area7 .left .item1 input[type=radio] {
  display: none;
}
.order-list-wrap .area7 .left .item1 input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 31px;
  width: 100%;
  background: url("../images/radiobg.png") no-repeat left;
  filter: invert(10%) sepia(79%) saturate(7105%) hue-rotate(351deg) brightness(60%) contrast(102%);
}
.order-list-wrap .area7 .left .item1 input[type=radio]:checked + label {
  background: url("../images/radiobg2.png") no-repeat left;
  filter: invert(10%) sepia(79%) saturate(7105%) hue-rotate(351deg) brightness(60%) contrast(102%);
}
.order-list-wrap .area7 .right {
  /*購物車前往結帳內容樣式*/
  line-height: 24px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area7 .right {
    width: 90%;
    border-left: none;
    padding-left: 0;
    font-size: 12px;
  }
}
.order-list-wrap .area7 .right p {
  margin: -11px 0 0 0;
  font-weight: 700;
}
.order-list-wrap .area7-5 {
  position: relative;
  bottom: 300px;
}
.order-list-wrap .area7-5 img {
  z-index: -1;
}
.order-list-wrap .area8 {
  /*購物車最後統計樣式*/
  width: 70%;
  margin: -30px auto 0;
  position: relative;
  bottom: 250px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 {
    padding-bottom: 130px;
  }
}
.order-list-wrap .area8 .readbuy {
  position: relative;
  float: right;
  margin: -93px 0 0 0;
  z-index: 3;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .readbuy {
    float: none;
    margin: 0;
  }
}
.order-list-wrap .area8 .order-decoration .decoration1 {
  position: absolute;
  top: 15%;
  left: 72%;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .order-decoration .decoration1 {
    top: 10%;
    left: 72%;
  }
}
.order-list-wrap .area8 .order-decoration .decoration2 {
  position: absolute;
  top: 200%;
  left: 60%;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .order-decoration .decoration2 {
    top: 90%;
    left: 60%;
  }
}
.order-list-wrap .area8 .order-decoration .decoration3 {
  position: absolute;
  top: 250%;
  right: 75%;
  z-index: -1;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .order-decoration .decoration3 {
    top: 90%;
    right: 75%;
  }
}
.order-list-wrap .area8 .total {
  position: relative;
  text-align: left;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .total {
    margin-right: 0;
  }
}
.order-list-wrap .area8 .total li {
  margin-bottom: 14px;
  position: relative;
}
.order-list-wrap .area8 .total li:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  height: 2px;
  width: 11.5%;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area8 .total li:after {
    width: 32.5%;
  }
}
.order-list-wrap .area8 .total .next {
  position: absolute;
  right: -5%;
  bottom: -90px;
  color: #000;
  cursor: pointer;
}
.order-list-wrap .area8 .total .next:after {
  content: none;
}
.order-list-wrap .area8 .total span {
  display: inline-block;
  width: 60px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #000;
  font-weight: 500;
}
.order-list-wrap .area8 .total span.red {
  color: #ff5555;
}
.order-list-wrap .left {
  font-size: 15px;
}
.order-list-wrap .area4-detail {
  width: 960px;
  margin: 0 auto;
  padding-top: 65px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4-detail {
    width: 100%;
  }
}
.order-list-wrap .area4-detail .step2 {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  text-align: left;
  padding-bottom: 30px;
}
.order-list-wrap .area4-detail .step2.note {
  font-weight: bold;
  padding-top: 30px;
  border-top: 2px dashed #211816;
  border-bottom: 2px dashed #211816;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list-wrap .area4-detail .step2 {
    display: none;
  }
}
.order-list-wrap .area4-detail .name2 {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-top: 35px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 2px dashed #000;
}
.order-list-wrap .area4-detail .name2 li {
  display: inline-block;
  vertical-align: middle;
}
.order-list-wrap .area4-detail .name2 li .db-left {
  padding-right: 7px;
}
.order-list-wrap .area4-detail .name2 li .db-right {
  padding-left: 7px;
}
.order-list-wrap .area4-detail .goods2 {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  padding: 26px 0;
  font-size: 15px;
  color: #595757;
  padding-bottom: 20px;
  position: relative;
}
.order-list-wrap .area4-detail .goods2 li {
  display: inline-block;
  vertical-align: middle;
}
.order-list-wrap .area4-detail .goods2 .sub-item7 img {
  cursor: pointer;
}
.order-list-wrap .area4-detail .goods2 span {
  display: inline-block;
  padding: 3px 10px;
}
.order-list-wrap .area4-detail .sub-item1 {
  width: 79px;
}
.order-list-wrap .area4-detail .sub-item2 {
  width: 144px;
}
.order-list-wrap .area4-detail .sub-item3 {
  width: 186px;
}
.order-list-wrap .area4-detail .sub-item4 {
  width: 66px;
}
.order-list-wrap .area4-detail .sub-item5 {
  width: 97px;
}
.order-list-wrap .area4-detail .sub-item6 {
  width: 94px;
}
.order-list-wrap .area4-detail .sub-item7 {
  width: 121px;
}
.order-list-wrap .area4-detail .sub-item8 {
  width: 104px;
}
.order-list-wrap .area4-detail .sub-item9 {
  width: 82px;
}

.order-look-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 400px;
  padding-top: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap {
    margin: 0 22px;
    padding-bottom: 100px;
  }
}
.order-look-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area1 {
    width: 100%;
  }
}
.order-look-wrap .area2 {
  z-index: 1;
  padding-bottom: 50px;
  width: 960px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area2 {
    width: 100%;
    padding-bottom: 0px;
  }
}
.order-look-wrap .area2 .current span {
  opacity: 1;
}
.order-look-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: 0 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area2 li {
    margin: 0 auto;
  }
}
.order-look-wrap .area2 li:hover span {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-look-wrap .area2 li span {
  position: absolute;
  bottom: -7px;
  left: 27px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-look-wrap .area3 {
  width: 960px;
  margin: 100px auto 0;
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area3 {
    width: 100%;
    margin: 30px auto 0;
  }
}
.order-look-wrap .area3 .title {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
}
.order-look-wrap .area3 .name {
  /*訂單記錄樣式*/
  padding-bottom: 17px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  left: 3%;
}
.order-look-wrap .area3 .name li {
  margin: 0 7% 0 0;
  display: inline-block;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area3 .name li {
    display: none;
  }
}
.order-look-wrap .area3 .goods {
  border-bottom: 2px #000 solid;
  padding: 10px 0;
  line-height: 3;
  color: #000;
  width: 94%;
  margin: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area3 .goods {
    line-height: 1;
  }
}
.order-look-wrap .area3 .goods li {
  display: inline-block;
}
.order-look-wrap .area3 .goods li:hover {
  text-decoration: underline;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area3 .goods li {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    text-align: left;
  }
}
.order-look-wrap .area3 .goods li span {
  display: inline-block;
  position: relative;
  top: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-wrap .area3 .goods li span {
    margin-right: 16px;
    top: 0;
  }
}
.order-look-wrap .area3 .goods li span.list {
  color: #000;
}
.order-look-wrap .area3 .goods li span.return {
  display: block;
}
.order-look-wrap .area3 .goods .detail img {
  margin-right: 5px;
}
.order-look-wrap .area3 .goods .red {
  color: #ff5555;
  line-height: 20px;
}

/*訂單明細區塊*/
.order-look-detail-wrap {
  background-image: url(img/bgImg.jpg);
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 220px;
  padding-top: 40px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap {
    margin: 0 22px;
    padding-bottom: 100px;
  }
}
.order-look-detail-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area1 {
    width: 100%;
  }
}
.order-look-detail-wrap .area2 {
  z-index: 1;
  padding-bottom: 50px;
  width: 960px;
  margin: 50px auto 0;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area2 {
    width: 100%;
    padding-bottom: 0px;
  }
}
.order-look-detail-wrap .area2 .current span {
  opacity: 1;
}
.order-look-detail-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: 0 50px;
}
.order-look-detail-wrap .area2 li:hover span {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-look-detail-wrap .area2 li span {
  position: absolute;
  bottom: -7px;
  left: 33px;
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.order-look-detail-wrap .area3 {
  width: 960px;
  margin: 90px auto 0;
  text-align: left;
  color: #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area3 {
    width: 100%;
    margin: auto;
  }
}
.order-look-detail-wrap .area3 #push {
  height: 17px;
}
.order-look-detail-wrap .area3 .left {
  float: left;
  margin-right: 30px;
  border: 1px solid #595757;
  border-radius: 50%;
  width: 103px;
  height: 103px;
  font-size: 18px;
  letter-spacing: 2px;
  padding-left: 3px;
  color: #910110;
  line-height: 101px;
  text-align: center;
  position: relative;
  top: 25px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area3 .left {
    display: none;
  }
}
.order-look-detail-wrap .area3 .right {
  color: #000;
  float: left;
  padding-left: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-left: 1px solid #910110;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area3 .right {
    padding-left: 0;
    border-left: none;
  }
}
.order-look-detail-wrap .area3 .right p {
  width: 400px;
  line-height: 20px;
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area3 .right p {
    width: 100%;
  }
}
.order-look-detail-wrap .area3 .right span {
  color: #ff5555;
}
.order-look-detail-wrap .area3 .money {
  color: #000;
  float: left;
  margin-left: 31px;
  margin-top: 60px;
  font-family: "Source Sans Pro", "Source Serif Pro", sans-serif;
  font-size: 20px;
  width: 64px;
  width: auto;
  border-bottom: 1px solid #802828;
  padding-bottom: 9px;
}
.order-look-detail-wrap .area4 {
  width: 960px;
  margin: 0 auto;
  padding-top: 160px;
  letter-spacing: 1px;
  color: #000;
  line-height: 1.3;
}
@media print, screen and (max-width: 64.06125em) {
  .order-look-detail-wrap .area4 {
    width: 100%;
    padding-top: 50px;
  }
}
.order-look-detail-wrap .area4 .step {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  text-align: left;
  border-bottom: 2px solid #515150;
  padding-bottom: 13px;
}
.order-look-detail-wrap .area4 .name {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #515150;
}
.order-look-detail-wrap .area4 .name li {
  display: inline-block;
  vertical-align: middle;
}
.order-look-detail-wrap .area4 .goods {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  padding: 26px 0;
  font-size: 15px;
  border-bottom: 2px solid #515150;
}
.order-look-detail-wrap .area4 .goods li {
  display: inline-block;
  vertical-align: middle;
}
.order-look-detail-wrap .area4 .goods .sub-item7 img {
  cursor: pointer;
}
.order-look-detail-wrap .area4 .goods span {
  display: inline-block;
  padding: 3px 10px;
}
.order-look-detail-wrap .area4 .sub-item1 {
  width: 79px;
}
.order-look-detail-wrap .area4 .sub-item2 {
  width: 144px;
}
.order-look-detail-wrap .area4 .sub-item3 {
  width: 186px;
}
.order-look-detail-wrap .area4 .sub-item4 {
  width: 66px;
}
.order-look-detail-wrap .area4 .sub-item5 {
  width: 97px;
}
.order-look-detail-wrap .area4 .sub-item6 {
  width: 94px;
}
.order-look-detail-wrap .area4 .sub-item7 {
  width: 121px;
}
.order-look-detail-wrap .area4 .sub-item8 {
  width: 104px;
}
.order-look-detail-wrap .area4 .sub-item9 {
  width: 82px;
}

.area960 {
  width: 960px !important;
}

.margin0 {
  margin: 0 !important;
}

.member_menu_area {
  position: relative;
  padding-top: 10vh;
}
@media print, screen and (max-width: 64.06125em) {
  .member_menu_area {
    width: 90%;
  }
}
.member_menu_area li:hover .ch:after {
  left: 0;
  opacity: 1;
}
.member_menu_area li:hover .ch:before {
  right: 0;
  opacity: 1;
}
.member_menu_area li.current .ch:after {
  left: 0;
  opacity: 1;
}
.member_menu_area li.current .ch:before {
  right: 0;
  opacity: 1;
}
.member_menu_area li .ch {
  position: relative;
}
.member_menu_area li .ch:after {
  background: url(../images/order_list-before&after.png) 0 0/100% 100% no-repeat;
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  left: 15%;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.member_menu_area li .ch:before {
  background: url(../images/order_list-before&after.png) 0 0/100% 100% no-repeat;
  content: "";
  position: absolute;
  width: 15px;
  height: 100%;
  right: 15%;
  opacity: 0;
  transition: all 0.3s;
}
@media print, screen and (max-width: 64.06125em) {
  .member_menu_area li {
    padding: 0px 10px 20px 10px;
  }
}
.member_menu_area svg {
  width: 114px;
}
.member_menu_area .list {
  fill: #2b513a;
}
.member_menu_area .list.current, .member_menu_area .list:hover {
  fill: #ffffff;
}
.member_menu_area .member {
  fill: #2b513a;
}
.member_menu_area .member.current, .member_menu_area .member:hover {
  fill: #ffffff;
}
.member_menu_area .order {
  fill: #2b513a;
}
.member_menu_area .order.current, .member_menu_area .order:hover {
  fill: #ffffff;
}

.ps_content {
  font-size: 14px;
  color: #636363;
  line-height: 22px;
}

.vtop {
  vertical-align: top;
}

/*--------------------------- city & zipcode ------------------------------*/
#twzipcode .city,
#r_twzipcode .city {
  display: inline-block;
}
#twzipcode .city2,
#r_twzipcode .city2 {
  display: inline-block;
}
#twzipcode .zip,
#r_twzipcode .zip {
  display: inline-block;
  margin-top: 10px;
}
#twzipcode .r_zipcodeC,
#r_twzipcode .r_zipcodeC {
  display: inline-block;
  margin-top: 10px;
}

/*-------------------------- validate --------------------------*/
.def-err {
  display: none;
}

label.error {
  margin-top: 6px;
  display: block;
  color: #ff5555;
  text-align: center;
}

.item11 label.error {
  margin-left: 52px;
}

.right.modifyRight label.error {
  margin-left: 117px;
}

.right .item-err {
  color: #2b513a;
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 10px;
}

#buyFormular label.error {
  text-align: left;
}

.right.reportRight label.error {
  margin-left: 124px;
}

.county {
  margin-bottom: 10px;
}

#twzipcode {
  display: inline-block;
}

.order-look-wrap .area3 .goods li {
  vertical-align: middle;
}

.special {
  width: 22px;
  top: -1px !important;
  display: none;
  vertical-align: middle;
  padding-right: 0px;
}

.specialw {
  width: 22px;
  top: -1px !important;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0px;
}

.index-news {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin-bottom: 100px;
}
.index-news:first-child {
  margin-bottom: 10px;
}
.index-news .content {
  margin: 20px;
}
.index-news .content .title {
  line-height: 35px;
  color: #f2eda6;
  font-size: 30px;
}
.index-news .content .title .icon {
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  top: 5px;
  margin-bottom: 18px;
}
.index-news .content .intro {
  font-size: 15px;
  margin-bottom: 40px;
}
.index-news .pic {
  transition: all 1s;
}
.index-news .pic img {
  max-width: 935px;
  transition: all 1s;
}
.index-news:hover .pic {
  -webkit-transform: translate(-6px, -14px);
  -ms-transform: translate(-6px, -14px);
  transform: translate(-6px, -14px);
  transition: all 1s;
}
.index-news:hover .pic img {
  -webkit-box-shadow: 13px 13px 15px 0px rgba(35, 24, 21, 0.6);
  box-shadow: 13px 13px 15px 0px rgba(35, 24, 21, 0.6);
  transition: all 1s;
}

/*-------------------------- validate --------------------------*/
/*-------------------------- pager --------------------------*/
ul.pager li {
  color: #000;
  display: inline-block;
  margin: 0 10px;
}
ul.pager li.active {
  color: #910110;
  border-bottom: 3px solid;
}
ul.pager li a {
  padding: 0 2px;
  display: block;
}

/*-------------------------- pager --------------------------*/
#addToCart {
  display: inline-block;
}

.tocart {
  display: block;
  font-weight: 700;
  text-align: left;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .tocart {
    justify-content: flex-start;
  }
}

#addToCart a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#addToCart a:hover {
  opacity: 0.7;
}

.tocaca {
  padding: 8px 0;
}

.detal-tocaca {
  /*加入購物車樣式*/
  border-radius: 5px;
  padding: 8px 40px 10px;
  background-color: #59493a;
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 2px;
  position: relative;
  left: 23%;
  display: inline-block;
}
@media print, screen and (max-width: 64.06125em) {
  .detal-tocaca {
    left: 0%;
    width: 200px;
    margin: auto;
    float: left;
    margin-top: 10px;
  }
  .detal-tocaca .addtocar {
    text-align: center;
  }
}

.index-addtocar {
  position: relative;
}
.index-addtocar span {
  padding: 6px;
  min-width: 44px;
}
.index-addtocar .num {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #231815;
  font-weight: 700;
}
.index-addtocar .one {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.productsDetail-addtocar {
  position: relative;
}
.productsDetail-addtocar .num {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #231815;
  font-weight: 700;
}

.car-area .itemTitle, .index-car-area .itemTitle {
  width: 110px;
}
.car-area.noItem li, .index-car-area.noItem li {
  width: 100%;
}
.car-area .num, .index-car-area .num {
  font-family: "Poppins", "Noto Serif TC", "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}

.cart-textNote p {
  margin: 0 0 5px;
  line-height: 24px;
}
.cart-textNote h4.sweetNote {
  color: #fff;
  margin: 10px 0 5px;
}
.cart-textNote .num {
  font-family: "Poppins", "Noto Serif TC", "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .cart-textNote .cartFinish-decoration {
    display: none;
  }
}
.cart-textNote .cartFinish-decoration .decoration1 {
  position: absolute;
  left: 20%;
}
.cart-textNote .cartFinish-decoration .decoration2 {
  position: absolute;
  right: 20%;
}
.cart-textNote .decoration3 {
  position: relative;
  margin-bottom: 100px;
  margin: 0 34% 80px 34%;
}

/*--------------------------- password ------------------------------------*/
/* 重設密碼頁面*/
.passreset-wrap {
  background-repeat: repeat;
  text-align: center;
  padding-bottom: 220px;
  padding-top: 100px;
}
.passreset-wrap .area1 {
  width: 960px;
  border-bottom: 1px solid #802828;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
.passreset-wrap .area2 {
  width: 728px;
  margin: 85px auto 0;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .passreset-wrap .area2 {
    width: 100%;
  }
}
.passreset-wrap .area2 li {
  position: relative;
  display: inline-block;
  margin: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .passreset-wrap .area2 li {
    margin-right: 0;
    line-height: 1.5;
    font-weight: 700;
  }
}
.passreset-wrap .area2 .textcss {
  background-color: transparent;
  width: 220px;
  height: 35px;
  color: #9d7c52;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #2b513a;
  font-size: 15px;
  padding: 0 10px;
}
.passreset-wrap .area2 .textcss:focus {
  outline: 0;
}
.passreset-wrap .area2 .textcss::-webkit-input-placeholder {
  text-align: center;
  font-size: 15px;
}
.passreset-wrap .area2 ul.center {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  width: 252px;
  text-align: center;
  margin: 0 auto;
}
.passreset-wrap .area2 ul.center li {
  margin-bottom: 20px;
}
.passreset-wrap .area2 ul.center .item1 {
  margin: 0 auto 70px;
  width: 200px;
  height: 50px;
}
.passreset-wrap .area2 ul.center .item2 {
  text-align: center;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 20px;
  width: 243px;
  padding-top: 25px;
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
}
.passreset-wrap .area2 ul.center .item5 {
  margin: 30px auto 0;
  text-align: center;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  cursor: pointer;
}
.passreset-wrap .area2 ul.center .item5:hover {
  opacity: 0.9;
}
.passreset-wrap .area2 ul.center .getpassnote {
  color: #2b513a;
}

/*--------------------------- password ------------------------------------*/
.atminfo {
  line-height: 24px;
  position: relative;
  top: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .atminfo {
    font-size: 12px;
  }
}

.color_bg_red {
  color: #fff;
  background-color: #F44336 !important;
  border: 1px solid #F44336;
  padding: 10px;
  border-radius: 25px;
}

.logo {
  margin-top: 40px;
  float: left;
  z-index: 100;
  position: absolute;
  width: 17vh;
}
.logo img {
  object-fit: contain;
}

.topmenuWrap {
  top: 0%;
  z-index: 49;
  position: fixed;
  width: 100%;
  text-align: center;
  height: 120px;
  transition: all 0.5s, width 0s;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0) 100%);
}
.topmenuWrap svg path {
  fill: #910010;
  transition: all 0.5s;
}
.topmenuWrap.is-small {
  background: linear-gradient(180deg, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}
@media print, screen and (max-width: 104.99875em) {
  .topmenuWrap.is-small .shareList {
    /*往下拉的時候改變樣式*/
    top: -3px;
  }
}
.topmenuWrap.is-small .shareList li {
  color: #000000;
}
.topmenuWrap.is-small svg path {
  /*選單三個圖標樣式*/
  fill: #ff0000;
}
.topmenuWrap .cell {
  transform: translateY(-20px);
  margin: auto;
}
.topmenuWrap .topmenuList {
  position: relative;
  top: auto;
  text-align: center;
}
.topmenuWrap .topmenuList a {
  position: relative;
  /*.en{ //原topmenu頁籤文字，現以圖片代替
  }*/
}
.topmenuWrap .topmenuList a:hover .en {
  color: #fff;
}
.topmenuWrap .topmenuList a.current .en:hover {
  opacity: 0.8;
  cursor: pointer;
}
.topmenuWrap .topmenuList :hover {
  filter: invert(7%) sepia(79%) saturate(7105%) hue-rotate(351deg) brightness(93%) contrast(102%);
}
.topmenuWrap .shareList {
  top: -1.5px;
  position: relative;
  transition: all 0.5s;
  margin: 0 15px 0 35px;
}
@media print, screen and (max-width: 104.99875em) {
  .topmenuWrap .shareList {
    margin: 0 10px 0 25px;
  }
}
.topmenuWrap .shareList .showCart {
  font-family: "Source Sans Pro", "Source Serif Pro", sans-serif;
  color: #000;
}
.topmenuWrap .shareList .showCart svg path {
  /*選單三個圖標樣式*/
  fill: #000000;
}
.topmenuWrap .shareList .showDiscount {
  transform: translateY(6px);
  color: #000;
}
.topmenuWrap .shareList a {
  display: inline-block;
}
.topmenuWrap .shareList.topmenu-nav-right {
  width: auto;
}
.topmenuWrap .shareList.topmenu-nav-right li:last-child {
  margin-right: 0;
}
.topmenuWrap .shareList li {
  color: #910010;
  display: inline-block;
  margin-right: 9px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  transition: all 0.5s;
  /*.logout {
  }*/
}
@media print, screen and (max-width: 104.99875em) {
  .topmenuWrap .shareList li {
    margin-right: 7px;
    font-size: 13px;
  }
}
.topmenuWrap .shareList li a svg {
  color: #000;
  fill: #000000;
  position: relative;
  top: 3px;
}
@media print, screen and (max-width: 104.99875em) {
  .topmenuWrap .shareList li a svg {
    width: 19px;
  }
  .topmenuWrap .shareList li a svg:last-child {
    width: 15px;
  }
}
.topmenuWrap .shareList li a:hover {
  opacity: 0.7;
}
.topmenuWrap .shareList li a:hover svg {
  opacity: 0.7;
}
.topmenuWrap .shareList li .memberName {
  max-width: 60px;
}
@media print, screen and (max-width: 104.99875em) {
  .topmenuWrap .shareList li:first-child {
    width: 76px;
  }
}
.topmenuWrap .shareList li.main-nav {
  float: left;
}
.topmenuWrap .shareList li.main-nav a {
  display: inline-block;
  text-align: left;
}
.topmenuWrap .shareList li.main-nav a .chtitle {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin-top: 9px;
  font-size: 15px;
  line-height: 18px;
  color: #2b513a;
  opacity: 1;
  letter-spacing: 1px;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  position: relative;
}
.topmenuWrap .shareList li.main-nav a .chtitle .label {
  display: none;
  position: absolute;
  top: 2px;
  left: -30px;
}
.topmenuWrap .shareList li.main-nav a .chtitle:hover {
  color: #fff;
}
.topmenuWrap .shareList li.main-nav a .chtitle:hover .label {
  display: inline-block;
}
.topmenuWrap .shareList li.main-nav a .chtitle.current {
  color: #fff;
}
.topmenuWrap .shareList li.main-nav a .chtitle.current .label {
  display: inline-block;
}
.topmenuWrap .shareList li.main-nav a .entitle {
  line-height: 16px;
  padding-left: 22px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  font-family: "Spectral", serif;
  letter-spacing: 1px;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
}
.topmenuWrap .shareList li.mr {
  margin-right: 6px;
}
.topmenuWrap .communityList {
  position: relative;
  top: 24px;
}
.topmenuWrap .communityList svg path {
  /*選單三個圖標樣式*/
  fill: #000000;
}
.topmenuWrap .communityList a {
  margin-right: 14px;
}
.topmenuWrap .communityList a:last-child {
  margin-right: 0;
}
.topmenuWrap .communityList a img {
  max-width: 26px;
}
.topmenuWrap .searchArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topmenuWrap .searchArea .material-symbols-outlined {
  font-size: 20px;
  width: 100%;
  height: auto;
  transition: color 0.5s;
}
.topmenuWrap .searchArea .search-box {
  display: inline-flex;
  padding: 2px;
  border: 2px solid black;
  background-color: transparent;
  outline: none;
  border-radius: 30px;
}
.topmenuWrap .searchArea .search-box input {
  outline: none;
  border: none;
  width: 0;
  background-color: transparent;
  color: black;
  font-size: 14px;
  padding: 0;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.33);
}
.topmenuWrap .searchArea .search-box input::placeholder {
  color: rgb(124, 124, 124);
}
.topmenuWrap .searchArea .search-box button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 2px 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: background-color 0.4s;
}
.topmenuWrap .searchArea .search-box:hover input,
.topmenuWrap .searchArea .search-box input:focus,
.topmenuWrap .searchArea .search-box input:valid {
  margin-left: 6px;
  width: 10vw;
}
.topmenuWrap .searchArea .search-box:hover button {
  color: #fff;
  background-color: rgb(147, 8, 24);
}

/*特價清單*/
.discount-area {
  display: none;
  font-size: 0.8rem;
  width: 50%;
  padding: 15px;
  background-color: #F7F8F8;
  border: 1px solid #000000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  border-radius: 10px;
  position: fixed;
  right: 1%;
  z-index: 98;
  top: 80px;
  transition: all 0.5s;
}
@media print, screen and (max-width: 64.06125em) {
  .discount-area {
    width: 100%;
  }
}

/*手機版本的topmenu*/
/*手機上方選單樣式*/
.mobile-topmenu-fixed {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 49;
  min-height: 72px;
  /*
  .hamburger-area:hover + .full-screen-mask{
  }
  */
}
.mobile-topmenu-fixed .logo {
  line-height: 64px;
  margin-left: 20px;
  width: 142px;
}
.mobile-topmenu-fixed .car {
  float: right;
  transform: translate(-20px, 80%);
}
.mobile-topmenu-fixed .car span.car-num {
  display: block;
  top: -4px;
  left: -37px;
  color: #000;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  width: 70px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-left: 8px;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-topmenu-fixed .car img {
    width: 22px;
    position: relative;
    top: -2px;
  }
}
.mobile-topmenu-fixed .hamburger-area {
  /*下拉式選單menu樣式*/
  z-index: 3;
  margin-left: 20px;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 25px;
  transform: translateY(-50%);
  right: var(--mobileSpace);
}
.mobile-topmenu-fixed .hamburger-area img {
  width: 100%;
  top: 10px;
}
.mobile-topmenu-fixed .hamburger-area .hamburger {
  /*menu按下後的樣式*/
  z-index: 3;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  height: 100vh;
  top: -22px;
  left: -200px;
  margin: 20px auto auto auto;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  visibility: 0;
  opacity: 0;
  width: 0;
}
.mobile-topmenu-fixed .hamburger-area .hamburger ul {
  list-style-type: none;
}
.mobile-topmenu-fixed .hamburger-area .hamburger .line {
  text-align: center;
  background-color: #f1f1f1;
  border-bottom: 2px dashed #8d8d8d;
  width: 100%;
  margin: auto;
}
.mobile-topmenu-fixed .hamburger-area .hamburger .mobile-communityList {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: row;
}
.mobile-topmenu-fixed .hamburger-area .hamburger .mobile-communityList a {
  color: black;
  padding: 14px;
}
.mobile-topmenu-fixed .full-screen-mask {
  pointer-events: none;
  top: 0px;
  position: absolute;
  width: 1200px;
  height: 1200px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s;
}
.mobile-topmenu-fixed .hamburger-area:hover + .full-screen-mask {
  opacity: 1;
}
.mobile-topmenu-fixed .hamburger-area:hover .hamburger {
  left: 0px;
  opacity: 1;
  width: 160px;
}
.mobile-topmenu-fixed .hamburger a {
  background-color: #f1f1f1;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.mobile-topmenu-fixed .hamburger a:hover {
  background-color: #d0c6c6;
}
.mobile-topmenu-fixed .searchArea {
  display: flex;
  position: absolute;
  float: left;
  transform: translate(125px, 58%);
  align-items: center;
  justify-content: center;
}
.mobile-topmenu-fixed .searchArea .material-symbols-outlined {
  font-size: 20px;
  width: 100%;
  height: auto;
  transition: color 0.5s;
}
.mobile-topmenu-fixed .searchArea .search-box {
  display: inline-flex;
  padding: 2px;
  border: 2px solid black;
  background-color: transparent;
  outline: none;
  border-radius: 30px;
}
.mobile-topmenu-fixed .searchArea .search-box input {
  outline: none;
  border: none;
  width: 0;
  background-color: transparent;
  color: black;
  font-size: 14px;
  padding: 0;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.33);
}
.mobile-topmenu-fixed .searchArea .search-box input::placeholder {
  color: rgb(124, 124, 124);
}
.mobile-topmenu-fixed .searchArea .search-box button {
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 2px 0px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transition: background-color 0.4s;
}
.mobile-topmenu-fixed .searchArea .search-box:hover input,
.mobile-topmenu-fixed .searchArea .search-box input:focus,
.mobile-topmenu-fixed .searchArea .search-box input:valid {
  margin-left: 6px;
  width: 12vw;
}
.mobile-topmenu-fixed .searchArea .search-box:hover button {
  color: #fff;
  background-color: rgb(147, 8, 24);
}

.mobile-topmenu-container {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 69;
  background: #bc531e;
  padding: 70px 30px;
  height: 100vh;
  overflow-y: auto;
}
.mobile-topmenu-container:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  background: #bc531e;
}
.mobile-topmenu-container .car {
  position: absolute;
  top: 17px;
  right: 72px;
}
.mobile-topmenu-container .car span.car-num {
  display: block;
  top: -1px;
  left: -37px;
  color: #802828;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-topmenu-container .car img {
    width: 22px;
  }
}
.mobile-topmenu-container .mlogo {
  margin-top: 50px;
}

.mobile-close {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 45px;
  height: 45px;
}
.mobile-close:before, .mobile-close:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.mobile-close:after {
  transform: translate(-50%, -50%) rotate(-25deg);
}

#bx-pager-mobile {
  text-align: center;
  margin-top: 14px;
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  #bx-pager-mobile {
    display: block;
  }
}
#bx-pager-mobile a {
  display: inline-block;
  border: 1px solid #A9A8A8;
  border-radius: 50%;
  background-color: #A9A8A8;
  width: 12px;
  height: 12px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
#bx-pager-mobile .active {
  border: 1px solid #A9A8A8;
  background-color: transparent;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.back-area {
  text-align: center;
  padding: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .back-area {
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.back-area .cooker {
  margin-bottom: 20px;
}
.back-area .cooker .chef {
  margin-bottom: 10px;
  position: relative;
}
.back-area .cooker .chef .move-1 {
  width: 450px;
  height: 450px;
  background: url(../images/pd-move-1.png) 0 0/100% no-repeat;
  animation: chef-1 1s steps(3) both infinite;
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .move-1 {
    width: 350px;
    height: 350px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .move-1 {
    width: 160px;
    height: 160px;
  }
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .deco {
    width: 196px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
  }
}
.back-area .cooker .chef .move-2 {
  width: 450px;
  height: 450px;
  background: url(../images/pd-move-2.png) 0 0/100% no-repeat;
  animation: chef-1 1s steps(3) both infinite;
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .move-2 {
    width: 350px;
    height: 350px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .move-2 {
    width: 160px;
    height: 160px;
  }
}
.back-area .back a {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  color: #a97342;
  border-bottom: 1px solid #a97342;
  padding-bottom: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .back a {
    font-size: 15px;
  }
}

@keyframes chef-1 {
  100% {
    background-position: 0 100%;
  }
}
.products-catWrap {
  margin-top: 120px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-catWrap {
    margin-top: 80px;
  }
}
.products-catWrap li {
  height: 30vw;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .products-catWrap li {
    height: 107.98vw;
  }
}
.products-catWrap li:hover .pic {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.products-catWrap .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 1.5s, filter 1s;
}
.products-catWrap .title {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 104.99875em) {
  .products-catWrap .title {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.products-catWrap .viewall {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 266px;
  padding: 21px 0;
  background: url(../images/products-cat-deco.svg) center top/100% no-repeat, url(../images/products-cat-deco.svg) center bottom/100% no-repeat;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 104.99875em) {
  .products-catWrap .viewall {
    font-size: 12px;
    width: 200px;
    padding: 16px 0;
  }
}

.mobile-areatitle {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 6px;
}
.mobile-areatitle.news-detail {
  padding-bottom: 20px;
}

.mobile-order-list {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-order-list {
    border-bottom: 2px dashed #595757;
  }
}
.mobile-order-list li {
  padding: 9px 0;
  overflow: hidden;
  position: relative;
}
.mobile-order-list li p.pTitle {
  /* height: 16px;
  width: 62%;
  margin-left: 87px; */
  /* height: 22px;
  // overflow: hidden;
  // white-space: nowrap;
  // text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  line-height: 27px;
}
.mobile-order-list .order-list-img img {
  float: left;
  margin-right: 12px;
}
.mobile-order-list .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.mobile-areacontent {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
}
.mobile-areacontent p {
  line-height: 21px;
}

.mobile-float-r {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 18px auto;
  right: 0;
  text-align: right;
  font-weight: bold;
  border-bottom: 2px dashed #595757;
}
.mobile-float-r p {
  line-height: 21px;
}

.mobile-order-list li p {
  text-align: left;
  margin-bottom: 6px;
}

.mobile-top-mark {
  text-align: center;
  margin-bottom: 60px;
}

.h-mt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.h-mb {
  font-size: 15px;
  font-weight: 600;
}

.other-banner {
  position: relative;
  padding-top: 100px;
}
@media print, screen and (max-width: 104.99875em) {
  .other-banner {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .other-banner {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .other-banner {
    padding-top: 20px;
  }
}
.other-banner .pic {
  padding-top: 43vh;
}
.other-banner .deco {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media print, screen and (max-width: 104.99875em) {
  .other-banner .deco {
    width: 340px;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .other-banner .deco {
    width: 300px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .other-banner .deco {
    width: 260px;
  }
}

.feature-section-5 .article-area .mobile-content, .feature-section-5 .article-area .content, .feature-section-4 .col-3 .content-2, .feature-section-4 .col-3 .content-1, .feature-section-4 .col-2 .content, .feature-section-4 .col-1 .content, .feature-section-2 .col-2 .article, .feature-section-1 .content, .about-section-4 .content, .about-section-3 .article-area .content, .about-section-2 .col-1 .content, .about-section-1 .content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2.5;
  color: #6c6a6a;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .article-area .mobile-content, .feature-section-5 .article-area .content, .feature-section-4 .col-3 .content-2, .feature-section-4 .col-3 .content-1, .feature-section-4 .col-2 .content, .feature-section-4 .col-1 .content, .feature-section-2 .col-2 .article, .feature-section-1 .content, .about-section-4 .content, .about-section-3 .article-area .content, .about-section-2 .col-1 .content, .about-section-1 .content {
    font-size: 13px;
    line-height: 2.1;
  }
}

.aboutWrap {
  padding: 280px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap {
    padding: 40px 0 70px;
  }
}
.aboutWrap .noodle-deco-1 {
  position: absolute;
  left: -47px;
  bottom: 640px;
  width: 380px;
}
@media print, screen and (max-width: 104.99875em) {
  .aboutWrap .noodle-deco-1 {
    display: none;
  }
}
.aboutWrap .noodle-deco-2 {
  position: absolute;
  right: -30px;
  bottom: -200px;
  width: 370px;
}
@media print, screen and (max-width: 104.99875em) {
  .aboutWrap .noodle-deco-2 {
    display: none;
  }
}

.about-section-1 {
  margin-bottom: 190px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 {
    margin-bottom: 60px;
  }
}
.about-section-1 .flag {
  margin-right: 240px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .flag {
    width: 93px;
    margin: 0 auto 50px;
  }
}
.about-section-1 .content {
  position: relative;
  height: 214px;
  padding-right: 68px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .content {
    width: 100%;
    height: 198px;
    padding: 0 28px;
  }
}
.about-section-1 .content .deco-1 {
  position: absolute;
  top: -4px;
  right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .content .deco-1 {
    top: -17px;
  }
}
.about-section-1 .content .deco-2 {
  position: absolute;
  top: -17px;
  left: 0;
}

.about-section-2 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 {
    margin-bottom: 34px;
  }
}
.about-section-2 .col-1 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 {
    margin-bottom: 30px;
  }
}
.about-section-2 .col-1 .flag {
  width: 92px;
  margin: 0 auto 27px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 .pic {
    margin-bottom: 23px;
  }
}
.about-section-2 .col-1 .content {
  height: 410px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 .content {
    height: 300px;
  }
}
.about-section-2 .col-1 .content .wordcircle {
  float: left;
  margin: 0 10px 20px 0;
}
.about-section-2 .col-2 {
  margin: 0 -20px;
}

.about-section-3 {
  margin-bottom: 122px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 {
    margin-bottom: 72px;
  }
}
.about-section-3 .head {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .head {
    width: 92px;
    margin: 0 auto 30px;
  }
}
.about-section-3 .article-area .content {
  height: 324px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .article-area .content {
    height: 252px;
  }
}
.about-section-3 .article-area .pic {
  margin-left: 51px;
  padding-left: 60px;
  border-left: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .article-area .pic {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
}

.about-section-4 .mobile-head {
  width: 92px;
  margin: 0 auto 30px;
}
.about-section-4 .pic {
  padding-right: 49px;
  border-right: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-4 .pic {
    border-right: none;
    padding-right: 0;
    margin-bottom: 26px;
  }
}
.about-section-4 .content {
  height: 282px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-4 .content {
    height: 180px;
  }
}
.about-section-4 .flag {
  margin-left: 30px;
}

.featureWrap {
  padding: 170px 0 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .featureWrap {
    padding: 40px 0 70px;
  }
}

.feature-section-1 {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 {
    margin-bottom: 60px;
  }
}
.feature-section-1 .flag {
  margin-right: 240px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .flag {
    width: 93px;
    margin: 0 auto 50px;
  }
}
.feature-section-1 .content {
  position: relative;
  height: 214px;
  padding-right: 68px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .content {
    width: 100%;
    height: 198px;
    padding: 0 28px;
  }
}
.feature-section-1 .content .deco-1 {
  position: absolute;
  top: -4px;
  right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .content .deco-1 {
    top: -17px;
  }
}
.feature-section-1 .content .deco-2 {
  position: absolute;
  top: -17px;
  left: 0;
}

.feature-section-2 {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 {
    margin-bottom: 40px;
  }
}
.feature-section-2 .mobile-flag {
  width: 92px;
  margin: 0 auto 30px;
}
.feature-section-2 .col-1 {
  margin-right: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-2 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-2 .col-2 .pic {
  margin-bottom: 20px;
}
.feature-section-2 .col-2 .article {
  height: 360px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-2 .article {
    width: 100%;
    height: 280px;
  }
}
.feature-section-2 .col-2 .article .wordcircle {
  float: left;
  margin: 0 30px 20px 0;
}

.feature-section-3 {
  margin-bottom: 140px;
}

.feature-section-4 {
  position: relative;
  margin-bottom: 180px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 {
    margin-bottom: 50px;
  }
}
.feature-section-4 .deco {
  position: absolute;
  top: 266px;
  left: -130px;
}
.feature-section-4 .head {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .head {
    width: 92px;
    margin: 0 auto 30px;
  }
}
.feature-section-4 .col-1 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 .content {
    height: 254px;
  }
}
.feature-section-4 .col-1 .pic {
  padding-left: 60px;
  margin-left: 30px;
  border-left: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 .pic {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-2 {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-2 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-4 .col-2 .mobile-deco {
  position: absolute;
  left: -10px;
  bottom: 33px;
  width: 107px;
}
.feature-section-4 .col-2 .mobile-flag {
  width: 92px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-2 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-2 .content {
  width: 100%;
  height: 184px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-4 .col-3 .mobile-flag {
  width: 92px;
  margin: 0 auto -24px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-3 .content-1 {
  height: 320px;
  margin-right: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 .content-1 {
    height: 182px;
    margin-right: 0;
  }
}
.feature-section-4 .col-3 .flag {
  margin-right: 30px;
}
.feature-section-4 .col-3 .content-2 {
  height: 320px;
}
.feature-section-4 .col-3 .content-2 .wordcircle {
  float: left;
  margin: 0 10px 20px 0;
}

.feature-section-5 {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 {
    padding: 0 20px;
  }
}
.feature-section-5 .mobile-flag {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-5 .article-area {
  position: absolute;
  top: 50px;
  right: 20%;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .article-area {
    position: relative;
    top: 0;
    right: 0;
  }
}
.feature-section-5 .article-area .content {
  color: #fff;
  height: 280px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .article-area .content {
    width: 100%;
    height: 230px;
    color: #6c6a6a;
  }
}
.feature-section-5 .article-area .mobile-content {
  width: 100%;
  height: 230px;
  margin-top: 20px;
}
.feature-section-5 .article-area .flag {
  margin-left: 40px;
}

.arc {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../images/bg.jpg");
}
@media print, screen and (max-width: 64.06125em) {
  .arc {
    padding: 0 20px;
  }
}

.privacyWrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 180px;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .privacyWrap {
    padding: 50px 22px;
    font-size: 16px;
  }
}
.privacyWrap .logo {
  margin: 50px auto;
}
@media print, screen and (max-width: 64.06125em) {
  .privacyWrap .logo {
    margin: 0 auto 50px;
  }
}
.privacyWrap b {
  font-weight: 700;
}

/*絕大部分是在目前網站未使用的/mobile資料夾裡的檔案使用，但仍有部分頁面有使用到，所以不能直接全刪掉*/
.fortopmenupush {
  height: 125px;
}

.shorttext {
  width: 115px;
}

p.unicorn {
  padding-left: 19px;
  position: relative;
  top: -15px;
}

ul.twochoice {
  margin-top: 113px;
}
@media print, screen and (max-width: 64.06125em) {
  ul.twochoice {
    margin-top: 33px;
  }
}

.c-select {
  font-size: 12px;
  height: 20px;
}

a.fancyboxCloseBtn {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
}

.fancyboxCloseBtn:before, .fancyboxCloseBtn:after {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  content: "";
  position: absolute;
  border-bottom: 2px solid #717071;
  width: 100%;
}

.fancyboxCloseBtn:before {
  top: 16px;
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fancyboxCloseBtn:after {
  bottom: 12px;
  left: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

div.news-container {
  padding-top: 15px;
  padding-bottom: 20px;
}

.areatitle {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  border-bottom: 2px solid #515150;
  padding-bottom: 6px;
}
.areatitle.news-detail {
  padding-bottom: 20px;
}

.areacontent {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 12px;
}
.areacontent p {
  line-height: 21px;
}

.detail-bxwrap {
  height: 275px;
  margin: 10px 12px;
  overflow: hidden;
}
.detail-bxwrap img {
  width: 100%;
}

.detail-add {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin: 16px 12px 30px;
}
.detail-add span {
  margin-bottom: 10px;
}
.detail-add .moneybox2 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-right: 0;
  color: #fff;
}
.detail-add .moneybox2 span {
  position: relative;
}
.detail-add .moneybox2 span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #786956;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.detail-add .moneyboxC, .detail-add .addBox {
  margin-top: 10px;
}

span.addtocar {
  cursor: pointer;
}

span.addToCart {
  cursor: pointer;
}

.c-select {
  cursor: pointer;
  width: 60px;
  height: 24px;
  border: 1px solid #221814;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  background: url(images/select-bg.svg) no-repeat 34px;
  background-size: 18px;
  -webkit-appearance: none;
  color: #221814;
  font-size: 13px;
  padding: 0 5px;
}
.c-select:focus {
  outline: 0;
}

.data-select {
  cursor: pointer;
  width: 85px;
  height: 27px;
  border: 1px solid #504F4F;
  border-radius: 5px;
  margin-right: 15px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  background: url(images/select-bg.svg2.png) no-repeat 55px;
  background-size: 20px;
  -webkit-appearance: none;
  color: #786956;
  font-size: 13px;
}
.data-select:focus {
  outline: 0;
}

ul.detail-img {
  margin: 20px 12px 30px;
}
ul.detail-img li {
  margin-bottom: 7px;
}

ul.twochoice {
  width: 100%;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #FEFEFE;
  overflow: hidden;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  ul.twochoice {
    margin-bottom: 20px;
    position: absolute;
    bottom: -80px;
    left: 0;
  }
}
ul.twochoice li {
  float: left;
  width: calc(50% - 1px);
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #515150;
  margin-right: 1px;
}
ul.twochoice .gocar {
  background-color: #2b513a;
}
ul.twochoice .gopay {
  background-color: #B43125;
}

ul.onechoice {
  width: 100%;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #FEFEFE;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
ul.onechoice li {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
ul.onechoice .savereport {
  background-color: #B43125;
}

.evedance {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  color: #FEFEFE;
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #E49924;
  text-align: center;
  border-radius: 50%;
}

.float-r {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 25px 0;
}
.float-r p {
  line-height: 21px;
}

span.red {
  color: #ff5555;
}

span.blankspan {
  display: inline-block;
  width: 81px;
}

span.reddot {
  display: inline-block;
  width: 81px;
  padding-left: 14px;
  position: relative;
  vertical-align: inherit;
}
span.reddot:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: #B43125;
  border-radius: 50%;
}
span.reddot.reddotNone:before {
  background-color: transparent;
}

.c-text {
  width: 190px;
  height: 27px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #786956;
  border: 1px solid #504F4F;
  border-radius: 6px;
  background-color: transparent;
  padding-left: 5px;
}
.c-text:focus {
  outline: 0;
}

.c-textarea {
  width: 190px;
  height: 87px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  color: #786956;
  border: 1px solid #504F4F;
  border-radius: 6px;
  background-color: #f2f2f2;
  padding-left: 5px;
  resize: vertical;
}
.c-textarea:focus {
  outline: 0;
}

.c-radio {
  display: none;
}

.c-radio + label {
  display: inline-block;
  cursor: pointer;
  text-align: right;
  width: 33px;
  margin-right: 13px;
  background: url(images/radiobg.png) no-repeat left;
  background-size: 11px 11px;
}

.c-radio:checked + label {
  background: url(images/radiobg2.png) no-repeat left;
  background-size: 11px 11px;
}

.agree .c-radio + label {
  width: 175px;
}

.pay-radio {
  display: none;
}

.pay-radio + label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 13px;
  background: url(images/radiobg.png) no-repeat left;
  background-size: 11px 11px;
}

.pay-radio:checked + label {
  background: url(images/radiobg2.png) no-repeat left;
  background-size: 11px 11px;
}

#twzipcode div, #twzipcode2 div {
  display: inline-block;
  margin-bottom: 0;
}
#twzipcode .shorttextZip, #twzipcode2 .shorttextZip {
  width: 60px;
}
#twzipcode .zipCode-container, #twzipcode2 .zipCode-container {
  width: 190px;
  margin-bottom: 13px;
}

#buyFormular #twzipcode div, #buyFormular #r_twzipcode div {
  display: inline-block;
  margin-bottom: 0;
}
#buyFormular #twzipcode .shorttextZip, #buyFormular #r_twzipcode .shorttextZip {
  width: 60px;
  margin-right: 90px;
  margin-bottom: 13px;
}
#buyFormular #twzipcode .zipCode-container, #buyFormular #r_twzipcode .zipCode-container {
  width: 190px;
  margin-bottom: 13px;
}

img.recordpng {
  position: relative;
  top: 3px;
}

.savebtn {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FEFEFE;
  margin: 0 12px 40px;
  cursor: pointer;
}
.savebtn span {
  padding: 3px 12px;
  border-radius: 5px;
}

.savebtn.memberEdit {
  width: 58px;
  height: 28px;
  line-height: 28px;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #FEFEFE;
  /* margin: 0 auto 40px auto; */
  margin-top: 20px;
  cursor: pointer;
  background-color: #2d4491;
  border-radius: 5px;
}

.news-list {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #FEFEFE;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 19px;
}
.news-list li {
  position: relative;
}
.news-list li img {
  width: 100%;
  height: auto;
  display: block;
}
.news-list .blackarea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 12px;
  min-height: 38px;
  background-color: rgba(42, 65, 137, 0.7);
}

.news-detail-article {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  margin: 20px 12px;
}
.news-detail-article img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.gotoback {
  color: #FEFEFE;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.order-list {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
}
.order-list li {
  border-bottom: 2px solid #515150;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 9px;
}
.order-list li p {
  text-align: left;
  margin-bottom: 6px;
}
.order-list li p.pTitle {
  /* height: 16px;
  width: 62%;
  margin-left: 87px; */
  /* height: 22px;
  // overflow: hidden;
  // white-space: nowrap;
  // text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  line-height: 27px;
}
.order-list .order-list-img img {
  float: left;
  margin-right: 12px;
}
@media print, screen and (max-width: 64.06125em) {
  .order-list .order-list-img img {
    max-width: 104px;
  }
}
.order-list .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.h-phone {
  position: relative;
}

.h-phone:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  /* width: 170px; */
  width: 190px;
  border-bottom: 1px solid #717171;
}

.email {
  position: relative;
}
.email a {
  border-bottom: 1px solid #717171;
  padding-bottom: 4px;
}

.addFinish {
  text-align: center;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  margin: 0 auto 20px;
  padding: 80px 0;
  color: #B43125;
  font-size: 15px;
  letter-spacing: 2px;
}

.loginBtn {
  display: block;
  margin: 30px auto 0;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 3px;
  border-radius: 4px;
  color: #fff;
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 16px;
  background-color: #515150;
  cursor: pointer;
}

.btnstyle {
  color: #FEFEFE;
  margin: 11px 0;
}
.btnstyle span {
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #2d4491;
}

.btnstyle_report {
  display: block;
  color: #FEFEFE;
  margin-top: 11px;
  width: 160px;
}
.btnstyle_report span {
  padding: 5px 7px;
  border-radius: 5px;
  background-color: #910110;
}

.confirm {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 80, 80, 0.8);
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.confirm .savedone {
  background-color: #FEFEFE;
  color: #786956;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  line-height: 23px;
}

span.textarea {
  display: inline-block;
  vertical-align: top;
}

.bx-wrapper {
  margin-bottom: 0;
}

.nocontent {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  height: 42px;
  line-height: 42px;
  color: #ff1515;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#twzipcode .cityList,
#r_twzipcode .cityList {
  margin-bottom: 13px !important;
}

#twzipcode .zipcodeList,
#r_twzipcode .zipcodeList {
  width: 100%;
  margin-bottom: 13px !important;
}

.county {
  cursor: pointer;
  padding-left: 3px;
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  background: url(/intelligent_shop/images/select-bg.svg) no-repeat 71px;
  -webkit-appearance: none;
  color: #717171;
  font-size: 15px;
}

.district {
  cursor: pointer;
  padding-left: 3px;
  width: 110px;
  height: 30px;
  border: 1px solid #504f4f;
  border-radius: 4px;
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  background-color: transparent;
  background: url(/intelligent_shop/images/select-bg.svg) no-repeat 71px;
  -webkit-appearance: none;
  color: #717171;
  font-size: 15px;
}

.textcss {
  cursor: pointer;
  padding-left: 3px;
  width: 110px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #2b513a;
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  -webkit-appearance: none;
  color: #717171;
  font-size: 15px;
}

.registered {
  text-align: center;
}
.registered li {
  display: inline-block;
  font-family: "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #fff;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 2px;
  background-color: #802828;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.registered li:hover {
  opacity: 0.9;
}

.separatedline {
  width: 100%;
}

@media screen and (max-width: 1227px) {
  .area1 .list li {
    margin-bottom: 150px;
  }
  .hi {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .area1 .list li:nth-child(4) {
    left: auto;
  }
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.9) inset;
  /*淡淡的白*/
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkit-text-fill-color: rgba(89, 87, 87, 0.9);
  /*字體顏色*/
  border: 1px solid #2b513a !important;
  border-radius: 50px !important;
}

.back-area {
  text-align: center;
  padding: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .back-area {
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.back-area .cooker {
  margin-bottom: 20px;
}
.back-area .cooker .chef {
  margin-bottom: 10px;
  position: relative;
}
.back-area .cooker .chef .move-1 {
  width: 450px;
  height: 450px;
  background: url(../images/pd-move-1.png) 0 0/100% no-repeat;
  animation: chef-1 1s steps(3) both infinite;
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .move-1 {
    width: 350px;
    height: 350px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .move-1 {
    width: 160px;
    height: 160px;
  }
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .deco {
    width: 196px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
  }
}
.back-area .cooker .chef .move-2 {
  width: 450px;
  height: 450px;
  background: url(../images/pd-move-2.png) 0 0/100% no-repeat;
  animation: chef-1 1s steps(3) both infinite;
}
@media print, screen and (max-width: 104.99875em) {
  .back-area .cooker .chef .move-2 {
    width: 350px;
    height: 350px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .cooker .chef .move-2 {
    width: 160px;
    height: 160px;
  }
}
.back-area .back a {
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 18px;
  color: #a97342;
  border-bottom: 1px solid #a97342;
  padding-bottom: 2px;
}
@media print, screen and (max-width: 64.06125em) {
  .back-area .back a {
    font-size: 15px;
  }
}

@keyframes chef-1 {
  100% {
    background-position: 0 100%;
  }
}
.products-catWrap {
  margin-top: 120px;
}
@media print, screen and (max-width: 64.06125em) {
  .products-catWrap {
    margin-top: 80px;
  }
}
.products-catWrap li {
  height: 30vw;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .products-catWrap li {
    height: 107.98vw;
  }
}
.products-catWrap li:hover .pic {
  transform: scale(1.1);
  filter: brightness(0.6);
}
.products-catWrap .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 1.5s, filter 1s;
}
.products-catWrap .title {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 104.99875em) {
  .products-catWrap .title {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.products-catWrap .viewall {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 17px;
  color: #fff;
  text-align: center;
  width: 266px;
  padding: 21px 0;
  background: url(../images/products-cat-deco.svg) center top/100% no-repeat, url(../images/products-cat-deco.svg) center bottom/100% no-repeat;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 104.99875em) {
  .products-catWrap .viewall {
    font-size: 12px;
    width: 200px;
    padding: 16px 0;
  }
}

.mobile-areatitle {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 15px;
  letter-spacing: 1px;
  padding-bottom: 6px;
}
.mobile-areatitle.news-detail {
  padding-bottom: 20px;
}

.mobile-order-list {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 64.06125em) {
  .mobile-order-list {
    border-bottom: 2px dashed #595757;
  }
}
.mobile-order-list li {
  padding: 9px 0;
  overflow: hidden;
  position: relative;
}
.mobile-order-list li p.pTitle {
  /* height: 16px;
  width: 62%;
  margin-left: 87px; */
  /* height: 22px;
  // overflow: hidden;
  // white-space: nowrap;
  // text-overflow: ellipsis; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  line-height: 27px;
}
.mobile-order-list .order-list-img img {
  float: left;
  margin-right: 12px;
}
.mobile-order-list .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.mobile-areacontent {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
}
.mobile-areacontent p {
  line-height: 21px;
}

.mobile-float-r {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  color: #595757;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 18px auto;
  right: 0;
  text-align: right;
  font-weight: bold;
  border-bottom: 2px dashed #595757;
}
.mobile-float-r p {
  line-height: 21px;
}

.mobile-order-list li p {
  text-align: left;
  margin-bottom: 6px;
}

.mobile-top-mark {
  text-align: center;
  margin-bottom: 60px;
}

.h-mt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.h-mb {
  font-size: 15px;
  font-weight: 600;
}

.other-banner {
  position: relative;
  padding-top: 100px;
}
@media print, screen and (max-width: 104.99875em) {
  .other-banner {
    padding-top: 70px;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .other-banner {
    padding-top: 60px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .other-banner {
    padding-top: 20px;
  }
}
.other-banner .pic {
  padding-top: 43vh;
}
.other-banner .deco {
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media print, screen and (max-width: 104.99875em) {
  .other-banner .deco {
    width: 340px;
  }
}
@media print, screen and (max-width: 79.99875em) {
  .other-banner .deco {
    width: 300px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .other-banner .deco {
    width: 260px;
  }
}

.about-section-1 .content, .about-section-2 .col-1 .content, .about-section-3 .article-area .content, .about-section-4 .content, .feature-section-1 .content, .feature-section-2 .col-2 .article, .feature-section-4 .col-1 .content, .feature-section-4 .col-2 .content, .feature-section-4 .col-3 .content-1, .feature-section-4 .col-3 .content-2, .feature-section-5 .article-area .content, .feature-section-5 .article-area .mobile-content {
  font-family: Arial, Helvetica, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2.5;
  color: #6c6a6a;
  writing-mode: vertical-rl;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .content, .about-section-2 .col-1 .content, .about-section-3 .article-area .content, .about-section-4 .content, .feature-section-1 .content, .feature-section-2 .col-2 .article, .feature-section-4 .col-1 .content, .feature-section-4 .col-2 .content, .feature-section-4 .col-3 .content-1, .feature-section-4 .col-3 .content-2, .feature-section-5 .article-area .content, .feature-section-5 .article-area .mobile-content {
    font-size: 13px;
    line-height: 2.1;
  }
}

.aboutWrap {
  padding: 280px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .aboutWrap {
    padding: 40px 0 70px;
  }
}
.aboutWrap .noodle-deco-1 {
  position: absolute;
  left: -47px;
  bottom: 640px;
  width: 380px;
}
@media print, screen and (max-width: 104.99875em) {
  .aboutWrap .noodle-deco-1 {
    display: none;
  }
}
.aboutWrap .noodle-deco-2 {
  position: absolute;
  right: -30px;
  bottom: -200px;
  width: 370px;
}
@media print, screen and (max-width: 104.99875em) {
  .aboutWrap .noodle-deco-2 {
    display: none;
  }
}

.about-section-1 {
  margin-bottom: 190px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 {
    margin-bottom: 60px;
  }
}
.about-section-1 .flag {
  margin-right: 240px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .flag {
    width: 93px;
    margin: 0 auto 50px;
  }
}
.about-section-1 .content {
  position: relative;
  height: 214px;
  padding-right: 68px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .content {
    width: 100%;
    height: 198px;
    padding: 0 28px;
  }
}
.about-section-1 .content .deco-1 {
  position: absolute;
  top: -4px;
  right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-1 .content .deco-1 {
    top: -17px;
  }
}
.about-section-1 .content .deco-2 {
  position: absolute;
  top: -17px;
  left: 0;
}

.about-section-2 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 {
    margin-bottom: 34px;
  }
}
.about-section-2 .col-1 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 {
    margin-bottom: 30px;
  }
}
.about-section-2 .col-1 .flag {
  width: 92px;
  margin: 0 auto 27px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 .pic {
    margin-bottom: 23px;
  }
}
.about-section-2 .col-1 .content {
  height: 410px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-2 .col-1 .content {
    height: 300px;
  }
}
.about-section-2 .col-1 .content .wordcircle {
  float: left;
  margin: 0 10px 20px 0;
}
.about-section-2 .col-2 {
  margin: 0 -20px;
}

.about-section-3 {
  margin-bottom: 122px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 {
    margin-bottom: 72px;
  }
}
.about-section-3 .head {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .head {
    width: 92px;
    margin: 0 auto 30px;
  }
}
.about-section-3 .article-area .content {
  height: 324px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .article-area .content {
    height: 252px;
  }
}
.about-section-3 .article-area .pic {
  margin-left: 51px;
  padding-left: 60px;
  border-left: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-3 .article-area .pic {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
}

.about-section-4 .mobile-head {
  width: 92px;
  margin: 0 auto 30px;
}
.about-section-4 .pic {
  padding-right: 49px;
  border-right: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-4 .pic {
    border-right: none;
    padding-right: 0;
    margin-bottom: 26px;
  }
}
.about-section-4 .content {
  height: 282px;
}
@media print, screen and (max-width: 64.06125em) {
  .about-section-4 .content {
    height: 180px;
  }
}
.about-section-4 .flag {
  margin-left: 30px;
}

.featureWrap {
  padding: 170px 0 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .featureWrap {
    padding: 40px 0 70px;
  }
}

.feature-section-1 {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 {
    margin-bottom: 60px;
  }
}
.feature-section-1 .flag {
  margin-right: 240px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .flag {
    width: 93px;
    margin: 0 auto 50px;
  }
}
.feature-section-1 .content {
  position: relative;
  height: 214px;
  padding-right: 68px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .content {
    width: 100%;
    height: 198px;
    padding: 0 28px;
  }
}
.feature-section-1 .content .deco-1 {
  position: absolute;
  top: -4px;
  right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-1 .content .deco-1 {
    top: -17px;
  }
}
.feature-section-1 .content .deco-2 {
  position: absolute;
  top: -17px;
  left: 0;
}

.feature-section-2 {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 {
    margin-bottom: 40px;
  }
}
.feature-section-2 .mobile-flag {
  width: 92px;
  margin: 0 auto 30px;
}
.feature-section-2 .col-1 {
  margin-right: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-2 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-2 .col-2 .pic {
  margin-bottom: 20px;
}
.feature-section-2 .col-2 .article {
  height: 360px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-2 .col-2 .article {
    width: 100%;
    height: 280px;
  }
}
.feature-section-2 .col-2 .article .wordcircle {
  float: left;
  margin: 0 30px 20px 0;
}

.feature-section-3 {
  margin-bottom: 140px;
}

.feature-section-4 {
  position: relative;
  margin-bottom: 180px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 {
    margin-bottom: 50px;
  }
}
.feature-section-4 .deco {
  position: absolute;
  top: 266px;
  left: -130px;
}
.feature-section-4 .head {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .head {
    width: 92px;
    margin: 0 auto 30px;
  }
}
.feature-section-4 .col-1 {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 .content {
    height: 254px;
  }
}
.feature-section-4 .col-1 .pic {
  padding-left: 60px;
  margin-left: 30px;
  border-left: 2px solid #887C52;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-1 .pic {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-2 {
  position: relative;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-2 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-4 .col-2 .mobile-deco {
  position: absolute;
  left: -10px;
  bottom: 33px;
  width: 107px;
}
.feature-section-4 .col-2 .mobile-flag {
  width: 92px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-2 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-2 .content {
  width: 100%;
  height: 184px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 {
    border-bottom: 2px solid #887C52;
    padding-bottom: 30px;
  }
}
.feature-section-4 .col-3 .mobile-flag {
  width: 92px;
  margin: 0 auto -24px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-4 .col-3 .content-1 {
  height: 320px;
  margin-right: 10px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-4 .col-3 .content-1 {
    height: 182px;
    margin-right: 0;
  }
}
.feature-section-4 .col-3 .flag {
  margin-right: 30px;
}
.feature-section-4 .col-3 .content-2 {
  height: 320px;
}
.feature-section-4 .col-3 .content-2 .wordcircle {
  float: left;
  margin: 0 10px 20px 0;
}

.feature-section-5 {
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 {
    padding: 0 20px;
  }
}
.feature-section-5 .mobile-flag {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .pic {
    margin-bottom: 20px;
  }
}
.feature-section-5 .article-area {
  position: absolute;
  top: 50px;
  right: 20%;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .article-area {
    position: relative;
    top: 0;
    right: 0;
  }
}
.feature-section-5 .article-area .content {
  color: #fff;
  height: 280px;
}
@media print, screen and (max-width: 64.06125em) {
  .feature-section-5 .article-area .content {
    width: 100%;
    height: 230px;
    color: #6c6a6a;
  }
}
.feature-section-5 .article-area .mobile-content {
  width: 100%;
  height: 230px;
  margin-top: 20px;
}
.feature-section-5 .article-area .flag {
  margin-left: 40px;
}

.arc {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../images/bg.jpg");
}
@media print, screen and (max-width: 64.06125em) {
  .arc {
    padding: 0 20px;
  }
}

.privacyWrap {
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 180px;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Noto Sans TC", "STXihei", HEITI TC, "HEITI TC", "黑體-繁", "微軟正黑體", "黑體", sans-serif;
}
@media print, screen and (max-width: 64.06125em) {
  .privacyWrap {
    padding: 50px 22px;
    font-size: 16px;
  }
}
.privacyWrap .logo {
  margin: 50px auto;
}
@media print, screen and (max-width: 64.06125em) {
  .privacyWrap .logo {
    margin: 0 auto 50px;
  }
}
.privacyWrap b {
  font-weight: 700;
}

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