@charset "UTF-8";
/* ==========================================================================
   icon
   ========================================================================== */
@import url("/share5/css/icon.min.css");

.s5-icon-angle-right:before {
  content: " > "; }
/* ==========================================================================
   s5-container
   ========================================================================== */
.s5-container {
  /*max-width: 1200px;*/
  font-family: sans-serif;
  width: 950px;
  margin: 0 auto;
  letter-spacing: 0 !important;
  padding: 0 30px; }
  /*@media screen and (max-width: 639px) {
    .s5-container {
      min-width: 280px;
      width: auto;
      padding: 0 20px; } }
  @media \0screen {
    .s5-container {
      min-width: 979px; } }*/

/* ==========================================================================
   s5-breadcrumbs
   ========================================================================== */
.s5-breadcrumbs {
  list-style: none;
  color: #6b6b7b;
  font-size: 12px;
  /* font-size: 0.75rem; */
  width: 950px;
  margin: 10px auto 25px;
  padding: 0 30px;
  text-align: left; }

.s5-breadcrumbs.s5-breadcrumbs--max950 {
  max-width: 950px;
  padding: 0;
  letter-spacing: normal; }

.s5-breadcrumbs.s5-breadcrumbs--fix950 {
  width: 950px;
  padding: 0;
  letter-spacing: normal; }

.s5-breadcrumbs.s5-breadcrumbs--fix1200 {
  width: 1200px;
  padding: 0;
  letter-spacing: normal; }

.s5-breadcrumbs a {
  color: inherit;
  text-decoration: underline; }

.s5-breadcrumbs a:hover {
  color: #34568e; }

.s5-breadcrumbs__root {
  display: inline-block;
}

.s5-breadcrumbs__item {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .s5-breadcrumbs.s5-breadcrumbs:not(.s5-breadcrumbs--max950):not(.s5-breadcrumbs--fix950):not(.s5-breadcrumbs--fix1200) {
    color: #2f353d;
    line-height: 1.8;
    min-width: 280px;
    padding: 0 20px;
    margin: 25px auto 15px; } }

.s5-breadcrumbs__item:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  margin: 0 8px .2em; }

.s5-breadcrumbs__itemV2 {
  display: inline-block;
}

.s5-breadcrumbs__itemV2:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%2383838f'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  line-height: 0;
  margin: 0 8px .2em;
  width: .6em;
  height: .6em; }

/* ==========================================================================
   s5-categoryHeader
   ========================================================================== */
.s5-categoryHeader {
  *zoom: 1;
  margin: 25px 0 20px;
  width: 100%; }

.s5-categoryHeader:before, .s5-categoryHeader:after {
  content: "";
  display: table; }

.s5-categoryHeader:after {
  clear: both; }

.s5-categoryHeader .s5-categoryHeader__heading {
  float: left;
  display: table;
  margin: 0; }

.s5-categoryHeader .s5-categoryHeader__heading > a {
  color: #83838f !important;
  float: left;
  display: table; }

.s5-categoryHeader .s5-categoryHeader__heading > a:hover {
  text-decoration: none; }

.s5-categoryHeader span.s5-categoryHeader__headingLogo {
  font-size: 18px;
  /* font-size: 1.125rem; */
  line-height: 1.4;
  vertical-align: bottom;
  display: table-cell; }

.s5-categoryHeader span.s5-categoryHeader__headingLogo img {
  display: block; }

.s5-categoryHeader span.s5-categoryHeader__headingText {
  color: #83838f !important;
  font-size: 14px;
  /* font-size: 0.875rem; */
  font-weight: normal;
  vertical-align: bottom;
  display: table-cell;
  padding-left: 10px; }

.s5-categoryHeader .s5-categoryHeader__nav, .s5-categoryHeader .s5-categoryHeader__navV2 {
  font-size: 12px;
  /* font-size: 0.75rem; */
  float: right;
  padding-top: 8px; }

.s5-categoryHeader .s5-categoryHeader__nav ul, .s5-categoryHeader .s5-categoryHeader__navV2 ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto; }

.s5-categoryHeader .s5-categoryHeader__nav li, .s5-categoryHeader .s5-categoryHeader__navV2 li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0; }

.s5-categoryHeader .s5-categoryHeader__nav a, .s5-categoryHeader .s5-categoryHeader__navV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__nav a:before, .s5-categoryHeader .s5-categoryHeader__navV2 a:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__nav a.s5-link--back:before, .s5-categoryHeader .s5-categoryHeader__navV2 a.s5-link--back:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__nav a.s5-link--down:before, .s5-categoryHeader .s5-categoryHeader__navV2 a.s5-link--down:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__nav a.s5-link--close:before, .s5-categoryHeader .s5-categoryHeader__navV2 a.s5-link--close:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__nav a:hover, .s5-categoryHeader .s5-categoryHeader__nav a:focus, .s5-categoryHeader .s5-categoryHeader__nav a:active, .s5-categoryHeader .s5-categoryHeader__navV2 a:hover, .s5-categoryHeader .s5-categoryHeader__navV2 a:focus, .s5-categoryHeader .s5-categoryHeader__navV2 a:active {
  color: #7d8794;
  text-decoration: none; }

.s5-categoryHeader .s5-categoryHeader__navV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__navV2 a:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M8%2C0l16%2C16L8%2C32C8%2C32%2C8%2C0%2C8%2C0z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: -.15em .4em 0 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a.s5-linkV3--back:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M24%2C32L8%2C16L24%2C0V32z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a.s5-linkV3--down:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M32%2C8L16%2C24L0%2C8C0%2C8%2C32%2C8%2C32%2C8z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a.s5-linkV3--close:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M21.9%2C16L32%2C26.1L26.1%2C32L16%2C21.9L5.9%2C32L0%2C26.1L10.1%2C16L0%2C5.9L5.9%2C0L16%2C10.1L26.1%2C0L32%2C5.9L21.9%2C16z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a:hover, .s5-categoryHeader .s5-categoryHeader__navV2 a:focus, .s5-categoryHeader .s5-categoryHeader__navV2 a:active {
  color: #7d8794;
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a:hover img, .s5-categoryHeader .s5-categoryHeader__navV2 a:focus img, .s5-categoryHeader .s5-categoryHeader__navV2 a:active img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__navV2 a:hover:before, .s5-categoryHeader .s5-categoryHeader__navV2 a:focus:before, .s5-categoryHeader .s5-categoryHeader__navV2 a:active:before {
  opacity: 0.6; }

.s5-categoryHeader .s5-categoryHeader__acafe, .s5-categoryHeader .s5-categoryHeader__acafeV2 {
  font-size: 12px;
  /* font-size: 0.75rem; */
  float: right;
  margin-bottom: 0; }

.s5-categoryHeader .s5-categoryHeader__acafe ul, .s5-categoryHeader .s5-categoryHeader__acafeV2 ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto; }

.s5-categoryHeader .s5-categoryHeader__acafe li, .s5-categoryHeader .s5-categoryHeader__acafeV2 li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0; }

.s5-categoryHeader .s5-categoryHeader__acafe a, .s5-categoryHeader .s5-categoryHeader__acafeV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__acafe a:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__acafe a.s5-link--back:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-link--back:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__acafe a.s5-link--down:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-link--down:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__acafe a.s5-link--close:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-link--close:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__acafe a:hover, .s5-categoryHeader .s5-categoryHeader__acafe a:focus, .s5-categoryHeader .s5-categoryHeader__acafe a:active, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:hover, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:focus, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:active {
  color: #7d8794;
  text-decoration: none; }

.s5-categoryHeader .s5-categoryHeader__acafe a:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:before {
  margin: 0 0.4em 0.8em 0; }

.s5-categoryHeader .s5-categoryHeader__acafe img, .s5-categoryHeader .s5-categoryHeader__acafeV2 img {
  max-width: 228px; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 li {
  position: relative; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M8%2C0l16%2C16L8%2C32C8%2C32%2C8%2C0%2C8%2C0z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: -.15em .4em 0 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-linkV3--back:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M24%2C32L8%2C16L24%2C0V32z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-linkV3--down:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M32%2C8L16%2C24L0%2C8C0%2C8%2C32%2C8%2C32%2C8z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a.s5-linkV3--close:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M21.9%2C16L32%2C26.1L26.1%2C32L16%2C21.9L5.9%2C32L0%2C26.1L10.1%2C16L0%2C5.9L5.9%2C0L16%2C10.1L26.1%2C0L32%2C5.9L21.9%2C16z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a:hover, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:focus, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:active {
  color: #7d8794;
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a:hover img, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:focus img, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:active img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a:hover:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:focus:before, .s5-categoryHeader .s5-categoryHeader__acafeV2 a:active:before {
  opacity: 0.6; }

.s5-categoryHeader .s5-categoryHeader__acafeV2 a:before {
  position: absolute;
  top: 38%;
  left: 0.5em; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 {
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
  margin-bottom: 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz ul, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 ul {
  display: table;
  padding: 0;
  margin: 0 0 0 auto; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz li, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 li {
  display: table-cell;
  padding: 0 0 0 20px;
  margin: 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .4em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a.s5-link--back:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-link--back:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a.s5-link--down:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-link--down:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a.s5-link--close:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-link--close:before {
  content: "";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .1em 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:hover, .s5-categoryHeader .s5-categoryHeader__vaioBiz a:focus, .s5-categoryHeader .s5-categoryHeader__vaioBiz a:active, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:hover, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:focus, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:active {
  color: #7d8794;
  text-decoration: none; }

.s5-categoryHeader .s5-categoryHeader__vaioBiz a:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:before {
  margin: 0 0.4em 0.8em 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a {
  color: #2f353d;
  cursor: pointer; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M8%2C0l16%2C16L8%2C32C8%2C32%2C8%2C0%2C8%2C0z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: -.15em .4em 0 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-linkV3--back:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M24%2C32L8%2C16L24%2C0V32z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-linkV3--down:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M32%2C8L16%2C24L0%2C8C0%2C8%2C32%2C8%2C32%2C8z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a.s5-linkV3--close:before {
  display: inline-block;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D'%232F353D'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20x%3D'0px'%20y%3D'0px'%20width%3D'32px'%20height%3D'32px'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20d%3D'M21.9%2C16L32%2C26.1L26.1%2C32L16%2C21.9L5.9%2C32L0%2C26.1L10.1%2C16L0%2C5.9L5.9%2C0L16%2C10.1L26.1%2C0L32%2C5.9L21.9%2C16z'%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -.15em;
  height: .9em;
  width: .9em;
  height: 0.6em;
  width: 0.6em;
  margin: 0 .6em 0 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:hover, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:focus, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:active {
  color: #7d8794;
  text-decoration: none;
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:hover img, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:focus img, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:active img {
  -ms-filter: "alpha(opacity=62.5)";
  opacity: 0.625;
  transition: opacity 0; }

.s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:hover:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:focus:before, .s5-categoryHeader .s5-categoryHeader__vaioBizV2 a:active:before {
  opacity: 0.6; }

.s5-categoryHeader .s5-categoryHeader__braviaBiz {
  font-size: 14px;
  /* font-size: 0.875rem; */
  float: right;
  margin: 0; }

.s5-categoryHeader .s5-categoryHeader__braviaBiz li {
  display: table-cell;
  padding: 10px 20px;
  margin: 0;
  background: #2e77ae;
  color: #fff; }


/*  @media screen and (max-width: 639px) {
    .s5-categoryHeader {
      margin: 10px -10px; }
      .s5-categoryHeader h1.s5-categoryHeader__heading a {
        float: none; }
      .s5-categoryHeader span.s5-categoryHeader__headingLogo {
        font-size: 16px;
        font-size: 1.14286rem;
        vertical-align: middle;
        display: table-cell; }
      .s5-categoryHeader span.s5-categoryHeader__headingText {
        color: #2f353d;
        font-size: 10px;
        font-size: 0.71429rem;
        line-height: 1.2;
        vertical-align: middle;
        display: table-cell; }
      .s5-categoryHeader .s5-categoryHeader__nav {
        display: none; }
      .s5-categoryHeader .s5-categoryHeader__acafe {
        display: none; } }*/
/* ==========================================================================
   s5-categoryNav
   ========================================================================== */
.s5-categoryHeader .clearfix{
  display: inline;
}
.s5-categoryHeader .clearfix:after{
    clear: both;
    content: "";
    display: block;
}

/* ==========================================================================
   s5-categoryNav
   ========================================================================== */
.s5-categoryNav {
  font-family: sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e7ec;
  *zoom: 1; }

.s5-categoryNav:before, .s5-categoryNav:after {
  content: "";
  display: table; }

.s5-categoryNav:after {
  clear: both; }

.s5-categoryNav__inner {
  display: table;
  float: left; }

.s5-categoryNav__owner {
  display: inline-block;
  float: right; }

.s5-categoryNav__owner .s5-categoryNav__plaza {
  font-size: 12px;
  /* font-size: 0.75rem; */
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  min-height: 26px;
  margin: 0 8px 0px 14px;
  border: solid 1px #e4e8eb;
  padding: 0px 8px; }

.s5-categoryNav__owner .s5-categoryNav__plaza .s5-categoryNav__plazaInner {
  display: table;
  width: 100%; }

.s5-categoryNav__owner .s5-categoryNav__plaza .s5-categoryNav__plazaInner .s5-categoryNav__plazaIcon,
.s5-categoryNav__owner .s5-categoryNav__plaza .s5-categoryNav__plazaInner .s5-categoryNav__plazaText {
  display: table-cell;
  vertical-align: middle; }

.s5-categoryNav__owner .s5-categoryNav__plaza .s5-categoryNav__plazaInner .s5-categoryNav__plazaIcon {
  font-size: 26px;
  /* font-size: 1.625rem; */
  padding-right: 8px; }

.s5-categoryNav__owner .s5-categoryNav__plaza a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
  margin: -30px -1px -30px 0;
  color: #2f353d;
  transition: color .2s; }

.s5-categoryNav__owner .s5-categoryNav__plaza a:hover {
  color: #6e7278;
  text-decoration: none;
  transition: color 0; }

.s5-categoryNav__owner .s5-categoryNav__account {
/*  font-size: 12px;
  font-size: 0.75rem;*/
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  height: 26px;
  padding: 0 0 15px; }

.s5-categoryNav__owner .s5-categoryNav__account a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
  margin: -30px -1px -30px 0;
  transition: color .2s; }

.s5-categoryNav__owner .s5-categoryNav__account a:hover {
  color: #6e7278;
  text-decoration: none;
  transition: color 0; }

.s5-categoryNav__owner .s5-categoryNav__account span {
  white-space: normal;
  word-break: break-word;
  word-break: break-all;
  hyphens: auto;
  text-align: left;
  display: inline-block;
  margin: 0 10px; }

.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span {
  margin: 0 8px 0px 14px;
  border: solid 1px #e4e8eb;
  padding: 5px 15px; }

.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span:before {
  content: "\e90b";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.2em;
  font-size: 22px; }

.s5-categoryNav__rowGroup {
  vertical-align: middle;
  display: table-cell; }

.s5-categoryNav__item {
  font-size: 12px;
  /* font-size: 0.75rem; */
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  height: 26px;
  padding: 0 0 15px; }

.s5-categoryNav__item.s5-categoryNav__item--current {
  padding-bottom: 11px;
  border-bottom: 4px solid #30373f; }

.s5-categoryNav__item a {
  color: #2f353d;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  min-width: 100px;
  max-width: 120px;
  padding: 30px 0;
  margin: -30px -1px -30px 0;
  transition: color .2s; }

.s5-categoryNav__item a:hover {
  color: #6e7278;
  text-decoration: none;
  transition: color 0; }

.s5-categoryNav__item a:before, .s5-categoryNav__item a:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 26px;
  margin-top: -13px;
  background: #e4e8eb; }

.s5-categoryNav__item a:before {
  left: 0; }

.s5-categoryNav__item a:after {
  right: 0; }

.s5-categoryNav__item span {
  white-space: normal;
  word-break: break-word;
  word-break: break-all;
  hyphens: auto;
  text-align: left;
  display: inline-block;
  margin: 0 10px; }

.s5-categoryNav__item.s5-categoryNav__item--store span {
  border-left: 4px solid #f5683a;
  padding-left: 8px; }

.s5-categoryNav__item.s5-categoryNav__item--displaySmall {
  display: none; }

.s5-categoryNav__extra {
  display: none; }
/*
@media screen and (max-width: 979px) {
  .s5-categoryNav__item a {
    min-width: 0; } }
@media screen and (max-width: 639px) {
  .s5-categoryNav {
    border: none;
    margin: 0 -20px; }
  .s5-categoryNav__owner .s5-categoryNav__account,
  .s5-categoryNav__owner .s5-categoryNav__plaza {
    display: none; }
  .s5-categoryNav__inner {
    display: block;
    border-top: 1px solid #e4e7ec;
    margin: 0; }
  .s5-categoryNav__rowGroup {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    width: 100%;
    margin-top: -1px; }
  .s5-categoryNav__rowGroup:after {
    content: '';
    display: table-cell;
    width: auto; }
  .s5-categoryNav__item {
    font-size: 10px;
    font-size: 0.71429rem;
    overflow: hidden;
    display: table-cell;
    width: 25%;
    height: 26px;
    padding: 5px 0;
    border: 1px solid #dce0e3;
    background: #F3F4F6; }
  .s5-categoryNav__item.s5-categoryNav__item--current {
    color: #FFF;
    padding: 5px 0;
    border: 1px solid #dce0e3;
    background: #83838f; }
  .s5-categoryNav__item a {
    display: block;
    min-width: 0;
    max-width: none;
    padding: 10px 5px;
    margin: -10px 0; }
  .s5-categoryNav__item a:before, .s5-categoryNav__item a:after {
    content: none;
    display: none; }
  .s5-categoryNav__item span {
    white-space: normal;
    word-break: break-word;
    word-break: break-all;
    hyphens: auto;
    text-align: left;
    display: inline-block;
    margin: 0; }
  .s5-categoryNav__item.s5-categoryNav__item--store a:before {
    content: '';
    position: absolute;
    top: 21px;
    bottom: 8px;
    left: 5px;
    display: block;
    height: auto;
    border-left: 4px solid #f5683a; }
  .s5-categoryNav__item.s5-categoryNav__item--store span {
    border-left: none;
    padding-left: 6px; }
  .s5-categoryNav__item.s5-categoryNav__item--displayLarge {
    display: none; }
  .s5-categoryNav__item.s5-categoryNav__item--displaySmall {
    display: table-cell; }
  .s5-categoryNav__extra {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 25%;
    height: 26px;
    border: 1px solid #dce0e3;
    background: #F3F4F6; }
  .s5-categoryNav__extra.s5-categoryNav__extra--displayLage {
    display: none; }
  .s5-categoryNav__extraOpener {
    display: block;
    padding: 10px 0;
    margin: -10px 0; }
  .s5-categoryNav__extraOpener:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .s5-categoryNav__extraBody {
    display: none;
    font-size: 12px;
    font-size: 0.85714rem;
    cursor: auto;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #bcbccc;
    padding: 10px 20px; }
  .s5-categoryNav__extraBody ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .s5-categoryNav__extraBody li {
    margin: 8px 0; }
  .s5-categoryNav__extraBody a:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .4em .1em 0; }
  .s5-categoryNav--open .s5-categoryNav__extra {
    background: #bcbccc;
    border-left-color: #bcbccc;
    border-right-color: #bcbccc;
    border-bottom-color: #bcbccc; }
  .s5-categoryNav--open .s5-categoryNav__extraOpener:before {
    content: "\f106";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .s5-categoryNav--open .s5-categoryNav__extraBody {
    display: block; } }
*/


.s5-categoryNav__owner .s5-categoryNav__account.s5-categoryNav__account span{
  color: #2f353d;
}

/* ==========================================================================
   s5-categoryHeaderUnder
   ========================================================================== */
.s5-categoryHeaderUnder {
  *zoom: 1;
  display: none; }
  .s5-categoryHeaderUnder:before, .s5-categoryHeaderUnder:after {
    content: "";
    display: table; }
  .s5-categoryHeaderUnder:after {
    clear: both; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe {
    display: none; }
/* @media screen and (max-width: 639px) {
  .s5-categoryHeaderUnder {
    display: table;
    margin: 0;
    width: 100%; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe {
    display: table;
    margin: 10px 0 0;
    width: 100%;
    padding-left: 0;
    text-align: right; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe ul {
    padding: 0;
    margin: 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li {
    display: table-cell;
    padding: 0;
    margin: 0;
    padding-left: 20px;
  }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li {
    display: block;
    padding: 0;
    margin: 4px 0 4px 5px; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li.s5-categoryHeaderUnder__acafeItem--account {
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li.s5-categoryHeaderUnder__acafeItem--account span:before {
    content: "\e90b";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0em 0.2em 0.2em -0.2em; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li.s5-categoryHeaderUnder__acafeItem--plaza {
    font-size: 12px;
    font-size: 0.85714rem;
    font-weight: bold; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe li.s5-categoryHeaderUnder__acafeItem--plaza span:before {
    content: "\e910";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0em 0.2em 0em -0.2em; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a {
    color: #2f353d;
    cursor: pointer;
    display: inline-block; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .4em .1em 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a.s5-link--back:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .1em 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a.s5-link--down:before {
    content: "";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .1em 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a.s5-link--close:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .1em 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:hover, .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:focus, .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:active {
    color: #7d8794;
    text-decoration: none;
    outline: none; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe a:before {
    margin: 0 0.2em 0.2em 0; }
  .s5-categoryHeaderUnder .s5-categoryHeaderUnder__acafe img {
    max-width: 179px;
    width: 100%;
    margin: 0; }
  } */
/* s5-button
   ========================================================================== */
.s5-button, a.mod-button {
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px 18px;
  border: none;
  border-radius: 1px;
  background: #5787f4;
  -webkit-transition: background .2s;
          transition: background .2s;
  margin-bottom: 10px;
  margin-right: 10px; }
  .s5-button:last-child, a.mod-button:last-child {
    margin-bottom: 0px;
    margin-right: 0px; }
  a:hover .s5-button, a:hover a.mod-button, .s5-button:hover, a.mod-button:hover {
    color: #fff;
    text-decoration: none;
    background: #8aacf6;
    -webkit-transition: background 0;
            transition: background 0; }
  .s5-button:before, a.mod-button:before {
    content: "\f0da";
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 .6em .05em 0; }
  .s5-button.s5-button--full, a.s5-button--full.mod-button {
    display: block;
    width: 100%; }
  .s5-button.s5-button--inherit, a.s5-button--inherit.mod-button {
    font-size: 100%; }

.s5-button--down:before {
  content: "\f0d7";
  font-family: 'icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 .6em .05em 0; }

/* ==========================================================================
   s5-categoryNav
   ========================================================================== */
.mod-breadcrumbs2{
  display: none;
}
/* @media screen and (max-width: 639px) {
  .s5-breadcrumbs {
    display: none; } } */



/* ==========================================================================
   .s5-bannerImage
   ========================================================================== */
.s5-getStarted {
  margin: 20px -7px 20px -8px; }

.s5-getStarted:before {
  content: '';
  margin-top: -15px; }

.s5-getStarted ul {
  font-size: 0;
  font-family: 'zeroWidth';
  list-style: none;
  padding: 0;
  margin: 0; }

.s5-getStarted li {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 8px 0 8px;
  margin: 0 0 15px;
  position: relative; }

.s5-getStarted li.s5-getStarted__item1 {
  width: 100%; }

.s5-getStarted li.s5-getStarted__item2 {
  width: 49.999%; }

.s5-getStarted li.s5-getStarted__item3 {
  width: 33.333%; }

.s5-getStarted li.s5-getStarted__item4 {
  width: 24.999%; }

.s5-getStarted a {
  display: block; }

.s5-getStarted a img {
  transition: opacity .2s; }

.s5-getStarted a:hover img {
  transition: opacity 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.s5-getStarted img {
  display: block;
  width: 100%;
  height: auto; }

.s5-getStarted__alt {
  display: none; }

/* @media screen and (max-width: 639px) {
  .s5-getStarted li.s5-getStarted__item1 {
    width: 100%; }
  .s5-getStarted li.s5-getStarted__item2 {
    width: 100%; }
  .s5-getStarted li.s5-getStarted__item3 {
    width: 49.999%; }
  .s5-getStarted li.s5-getStarted__item4 {
    width: 49.999%; }
  .s5-getStarted__default {
    display: none; }
  .s5-getStarted__alt {
    display: block; } } */
