/*! no_rails_asset_compression */
/*! CIrelease-20210419-0202 */
@charset "UTF-8";.clearfix {
  position: relative
}

.clearfix:after {
  display: table;
  content: "";
  clear: both
}

.ib {
  display: inline-block;
  zoom:1}

.ib.middle {
  vertical-align: middle
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.hidden {
  display: none
}

.pointer {
  cursor: pointer
}

.caps {
  text-transform: uppercase
}

.right-align {
  text-align: right
}

.left-align {
  text-align: left
}

.center,.center-align {
  text-align: center
}

.vert-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.h-flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH
}

body {
  -webkit-animation-duration: .1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: .1s
}

@-webkit-keyframes fontfix {
  0% {
      opacity: 1
  }

  to {
      opacity: 1
  }
}

.break-word {
  word-break: break-word
}

.break-all {
  word-break: break-all
}

.no-wrap {
  white-space: nowrap
}

.cursor-pointer {
  cursor: pointer
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix:after,.clearfix:before,.row:after,.row:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix:after,.row:after {
  clear: both
}

.clearfix,.row {
  zoom:1}

br.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

/*!
* Bootstrap v3.0.3 - Tooltip, popover
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-webkit-keyframes fadein {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadein {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.tooltip {
  position: absolute;
  z-index: 3030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.fade {
  -webkit-animation: fadein .1s;
  animation: fadein .1s
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.tooltip.top {
  margin-top: -4px;
  padding: 7px 0
}

.tooltip.right {
  margin-left: 4px;
  padding: 0 7px
}

.tooltip.bottom {
  margin-top: 4px;
  padding: 7px 0
}

.tooltip.left {
  margin-left: -4px;
  padding: 0 7px
}

.tooltip-inner {
  font-family: Open Sans,open_sans,sans-serif;
  max-width: 220px;
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 7px;
  border-width: 7px 7px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 7px;
  border-width: 7px 7px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 7px;
  border-width: 0 7px 7px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow {
  border-width: 11px
}

.popover .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px
}

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25)
}

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px
}

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25)
}

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

ul.list {
  color: #666;
  list-style: disc inside
}

ul.list li {
  line-height: 140%
}

ol.list {
  color: #666;
  list-style: decimal inside
}

ol.list li {
  line-height: 140%
}

.edit-btn {
  cursor: pointer;
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  padding: 5px 18px;
  font-size: 12px;
  margin: 0 4px 0 0;
  outline: none;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  background-color: #fc2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#fe1,#fc2);
  color: #000!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.3)!important;
  line-height: 100%!important;
  border-radius: 3px;
  border-color: #ccc;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.15) rgba(0,0,0,.25);
  border-style: solid;
  border-width: 1px;
  box-shadow: inset 0 1px hsla(0,0%,100%,.5),0 1px 1px rgba(0,0,0,.15);
  text-decoration: none!important
}

.edit-btn:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.edit-btn:lang(sxl),.edit-btn:lang(zh),.edit-btn:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.edit-btn:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.edit-btna,.edit-btna:visited {
  color: #000
}

.edit-btn.hover,.edit-btn:active,.edit-btn:hover {
  background-color: #ff8900;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#ffab00,#ff8900);
  text-decoration: none!important;
  color: #290e00
}

.edit-btn:active {
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25),inset 0 5px 15px rgba(0,0,0,.2)
}

.edit-btn.huge {
  padding: 20px 24px
}

.edit-btn.biggest {
  padding: 15px 24px
}

.edit-btn.bigger {
  padding: 11px 24px
}

.edit-btn.big {
  padding: 7px 24px
}

.edit-btn.small {
  padding: 4px 14px
}

.edit-btn.smaller {
  padding: 3px 13px
}

.edit-btn.big-font {
  font-size: 14px;
  font-weight: 700
}

.edit-btn.no-shadow {
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25)
}

.edit-btn.inline {
  display: inline
}

.edit-btn.block {
  display: block;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px
}

.edit-btn.last {
  margin-bottom: 0;
  margin-right: 0
}

.edit-btn.float {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: auto!important
}

.edit-btn .light {
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn .gray-text {
  color: #bbb!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5)!important
}

.edit-btn .slight-gray-text {
  color: #999!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5)!important
}

.edit-btn.blue {
  background-color: #2e99d6;
  background-image: linear-gradient(180deg,#5cb8e6,#2e99d6)
}

.edit-btn.blue,.edit-btn.blue:active,.edit-btn.blue:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.blue:active,.edit-btn.blue:hover {
  background-color: #36b3fa;
  background-image: linear-gradient(180deg,#6bd6ff,#36b3fa)
}

.edit-btn.blue.nohover:active,.edit-btn.blue.nohover:hover {
  background-color: #2e99d6;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#5cb8e6,#2e99d6);
  cursor: default
}

.edit-btn.dark-blue {
  background-color: #55a;
  background-image: linear-gradient(180deg,#77c,#55a)
}

.edit-btn.dark-blue,.edit-btn.dark-blue:active,.edit-btn.dark-blue:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.dark-blue:active,.edit-btn.dark-blue:hover {
  background-color: #5e5ebb;
  background-image: linear-gradient(180deg,#8383e0,#5e5ebb)
}

.edit-btn.dark-blue.nohover:active,.edit-btn.dark-blue.nohover:hover {
  background-color: #55a;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#77c,#55a);
  cursor: default
}

.edit-btn.light-blue {
  background-color: #dae7f2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#ecf3f6,#dae7f2);
  color: #06a!important;
  text-shadow: 0 1px 1px hsla(0,0%,100%,.9)!important
}

.edit-btn.light-blue:active,.edit-btn.light-blue:hover {
  background-color: #dae7f2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#dae7f2,#dae7f2)
}

.edit-btn.light-blue.nohover:active,.edit-btn.light-blue.nohover:hover {
  background-color: #dae7f2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#ecf3f6,#dae7f2);
  cursor: default
}

.edit-btn.gray {
  background-color: #999;
  background-image: linear-gradient(180deg,#bbb,#999)
}

.edit-btn.gray,.edit-btn.gray:active,.edit-btn.gray:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.gray:active,.edit-btn.gray:hover {
  background-color: #aaa;
  background-image: linear-gradient(180deg,#ccc,#aaa)
}

.edit-btn.green {
  background-color: #70a800;
  background-image: linear-gradient(180deg,#93b800,#70a800)
}

.edit-btn.green,.edit-btn.green:active,.edit-btn.green:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.green:active,.edit-btn.green:hover {
  background-color: #86c900;
  background-image: linear-gradient(180deg,#afdb00,#86c900)
}

.edit-btn.green.nohover:active,.edit-btn.green.nohover:hover {
  background-color: #70a800;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#93b800,#70a800);
  cursor: default
}

.edit-btn.yellow {
  background-color: #fc2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#fe1,#fc2)
}

.edit-btn.yellow:active,.edit-btn.yellow:hover {
  background-color: #ffd727;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#ffff14,#ffd727);
  color: #000!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5)!important
}

.edit-btn.orange {
  background-color: #ff9600;
  background-image: linear-gradient(180deg,#fb0,#ff9600)
}

.edit-btn.orange,.edit-btn.orange:active,.edit-btn.orange:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.orange:active,.edit-btn.orange:hover {
  background-color: #fa0;
  background-image: linear-gradient(180deg,#ffd500,#fa0)
}

.edit-btn.orange.nohover:active,.edit-btn.orange.nohover:hover {
  background-color: #ff9600;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#fb0,#ff9600);
  cursor: default
}

.edit-btn.purple {
  background-color: #b19;
  background-image: linear-gradient(180deg,#d1c,#b19)
}

.edit-btn.purple,.edit-btn.purple:active,.edit-btn.purple:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.purple:active,.edit-btn.purple:hover {
  background-color: #ea15bf;
  background-image: linear-gradient(180deg,#ff15ff,#ea15bf)
}

.edit-btn.purple.nohover:active,.edit-btn.purple.nohover:hover {
  background-color: #b19;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#d1c,#b19);
  cursor: default
}

.edit-btn.red {
  background-color: #c71f0f;
  background-image: linear-gradient(180deg,#e61f0f,#c71f0f)
}

.edit-btn.red,.edit-btn.red:active,.edit-btn.red:hover {
  background-repeat: repeat-x;
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.red:active,.edit-btn.red:hover {
  background-color: #d21;
  background-image: linear-gradient(180deg,#f21,#d21)
}

.edit-btn.red.nohover:active,.edit-btn.red.nohover:hover {
  background-color: #c71f0f;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#e61f0f,#c71f0f);
  cursor: default
}

.edit-btn.dark {
  background-color: #222;
  background: rgba(0,0,0,.25);
  color: #fff!important;
  text-shadow: none!important;
  box-shadow: none
}

.edit-btn.fb-blue {
  background-color: #355089;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#3b5998,#355089);
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.fb-blue:active,.edit-btn.fb-blue:hover {
  background-color: #4162a7;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#476bb6,#4162a7)
}

.edit-btn.twitter-blue {
  background-color: #009bd5;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#00aced,#009bd5);
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.twitter-blue:active,.edit-btn.twitter-blue:hover {
  background-color: #00bdff;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#00ceff,#00bdff)
}

.edit-btn.invisible {
  background: none
}

.edit-btn.lightgray {
  background-color: #eee;
  background-image: linear-gradient(180deg,#eee,#eee);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  border-color: rgba(0,0,0,.05) rgba(0,0,0,.07) rgba(0,0,0,.12)
}

.edit-btn.lightgray,.edit-btn.lightgray:active,.edit-btn.lightgray:hover {
  background-repeat: repeat-x;
  color: #bbb!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5)!important
}

.edit-btn.lightgray:active,.edit-btn.lightgray:hover {
  background-color: #f8f8f8;
  background-image: linear-gradient(180deg,#f8f8f8,#f8f8f8)
}

.edit-btn.lightgray.nohover:active,.edit-btn.lightgray.nohover:hover {
  background-color: #eee;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#eee,#eee);
  cursor: default;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25)
}

.edit-btn.slightgray {
  background-color: #ddd;
  background-image: linear-gradient(180deg,#ddd,#ddd);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25);
  border-color: rgba(0,0,0,.05) rgba(0,0,0,.07) rgba(0,0,0,.12)
}

.edit-btn.slightgray,.edit-btn.slightgray:active,.edit-btn.slightgray:hover {
  background-repeat: repeat-x;
  color: #999!important;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5)!important
}

.edit-btn.slightgray:active,.edit-btn.slightgray:hover {
  background-color: #f8f8f8;
  background-image: linear-gradient(180deg,#f8f8f8,#f8f8f8)
}

.edit-btn.slightgray.nohover:active,.edit-btn.slightgray.nohover:hover {
  background-color: #ddd;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#ddd,#ddd);
  cursor: default;
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.25)
}

.edit-btn.noborder {
  border: none
}

.edit-btn.noshadow {
  box-shadow: inset 0 1px hsla(0,0%,100%,.5)
}

.edit-btn.invisible {
  box-shadow: none;
  border: none;
  -webkit-filter: none;
  filter: none;
  background: rgba(0,0,0,.25);
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.invisible:active,.edit-btn.invisible:hover {
  background: #ddd;
  background: rgba(0,0,0,.4);
  color: #fff!important;
  text-shadow: 0 1px 1px rgba(0,0,0,.3)!important
}

.edit-btn.invisible.nohover:active,.edit-btn.invisible.nohover:hover {
  background: #ddd;
  background: rgba(0,0,0,.25);
  cursor: default
}

.edit-btn.hidden {
  display: none
}

.s-pagination .s-pagination-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 0 8px 8px 0
}

.s-pagination .s-pagination-item.active {
  background-color: #93b719;
  border-color: #93b719;
  color: #fff
}

.s-pagination .s-pagination-item:hover {
  border-color: #93b719
}

.s-pagination.s-pagination-btn .next-btn,.s-pagination.s-pagination-btn .prev-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer
}

.s-pagination.s-pagination-btn .next-btn:after,.s-pagination.s-pagination-btn .prev-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 1px solid #919394;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s-pagination.s-pagination-btn .next-btn.disable,.s-pagination.s-pagination-btn .next-btn.disable:after,.s-pagination.s-pagination-btn .prev-btn.disable,.s-pagination.s-pagination-btn .prev-btn.disable:after {
  border-color: #e2e4e7;
  cursor: not-allowed
}

.s-pagination.s-pagination-btn .prev-btn:after {
  border-width: 0 0 1px 1px;
  left: 8px
}

.s-pagination.s-pagination-btn .next-btn:after {
  border-width: 1px 1px 0 0;
  left: 6px
}

.s-pagination.s-pagination-btn .paging-info {
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  color: #636972
}

.s-pagination.s-pagination-btn .paging-info:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-pagination.s-pagination-btn .paging-info:lang(sxl),.s-pagination.s-pagination-btn .paging-info:lang(zh),.s-pagination.s-pagination-btn .paging-info:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-pagination.s-pagination-btn .paging-info:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-binary-switcher {
  text-align: center
}

.s-binary-switcher .capsule {
  cursor: pointer;
  display: inline-block;
  margin: 10px 1px;
  background: #555;
  text-shadow: none;
  border-radius: 99px;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase
}

.s-binary-switcher .capsule .option {
  display: inline-block;
  padding: 4px 12px;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

.s-binary-switcher .capsule .option.selected {
  border-radius: 99px;
  background-color: #ccc;
  color: #333
}

.s-check-toggle {
  margin-top: 5px
}

.s-check-toggle label.hint {
  text-transform: uppercase;
  cursor: pointer
}

.s-check-toggle .capsule {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  border-radius: 99px;
  height: 20px;
  width: 30px;
  vertical-align: middle;
  transition: all .4s
}

.s-check-toggle .capsule .nub {
  border-radius: 99px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  transition: all .4s
}

.s-check-toggle .capsule.off {
  background: #222
}

.s-check-toggle .capsule.off .nub {
  background: #aaa;
  left: 1px
}

.s-check-toggle .capsule.on {
  background: #93b719
}

.s-check-toggle .capsule.on .nub {
  background: #eee;
  left: 11px
}

.s-checkbox input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle
}

.s-checkbox label {
  vertical-align: middle;
  cursor: pointer
}

.s-search-box {
  position: relative
}

.s-search-box .fa {
  color: #c6c9cd;
  position: absolute;
  top: 2px
}

.s-search-box .fa.fa-search {
  left: 10px
}

.s-search-box .fa.fa-close {
  right: 10px;
  color: #636972
}

.s-search-box ::-webkit-input-placeholder {
  color: #919394
}

.s-search-box :-moz-placeholder,.s-search-box ::-moz-placeholder {
  color: #919394
}

.s-search-box :-ms-input-placeholder {
  color: #919394
}

.s-search-box input {
  border: 1px solid #c6c9cd;
  color: #636972;
  border-radius: 3px;
  box-shadow: inset 0 1px 5px 0 rgba(0,0,0,.1);
  font-size: 12px;
  padding: 10px 0 10px 34px;
  outline: none
}

.s-search-box button[type=submit] {
  display: none
}

.strikingly-light-bg {
  background: #2e2e2f
}

.strikingly-editor-box {
  position: relative;
  zoom:1;background: #2e2e2f;
  border-radius: 3px;
  text-align: left;
  font-family: open_sans,Open Sans,sans-serif;
  border: 1px solid rgba(0,0,0,.4);
  padding: 10px;
  margin: 0;
  color: #fff;
  z-index: 92;
  text-transform: none;
  line-height: 14px;
  font-size: 12px
}

.strikingly-editor-box:after {
  display: table;
  content: "";
  clear: both
}

.strikingly-editor-box:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.strikingly-editor-box:lang(sxl),.strikingly-editor-box:lang(zh),.strikingly-editor-box:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.strikingly-editor-box:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.strikingly-editor-box input[type=text],.strikingly-editor-box textarea {
  background: #111;
  background: rgba(0,0,0,.45);
  border-radius: 3px;
  margin: 0;
  outline: none;
  float: left;
  border-color: #000 #333 #444;
  border-style: solid;
  border-width: 1px 0;
  padding: 4px 5px;
  color: #eee;
  outline-width: 0
}

.strikingly-editor-box input[type=text]:focus,.strikingly-editor-box textarea:focus {
  box-shadow: none;
  outline-width: 0
}

.strikingly-editor-box input[type=text].long,.strikingly-editor-box textarea.long {
  width: 400px
}

.strikingly-editor-box select {
  margin: 0;
  border: 0
}

.strikingly-editor-box select option {
  border: 0
}

.strikingly-editor-box select:focus,.strikingly-editor-box select:hover {
  outline: none
}

.strikingly-editor-box hr {
  height: 0;
  position: relative;
  zoom:1;margin: 10px 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,.25);
  border-bottom: 1px solid hsla(0,0%,100%,.05)
}

.strikingly-editor-box hr:after {
  display: table;
  content: "";
  clear: both
}

.strikingly-editor-box hr.large {
  margin: 20px 0
}

.strikingly-editor-box .btns,.strikingly-editor-box .buttons {
  margin: 20px 0 10px;
  position: relative;
  zoom:1}

.strikingly-editor-box .btns:after,.strikingly-editor-box .buttons:after {
  display: table;
  content: "";
  clear: both
}

.strikingly-editor-box h1,.strikingly-editor-box h1.title,.strikingly-editor-box h2,.strikingly-editor-box h2.title {
  font-size: 28px
}

.strikingly-editor-box h3,.strikingly-editor-box h3.title {
  font-size: 22px
}

.strikingly-editor-box h4,.strikingly-editor-box h4.title,.strikingly-editor-box h5,.strikingly-editor-box h5.title,.strikingly-editor-box h6,.strikingly-editor-box h6.title {
  font-size: 18px
}

.strikingly-editor-box .title {
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.5);
  margin: 5px 0 10px;
  letter-spacing: 0
}

.strikingly-editor-box .title:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.strikingly-editor-box .title:lang(sxl),.strikingly-editor-box .title:lang(zh),.strikingly-editor-box .title:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.strikingly-editor-box .title:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.strikingly-editor-box .title.small {
  font-size: 14px;
  font-weight: 400
}

.strikingly-editor-box .title.center {
  text-align: center
}

.strikingly-editor-box .title.clickable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  margin: 0;
  padding: 10px 5px
}

.strikingly-editor-box .title.clickable:hover {
  background: #444;
  border-radius: 3px
}

.strikingly-editor-box .label {
  font-size: 20px;
  color: #fff;
  font-family: open_sans,Open Sans,sans-serif;
  margin-bottom: 6px
}

.strikingly-editor-box .label:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.strikingly-editor-box .label:lang(sxl),.strikingly-editor-box .label:lang(zh),.strikingly-editor-box .label:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.strikingly-editor-box .label:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.strikingly-editor-box ul.list {
  list-style: disc inside;
  color: #aaa
}

.strikingly-editor-box ul.list li {
  line-height: 14px
}

.strikingly-editor-box ol.list {
  list-style: decimal inside;
  color: #aaa
}

.strikingly-editor-box ol.list li {
  line-height: 14px
}

.strikingly-editor-box input[type=email],.strikingly-editor-box input[type=text],.strikingly-editor-box input[type=url] {
  background: #111;
  background: rgba(0,0,0,.45);
  border-radius: 3px;
  outline: none;
  float: left;
  border-color: #000 #333 #444;
  border-style: solid;
  border-width: 1px 0;
  padding: 4px 5px;
  color: #eee;
  outline-width: 0;
  margin: 0 0 4px
}

.strikingly-editor-box input[type=email]:focus,.strikingly-editor-box input[type=text]:focus,.strikingly-editor-box input[type=url]:focus {
  box-shadow: none;
  outline-width: 0
}

.strikingly-editor-box input[type=email].long,.strikingly-editor-box input[type=text].long,.strikingly-editor-box input[type=url].long {
  width: 400px
}

.strikingly-editor-box .edit-btn {
  border: none
}

.strikingly-editor-box .hint,.strikingly-editor-box p {
  color: #aaa;
  line-height: 1.2;
  font-size: 12px;
  margin-bottom: 2px
}

.strikingly-editor-box .hint.thin,.strikingly-editor-box .hint .thin,.strikingly-editor-box p.thin,.strikingly-editor-box p .thin {
  color: #888
}

.strikingly-editor-box .hint.thin span,.strikingly-editor-box .hint .thin span,.strikingly-editor-box p.thin span,.strikingly-editor-box p .thin span {
  color: #aaa;
  text-decoration: none;
  cursor: pointer
}

.strikingly-editor-box .hint.thin span:active,.strikingly-editor-box .hint .thin span:active,.strikingly-editor-box .hint.thin span:hover,.strikingly-editor-box .hint .thin span:hover,.strikingly-editor-box p.thin span:active,.strikingly-editor-box p .thin span:active,.strikingly-editor-box p.thin span:hover,.strikingly-editor-box p .thin span:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.strikingly-editor-box .hint.small,.strikingly-editor-box p.small {
  font-size: 10px;
  line-height: 10px;
  color: #aaa
}

.strikingly-editor-box p {
  margin-bottom: 15px
}

.strikingly-editor-box a:not(.s-btn):not(.s-kit-btn),.strikingly-editor-box a:not(.s-btn):not(.s-kit-btn):active,.strikingly-editor-box a:not(.s-btn):not(.s-kit-btn):hover {
  color: #fff;
  text-decoration: underline
}

.strikingly-editor-box .fluidrow {
  position: relative;
  zoom:1}

.strikingly-editor-box .fluidrow:after {
  display: table;
  content: "";
  clear: both
}

.strikingly-editor-box .fluidrow .fluidcol {
  float: left
}

.strikingly-editor-box .fluidrow .fluidcol.p50 {
  width: 50%
}

.strikingly-editor-box .fluidrow .fluidcol.p25 {
  width: 25%
}

.strikingly-editor-box .fluidrow .fluidcol.p30 {
  width: 30%
}

.strikingly-editor-box .fluidrow .fluidcol.top-layer {
  position: relative;
  z-index: 201
}

.strikingly-editor-box .fluidrow .fluidcol input[type=text],.strikingly-editor-box .fluidrow .fluidcol textarea {
  width: 100%
}

@media only screen and (max-width: 500px) {
  .strikingly-editor-box .fluidrow .fluidcol {
      float:none;
      margin-bottom: 20px
  }

  .strikingly-editor-box .fluidrow .fluidcol:last-child {
      margin-bottom: 0
  }

  .strikingly-editor-box .fluidrow .fluidcol.p25,.strikingly-editor-box .fluidrow .fluidcol.p30,.strikingly-editor-box .fluidrow .fluidcol.p50 {
      width: auto
  }
}

.strikingly-editor-box .input,.strikingly-editor-box .s-input {
  position: relative;
  zoom:1;margin-bottom: 10px
}

.strikingly-editor-box .input:after,.strikingly-editor-box .s-input:after {
  display: table;
  content: "";
  clear: both
}

.strikingly-editor-box .input input[type=text],.strikingly-editor-box .input textarea,.strikingly-editor-box .s-input input[type=text],.strikingly-editor-box .s-input textarea {
  padding: 5px;
  box-sizing: border-box
}

.strikingly-editor-box .input textarea,.strikingly-editor-box .s-input textarea {
  height: 100px
}

.strikingly-editor-box .input label,.strikingly-editor-box .s-input label {
  margin-right: 5px
}

.strikingly-editor-box .input label.float,.strikingly-editor-box .s-input label.float {
  position: absolute;
  color: #999;
  padding: 7px 5px;
  font-style: italic;
  pointer-events: none;
  min-width: 100px;
  top: 0;
  left: 0
}

.strikingly-editor-box .input label.float.small,.strikingly-editor-box .s-input label.float.small {
  font-size: 12px
}

.strikingly-editor-box .input label.float.long,.strikingly-editor-box .s-input label.float.long {
  width: 400px
}

.strikingly-editor-box .input a,.strikingly-editor-box .input a:active,.strikingly-editor-box .input a:hover,.strikingly-editor-box .s-input a,.strikingly-editor-box .s-input a:active,.strikingly-editor-box .s-input a:hover {
  color: #fff;
  text-decoration: underline
}

.strikingly-editor-box .input .float,.strikingly-editor-box .s-input .float {
  float: left
}

.strikingly-editor-box .input .p100,.strikingly-editor-box .s-input .p100 {
  width: 100%
}

.strikingly-editor-box .input .p75,.strikingly-editor-box .s-input .p75 {
  width: 75%
}

.strikingly-editor-box .input .p50,.strikingly-editor-box .s-input .p50 {
  width: 50%
}

.strikingly-editor-box .input .add-link-hint,.strikingly-editor-box .s-input .add-link-hint {
  width: 70px;
  margin-left: 6px;
  margin-bottom: 3px
}

.strikingly-editor-box a.link-icon {
  color: #ddd!important;
  cursor: pointer;
  line-height: 150%
}

.strikingly-editor-box a.link-icon .fa {
  margin-right: 2px
}

.strikingly-editor-box a.link-icon .entypo-quote {
  display: inline-block;
  zoom:1;margin-right: 2px
}

.strikingly-editor-box a.link-icon .entypo-quote.middle {
  vertical-align: middle
}

.strikingly-editor-box .link-input {
  margin-top: 2px;
  position: relative
}

body.modal-open {
  overflow: hidden
}

body.fixed-body {
  position: fixed!important;
  width: 100%!important;
  height: 100%!important
}

.s-edit-modal {
  font-size: 14px;
  color: #636972;
  z-index: 2100;
  font-family: open_sans,Open Sans,sans-serif;
  position: relative;
  display: none;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0,0,0,.45);
  background: #fff;
  opacity: 1;
  transition: all .3s;
  transform: translateZ(0);
  -webkit-transform: initial
}

.s-edit-modal:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-edit-modal:lang(sxl),.s-edit-modal:lang(zh),.s-edit-modal:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-edit-modal:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-edit-modal.notification {
  z-index: 3105
}

@media only screen and (min-width: 501px) {
  .s-edit-modal.notification {
      width:520px;
      height: auto
  }
}

.s-edit-modal.notification .hr {
  height: 1px;
  background: #ddd;
  margin: 20px 0
}

.s-edit-modal.notification .box {
  border-radius: 3px;
  padding: 16px;
  border: 1px solid #d8d8d8;
  background: #f3f3f3;
  color: #444
}

.s-edit-modal.notification .box.thin {
  padding: 8px
}

.s-edit-modal.notification .box.rich {
  padding: 4px 8px;
  line-height: 1.4
}

.s-edit-modal.notification .box.green,.s-edit-modal.notification .box.success {
  border: 1px solid #be9;
  background: #efc;
  color: #564
}

.s-edit-modal.notification .box.error,.s-edit-modal.notification .box.red {
  border: 1px solid #ebb;
  background: #fdd;
  color: #755
}

.s-edit-modal.notification .box.orange {
  border: 1px solid #edb;
  background: #fed;
  color: #765
}

.s-edit-modal.notification .box.white {
  background: #fff
}

.s-edit-modal.notification .close-button {
  top: 12px;
  right: 18px
}

.s-edit-modal.notification .inner .content {
  padding-top: 14px
}

.s-edit-modal.notification .inner .content .avatar {
  float: left;
  margin: 0 20px 10px 0;
  border-radius: 4px
}

@media only screen and (min-width: 501px) {
  .s-edit-modal.small {
      width:360px;
      height: auto
  }
}

.s-edit-modal.small .buttons-row .s-btn {
  min-width: 140px
}

.s-edit-modal .buttons-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.s-edit-modal .buttons-row .s-btn {
  box-sizing: border-box;
  padding: 13px auto
}

.s-edit-modal .buttons-row .s-btn .fa-spinner {
  margin-left: 10px
}

.s-edit-modal .inner {
  padding: 28px 30px;
  position: relative
}

.s-edit-modal.invisible {
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  opacity: 0
}

.s-edit-modal.no-transition {
  transition: none
}

.s-edit-modal h1,.s-edit-modal h2,.s-edit-modal h3,.s-edit-modal h4,.s-edit-modal h5,.s-edit-modal h6 {
  font-family: open_sans,Open Sans,sans-serif;
  color: #4b5056
}

.s-edit-modal h1:lang(ja),.s-edit-modal h2:lang(ja),.s-edit-modal h3:lang(ja),.s-edit-modal h4:lang(ja),.s-edit-modal h5:lang(ja),.s-edit-modal h6:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-edit-modal h1:lang(sxl),.s-edit-modal h1:lang(zh),.s-edit-modal h1:lang(zh-cn),.s-edit-modal h2:lang(sxl),.s-edit-modal h2:lang(zh),.s-edit-modal h2:lang(zh-cn),.s-edit-modal h3:lang(sxl),.s-edit-modal h3:lang(zh),.s-edit-modal h3:lang(zh-cn),.s-edit-modal h4:lang(sxl),.s-edit-modal h4:lang(zh),.s-edit-modal h4:lang(zh-cn),.s-edit-modal h5:lang(sxl),.s-edit-modal h5:lang(zh),.s-edit-modal h5:lang(zh-cn),.s-edit-modal h6:lang(sxl),.s-edit-modal h6:lang(zh),.s-edit-modal h6:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-edit-modal h1:lang(zh-tw),.s-edit-modal h2:lang(zh-tw),.s-edit-modal h3:lang(zh-tw),.s-edit-modal h4:lang(zh-tw),.s-edit-modal h5:lang(zh-tw),.s-edit-modal h6:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-edit-modal h1 i,.s-edit-modal h2 i,.s-edit-modal h3 i,.s-edit-modal h4 i,.s-edit-modal h5 i,.s-edit-modal h6 i {
  padding-right: 5px
}

.s-edit-modal strong {
  font-weight: 700
}

.s-edit-modal h1 {
  font-size: 40px
}

.s-edit-modal h2 {
  font-size: 26px
}

.s-edit-modal h3 {
  font-size: 23px
}

.s-edit-modal h4 {
  font-size: 20px
}

.s-edit-modal h5 {
  font-size: 18px
}

.s-edit-modal h6 {
  font-size: 16px
}

.s-edit-modal .close-button {
  position: absolute;
  top: 22px;
  right: 30px;
  z-index: 2101
}

.s-edit-modal .close-button a {
  color: #636972!important;
  font-size: 26px;
  font-weight: 300
}

.s-edit-modal .close-button a:hover {
  color: #636972!important
}

.s-edit-modal p {
  color: #636972;
  line-height: 1.4
}

.s-edit-modal p.small {
  font-size: 13px
}

.s-edit-modal p.light {
  color: #8d949c
}

.s-edit-modal a {
  color: #2aabd9;
  cursor: pointer
}

.s-edit-modal a:hover {
  color: #4ccdfb
}

.s-edit-modal .title {
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #52616a;
  font-size: 18px
}

.s-edit-modal .title:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-edit-modal .title:lang(sxl),.s-edit-modal .title:lang(zh),.s-edit-modal .title:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-edit-modal .title:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-edit-modal .s-modal-bottom-bar {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 40px;
  bottom: 0;
  border-top: 1px solid #f7f7f7
}

.s-edit-modal .s-modal-bottom-bar a.s-btn {
  color: #fff
}

.s-edit-modal .s-modal-bottom-bar a.s-btn.gray {
  color: #919394
}

.s-edit-modal .s-modal-bottom-bar .right {
  float: right
}

@media only screen and (min-width: 501px) {
  .s-edit-modal {
      position:relative;
      border-radius: 4px;
      box-shadow: 0 1px 10px rgba(0,0,0,.45)
  }

  .s-edit-modal .s-modal-large-screen {
      display: block
  }

  .s-edit-modal .s-modal-small-screen {
      display: none
  }
}

@media only screen and (max-width: 500px) {
  .s-edit-modal .s-modal-large-screen {
      display:none
  }

  .s-edit-modal .s-modal-small-screen {
      display: block
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) {
      text-align: center;
      width: 300px;
      border-radius: 14px;
      box-shadow: none
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) .s-btn:first-of-type {
      margin-bottom: 10px
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) h3 {
      font-size: 16px;
      font-weight: bolder
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) p {
      font-size: 14px;
      font-weight: 400
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) .inner {
      padding: 18px
  }

  .s-edit-modal:not(#portfolio-manager-dialog):not(#ecommerce-manager-dialog):not(.ecommerce-buy-dialog):not(#publish-dialog-new):not(#category-dialog):not(#unpublish-sites-dialog):not(#s-blog-archive-dialog):not(.s-terms-dialog) a.s-btn:not(.not-full) {
      border: none;
      width: 100%;
      padding: 14px 0;
      font-size: 16px
  }

  .s-edit-modal#ecommerce-manager-dialog,.s-edit-modal#portfolio-manager-dialog {
      height: 100vh;
      margin-top: 0!important
  }

  .s-edit-modal#ecommerce-manager-dialog .thumbs.triangle .thumb,.s-edit-modal#portfolio-manager-dialog .thumbs.triangle .thumb {
      padding: 0 10px
  }
}

.strikingly-fixed-modal-container .guide-box,.strikingly-modal-container .guide-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.strikingly-fixed-modal-container .guide-box>div,.strikingly-modal-container .guide-box>div {
  display: -webkit-flex;
  display: flex;
  align-Items: center;
  color: #4b5056;
  font-weight: 700
}

.strikingly-fixed-modal-container .guide-box>div>img,.strikingly-modal-container .guide-box>div>img {
  height: 24px;
  margin-right: 8px
}

.strikingly-fixed-modal-container .guide-box>.s-btn,.strikingly-modal-container .guide-box>.s-btn {
  color: #fff
}

#strikingly-tooltip-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  font-family: open_sans,Open Sans,sans-serif
}

#strikingly-tooltip-container:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

#strikingly-tooltip-container:lang(sxl),#strikingly-tooltip-container:lang(zh),#strikingly-tooltip-container:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

#strikingly-tooltip-container:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

#s-content .s-page-layer.fill-content,#s-content .s-page-layer .fill-content {
  transition: left .4s
}

#s-content .s-page-layer .s-page-wrapper {
  border: none
}

#s-content .s-page-layer .s-page-wrapper .s-page-content iframe {
  border-width: 0
}

#s-content.side-menu-opened .s-page-layer.fill-content,#s-content.side-menu-opened .s-page-layer .fill-content {
  left: 240px
}

.s-page-layer {
  display: none;
  z-index: 2100
}

.s-page-layer.fill,.s-page-layer .fill,.s-page-layer.fill-content,.s-page-layer .fill-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.s-page-layer .s-page-shade {
  background: rgba(0,0,0,.65);
  opacity: 0;
  transition: all .3s
}

.s-page-layer .s-page-shade.solid {
  background: #525a61
}

.s-page-layer .s-page-wrapper {
  position: absolute;
  top: 75px;
  bottom: 4%;
  left: 6.5%;
  right: 6.5%;
  border: 6px solid #fff;
  opacity: 0;
  transition: all .3s;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0)
}

.s-page-layer .s-page-wrapper .address {
  position: absolute;
  top: -48px;
  left: 68px
}

.s-page-layer .s-page-wrapper .address .link,.s-page-layer .s-page-wrapper .address .link:hover {
  color: #fff
}

.s-page-layer .s-page-wrapper .s-theme-preview-bar {
  position: absolute;
  width: 100%;
  top: -35px;
  color: #fff;
  font-size: 15px;
  font-family: open_sans,Open Sans,sans-serif
}

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(sxl),.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh),.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-page-layer .s-page-wrapper .s-theme-preview-bar:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-page-layer .s-page-wrapper .s-theme-preview-bar a.s-btn {
  float: right;
  top: -30px;
  position: relative;
  margin-right: 0
}

.s-page-layer .s-page-wrapper .back-btn {
  cursor: pointer;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: -48px;
  left: -6px;
  transition: all .3s;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0)
}

.s-page-layer .s-page-wrapper .back-btn .fa {
  padding-right: 4px
}

.s-page-layer .s-page-wrapper .s-page-content {
  width: 100%;
  height: 100%;
  position: relative
}

.s-page-layer .s-page-wrapper .s-page-content iframe {
  height: 100%;
  width: 100%;
  background: #fff
}

.s-page-layer .s-page-wrapper .s-page-content .mask {
  display: inline-block;
  position: absolute;
  color: #999;
  z-index: 1;
  left: 50%;
  top: 50%;
  font-size: 24px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.s-page-layer.open .s-page-shade {
  opacity: 1
}

.s-page-layer.open .s-page-wrapper,.s-page-layer.open .s-page-wrapper .back-btn {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.no-text-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none
}

.s-tag {
  display: inline-block;
  zoom:1;margin-right: 5px;
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
  padding: 3px 6px;
  color: #fff;
  border-radius: 3px;
  text-shadow: none;
  background: #f94
}

.s-tag.middle {
  vertical-align: middle
}

.s-tag.gray {
  background: #aaa
}

.s-tag.red {
  background: #e64751
}

.s-tag.green {
  background: #a7d100
}

.s-tag.yellow {
  background: #fbe837;
  color: #444
}

.s-tag.teal {
  background: #41b1a1
}

.s-box-tag {
  display: inline-block;
  zoom:1;margin-left: 10px;
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
  padding: 4px;
  color: #fff;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 600
}

.s-box-tag.middle {
  vertical-align: middle
}

.s-box-tag.red {
  background: rgba(230,71,81,.2);
  color: #cf4049
}

.s-box-tag.green {
  background: #d1e6b8;
  color: #84a517
}

.white-modal {
  width: 380px;
  height: 340px;
  z-index: 100001;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -170px;
  margin-left: -190px;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0,0,0,.45);
  opacity: 1;
  transition: all .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.white-modal.invisible {
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  opacity: 0
}

.white-modal h1 i,.white-modal h2 i,.white-modal h3 i,.white-modal h4 i,.white-modal h5 i,.white-modal h6 i {
  padding-right: 5px
}

.white-modal .modal-container {
  padding: 30px 40px;
  height: 280px;
  width: 300px;
  border-radius: 4px;
  position: absolute;
  background: #fff
}

@media only screen and (min-width: 320px) and (max-width:375px) {
  .white-modal .modal-container {
      width:240px;
      left: 30px
  }
}

@media only screen and (max-width: 320px) {
  .white-modal .modal-container {
      width:230px;
      left: 35px
  }
}

.white-modal .modal-container .reward-title {
  max-width: 280px
}

.white-modal .modal-container .done {
  color: #fff;
  background: #9c2;
  border-radius: 3px;
  padding: 5px 8px;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none
}

.white-modal .modal-container a.close-modal {
  position: absolute;
  bottom: 30px;
  text-align: left;
  display: block;
  color: #2aabd9
}

.white-modal .modal-container a.close-modal.s-btn {
  color: #fff
}

.white-modal .modal-container a.modal-button {
  color: #fff;
  background: #2aabd9;
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-block;
  zoom:1;text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.white-modal .modal-container a.modal-button.middle {
  vertical-align: middle
}

.white-modal .modal-container a.modal-button:hover {
  background: #2ebcef
}

.white-modal .modal-container .hr {
  height: 1px;
  background: #ddd;
  margin: 20px 0
}

.white-modal .modal-container .form input[type=text],.white-modal .modal-container .form textarea {
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  width: 288px;
  margin-bottom: 5px
}

.white-modal .modal-container .form input[type=text]:focus,.white-modal .modal-container .form textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.white-modal .modal-container .form input[type=text].thin,.white-modal .modal-container .form textarea.thin {
  padding: 2px
}

.strikingly-custom-alert {
  color: #666;
  position: relative;
  z-index: 1;
  font-family: open_sans,Open Sans,sans-serif;
  text-shadow: 0 1px hsla(0,0%,100%,.6)
}

.strikingly-custom-alert:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.strikingly-custom-alert:lang(sxl),.strikingly-custom-alert:lang(zh),.strikingly-custom-alert:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.strikingly-custom-alert:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.strikingly-custom-alert>.fa {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  font-size: 32px;
  color: #fc7;
  opacity: 0
}

.strikingly-custom-alert .alert-content {
  font-size: 15px;
  line-height: 1.4;
  text-align: center
}

.strikingly-custom-alert .alert-content a {
  color: #2aabd9
}

.strikingly-custom-alert .close {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: -25px;
  font-size: 28px;
  font-style: normal;
  font-weight: 200;
  cursor: pointer
}

.strikingly-custom-alert .bottom-actions {
  text-align: center;
  margin-top: 20px
}

.strikingly-custom-alert .bottom-actions .cancel {
  margin-right: 16px
}

.strikingly-custom-alert .disable-bottom-actions {
  opacity: .6;
  pointer-events: none
}

@-webkit-keyframes ui-fade-in-up {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes ui-fade-in-up {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  to {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@-webkit-keyframes ui-fade-in-down {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }
}

@keyframes ui-fade-in-down {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  to {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }
}

.easeUp {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: ui-fade-in-up;
  animation-name: ui-fade-in-up
}

.easeDown {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: ui-fade-in-down;
  animation-name: ui-fade-in-down
}

.social-media-buttons {
  text-align: center;
  display: inline-block;
  zoom:1}

.social-media-buttons.middle {
  vertical-align: middle
}

.social-media-buttons .social-media-button {
  float: left;
  margin-right: 10px;
  min-width: 75px
}

.social-media-buttons .social-media-button:last-child {
  margin-right: 0
}

.vcenter-before-mixin {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1em
}

.strikingly-sel-li {
  position: relative;
  padding-left: 10px;
  text-align: left;
  cursor: default;
  color: #444;
  line-height: 26px;
  list-style: none
}

.strikingly-sel-li.strikingly-sel-sel {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
  background-color: #006dcc
}

.strikingly-sel-wrapper {
  position: absolute;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
  opacity: 0
}

.strikingly-sel-hit {
  color: #87ceeb
}

.top-left-return-button {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  z-index: 100
}

.top-left-return-button a {
  color: #fff;
  font-size: 26px
}

.top-left-return-button a span.text {
  font-size: 16px;
  position: relative;
  top: -3px;
  display: none
}

.top-left-return-button a span.icon {
  color: hsla(0,0%,100%,.7)
}

.top-left-return-button a:hover .icon {
  color: #fff
}

.top-left-return-button a:hover span.text {
  display: inline
}

.fa.fa-grip:before {
  content: "\F142   \202F   \F142   \202F   \F142"
}

.fa.right-icon {
  margin-left: 5px
}

.fa.left-icon {
  margin-right: 5px
}

[class*=entypo-].right-icon {
  margin-left: 5px
}

[class*=entypo-].left-icon {
  margin-right: 5px
}

.s-date-selector {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px
}

.s-date-selector .s-btn.toggled:after,.s-date-selector .s-btn.toggled:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  height: 10px;
  margin-top: 3px;
  border-radius: 0;
  background: #fff;
  pointer-events: none;
  opacity: 1
}

.s-date-selector .s-btn.toggled:before {
  margin-left: -5px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewX(-45deg) rotate(180deg);
  transform: skewX(-45deg) rotate(180deg);
  border-left: 1px solid #e2e4e7;
  border-top: 1px solid #e2e4e7
}

.s-date-selector .s-btn.toggled:after {
  margin-left: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  border-left: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7
}

.s-tab-list {
  overflow: hidden;
  padding-bottom: 21px
}

.s-tab-list .s-tab-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 4px;
  background-color: #f6f6f6;
  box-shadow: inset 0 2px 0 0 #fff;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer
}

.s-tab-list .s-tab-item.s-tab-item-selected {
  color: #888b8d;
  border: none;
  border-radius: 3px;
  background-color: #e2e4e7;
  padding: 8px 17px;
  box-shadow: none
}

.s-tab-list .s-tab-item:hover {
  background: #eee;
  border-color: #ccc
}

.s-tab-list .s-tab-item-selected:after,.s-tab-list .s-tab-item-selected:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100vw;
  height: 10px;
  margin-top: 10px;
  border-radius: 0;
  background: #fff;
  pointer-events: none;
  opacity: 1
}

.s-tab-list .s-tab-item-selected:before {
  margin-left: -5px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: skewX(-45deg) rotate(180deg);
  transform: skewX(-45deg) rotate(180deg);
  border-left: 1px solid #e2e4e7;
  border-top: 1px solid #e2e4e7
}

.s-tab-list .s-tab-item-selected:after {
  margin-left: 5px;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  border-left: 1px solid #e2e4e7;
  border-bottom: 1px solid #e2e4e7
}

.s-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 18px;
  cursor: pointer;
  max-width: 600px;
  border-radius: 4px;
  border: 1px solid #e2e4e7;
  background-color: #f4f6f8
}

.s-card .title {
  font-weight: 700;
  line-height: 1.5;
  color: #4b5056
}

.s-card .sub-text {
  line-height: 1.5;
  color: #c6c9cd
}

.s-card .right-arrow {
  font-size: 18px;
  color: #a9aeb2
}

.s-flash-message-list {
  position: fixed;
  top: 15px;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.45em
}

.s-flash-message-list .s-flash-message {
  border-radius: 4px;
  padding: 8px;
  margin: 0 auto 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.s-flash-message-list .s-flash-message.success {
  background-color: #f4f8e6;
  border: 1px solid #92bb00;
  color: #92bb00
}

.s-flash-message-list .s-flash-message.error {
  background-color: #fdedef;
  border: 1px solid #ec5360;
  color: #ec5360
}

.s-flash-message-list .s-flash-message .icon {
  margin-right: 8px
}

#livechat-compact-container {
  margin-right: 20px!important
}

.s-custom-invisible-btn {
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  border: 1px solid transparent;
  display: inline-block;
  margin: 0 8px 12px 0;
  vertical-align: middle;
  padding: 10px 15px;
  position: relative;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #8d949c;
  transition: all .15s;
  text-decoration: none;
  word-break: keep-all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
  background-color: transparent;
  outline: none
}

.s-custom-invisible-btn:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-custom-invisible-btn:lang(sxl),.s-custom-invisible-btn:lang(zh),.s-custom-invisible-btn:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-custom-invisible-btn:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-custom-invisible-btn.gray:hover {
  border-color: #ccc;
  background: #f6f6f6;
  color: #919394
}

.s-custom-invisible-btn.red:hover {
  background: #e64751;
  border-color: #e64751;
  color: #fff
}

.s-custom-invisible-btn i.fa {
  margin-right: 5px
}

.s-form .s-form-section {
  margin-bottom: 25px
}

.s-form .s-form-section:last-child {
  margin-bottom: 0
}

.s-form.inline .s-form-field {
  display: inline-block;
  margin-bottom: 0
}

.s-form-field {
  position: relative;
  margin-bottom: 15px
}

.s-form-field.required:after {
  content: "*";
  position: absolute;
  right: -15px;
  top: 13px;
  color: #e64751
}

.s-form-field.inline {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top
}

.s-form-field.inline .label,.s-form-field.inline>label {
  display: block;
  margin-bottom: 10px
}

.s-form-field.inline .s-form-field-error {
  display: block
}

.s-form-field:last-child {
  margin-bottom: 0
}

.s-form-field.warn {
  color: #ff8060
}

.s-form-field.error {
  color: #e64751
}

.s-form-field.buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.s-form-field.search input[type=text] {
  padding: 5px 30px
}

.s-form-field.search:before {
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 12px;
  content: "\F002";
  font-size: 12px;
  color: #a6a6a6
}

.s-form-field.search .clear-input-btn {
  cursor: pointer;
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  content: "\F00D";
  font-size: 16px;
  color: #a6a6a6
}

.s-form-field.s-select-container label {
  display: block;
  margin-bottom: 5px;
  color: #fff
}

.s-form-field.s-select-container label.gray {
  color: #a9aeb2
}

.s-form-field.s-select-container select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(180deg,#fdfdfd,#f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
  border: 1px solid #c6c9cc;
  padding: 0 15px 0 8px;
  width: 100%;
  border-radius: 3px;
  height: 34px
}

.s-form-field.s-select-container select:focus {
  outline: none
}

.s-form-field.s-select-container select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.s-form-field.s-select-container i {
  pointer-events: none;
  position: absolute;
  color: #636972;
  right: 5px;
  top: 0;
  line-height: 34px
}

.s-form-field.s-select-container.small select {
  height: 27px
}

.s-form-field.s-select-container.small i {
  line-height: 28px
}

.s-form-field label {
  font-weight: 600;
  color: #4b5056
}

.s-form-field label.side {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 3px 0
}

.s-form-field label.top {
  display: block;
  margin-bottom: 10px
}

.s-form-field input[type=number],.s-form-field input[type=password],.s-form-field input[type=text],.s-form-field textarea {
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.s-form-field input[type=number]:focus,.s-form-field input[type=password]:focus,.s-form-field input[type=text]:focus,.s-form-field textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.s-form-field input[type=number].thin,.s-form-field input[type=password].thin,.s-form-field input[type=text].thin,.s-form-field textarea.thin {
  padding: 2px
}

.s-form-field input[type=number].middle,.s-form-field input[type=password].middle,.s-form-field input[type=text].middle,.s-form-field textarea.middle {
  padding: 10px;
  height: 16px
}

.s-form-field input[type=number].full-width,.s-form-field input[type=password].full-width,.s-form-field input[type=text].full-width,.s-form-field textarea.full-width {
  width: 100%;
  box-sizing: border-box
}

.s-form-field input[type=checkbox] {
  vertical-align: middle;
  display: inline-block
}

.s-form-field select {
  height: 37px;
  width: 165px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  cursor: pointer
}

.s-form-field select.disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.s-form-field textarea {
  width: 100%;
  box-sizing: border-box
}

.s-form-field input[type=number].error,.s-form-field input[type=password].error,.s-form-field input[type=text].error,.s-form-field select.error,.s-form-field textarea.error {
  border: 1px solid #e64751
}

.s-form-field input[type=number].disabled,.s-form-field input[type=password].disabled,.s-form-field input[type=text].disabled,.s-form-field select.disabled,.s-form-field textarea.disabled {
  background: #f2f2f2;
  color: #636972
}

.s-form-field .radio-field {
  padding: 6px 6px 6px 2px;
  cursor: pointer
}

.s-form-field .radio-field .label {
  padding-left: 4px;
  cursor: pointer
}

.s-form-field .radio-field .radio-label {
  padding-left: 4px;
  cursor: auto
}

.s-form-field .radio-field input {
  cursor: pointer
}

.s-form-field .radio-field:first-child {
  margin-top: 0
}

.s-form-field .radio-field:last-child {
  margin-bottom: 0
}

.s-form-field .s-form-field-error {
  margin-top: 5px;
  font-size: 86%;
  color: #e64751
}

.s-form-field .s-form-field-hint {
  line-height: 1.2
}

.s-form-field.covered-label .field-content {
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.s-form-field.covered-label input[type=password],.s-form-field.covered-label input[type=text] {
  border: none;
  box-shadow: none;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%
}

.s-form-field.covered-label label.covered {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 8px
}

.s-form-field.covered-label.error .field-content {
  border-color: #e64751
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed
}

.table .table-row {
  display: table-row
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle
}

.Dropdown-root {
  position: relative
}

.Dropdown-control {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  color: #636972;
  cursor: pointer;
  outline: none;
  padding: 8px 52px 8px 10px;
  transition: all .2s ease
}

.Dropdown-control:hover {
  box-shadow: 0 1px 0 rgba(0,0,0,.06)
}

.Dropdown-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -ceil(2.5);
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0
}

.is-open .Dropdown-arrow {
  border-color: transparent transparent #999;
  border-width: 0 5px 5px
}

.Dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1000;
  -webkit-overflow-scrolling: touch
}

.Dropdown-menu .Dropdown-group>.Dropdown-title {
  padding: 8px 10px;
  color: #333;
  font-weight: 700;
  text-transform: capitalize
}

.Dropdown-option {
  box-sizing: border-box;
  color: rgba(51,51,51,.8);
  cursor: pointer;
  display: block;
  padding: 8px 10px
}

.Dropdown-option:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px
}

.Dropdown-option.is-selected,.Dropdown-option:hover {
  background-color: #f2f9fc;
  color: #636972
}

.Dropdown-noresults {
  box-sizing: border-box;
  color: #ccc;
  cursor: default;
  display: block;
  padding: 8px 10px
}

input[placeholder]::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400
}

input[placeholder]::-webkit-input-placeholder input[type=email]::-webkit-input-placeholder,input[placeholder]::-webkit-input-placeholder input[type=number]::-webkit-input-placeholder,input[placeholder]::-webkit-input-placeholder input[type=text]::-webkit-input-placeholder,input[placeholder]::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

input[placeholder]::-webkit-input-placeholder input[type=email]::-moz-placeholder,input[placeholder]::-webkit-input-placeholder input[type=number]::-moz-placeholder,input[placeholder]::-webkit-input-placeholder input[type=text]::-moz-placeholder,input[placeholder]::-webkit-input-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

input[placeholder]::-webkit-input-placeholder input[type=email]:-ms-input-placeholder,input[placeholder]::-webkit-input-placeholder input[type=number]:-ms-input-placeholder,input[placeholder]::-webkit-input-placeholder input[type=text]:-ms-input-placeholder,input[placeholder]::-webkit-input-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

input[placeholder]::-webkit-input-placeholder input[type=email]:-moz-placeholder,input[placeholder]::-webkit-input-placeholder input[type=number]:-moz-placeholder,input[placeholder]::-webkit-input-placeholder input[type=text]:-moz-placeholder,input[placeholder]::-webkit-input-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

textarea[placeholder]::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400
}

textarea[placeholder]::-webkit-input-placeholder input[type=email]::-webkit-input-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=number]::-webkit-input-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=text]::-webkit-input-placeholder,textarea[placeholder]::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

textarea[placeholder]::-webkit-input-placeholder input[type=email]::-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=number]::-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=text]::-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

textarea[placeholder]::-webkit-input-placeholder input[type=email]:-ms-input-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=number]:-ms-input-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=text]:-ms-input-placeholder,textarea[placeholder]::-webkit-input-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

textarea[placeholder]::-webkit-input-placeholder input[type=email]:-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=number]:-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder input[type=text]:-moz-placeholder,textarea[placeholder]::-webkit-input-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400
}

::-webkit-input-placeholder input[type=email]::-webkit-input-placeholder,::-webkit-input-placeholder input[type=number]::-webkit-input-placeholder,::-webkit-input-placeholder input[type=text]::-webkit-input-placeholder,::-webkit-input-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

::-webkit-input-placeholder input[type=email]::-moz-placeholder,::-webkit-input-placeholder input[type=number]::-moz-placeholder,::-webkit-input-placeholder input[type=text]::-moz-placeholder,::-webkit-input-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

::-webkit-input-placeholder input[type=email]:-ms-input-placeholder,::-webkit-input-placeholder input[type=number]:-ms-input-placeholder,::-webkit-input-placeholder input[type=text]:-ms-input-placeholder,::-webkit-input-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

::-webkit-input-placeholder input[type=email]:-moz-placeholder,::-webkit-input-placeholder input[type=number]:-moz-placeholder,::-webkit-input-placeholder input[type=text]:-moz-placeholder,::-webkit-input-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder {
  color: #aaa;
  font-weight: 400
}

:-moz-placeholder input[type=email]::-webkit-input-placeholder,:-moz-placeholder input[type=number]::-webkit-input-placeholder,:-moz-placeholder input[type=text]::-webkit-input-placeholder,:-moz-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder input[type=email]::-moz-placeholder,:-moz-placeholder input[type=number]::-moz-placeholder,:-moz-placeholder input[type=text]::-moz-placeholder,:-moz-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder input[type=email]:-ms-input-placeholder,:-moz-placeholder input[type=number]:-ms-input-placeholder,:-moz-placeholder input[type=text]:-ms-input-placeholder,:-moz-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder input[type=email]:-moz-placeholder,:-moz-placeholder input[type=number]:-moz-placeholder,:-moz-placeholder input[type=text]:-moz-placeholder,:-moz-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 400
}

::-moz-placeholder input[type=email]::-webkit-input-placeholder,::-moz-placeholder input[type=number]::-webkit-input-placeholder,::-moz-placeholder input[type=text]::-webkit-input-placeholder,::-moz-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

::-moz-placeholder input[type=email]::-moz-placeholder,::-moz-placeholder input[type=number]::-moz-placeholder,::-moz-placeholder input[type=text]::-moz-placeholder,::-moz-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

::-moz-placeholder input[type=email]:-ms-input-placeholder,::-moz-placeholder input[type=number]:-ms-input-placeholder,::-moz-placeholder input[type=text]:-ms-input-placeholder,::-moz-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

::-moz-placeholder input[type=email]:-moz-placeholder,::-moz-placeholder input[type=number]:-moz-placeholder,::-moz-placeholder input[type=text]:-moz-placeholder,::-moz-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400
}

::-ms-input-placeholder input[type=email]::-webkit-input-placeholder,::-ms-input-placeholder input[type=number]::-webkit-input-placeholder,::-ms-input-placeholder input[type=text]::-webkit-input-placeholder,::-ms-input-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

::-ms-input-placeholder input[type=email]::-moz-placeholder,::-ms-input-placeholder input[type=number]::-moz-placeholder,::-ms-input-placeholder input[type=text]::-moz-placeholder,::-ms-input-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

::-ms-input-placeholder input[type=email]:-ms-input-placeholder,::-ms-input-placeholder input[type=number]:-ms-input-placeholder,::-ms-input-placeholder input[type=text]:-ms-input-placeholder,::-ms-input-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

::-ms-input-placeholder input[type=email]:-moz-placeholder,::-ms-input-placeholder input[type=number]:-moz-placeholder,::-ms-input-placeholder input[type=text]:-moz-placeholder,::-ms-input-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

::input-placeholder {
  color: #aaa;
  font-weight: 400
}

::input-placeholder input[type=email]::-webkit-input-placeholder,::input-placeholder input[type=number]::-webkit-input-placeholder,::input-placeholder input[type=text]::-webkit-input-placeholder,::input-placeholder textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

::input-placeholder input[type=email]::-moz-placeholder,::input-placeholder input[type=number]::-moz-placeholder,::input-placeholder input[type=text]::-moz-placeholder,::input-placeholder textarea::-moz-placeholder {
  color: #000;
  opacity: 1
}

::input-placeholder input[type=email]:-ms-input-placeholder,::input-placeholder input[type=number]:-ms-input-placeholder,::input-placeholder input[type=text]:-ms-input-placeholder,::input-placeholder textarea:-ms-input-placeholder {
  color: #000;
  opacity: 1
}

::input-placeholder input[type=email]:-moz-placeholder,::input-placeholder input[type=number]:-moz-placeholder,::input-placeholder input[type=text]:-moz-placeholder,::input-placeholder textarea:-moz-placeholder {
  color: #000;
  opacity: 1
}

.s-btn {
  background: #93b719;
  border: 1px solid #93b719;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  position: relative;
  font-family: brandon,sans-serif;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  margin: 4px;
  transition: all .15s
}

.s-btn:hover {
  background: #a5cd1c;
  border-color: #a5cd1c
}

.s-btn:active {
  background: #84a517;
  border-color: #84a517
}

.s-btn:hover,.s-dash .s-btn,.s-dash .s-btn:hover,.s-edit-modal .s-btn,.s-edit-modal .s-btn:hover {
  color: #fff
}

.sxl_subscriptions .s-btn {
  vertical-align: bottom
}

.s-btn:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-btn:lang(sxl),.s-btn:lang(zh),.s-btn:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-btn:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.box .s-btn:first-of-type,.s-box .s-btn:first-of-type {
  margin-left: 0
}

.box .s-btn:last-of-type,.s-box .s-btn:last-of-type {
  margin-right: 0
}

@media only screen and (max-width: 479px) {
  .box .s-btn.payment-button,.s-box .s-btn.payment-button {
      margin-left:0
  }
}

.s-btn.block {
  margin: 4px 0
}

.s-btn:before {
  content: " ";
  width: auto;
  height: 10px;
  left: 0;
  right: 0;
  border-top: 1px solid #fff;
  opacity: .35;
  position: absolute;
  top: 0;
  border-radius: 5px
}

.s-btn:focus {
  outline: none
}

.s-btn.outline {
  border: 1px solid hsla(0,0%,100%,.8);
  color: hsla(0,0%,100%,.8);
  background: none;
  box-shadow: none
}

.s-btn.outline:before {
  display: none
}

.s-btn.outline:hover {
  border-color: #fff;
  color: #fff;
  background: hsla(0,0%,100%,.1)
}

input.s-btn {
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.4)
}

input.s-btn.dark-bg {
  border-top-color: hsla(0,0%,100%,.4)
}

.s-btn.big {
  font-size: 16px;
  padding: 14px 20px
}

.s-btn.bigger {
  font-size: 18px;
  padding: 18px 26px
}

.s-btn.biggest {
  font-size: 20px;
  padding: 24px 34px
}

.s-btn.small {
  font-size: 12px;
  padding: 8px 12px;
  margin: 3px
}

.s-btn.smaller {
  font-size: 12px;
  padding: 6px 8px 5px;
  margin: 2px
}

.s-btn.longer {
  font-size: 16px;
  padding: 11px 61px
}

.s-btn.text-shadow {
  text-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.s-btn.toggled {
  border-color: #e2e4e7;
  background: #e2e4e7;
  color: #888b94
}

.s-btn.toggled:hover,.s-dash .s-btn.toggled,.s-dash .s-btn.toggled:hover,.s-edit-modal .s-btn.toggled,.s-edit-modal .s-btn.toggled:hover {
  color: #888b94
}

.s-btn.toggled:before {
  display: none
}

.s-btn.nowrap {
  white-space: nowrap
}

.s-btn.gray {
  border-color: #ccc;
  background: #f6f6f6
}

.s-btn.gray,.s-btn.gray:hover,.s-dash .s-btn.gray,.s-dash .s-btn.gray:hover,.s-edit-modal .s-btn.gray,.s-edit-modal .s-btn.gray:hover {
  color: #919394
}

.s-btn.gray:before {
  opacity: 1
}

.s-btn.gray:hover {
  background: #eee
}

.s-btn.gray.outline {
  background: none;
  font-weight: 400
}

.s-btn.gray.outline:before {
  display: none
}

.s-btn.gray.outline:hover {
  border-color: #636972
}

.s-btn.gray.disabled {
  cursor: not-allowed;
  border: 1px solid #e2e4e7
}

.s-btn.gray.disabled,.s-btn.gray.disabled:hover {
  color: #cdd1d4;
  background: none
}

#user_profiles .s-btn.gray.disabled,.s-btn.gray #sxl_subscriptions {
  background: #f6f6f6;
  color: #ddd
}

#user_profiles .s-btn.gray.disabled:hover,.s-btn.gray #sxl_subscriptions:hover,.s-dash #user_profiles .s-btn.gray.disabled,.s-dash #user_profiles .s-btn.gray.disabled:hover,.s-dash .s-btn.gray #sxl_subscriptions,.s-dash .s-btn.gray #sxl_subscriptions:hover,.s-edit-modal #user_profiles .s-btn.gray.disabled,.s-edit-modal #user_profiles .s-btn.gray.disabled:hover,.s-edit-modal .s-btn.gray #sxl_subscriptions,.s-edit-modal .s-btn.gray #sxl_subscriptions:hover {
  color: #ddd
}

.s-btn.mid-gray {
  border-color: #a9aeb2;
  background: #a9aeb2;
  border-radius: 3px
}

.s-btn.mid-gray:hover {
  background: #c2c8cd;
  border-color: #c2c8cd
}

.dark-bg .s-btn.mid-gray:before {
  opacity: .2
}

.s-btn.dark-gray {
  border-color: #525252;
  background: #525252;
  color: #ccc;
  border-radius: 3px
}

.s-btn.dark-gray:hover,.s-dash .s-btn.dark-gray,.s-dash .s-btn.dark-gray:hover,.s-edit-modal .s-btn.dark-gray,.s-edit-modal .s-btn.dark-gray:hover {
  color: #ccc
}

.s-btn.dark-gray:hover {
  background: #5e5e5e;
  border-color: #5e5e5e
}

.dark-bg .s-btn.dark-gray:before {
  opacity: .2
}

.s-btn.red {
  background: #e64751;
  border-color: #e64751
}

.s-btn.red:hover {
  background: #ff505b;
  border-color: #ff505b
}

.s-btn.red:active {
  background: #cf4049;
  border-color: #cf4049
}

.s-btn.fb-blue {
  background: #476bb8;
  border-color: #476bb8
}

.s-btn.fb-blue:hover {
  background: #5078ce;
  border-color: #5078ce
}

.s-btn.fb-blue:active {
  background: #4060a6;
  border-color: #4060a6
}

.s-btn.fb-blue:before {
  opacity: .2
}

.s-btn.twitter-blue {
  background: #00aced;
  border-color: #00aced
}

.s-btn.twitter-blue:hover {
  background: #00c1ff;
  border-color: #00c1ff
}

.s-btn.twitter-blue:active {
  background: #009bd5;
  border-color: #009bd5
}

.s-btn.twitter-blue:before {
  opacity: .4
}

.s-btn.linkedin-blue {
  background: #097ab6;
  border-color: #097ab6
}

.s-btn.linkedin-blue:hover {
  background: #0a89cc;
  border-color: #0a89cc
}

.s-btn.linkedin-blue:active {
  background: #086ea4;
  border-color: #086ea4
}

.s-btn.linkedin-blue:before {
  opacity: .4
}

.s-btn.orange {
  background: #ff8a2f;
  border-color: #ff8a2f
}

.s-btn.orange:hover {
  background: #ffa238;
  border-color: #ffa238
}

.s-btn.orange:active {
  background: #f87c2b;
  border-color: #f87c2b
}

.s-btn.blue {
  background: #41b1a1;
  border-color: #41b1a1
}

.s-btn.blue:hover {
  background: #49c6b4;
  border-color: #49c6b4
}

.s-btn.blue:active {
  background: #3b9f91;
  border-color: #3b9f91
}

.s-btn.basic-blue {
  background: #1bb0e6;
  border-color: #1bb0e6
}

.s-btn.basic-blue:hover {
  background: #1ec5ff;
  border-color: #1ec5ff
}

.s-btn.basic-blue:active {
  background: #189ecf;
  border-color: #189ecf
}

.s-btn.purple {
  background: #7554a4;
  border-color: #7554a4
}

.s-btn.purple:hover {
  background: #835eb7;
  border-color: #835eb7
}

.s-btn.purple:active {
  background: #694c93;
  border-color: #694c93
}

.s-btn.purple:before {
  opacity: .3
}

.s-btn.light-purple {
  background: #9671cd;
  border-color: #9671cd
}

.s-btn.light-purple:hover {
  background: #a87fe5;
  border-color: #a87fe5
}

.s-btn.light-purple:active {
  background: #8766b8;
  border-color: #8766b8
}

.s-btn.light-purple:before {
  opacity: .3
}

.s-btn.yellow {
  background: #ffd138;
  border-color: #ffd138;
  color: #353120
}

.s-btn.yellow:hover {
  background: #ffea3e;
  border-color: #ffea3e
}

.s-btn.yellow:active {
  background: #f0c434;
  border-color: #f0c434
}

.s-btn.yellow:hover,.s-dash .s-btn.yellow,.s-dash .s-btn.yellow:hover,.s-edit-modal .s-btn.yellow,.s-edit-modal .s-btn.yellow:hover {
  color: #353120
}

.dark-bg .s-btn.yellow:before,.s-btn.yellow:before {
  opacity: .6
}

.s-btn.sunflower-yellow {
  background: #ffcd00;
  border-color: #ffcd00;
  color: #fff
}

.s-btn.sunflower-yellow:hover {
  background: #ffe600;
  border-color: #ffe600
}

.s-btn.sunflower-yellow:active {
  background: #e6b900;
  border-color: #e6b900
}

.s-btn.sunflower-yellow:hover,.s-dash .s-btn.sunflower-yellow,.s-dash .s-btn.sunflower-yellow:hover,.s-edit-modal .s-btn.sunflower-yellow,.s-edit-modal .s-btn.sunflower-yellow:hover {
  color: #fff
}

.s-btn.no-border {
  border: none
}

.dark-bg .s-btn,.s-btn.dark-bg {
  border-radius: 3px;
  border: none;
  box-shadow: 0 1px 1px rgba(0,0,0,.2)
}

.dark-bg .s-btn:before,.s-btn.dark-bg:before {
  top: 0;
  border-radius: 4px
}

.s-btn.no-margin {
  margin: 0
}

.s-btn.left {
  margin-left: 0
}

.s-btn.right {
  margin-right: 0
}

.s-btn .left-icon {
  margin-right: 5px
}

.s-btn .right-icon {
  margin-left: 5px
}

.s-side-menu-btn {
  float: left;
  margin: 4px 5px;
  padding: 0;
  width: 95px;
  height: 44px;
  background-color: #222;
  background: rgba(0,0,0,.3);
  color: #fff;
  text-shadow: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 3px
}

.s-side-menu-btn,.s-side-menu-btn a {
  text-decoration: none
}

.s-side-menu-btn.long {
  width: 200px;
  height: 40px
}

.s-side-menu-btn.long a {
  background-position: 10px 10px;
  font-size: 12px;
  line-height: 30px
}

.s-side-menu-btn.se-choose-template {
  width: auto;
  height: 40px;
  float: none
}

.s-side-menu-btn.se-choose-template a {
  padding-top: 14px;
  background-position: 10px 10px;
  font-size: 12px
}

.s-side-menu-btn.selected,.s-side-menu-btn:active,.s-side-menu-btn:hover {
  background-color: #fb2;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#fe1,#fb2);
  color: #000;
  text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
  border-radius: 3px;
  box-shadow: inset 0 1px hsla(0,0%,100%,.4),0 1px 2px rgba(0,0,0,.4);
  text-decoration: none
}

.s-side-menu-btn.selected a,.s-side-menu-btn:active a,.s-side-menu-btn:hover a {
  text-decoration: none
}

.s-side-menu-btn.selected.blue,.s-side-menu-btn:active.blue,.s-side-menu-btn:hover.blue {
  background-color: #3ba6e3;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#5cb8e6,#3ba6e3)
}

.s-side-menu-btn.selected.dark-blue,.s-side-menu-btn:active.dark-blue,.s-side-menu-btn:hover.dark-blue {
  background-color: #55a;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#77c,#55a)
}

.s-side-menu-btn.selected.gray,.s-side-menu-btn:active.gray,.s-side-menu-btn:hover.gray {
  background-color: #888;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#bbb,#888)
}

.s-side-menu-btn.selected.green,.s-side-menu-btn:active.green,.s-side-menu-btn:hover.green {
  background-color: #77b30c;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#92ba00,#77b30c)
}

.s-side-menu-btn.selected.orange,.s-side-menu-btn:active.orange,.s-side-menu-btn:hover.orange {
  background-color: #ff840d;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#fa0,#ff840d)
}

.s-side-menu-btn.selected.purple,.s-side-menu-btn:active.purple,.s-side-menu-btn:hover.purple {
  background-color: #c840a6;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#d3c,#c840a6)
}

.s-side-menu-btn.selected.red,.s-side-menu-btn:active.red,.s-side-menu-btn:hover.red {
  background-color: #d21;
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg,#f21,#d21)
}

.s-side-menu-btn.selected.invisible,.s-side-menu-btn:active.invisible,.s-side-menu-btn:hover.invisible {
  background: rgba(0,0,0,.3);
  box-shadow: none
}

.s-side-menu-btn.small {
  height: 42px
}

.s-side-menu-btn.small a {
  padding-top: 27px;
  background-position: 50% 7.5%
}

.s-side-menu-btn.small.long {
  height: 24px
}

.s-side-menu-btn.small.long a {
  padding-top: 7px;
  font-size: 10px
}

.s-side-menu-btn.invisible,.s-side-menu-btn.invisible a,.s-side-menu-btn.invisible a:hover {
  background: none
}

.s-side-menu-btn.no-icon {
  height: 32px
}

.s-side-menu-btn.no-icon a {
  padding-top: 12px;
  background: none
}

.s-side-menu-btn.no-icon a.selected,.s-side-menu-btn.no-icon a:active,.s-side-menu-btn.no-icon a:hover {
  background: none
}

.s-side-menu-btn.highlight-gray {
  border: 1px solid #666;
  margin: 3px 4px
}

.s-side-menu-btn.highlight-gray:hover {
  border: none;
  margin: 4px 5px
}

.s-side-menu-btn.right {
  margin-right: 0
}

.s-side-menu-btn.solid-gray {
  background: #555;
  box-shadow: inset 0 1px hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.2)
}

.s-side-menu-btn.solid-gray:hover {
  box-shadow: inset 0 1px hsla(0,0%,100%,.4),0 1px 2px rgba(0,0,0,.4)
}

.s-side-menu-btn.solid-gray a {
  text-shadow: none;
  font-size: 12px;
  font-weight: 600;
  color: #ddd
}

.s-side-menu-btn.solid-gray a:active,.s-side-menu-btn.solid-gray a:hover {
  text-shadow: none
}

.s-side-menu-btn.gray-dark {
  background: #474b56
}

.s-side-menu-btn.transparent {
  background-color: transparent
}

.s-side-menu-btn.gray-dark a,.s-side-menu-btn.transparent a {
  color: #fff
}

.s-side-menu-btn.gray-dark a:hover,.s-side-menu-btn.transparent a:hover {
  text-shadow: none
}

.s-side-menu-btn.gray-dark:hover,.s-side-menu-btn.transparent:hover {
  background: #5c6676;
  box-shadow: none;
  text-shadow: none
}

.s-side-menu-btn a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  padding-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: brandon,sans-serif;
  font-weight: 700
}

.s-side-menu-btn a:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-side-menu-btn a:lang(sxl),.s-side-menu-btn a:lang(zh),.s-side-menu-btn a:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-side-menu-btn a:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-side-menu-btn a .si {
  margin: 6px 4px 5px 0;
  vertical-align: top;
  display: inline-block
}

.s-side-menu-btn a .fa-rocket {
  font-size: 14px;
  margin: 9px 4px 5px 0;
  vertical-align: top
}

.s-side-menu-btn a .button-label {
  height: 33px;
  max-width: 65px;
  display: inline-block;
  zoom:1;text-overflow: ellipsis
}

.s-side-menu-btn a .button-label.middle {
  vertical-align: middle
}

.s-side-menu-btn a .button-label.wrap {
  max-width: none
}

.s-side-menu-btn a .button-label-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.s-side-menu-btn a .button-label-content.omit {
  max-width: 77px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical
}

.s-side-menu-btn a.selected,.s-side-menu-btn a:active,.s-side-menu-btn a:hover {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

.s-side-menu-btn a.selected .si,.s-side-menu-btn a:active .si,.s-side-menu-btn a:hover .si {
  opacity: 1
}

.s-hamburger-icon:before {
  content: "\2261";
  font-size: 32px;
  font-family: Droid Sans,Courier,sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.s-box {
  border-radius: 4px;
  background: #fff;
  position: relative;
  padding: 15px;
  margin: 0 0 20px;
  color: #636972;
  border: 1px solid #a9aeb2;
  word-break: break-word
}

.s-box.error,.s-box.notice,.s-box.red {
  border: 1px solid rgba(230,71,81,.3);
  background: rgba(230,71,81,.2);
  margin: 0 auto 20px
}

.s-box.error,.s-box.error p,.s-box.notice,.s-box.notice p,.s-box.red,.s-box.red p {
  color: #e64751
}

.s-box.error a,.s-box.notice a,.s-box.red a {
  color: #e64751;
  text-decoration: underline
}

.s-box.error a:hover,.s-box.notice a:hover,.s-box.red a:hover {
  color: #fd4e59
}

.s-box.error.ghost,.s-box.notice.ghost,.s-box.red.ghost {
  border: 1px solid #e64751;
  color: #e64751
}

.s-box.yellow {
  border: 1px solid #ccb283;
  background: #ffdfa4;
  color: #e65b00
}

.s-box.light-yellow {
  border: 1px solid #ccc1a1;
  background: #fff1c9;
  color: #e65b00
}

.s-box.orange {
  color: #e77328;
  background: #ffdfa4;
  border: 1px solid rgba(251,125,43,.3)
}

.s-box.orange.ghost {
  color: #ff8a2f;
  background: none;
  border: 1px solid #ff8a2f
}

.s-box.gray {
  background: rgba(226,228,231,.8);
  color: #636972;
  border: 1px solid rgba(99,105,114,.2)
}

.s-box.gray-2 {
  background: #8d949c;
  color: #fff;
  border: 1px solid #8d949c
}

.s-box.gray-2.ghost {
  background: none;
  color: #8d949c;
  border: 1px solid #8d949c
}

.s-box.gray-light {
  background: #f6f6f6;
  color: #636972;
  border: 1px solid rgba(99,105,114,.2)
}

.s-box.gray-light.ghost {
  background: none;
  color: #a9aeb2;
  border: 1px solid #e2e4e7
}

.s-box.green,.s-box.success {
  border: 1px solid #cedca0;
  background: #e5f4b2
}

.s-box.green,.s-box.green p,.s-box.success,.s-box.success p {
  color: #769214
}

.s-box.green.ghost,.s-box.success.ghost {
  background: none;
  color: #93b719;
  border: 1px solid #93b719
}

.s-box.pale-green {
  background: #dfebe5;
  border: 1px solid #b5e3c7
}

.s-box.pale-green,.s-box.pale-green p {
  color: #68a880
}

.s-box.blue,.s-box.info {
  border: 1px solid #8ed8f3;
  background: #d3f0fa
}

.s-box.blue,.s-box.blue p,.s-box.info,.s-box.info p {
  color: #1484ad
}

.s-box.no-border {
  border: none!important
}

.s-box.inset {
  background: #e2e4e7;
  background: rgba(0,0,0,.075);
  border: none
}

.s-box.bottom {
  border-top: none;
  border-radius: 0 0 4px 4px
}

.s-box.large {
  padding: 28px 30px
}

.s-box .button-right {
  min-width: 140px;
  float: right;
  text-align: right;
  line-height: 1.4
}

.s-box .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  cursor: pointer
}

.s-box.small {
  padding: 10px 15px;
  margin: 10px 0;
  line-height: 1.3
}

.s-box.small .fa,.s-box.small i {
  margin-right: 5px
}

.s-box.first {
  margin-top: 0
}

.s-box.last,.s-box.tag {
  margin-bottom: 0
}

.s-box.tag {
  display: inline-block;
  zoom:1;font-family: brandon,sans-serif;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 11px;
  padding: 3px 6px
}

.s-box.tag.middle {
  vertical-align: middle
}

.s-box.tag:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-box.tag:lang(sxl),.s-box.tag:lang(zh),.s-box.tag:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-box.tag:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-box.tag.ghost {
  font-weight: 600;
  background: none
}

.s-box.tag.clickable {
  cursor: pointer
}

.s-box.no-padding {
  padding: 0
}

.s-box.no-margin {
  margin: 0
}

.s-blog-info {
  font-size: 16px
}

.s-bg-light-text .s-blog-info {
  opacity: .65
}

.s-blog-info .fa-star {
  margin-right: 5px
}

.s-blog-info .s-blog-date {
  position: relative;
  font-style: normal
}

.s-blog-info .s-blog-tags {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 16px;
  word-break: break-word
}

.s-blog-info .s-blog-tags .dot {
  margin: 0 5px;
  font-weight: 900
}

.s-blog-info .s-blog-tags .s-blog-tag {
  cursor: pointer;
  position: relative;
  margin: 3px 3px 3px 0;
  display: inline-block
}

.s-blog-info .s-blog-tags .s-blog-tag:hover {
  text-decoration: underline
}

.s-blog-info .s-blog-tags .s-blog-tag.last {
  margin-right: 0
}

.s-blog-info .s-approved-comments-count,.s-blog-info .s-approved-comments-count:hover {
  color: inherit
}

.s-blog-info .s-approved-comments-count .entypo-comment {
  margin: 0 4px 0 0;
  position: relative;
  opacity: .5
}

.s-section.s-grid-section {
  background: #fff;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.s-section.s-grid-section .title-group-container {
  text-align: center
}

.s-section.s-grid-section .title-group-container--no-title-content {
  top: -30px
}

.s-section.s-grid-section .s-title-group.s-title-group-show-button-container {
  top: 0;
  margin-bottom: 0!important
}

@media screen and (max-width: 727px) {
  .s-section.s-grid-section .s-title-group.s-title-group-show-button-container {
      top:35px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-section.s-grid-section .s-title-group.s-title-group-show-button-container {
      top:35px
  }
}

.s-section.s-grid-section._wide {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0
}

.s-section.s-grid-section._wide .container:not(.title-group-container) {
  width: 100%
}

.s-section.s-grid-section._wide .title-group-container .s-title-group-show-button-container {
  display: none
}

.s-grid-section-content {
  width: 100%
}

.s-grid-layout-button-preview,.s-grid-section-repeatable-container .s-repeatable .ui-sortable,.s-grid-section-repeatable-container .s-repeatable>div:not(.s-component-editor-wrapper),.s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 727px) {
  .s-grid-layout-button-preview,.s-grid-section-repeatable-container .s-repeatable .ui-sortable,.s-grid-section-repeatable-container .s-repeatable>div:not(.s-component-editor-wrapper),.s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper {
      height:auto
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-layout-button-preview,.s-grid-section__mobile-view-on-tablet .s-grid-section-repeatable-container .s-repeatable .ui-sortable,.s-grid-section__mobile-view-on-tablet .s-grid-section-repeatable-container .s-repeatable>div:not(.s-component-editor-wrapper),.s-grid-section__mobile-view-on-tablet .s-native-editor .s-grid-section-repeatable-container .s-component-editor-wrapper {
      height:auto
  }
}

.s-grid-section-item-text-group-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: border-box;
  word-break: break-word
}

.s-grid-section-image-link-editor-wrapper {
  position: relative
}

.s-grid-section-image-link-editor-wrapper>div {
  position: absolute;
  top: 8px;
  right: 8px
}

#s-content.s-mobile-view-editor-content .s-grid-section-image-link-editor-wrapper .s-component.s-linker .s-component-editor {
  width: 100px
}

#s-content.s-mobile-view-editor-content .s-grid-section-image-link-editor-wrapper .s-component.s-linker.s-mobile-view-editing-box {
  margin-right: 10px
}

.s-grid-section-cell {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell {
      width:100%
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell {
      width:100%
  }
}

@media screen and (min-width: 900px) {
  .s-grid-section-cell._1-columns {
      width:100%
  }

  .s-grid-section-cell._2-columns {
      width: 50%
  }

  .s-grid-section-cell._3-columns {
      width: 33.33333%
  }

  .s-grid-section-cell._4-columns {
      width: 25%
  }

  .s-grid-section-cell._twoTopThreeBottom {
      width: 33.33333%
  }

  .s-grid-section-cell._twoTopThreeBottom:first-child,.s-grid-section-cell._twoTopThreeBottom:nth-child(2) {
      width: 50%
  }

  .s-grid-section-cell._twoTopTwoBottom {
      width: 37.5%
  }

  .s-grid-section-cell._twoTopTwoBottom:first-child,.s-grid-section-cell._twoTopTwoBottom:nth-child(4) {
      width: 62.5%
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._1-columns {
      width:100%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._2-columns {
      width: 50%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._3-columns {
      width: 33.33333%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._4-columns {
      width: 25%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom {
      width: 33.33333%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:first-child,.s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopThreeBottom:nth-child(2) {
      width: 50%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom {
      width: 37.5%
  }

  .s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:first-child,.s-grid-section__desktop-view-on-tablet .s-grid-section-cell._twoTopTwoBottom:nth-child(4) {
      width: 62.5%
  }
}

.s-grid-section-cell._cell-height-small {
  min-height: 160px
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell._cell-height-small {
      min-height:120px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-small {
      min-height:120px
  }
}

.s-grid-section-cell._cell-height-medium {
  min-height: 250px
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell._cell-height-medium {
      min-height:150px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-medium {
      min-height:150px
  }
}

.s-grid-section-cell._cell-height-large {
  min-height: 350px
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell._cell-height-large {
      min-height:200px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-large {
      min-height:200px
  }
}

.s-grid-section-cell._cell-height-extraLarge {
  min-height: 600px
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell._cell-height-extraLarge {
      min-height:300px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell._cell-height-extraLarge {
      min-height:300px
  }
}

.s-section .s-grid-section-cell .s-bg-light-text .s-item-text,.s-section .s-grid-section-cell .s-bg-light-text .s-item-title {
  color: #fff
}

.s-grid-section-cell .s-bg-image,.s-grid-section-cell .s-no-bg {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch
}

.s-grid-section-cell .s-component-editor-wrapper .buttons {
  position: relative;
  width: 100%
}

.s-grid-section-cell .s-item-text-group {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 25px 30px
}

@media screen and (min-width: 900px) {
  .s-grid-section-cell .s-item-text-group {
      padding:30px 40px
  }
}

@media screen and (max-width: 727px) {
  .s-grid-section-cell .s-item-text-group {
      padding:12px 15px
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-grid-section-cell .s-item-text-group {
      padding:12px 15px
  }
}

.s-grid-section-cell .s-item-text-group .s-component-content,.s-grid-section-cell .s-item-text-group p {
  text-align: center
}

.s-grid-section-cell .buttons+.s-component-overlay {
  left: 0
}

._cell-spacing-small .s-grid-section-cell .buttons+.s-component-overlay {
  padding: 0 0 4px 4px;
  left: 4px
}

._cell-spacing-large .s-grid-section-cell .buttons+.s-component-overlay {
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px)
}

.s-grid-section-cell.s-repeatable-item .s-repeatable-move-button {
  top: 8px;
  right: 8px;
  background-color: #222
}

._magazine .s-grid-section-cell.s-repeatable-item .s-repeatable-move-button {
  display: none!important
}

.s-grid-section-cell .s-repeatable-delete-button {
  display: none
}

.s-grid-section-cell .s-grid-section-image-link-editor-wrapper {
  opacity: 0;
  transition: opacity .25s
}

.s-grid-section-cell._image-link-editor-open .s-grid-section-image-link-editor-wrapper,.s-grid-section-cell:hover .s-grid-section-image-link-editor-wrapper {
  opacity: 1
}

.s-grid-section-cell .s-component-editor-wrapper,.s-grid-section-cell .s-grid-section-image-link-editor-wrapper {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-order: 2;
  order: 2
}

.s-grid-section-cell.ui-sortable-placeholder {
  width: 0;
  height: 0
}

.s-magazine-column {
  width: 100%;
  display: -webkit-flex;
  display: flex
}

@media screen and (min-width: 900px) {
  .s-magazine-column {
      -webkit-flex-direction:column;
      flex-direction: column;
      width: 33%
  }

  .s-magazine-column>div {
      width: 100%;
      -webkit-flex: 1;
      flex: 1
  }

  .s-magazine-column:last-child {
      width: 67%
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__desktop-view-on-tablet .s-magazine-column {
      -webkit-flex-direction:column;
      flex-direction: column;
      width: 33%
  }

  .s-grid-section__desktop-view-on-tablet .s-magazine-column>div {
      width: 100%;
      -webkit-flex: 1;
      flex: 1
  }

  .s-grid-section__desktop-view-on-tablet .s-magazine-column:last-child {
      width: 67%
  }
}

@media screen and (max-width: 727px) {
  .s-magazine-column {
      -webkit-flex-wrap:wrap;
      flex-wrap: wrap
  }
}

@media screen and (min-width: 728px) and (max-width:899px) {
  .s-grid-section__mobile-view-on-tablet .s-magazine-column {
      -webkit-flex-wrap:wrap;
      flex-wrap: wrap
  }
}

.s-magazine-column._oneLeftTwoRight:last-child {
  -webkit-order: -1;
  order: -1
}

.s-grid-section-cell-content,.s-grid-section-cell-content>a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1
}

body:not(.edit) .s-grid-section-cell-content {
  overflow: hidden
}

.s-section.s-pricing-section .s-pricing-wrapper {
  text-align: center
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(-n+3),.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(-n+3)~.s-pricing-item {
  width: 280px;
  margin: 10px 12px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(n+4):nth-last-child(-n+4),.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(n+4):nth-last-child(-n+4)~.s-pricing-item {
  width: 240px;
  margin: 10px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(n+5):nth-last-child(-n+5),.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:first-child:nth-last-child(n+5):nth-last-child(-n+5)~.s-pricing-item {
  width: 190px;
  margin: 10px 8px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  background-color: #fff
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item:not(.s-border-theme-color-1) {
  border-color: #dfdfdf
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item.highlight-border {
  border-width: 2px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .highlight-button {
  right: 4px;
  top: 56px;
  background: none;
  background-color: #181818;
  line-height: 13px;
  font-size: 13px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .highlight-button.checked {
  color: #f8e400
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .inner-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 32px 20px 16px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .inner-container .s-item-subtitle .s-subtitle {
  margin-bottom: 0
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-pricing-sub-item {
  width: 100%;
  margin-bottom: 18px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-pricing-sub-item.sub-item-text {
  font-size: 16px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-pricing-sub-item.s-pricing-item-title {
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid;
  font-weight: bolder
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-pricing-sub-item.s-pricing-item-text {
  padding: 4px 10px;
  box-sizing: border-box;
  height: 200px
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-pricing-item-btn .s-common-button {
  font-weight: 400;
  font-size: 100%;
  max-width: 100%
}

.s-section.s-pricing-section .s-pricing-wrapper .s-pricing-item .s-item-highlight-badge.s-common-button {
  font-size: 125%
}

.s-section.s-pricing-section .s-pricing-wrapper .s-component.s-image .s-component-editor {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.s-section.s-pricing-section .pricing-layout-1.s-pricing-item {
  margin: 10px 16px
}

.s-section.s-pricing-section .pricing-layout-1 .s-item-highlight-badge {
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding: 9px 20px;
  border-radius: 0;
  color: #fff
}

.s-section.s-pricing-section .pricing-layout-1 .s-pricing-item-btn .s-common-button {
  padding: 14px 30px;
  box-sizing: border-box
}

.s-section.s-pricing-section .pricing-layout-2.s-pricing-item {
  text-align: left;
  margin: 10px 16px
}

.s-section.s-pricing-section .pricing-layout-2.s-pricing-item .inner-container {
  padding: 0
}

.s-section.s-pricing-section .pricing-layout-2.s-pricing-item .inner-container .s-image {
  text-align: center
}

.s-section.s-pricing-section .pricing-layout-2.highlighted .s-item-image {
  z-index: 0
}

.s-section.s-pricing-section .pricing-layout-2 .s-item-subtitle .s-text,.s-section.s-pricing-section .pricing-layout-2 .s-item-text .s-text,.s-section.s-pricing-section .pricing-layout-2 .s-item-title .s-text {
  width: calc(100% - 40px);
  margin: auto
}

.s-section.s-pricing-section .pricing-layout-2 .s-item-highlight-badge {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding: 9px 20px;
  border-radius: 0;
  z-index: 1;
  color: #fff
}

.s-section.s-pricing-section .pricing-layout-2 .s-pricing-item-btn {
  text-align: center
}

.s-section.s-pricing-section .pricing-layout-2 .s-pricing-item-btn .s-button {
  width: calc(100% - 40px);
  margin: auto
}

.s-section.s-pricing-section .pricing-layout-2 .s-pricing-item-btn .s-button .s-common-button {
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box
}

.s-section.s-pricing-section .pricing-layout-3.s-pricing-item {
  margin-left: -1px!important;
  margin-right: 0!important;
  z-index: 0
}

@media only screen and (min-width: 768px) {
  .s-section.s-pricing-section .pricing-layout-3.s-pricing-has-highlight-item {
      margin-top:30px!important
  }
}

.s-section.s-pricing-section .pricing-layout-3.highlighted {
  padding-top: 27px;
  z-index: 0
}

@media only screen and (min-width: 768px) {
  .s-section.s-pricing-section .pricing-layout-3.highlighted {
      margin-top:0!important
  }
}

.s-section.s-pricing-section .pricing-layout-3.highlighted .s-component-editor-wrapper .s-repeatable-overlay {
  margin-top: -35px
}

.s-section.s-pricing-section .pricing-layout-3 .s-item-highlight-badge {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
  -webkit-transform: translateY(calc(100% - 1px));
  transform: translateY(calc(100% - 1px));
  padding: 9px 20px;
  border-radius: 0;
  color: #fff
}

.s-section.s-pricing-section .pricing-layout-3 .s-pricing-item-btn .s-button {
  width: 100%
}

.s-section.s-pricing-section .pricing-layout-3 .s-pricing-item-btn .s-button .s-common-button {
  width: 100%;
  padding: 14px 10px;
  box-sizing: border-box
}

.s-section.s-pricing-section .pricing-layout-4.s-pricing-item {
  text-align: left;
  margin: 10px 16px
}

.s-section.s-pricing-section .pricing-layout-4.s-pricing-item .inner-container {
  padding: 0;
  position: relative
}

.s-section.s-pricing-section .pricing-layout-4.s-pricing-item .inner-container .s-image {
  text-align: center
}

.s-section.s-pricing-section .pricing-layout-4.highlighted .s-theme-color-1 {
  color: #fff
}

.s-section.s-pricing-section .pricing-layout-4.s-pricing-has-highlight-item {
  margin-top: 15px!important
}

.s-section.s-pricing-section .pricing-layout-4 .s-item-title {
  text-align: center;
  padding: 17px 0;
  margin-top: 0
}

.s-section.s-pricing-section .pricing-layout-4 .s-pricing-sub-item .s-image,.s-section.s-pricing-section .pricing-layout-4 .s-pricing-sub-item .s-text {
  width: calc(100% - 40px);
  margin: auto
}

.s-section.s-pricing-section .pricing-layout-4 .s-item-highlight-badge {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
  padding: 9px 20px;
  border-radius: 0;
  background-color: transparent
}

.s-section.s-pricing-section .pricing-layout-4 .s-pricing-item-btn {
  text-align: center
}

.s-section.s-pricing-section .pricing-layout-4 .s-pricing-item-btn .s-button {
  width: calc(100% - 40px);
  margin: auto
}

.s-section.s-pricing-section .pricing-layout-4 .s-pricing-item-btn .s-button .s-component-content .s-common-button {
  width: 100%;
  padding: 14px 10px;
  background-image: none;
  box-sizing: border-box
}

.highlight-tooltip.checked .s-kit-tooltip-inner-content {
  color: #f8e400
}

.s-s6-wrapper .s-section.s-media-section.alt .s-rva-text,.s-s6-wrapper .s-section.s-media-section.left .s-rva-text,.s-s6-wrapper .s-section.s-media-section.right .s-rva-text {
  -webkit-align-self: auto;
  align-self: auto
}

.s-s6-wrapper .s-section.s-columns-section .s-row .s-row-content,.s-s6-wrapper .s-section.s-icons-section .s-row .s-row-content,.s-s6-wrapper .s-section.s-info-section .s-row .s-row-content,.s-s6-wrapper .s-section.s-text-section .s-row .s-row-content {
  -webkit-justify-content: center;
  justify-content: center
}

.s-s6-wrapper .s-section.s-block-section .s-info-box {
  padding: 16px 18px;
  box-shadow: none;
  border: 2px solid rgba(0,0,0,.1)
}

.s-s6-wrapper .s-section.s-block-section.s-bg-light-text .s-info-box {
  border-color: #fff
}

.s-s6-wrapper .s-section.s-block-section.s-bg-dark .s-info-box {
  border-color: #e8eaec
}

.s-s6-wrapper .s-section.s-block-section .s-media {
  margin: 0
}

.s-s6-wrapper .s-section .s-row {
  position: relative;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content {
  display: -webkit-flex;
  display: flex
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col {
  position: relative
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 {
  width: 8.33333333%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 {
  width: 16.66666667%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 {
  width: 25%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 {
  width: 33.33333333%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 {
  width: 41.66666667%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 {
  width: 50%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: calc(100% - 20px)
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 {
  width: 58.33333333%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 {
  width: 66.66666667%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 {
  width: 75%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 {
  width: 83.33333333%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 {
  width: 91.66666667%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 {
  width: 100%;
  transition: all .2s ease-in
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.five-fixed {
  width: 20%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.six-fixed {
  width: 16.667%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-rva-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-rva-text {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 .s-block-feature,.s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 .s-block-feature {
  -webkit-flex-direction: column;
  flex-direction: column
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-flex-direction: column;
  flex-direction: column
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list.col-align-center {
  -webkit-justify-content: center;
  justify-content: center
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element-spacer {
  width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element {
  padding: 10px;
  transition: all .2s ease-in;
  margin: 0;
  position: relative
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-ratio-box,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-ratio-box {
  max-width: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature {
  border: 2px solid rgba(0,0,0,.1);
  box-shadow: none;
  padding: 10px;
  display: inline-block;
  height: 100%
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature .s-rva-media {
  margin: 0
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-card .s-block-feature .s-rva-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-card .s-block-feature .s-rva-text {
  text-align: left
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-largefeatureleft .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-largefeatureright .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-smallfeatureleft .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block.s-block-smallfeatureright .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-largefeatureleft .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-largefeatureright .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-smallfeatureleft .s-rva-media,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component.s-block-smallfeatureright .s-rva-media {
  margin: 0
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill),.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) {
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img {
  position: relative;
  display: inline-block;
  width: auto;
  border-radius: 0
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img.crop-circle,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-ratio-box div:not(.s-ratio-fill) img.crop-circle {
  border-radius: 1000px
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile {
  text-align: center
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile .s-ratio-box,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.large-profile .s-video-content,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile .s-ratio-box,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.large-profile .s-video-content {
  margin: auto;
  max-width: 480px!important
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile {
  text-align: center
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile .s-ratio-box,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile.small-profile .s-video-content,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile .s-ratio-box,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile.small-profile .s-video-content {
  margin: auto;
  max-width: 110px!important
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-button {
  margin-top: 8px
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-feature .s-item-text-group,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-profile .s-item-text-group,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-feature .s-item-text-group,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-profile .s-item-text-group {
  margin-top: 0
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-subtitle,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-title,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-subtitle,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-title,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-subtitle,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-title,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-subtitle,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-text,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-title {
  text-align: left
}

.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-box .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-block .s-block-item-text-group .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-box .s-item-button,.s-s6-wrapper .s-section .s-row .s-row-content .s-col .col-list .s-element .s-element-content .s-component .s-block-item-text-group .s-item-button {
  margin-top: 10px
}

@media only screen and (max-width: 727px) {
  .s-s6-wrapper .s-section .s-row .s-row-content {
      display:inline-block;
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-1.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-2.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-3.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-4.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-5.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-6.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-7.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-8.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-9.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-10.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-11.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12 {
      width: 100%
  }

  .s-s6-wrapper .s-section .s-row .s-row-content .s-col.col-12.half-fixed {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-s6-wrapper .s-section .s-row .s-resize-wrapper {
      display: none
  }
}

@-webkit-keyframes blink {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid #fd0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@keyframes blink {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid #fd0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@-webkit-keyframes blinkthin {
  0% {
      outline: 1px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 1px solid orange;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 1px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@keyframes blinkthin {
  0% {
      outline: 1px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 1px solid orange;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 1px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@-webkit-keyframes blink2 {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid orange;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@keyframes blink2 {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid orange;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@-webkit-keyframes blinkGreen {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid #5cb8e6;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@keyframes blinkGreen {
  0% {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  50% {
      outline: 2px solid #5cb8e6;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      outline: 2px solid transparent;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }
}

@-webkit-keyframes bounce {
  0% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  28% {
      margin-bottom: 15px;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  52% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  67% {
      margin-bottom: 10px;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      margin-bottom: 0
  }
}

@keyframes bounce {
  0% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  28% {
      margin-bottom: 15px;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  52% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  67% {
      margin-bottom: 10px;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      margin-bottom: 0;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      margin-bottom: 0
  }
}

@-webkit-keyframes bounce2 {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  28% {
      -webkit-transform: translate3d(0,-5px,0);
      transform: translate3d(0,-5px,0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  52% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  67% {
      -webkit-transform: translate3d(0,-3px,0);
      transform: translate3d(0,-3px,0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@keyframes bounce2 {
  0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  28% {
      -webkit-transform: translate3d(0,-5px,0);
      transform: translate3d(0,-5px,0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  52% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  67% {
      -webkit-transform: translate3d(0,-3px,0);
      transform: translate3d(0,-3px,0);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in
  }

  80% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out
  }

  to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes slideIn {
  0% {
      -webkit-transform: translateY(25px);
      transform: translateY(25px);
      opacity: 0
  }

  to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
  }
}

@keyframes slideIn {
  0% {
      -webkit-transform: translateY(25px);
      transform: translateY(25px);
      opacity: 0
  }

  to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1
  }
}

.fadeInOut-enter {
  opacity: 0
}

.fadeInOut-enter.fadeInOut-enter-active {
  opacity: 1;
  transition: opacity .3s
}

.fadeInOut-exit {
  opacity: 1
}

.fadeInOut-exit.fadeInOut-exit-active {
  opacity: 0;
  transition: opacity .2s
}

.f-enter {
  display: none;
  opacity: 0
}

.f-enter.f-enter-active {
  display: block;
  opacity: 1;
  transition: opacity .3s
}

.f-exit {
  display: block;
  opacity: 1
}

.f-exit.f-exit-active {
  display: none;
  opacity: 0;
  transition: opacity .2s
}

.s-animation-page-fade_in-before {
  opacity: 0
}

.s-animation-page-fade_in {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.s-animation-page-slide_in-before {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0
}

.s-animation-page-slide_in {
  -webkit-animation: slideIn .75s;
  animation: slideIn .75s
}

body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-blog-avatar-container img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-component.s-media img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-gallery-item .image-wrapper img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-grid-section-cell img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-blog-post-section .s-image img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell img,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-bg-image,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image .s-blog-avatar,body:not(.edit) .s-animation-image_link_hover-zoom_in .s-section:not(.s-footer-section):not(.s-store-section) .s-image img {
  transition: all .5s cubic-bezier(.7,0,.3,1)
}

body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image {
  position: relative
}

body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-blog-avatar-container a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-component.s-media a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-grid-section-cell a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-blog-post-section .s-image a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover:after,body:not(.edit) .s-animation-image_link_hover-light_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover:after {
  background-color: hsla(0,0%,100%,.4)
}

body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image {
  position: relative
}

body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-blog-avatar-container a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-component.s-media a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-gallery-item .image-wrapper a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-grid-section-cell a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-blog-post-section .s-image a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-blog-avatar-container a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-component.s-media a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-gallery-item .image-wrapper a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-grid-section-cell a:hover:after,body:not(.edit) .s-animation-image_link_hover-dark_overlay .s-section:not(.s-footer-section):not(.s-store-section) .s-image a:hover:after {
  background-color: rgba(0,0,0,.3)
}

.s-slide-in-enter {
  opacity: 0;
  transition: all .6s ease;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px)
}

.s-slide-in-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.s-slide-in-exit {
  opacity: 1;
  transition: all .4s
}

.s-slide-in-exit-active {
  opacity: 0
}

.s-list-item-enter {
  opacity: 0;
  transition: all .6s ease;
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px)
}

.s-list-item-enter-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.s-list-item-exit {
  opacity: 1;
  transition: all .3s;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.s-list-item-exit-active {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\F000"
}

.fa-music:before {
  content: "\F001"
}

.fa-search:before {
  content: "\F002"
}

.fa-envelope-o:before {
  content: "\F003"
}

.fa-heart:before {
  content: "\F004"
}

.fa-star:before {
  content: "\F005"
}

.fa-star-o:before {
  content: "\F006"
}

.fa-user:before {
  content: "\F007"
}

.fa-film:before {
  content: "\F008"
}

.fa-th-large:before {
  content: "\F009"
}

.fa-th:before {
  content: "\F00A"
}

.fa-th-list:before {
  content: "\F00B"
}

.fa-check:before {
  content: "\F00C"
}

.fa-close:before,.fa-remove:before,.fa-times:before {
  content: "\F00D"
}

.fa-search-plus:before {
  content: "\F00E"
}

.fa-search-minus:before {
  content: "\F010"
}

.fa-power-off:before {
  content: "\F011"
}

.fa-signal:before {
  content: "\F012"
}

.fa-cog:before,.fa-gear:before {
  content: "\F013"
}

.fa-trash-o:before {
  content: "\F014"
}

.fa-home:before {
  content: "\F015"
}

.fa-file-o:before {
  content: "\F016"
}

.fa-clock-o:before {
  content: "\F017"
}

.fa-road:before {
  content: "\F018"
}

.fa-download:before {
  content: "\F019"
}

.fa-arrow-circle-o-down:before {
  content: "\F01A"
}

.fa-arrow-circle-o-up:before {
  content: "\F01B"
}

.fa-inbox:before {
  content: "\F01C"
}

.fa-play-circle-o:before {
  content: "\F01D"
}

.fa-repeat:before,.fa-rotate-right:before {
  content: "\F01E"
}

.fa-refresh:before {
  content: "\F021"
}

.fa-list-alt:before {
  content: "\F022"
}

.fa-lock:before {
  content: "\F023"
}

.fa-flag:before {
  content: "\F024"
}

.fa-headphones:before {
  content: "\F025"
}

.fa-volume-off:before {
  content: "\F026"
}

.fa-volume-down:before {
  content: "\F027"
}

.fa-volume-up:before {
  content: "\F028"
}

.fa-qrcode:before {
  content: "\F029"
}

.fa-barcode:before {
  content: "\F02A"
}

.fa-tag:before {
  content: "\F02B"
}

.fa-tags:before {
  content: "\F02C"
}

.fa-book:before {
  content: "\F02D"
}

.fa-bookmark:before {
  content: "\F02E"
}

.fa-print:before {
  content: "\F02F"
}

.fa-camera:before {
  content: "\F030"
}

.fa-font:before {
  content: "\F031"
}

.fa-bold:before {
  content: "\F032"
}

.fa-italic:before {
  content: "\F033"
}

.fa-text-height:before {
  content: "\F034"
}

.fa-text-width:before {
  content: "\F035"
}

.fa-align-left:before {
  content: "\F036"
}

.fa-align-center:before {
  content: "\F037"
}

.fa-align-right:before {
  content: "\F038"
}

.fa-align-justify:before {
  content: "\F039"
}

.fa-list:before {
  content: "\F03A"
}

.fa-dedent:before,.fa-outdent:before {
  content: "\F03B"
}

.fa-indent:before {
  content: "\F03C"
}

.fa-video-camera:before {
  content: "\F03D"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before {
  content: "\F03E"
}

.fa-pencil:before {
  content: "\F040"
}

.fa-map-marker:before {
  content: "\F041"
}

.fa-adjust:before {
  content: "\F042"
}

.fa-tint:before {
  content: "\F043"
}

.fa-edit:before,.fa-pencil-square-o:before {
  content: "\F044"
}

.fa-share-square-o:before {
  content: "\F045"
}

.fa-check-square-o:before {
  content: "\F046"
}

.fa-arrows:before {
  content: "\F047"
}

.fa-step-backward:before {
  content: "\F048"
}

.fa-fast-backward:before {
  content: "\F049"
}

.fa-backward:before {
  content: "\F04A"
}

.fa-play:before {
  content: "\F04B"
}

.fa-pause:before {
  content: "\F04C"
}

.fa-stop:before {
  content: "\F04D"
}

.fa-forward:before {
  content: "\F04E"
}

.fa-fast-forward:before {
  content: "\F050"
}

.fa-step-forward:before {
  content: "\F051"
}

.fa-eject:before {
  content: "\F052"
}

.fa-chevron-left:before {
  content: "\F053"
}

.fa-chevron-right:before {
  content: "\F054"
}

.fa-plus-circle:before {
  content: "\F055"
}

.fa-minus-circle:before {
  content: "\F056"
}

.fa-times-circle:before {
  content: "\F057"
}

.fa-check-circle:before {
  content: "\F058"
}

.fa-question-circle:before {
  content: "\F059"
}

.fa-info-circle:before {
  content: "\F05A"
}

.fa-crosshairs:before {
  content: "\F05B"
}

.fa-times-circle-o:before {
  content: "\F05C"
}

.fa-check-circle-o:before {
  content: "\F05D"
}

.fa-ban:before {
  content: "\F05E"
}

.fa-arrow-left:before {
  content: "\F060"
}

.fa-arrow-right:before {
  content: "\F061"
}

.fa-arrow-up:before {
  content: "\F062"
}

.fa-arrow-down:before {
  content: "\F063"
}

.fa-mail-forward:before,.fa-share:before {
  content: "\F064"
}

.fa-expand:before {
  content: "\F065"
}

.fa-compress:before {
  content: "\F066"
}

.fa-plus:before {
  content: "\F067"
}

.fa-minus:before {
  content: "\F068"
}

.fa-asterisk:before {
  content: "\F069"
}

.fa-exclamation-circle:before {
  content: "\F06A"
}

.fa-gift:before {
  content: "\F06B"
}

.fa-leaf:before {
  content: "\F06C"
}

.fa-fire:before {
  content: "\F06D"
}

.fa-eye:before {
  content: "\F06E"
}

.fa-eye-slash:before {
  content: "\F070"
}

.fa-exclamation-triangle:before,.fa-warning:before {
  content: "\F071"
}

.fa-plane:before {
  content: "\F072"
}

.fa-calendar:before {
  content: "\F073"
}

.fa-random:before {
  content: "\F074"
}

.fa-comment:before {
  content: "\F075"
}

.fa-magnet:before {
  content: "\F076"
}

.fa-chevron-up:before {
  content: "\F077"
}

.fa-chevron-down:before {
  content: "\F078"
}

.fa-retweet:before {
  content: "\F079"
}

.fa-shopping-cart:before {
  content: "\F07A"
}

.fa-folder:before {
  content: "\F07B"
}

.fa-folder-open:before {
  content: "\F07C"
}

.fa-arrows-v:before {
  content: "\F07D"
}

.fa-arrows-h:before {
  content: "\F07E"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
  content: "\F080"
}

.fa-twitter-square:before {
  content: "\F081"
}

.fa-facebook-square:before {
  content: "\F082"
}

.fa-camera-retro:before {
  content: "\F083"
}

.fa-key:before {
  content: "\F084"
}

.fa-cogs:before,.fa-gears:before {
  content: "\F085"
}

.fa-comments:before {
  content: "\F086"
}

.fa-thumbs-o-up:before {
  content: "\F087"
}

.fa-thumbs-o-down:before {
  content: "\F088"
}

.fa-star-half:before {
  content: "\F089"
}

.fa-heart-o:before {
  content: "\F08A"
}

.fa-sign-out:before {
  content: "\F08B"
}

.fa-linkedin-square:before {
  content: "\F08C"
}

.fa-thumb-tack:before {
  content: "\F08D"
}

.fa-external-link:before {
  content: "\F08E"
}

.fa-sign-in:before {
  content: "\F090"
}

.fa-trophy:before {
  content: "\F091"
}

.fa-github-square:before {
  content: "\F092"
}

.fa-upload:before {
  content: "\F093"
}

.fa-lemon-o:before {
  content: "\F094"
}

.fa-phone:before {
  content: "\F095"
}

.fa-square-o:before {
  content: "\F096"
}

.fa-bookmark-o:before {
  content: "\F097"
}

.fa-phone-square:before {
  content: "\F098"
}

.fa-twitter:before {
  content: "\F099"
}

.fa-facebook-f:before,.fa-facebook:before {
  content: "\F09A"
}

.fa-github:before {
  content: "\F09B"
}

.fa-unlock:before {
  content: "\F09C"
}

.fa-credit-card:before {
  content: "\F09D"
}

.fa-feed:before,.fa-rss:before {
  content: "\F09E"
}

.fa-hdd-o:before {
  content: "\F0A0"
}

.fa-bullhorn:before {
  content: "\F0A1"
}

.fa-bell:before {
  content: "\F0F3"
}

.fa-certificate:before {
  content: "\F0A3"
}

.fa-hand-o-right:before {
  content: "\F0A4"
}

.fa-hand-o-left:before {
  content: "\F0A5"
}

.fa-hand-o-up:before {
  content: "\F0A6"
}

.fa-hand-o-down:before {
  content: "\F0A7"
}

.fa-arrow-circle-left:before {
  content: "\F0A8"
}

.fa-arrow-circle-right:before {
  content: "\F0A9"
}

.fa-arrow-circle-up:before {
  content: "\F0AA"
}

.fa-arrow-circle-down:before {
  content: "\F0AB"
}

.fa-globe:before {
  content: "\F0AC"
}

.fa-wrench:before {
  content: "\F0AD"
}

.fa-tasks:before {
  content: "\F0AE"
}

.fa-filter:before {
  content: "\F0B0"
}

.fa-briefcase:before {
  content: "\F0B1"
}

.fa-arrows-alt:before {
  content: "\F0B2"
}

.fa-group:before,.fa-users:before {
  content: "\F0C0"
}

.fa-chain:before,.fa-link:before {
  content: "\F0C1"
}

.fa-cloud:before {
  content: "\F0C2"
}

.fa-flask:before {
  content: "\F0C3"
}

.fa-cut:before,.fa-scissors:before {
  content: "\F0C4"
}

.fa-copy:before,.fa-files-o:before {
  content: "\F0C5"
}

.fa-paperclip:before {
  content: "\F0C6"
}

.fa-floppy-o:before,.fa-save:before {
  content: "\F0C7"
}

.fa-square:before {
  content: "\F0C8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before {
  content: "\F0C9"
}

.fa-list-ul:before {
  content: "\F0CA"
}

.fa-list-ol:before {
  content: "\F0CB"
}

.fa-strikethrough:before {
  content: "\F0CC"
}

.fa-underline:before {
  content: "\F0CD"
}

.fa-table:before {
  content: "\F0CE"
}

.fa-magic:before {
  content: "\F0D0"
}

.fa-truck:before {
  content: "\F0D1"
}

.fa-pinterest:before {
  content: "\F0D2"
}

.fa-pinterest-square:before {
  content: "\F0D3"
}

.fa-google-plus-square:before {
  content: "\F0D4"
}

.fa-google-plus:before {
  content: "\F0D5"
}

.fa-money:before {
  content: "\F0D6"
}

.fa-caret-down:before {
  content: "\F0D7"
}

.fa-caret-up:before {
  content: "\F0D8"
}

.fa-caret-left:before {
  content: "\F0D9"
}

.fa-caret-right:before {
  content: "\F0DA"
}

.fa-columns:before {
  content: "\F0DB"
}

.fa-sort:before,.fa-unsorted:before {
  content: "\F0DC"
}

.fa-sort-desc:before,.fa-sort-down:before {
  content: "\F0DD"
}

.fa-sort-asc:before,.fa-sort-up:before {
  content: "\F0DE"
}

.fa-envelope:before {
  content: "\F0E0"
}

.fa-linkedin:before {
  content: "\F0E1"
}

.fa-rotate-left:before,.fa-undo:before {
  content: "\F0E2"
}

.fa-gavel:before,.fa-legal:before {
  content: "\F0E3"
}

.fa-dashboard:before,.fa-tachometer:before {
  content: "\F0E4"
}

.fa-comment-o:before {
  content: "\F0E5"
}

.fa-comments-o:before {
  content: "\F0E6"
}

.fa-bolt:before,.fa-flash:before {
  content: "\F0E7"
}

.fa-sitemap:before {
  content: "\F0E8"
}

.fa-umbrella:before {
  content: "\F0E9"
}

.fa-clipboard:before,.fa-paste:before {
  content: "\F0EA"
}

.fa-lightbulb-o:before {
  content: "\F0EB"
}

.fa-exchange:before {
  content: "\F0EC"
}

.fa-cloud-download:before {
  content: "\F0ED"
}

.fa-cloud-upload:before {
  content: "\F0EE"
}

.fa-user-md:before {
  content: "\F0F0"
}

.fa-stethoscope:before {
  content: "\F0F1"
}

.fa-suitcase:before {
  content: "\F0F2"
}

.fa-bell-o:before {
  content: "\F0A2"
}

.fa-coffee:before {
  content: "\F0F4"
}

.fa-cutlery:before {
  content: "\F0F5"
}

.fa-file-text-o:before {
  content: "\F0F6"
}

.fa-building-o:before {
  content: "\F0F7"
}

.fa-hospital-o:before {
  content: "\F0F8"
}

.fa-ambulance:before {
  content: "\F0F9"
}

.fa-medkit:before {
  content: "\F0FA"
}

.fa-fighter-jet:before {
  content: "\F0FB"
}

.fa-beer:before {
  content: "\F0FC"
}

.fa-h-square:before {
  content: "\F0FD"
}

.fa-plus-square:before {
  content: "\F0FE"
}

.fa-angle-double-left:before {
  content: "\F100"
}

.fa-angle-double-right:before {
  content: "\F101"
}

.fa-angle-double-up:before {
  content: "\F102"
}

.fa-angle-double-down:before {
  content: "\F103"
}

.fa-angle-left:before {
  content: "\F104"
}

.fa-angle-right:before {
  content: "\F105"
}

.fa-angle-up:before {
  content: "\F106"
}

.fa-angle-down:before {
  content: "\F107"
}

.fa-desktop:before {
  content: "\F108"
}

.fa-laptop:before {
  content: "\F109"
}

.fa-tablet:before {
  content: "\F10A"
}

.fa-mobile-phone:before,.fa-mobile:before {
  content: "\F10B"
}

.fa-circle-o:before {
  content: "\F10C"
}

.fa-quote-left:before {
  content: "\F10D"
}

.fa-quote-right:before {
  content: "\F10E"
}

.fa-spinner:before {
  content: "\F110"
}

.fa-circle:before {
  content: "\F111"
}

.fa-mail-reply:before,.fa-reply:before {
  content: "\F112"
}

.fa-github-alt:before {
  content: "\F113"
}

.fa-folder-o:before {
  content: "\F114"
}

.fa-folder-open-o:before {
  content: "\F115"
}

.fa-smile-o:before {
  content: "\F118"
}

.fa-frown-o:before {
  content: "\F119"
}

.fa-meh-o:before {
  content: "\F11A"
}

.fa-gamepad:before {
  content: "\F11B"
}

.fa-keyboard-o:before {
  content: "\F11C"
}

.fa-flag-o:before {
  content: "\F11D"
}

.fa-flag-checkered:before {
  content: "\F11E"
}

.fa-terminal:before {
  content: "\F120"
}

.fa-code:before {
  content: "\F121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
  content: "\F122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
  content: "\F123"
}

.fa-location-arrow:before {
  content: "\F124"
}

.fa-crop:before {
  content: "\F125"
}

.fa-code-fork:before {
  content: "\F126"
}

.fa-chain-broken:before,.fa-unlink:before {
  content: "\F127"
}

.fa-question:before {
  content: "\F128"
}

.fa-info:before {
  content: "\F129"
}

.fa-exclamation:before {
  content: "\F12A"
}

.fa-superscript:before {
  content: "\F12B"
}

.fa-subscript:before {
  content: "\F12C"
}

.fa-eraser:before {
  content: "\F12D"
}

.fa-puzzle-piece:before {
  content: "\F12E"
}

.fa-microphone:before {
  content: "\F130"
}

.fa-microphone-slash:before {
  content: "\F131"
}

.fa-shield:before {
  content: "\F132"
}

.fa-calendar-o:before {
  content: "\F133"
}

.fa-fire-extinguisher:before {
  content: "\F134"
}

.fa-rocket:before {
  content: "\F135"
}

.fa-maxcdn:before {
  content: "\F136"
}

.fa-chevron-circle-left:before {
  content: "\F137"
}

.fa-chevron-circle-right:before {
  content: "\F138"
}

.fa-chevron-circle-up:before {
  content: "\F139"
}

.fa-chevron-circle-down:before {
  content: "\F13A"
}

.fa-html5:before {
  content: "\F13B"
}

.fa-css3:before {
  content: "\F13C"
}

.fa-anchor:before {
  content: "\F13D"
}

.fa-unlock-alt:before {
  content: "\F13E"
}

.fa-bullseye:before {
  content: "\F140"
}

.fa-ellipsis-h:before {
  content: "\F141"
}

.fa-ellipsis-v:before {
  content: "\F142"
}

.fa-rss-square:before {
  content: "\F143"
}

.fa-play-circle:before {
  content: "\F144"
}

.fa-ticket:before {
  content: "\F145"
}

.fa-minus-square:before {
  content: "\F146"
}

.fa-minus-square-o:before {
  content: "\F147"
}

.fa-level-up:before {
  content: "\F148"
}

.fa-level-down:before {
  content: "\F149"
}

.fa-check-square:before {
  content: "\F14A"
}

.fa-pencil-square:before {
  content: "\F14B"
}

.fa-external-link-square:before {
  content: "\F14C"
}

.fa-share-square:before {
  content: "\F14D"
}

.fa-compass:before {
  content: "\F14E"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before {
  content: "\F150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
  content: "\F151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
  content: "\F152"
}

.fa-eur:before,.fa-euro:before {
  content: "\F153"
}

.fa-gbp:before {
  content: "\F154"
}

.fa-dollar:before,.fa-usd:before {
  content: "\F155"
}

.fa-inr:before,.fa-rupee:before {
  content: "\F156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
  content: "\F157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
  content: "\F158"
}

.fa-krw:before,.fa-won:before {
  content: "\F159"
}

.fa-bitcoin:before,.fa-btc:before {
  content: "\F15A"
}

.fa-file:before {
  content: "\F15B"
}

.fa-file-text:before {
  content: "\F15C"
}

.fa-sort-alpha-asc:before {
  content: "\F15D"
}

.fa-sort-alpha-desc:before {
  content: "\F15E"
}

.fa-sort-amount-asc:before {
  content: "\F160"
}

.fa-sort-amount-desc:before {
  content: "\F161"
}

.fa-sort-numeric-asc:before {
  content: "\F162"
}

.fa-sort-numeric-desc:before {
  content: "\F163"
}

.fa-thumbs-up:before {
  content: "\F164"
}

.fa-thumbs-down:before {
  content: "\F165"
}

.fa-youtube-square:before {
  content: "\F166"
}

.fa-youtube:before {
  content: "\F167"
}

.fa-xing:before {
  content: "\F168"
}

.fa-xing-square:before {
  content: "\F169"
}

.fa-youtube-play:before {
  content: "\F16A"
}

.fa-dropbox:before {
  content: "\F16B"
}

.fa-stack-overflow:before {
  content: "\F16C"
}

.fa-instagram:before {
  content: "\F16D"
}

.fa-flickr:before {
  content: "\F16E"
}

.fa-adn:before {
  content: "\F170"
}

.fa-bitbucket:before {
  content: "\F171"
}

.fa-bitbucket-square:before {
  content: "\F172"
}

.fa-tumblr:before {
  content: "\F173"
}

.fa-tumblr-square:before {
  content: "\F174"
}

.fa-long-arrow-down:before {
  content: "\F175"
}

.fa-long-arrow-up:before {
  content: "\F176"
}

.fa-long-arrow-left:before {
  content: "\F177"
}

.fa-long-arrow-right:before {
  content: "\F178"
}

.fa-apple:before {
  content: "\F179"
}

.fa-windows:before {
  content: "\F17A"
}

.fa-android:before {
  content: "\F17B"
}

.fa-linux:before {
  content: "\F17C"
}

.fa-dribbble:before {
  content: "\F17D"
}

.fa-skype:before {
  content: "\F17E"
}

.fa-foursquare:before {
  content: "\F180"
}

.fa-trello:before {
  content: "\F181"
}

.fa-female:before {
  content: "\F182"
}

.fa-male:before {
  content: "\F183"
}

.fa-gittip:before,.fa-gratipay:before {
  content: "\F184"
}

.fa-sun-o:before {
  content: "\F185"
}

.fa-moon-o:before {
  content: "\F186"
}

.fa-archive:before {
  content: "\F187"
}

.fa-bug:before {
  content: "\F188"
}

.fa-vk:before {
  content: "\F189"
}

.fa-weibo:before {
  content: "\F18A"
}

.fa-renren:before {
  content: "\F18B"
}

.fa-pagelines:before {
  content: "\F18C"
}

.fa-stack-exchange:before {
  content: "\F18D"
}

.fa-arrow-circle-o-right:before {
  content: "\F18E"
}

.fa-arrow-circle-o-left:before {
  content: "\F190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before {
  content: "\F191"
}

.fa-dot-circle-o:before {
  content: "\F192"
}

.fa-wheelchair:before {
  content: "\F193"
}

.fa-vimeo-square:before {
  content: "\F194"
}

.fa-try:before,.fa-turkish-lira:before {
  content: "\F195"
}

.fa-plus-square-o:before {
  content: "\F196"
}

.fa-space-shuttle:before {
  content: "\F197"
}

.fa-slack:before {
  content: "\F198"
}

.fa-envelope-square:before {
  content: "\F199"
}

.fa-wordpress:before {
  content: "\F19A"
}

.fa-openid:before {
  content: "\F19B"
}

.fa-bank:before,.fa-institution:before,.fa-university:before {
  content: "\F19C"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
  content: "\F19D"
}

.fa-yahoo:before {
  content: "\F19E"
}

.fa-google:before {
  content: "\F1A0"
}

.fa-reddit:before {
  content: "\F1A1"
}

.fa-reddit-square:before {
  content: "\F1A2"
}

.fa-stumbleupon-circle:before {
  content: "\F1A3"
}

.fa-stumbleupon:before {
  content: "\F1A4"
}

.fa-delicious:before {
  content: "\F1A5"
}

.fa-digg:before {
  content: "\F1A6"
}

.fa-pied-piper:before {
  content: "\F1A7"
}

.fa-pied-piper-alt:before {
  content: "\F1A8"
}

.fa-drupal:before {
  content: "\F1A9"
}

.fa-joomla:before {
  content: "\F1AA"
}

.fa-language:before {
  content: "\F1AB"
}

.fa-fax:before {
  content: "\F1AC"
}

.fa-building:before {
  content: "\F1AD"
}

.fa-child:before {
  content: "\F1AE"
}

.fa-paw:before {
  content: "\F1B0"
}

.fa-spoon:before {
  content: "\F1B1"
}

.fa-cube:before {
  content: "\F1B2"
}

.fa-cubes:before {
  content: "\F1B3"
}

.fa-behance:before {
  content: "\F1B4"
}

.fa-behance-square:before {
  content: "\F1B5"
}

.fa-steam:before {
  content: "\F1B6"
}

.fa-steam-square:before {
  content: "\F1B7"
}

.fa-recycle:before {
  content: "\F1B8"
}

.fa-automobile:before,.fa-car:before {
  content: "\F1B9"
}

.fa-cab:before,.fa-taxi:before {
  content: "\F1BA"
}

.fa-tree:before {
  content: "\F1BB"
}

.fa-spotify:before {
  content: "\F1BC"
}

.fa-deviantart:before {
  content: "\F1BD"
}

.fa-soundcloud:before {
  content: "\F1BE"
}

.fa-database:before {
  content: "\F1C0"
}

.fa-file-pdf-o:before {
  content: "\F1C1"
}

.fa-file-word-o:before {
  content: "\F1C2"
}

.fa-file-excel-o:before {
  content: "\F1C3"
}

.fa-file-powerpoint-o:before {
  content: "\F1C4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
  content: "\F1C5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
  content: "\F1C6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before {
  content: "\F1C7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
  content: "\F1C8"
}

.fa-file-code-o:before {
  content: "\F1C9"
}

.fa-vine:before {
  content: "\F1CA"
}

.fa-codepen:before {
  content: "\F1CB"
}

.fa-jsfiddle:before {
  content: "\F1CC"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before {
  content: "\F1CD"
}

.fa-circle-o-notch:before {
  content: "\F1CE"
}

.fa-ra:before,.fa-rebel:before {
  content: "\F1D0"
}

.fa-empire:before,.fa-ge:before {
  content: "\F1D1"
}

.fa-git-square:before {
  content: "\F1D2"
}

.fa-git:before {
  content: "\F1D3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
  content: "\F1D4"
}

.fa-tencent-weibo:before {
  content: "\F1D5"
}

.fa-qq:before {
  content: "\F1D6"
}

.fa-wechat:before,.fa-weixin:before {
  content: "\F1D7"
}

.fa-paper-plane:before,.fa-send:before {
  content: "\F1D8"
}

.fa-paper-plane-o:before,.fa-send-o:before {
  content: "\F1D9"
}

.fa-history:before {
  content: "\F1DA"
}

.fa-circle-thin:before {
  content: "\F1DB"
}

.fa-header:before {
  content: "\F1DC"
}

.fa-paragraph:before {
  content: "\F1DD"
}

.fa-sliders:before {
  content: "\F1DE"
}

.fa-share-alt:before {
  content: "\F1E0"
}

.fa-share-alt-square:before {
  content: "\F1E1"
}

.fa-bomb:before {
  content: "\F1E2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before {
  content: "\F1E3"
}

.fa-tty:before {
  content: "\F1E4"
}

.fa-binoculars:before {
  content: "\F1E5"
}

.fa-plug:before {
  content: "\F1E6"
}

.fa-slideshare:before {
  content: "\F1E7"
}

.fa-twitch:before {
  content: "\F1E8"
}

.fa-yelp:before {
  content: "\F1E9"
}

.fa-newspaper-o:before {
  content: "\F1EA"
}

.fa-wifi:before {
  content: "\F1EB"
}

.fa-calculator:before {
  content: "\F1EC"
}

.fa-paypal:before {
  content: "\F1ED"
}

.fa-google-wallet:before {
  content: "\F1EE"
}

.fa-cc-visa:before {
  content: "\F1F0"
}

.fa-cc-mastercard:before {
  content: "\F1F1"
}

.fa-cc-discover:before {
  content: "\F1F2"
}

.fa-cc-amex:before {
  content: "\F1F3"
}

.fa-cc-paypal:before {
  content: "\F1F4"
}

.fa-cc-stripe:before {
  content: "\F1F5"
}

.fa-bell-slash:before {
  content: "\F1F6"
}

.fa-bell-slash-o:before {
  content: "\F1F7"
}

.fa-trash:before {
  content: "\F1F8"
}

.fa-copyright:before {
  content: "\F1F9"
}

.fa-at:before {
  content: "\F1FA"
}

.fa-eyedropper:before {
  content: "\F1FB"
}

.fa-paint-brush:before {
  content: "\F1FC"
}

.fa-birthday-cake:before {
  content: "\F1FD"
}

.fa-area-chart:before {
  content: "\F1FE"
}

.fa-pie-chart:before {
  content: "\F200"
}

.fa-line-chart:before {
  content: "\F201"
}

.fa-lastfm:before {
  content: "\F202"
}

.fa-lastfm-square:before {
  content: "\F203"
}

.fa-toggle-off:before {
  content: "\F204"
}

.fa-toggle-on:before {
  content: "\F205"
}

.fa-bicycle:before {
  content: "\F206"
}

.fa-bus:before {
  content: "\F207"
}

.fa-ioxhost:before {
  content: "\F208"
}

.fa-angellist:before {
  content: "\F209"
}

.fa-cc:before {
  content: "\F20A"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before {
  content: "\F20B"
}

.fa-meanpath:before {
  content: "\F20C"
}

.fa-buysellads:before {
  content: "\F20D"
}

.fa-connectdevelop:before {
  content: "\F20E"
}

.fa-dashcube:before {
  content: "\F210"
}

.fa-forumbee:before {
  content: "\F211"
}

.fa-leanpub:before {
  content: "\F212"
}

.fa-sellsy:before {
  content: "\F213"
}

.fa-shirtsinbulk:before {
  content: "\F214"
}

.fa-simplybuilt:before {
  content: "\F215"
}

.fa-skyatlas:before {
  content: "\F216"
}

.fa-cart-plus:before {
  content: "\F217"
}

.fa-cart-arrow-down:before {
  content: "\F218"
}

.fa-diamond:before {
  content: "\F219"
}

.fa-ship:before {
  content: "\F21A"
}

.fa-user-secret:before {
  content: "\F21B"
}

.fa-motorcycle:before {
  content: "\F21C"
}

.fa-street-view:before {
  content: "\F21D"
}

.fa-heartbeat:before {
  content: "\F21E"
}

.fa-venus:before {
  content: "\F221"
}

.fa-mars:before {
  content: "\F222"
}

.fa-mercury:before {
  content: "\F223"
}

.fa-intersex:before,.fa-transgender:before {
  content: "\F224"
}

.fa-transgender-alt:before {
  content: "\F225"
}

.fa-venus-double:before {
  content: "\F226"
}

.fa-mars-double:before {
  content: "\F227"
}

.fa-venus-mars:before {
  content: "\F228"
}

.fa-mars-stroke:before {
  content: "\F229"
}

.fa-mars-stroke-v:before {
  content: "\F22A"
}

.fa-mars-stroke-h:before {
  content: "\F22B"
}

.fa-neuter:before {
  content: "\F22C"
}

.fa-genderless:before {
  content: "\F22D"
}

.fa-facebook-official:before {
  content: "\F230"
}

.fa-pinterest-p:before {
  content: "\F231"
}

.fa-whatsapp:before {
  content: "\F232"
}

.fa-server:before {
  content: "\F233"
}

.fa-user-plus:before {
  content: "\F234"
}

.fa-user-times:before {
  content: "\F235"
}

.fa-bed:before,.fa-hotel:before {
  content: "\F236"
}

.fa-viacoin:before {
  content: "\F237"
}

.fa-train:before {
  content: "\F238"
}

.fa-subway:before {
  content: "\F239"
}

.fa-medium:before {
  content: "\F23A"
}

.fa-y-combinator:before,.fa-yc:before {
  content: "\F23B"
}

.fa-optin-monster:before {
  content: "\F23C"
}

.fa-opencart:before {
  content: "\F23D"
}

.fa-expeditedssl:before {
  content: "\F23E"
}

.fa-battery-4:before,.fa-battery-full:before {
  content: "\F240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
  content: "\F241"
}

.fa-battery-2:before,.fa-battery-half:before {
  content: "\F242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
  content: "\F243"
}

.fa-battery-0:before,.fa-battery-empty:before {
  content: "\F244"
}

.fa-mouse-pointer:before {
  content: "\F245"
}

.fa-i-cursor:before {
  content: "\F246"
}

.fa-object-group:before {
  content: "\F247"
}

.fa-object-ungroup:before {
  content: "\F248"
}

.fa-sticky-note:before {
  content: "\F249"
}

.fa-sticky-note-o:before {
  content: "\F24A"
}

.fa-cc-jcb:before {
  content: "\F24B"
}

.fa-cc-diners-club:before {
  content: "\F24C"
}

.fa-clone:before {
  content: "\F24D"
}

.fa-balance-scale:before {
  content: "\F24E"
}

.fa-hourglass-o:before {
  content: "\F250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
  content: "\F251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
  content: "\F252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
  content: "\F253"
}

.fa-hourglass:before {
  content: "\F254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
  content: "\F255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before {
  content: "\F256"
}

.fa-hand-scissors-o:before {
  content: "\F257"
}

.fa-hand-lizard-o:before {
  content: "\F258"
}

.fa-hand-spock-o:before {
  content: "\F259"
}

.fa-hand-pointer-o:before {
  content: "\F25A"
}

.fa-hand-peace-o:before {
  content: "\F25B"
}

.fa-trademark:before {
  content: "\F25C"
}

.fa-registered:before {
  content: "\F25D"
}

.fa-creative-commons:before {
  content: "\F25E"
}

.fa-gg:before {
  content: "\F260"
}

.fa-gg-circle:before {
  content: "\F261"
}

.fa-tripadvisor:before {
  content: "\F262"
}

.fa-odnoklassniki:before {
  content: "\F263"
}

.fa-odnoklassniki-square:before {
  content: "\F264"
}

.fa-get-pocket:before {
  content: "\F265"
}

.fa-wikipedia-w:before {
  content: "\F266"
}

.fa-safari:before {
  content: "\F267"
}

.fa-chrome:before {
  content: "\F268"
}

.fa-firefox:before {
  content: "\F269"
}

.fa-opera:before {
  content: "\F26A"
}

.fa-internet-explorer:before {
  content: "\F26B"
}

.fa-television:before,.fa-tv:before {
  content: "\F26C"
}

.fa-contao:before {
  content: "\F26D"
}

.fa-500px:before {
  content: "\F26E"
}

.fa-amazon:before {
  content: "\F270"
}

.fa-calendar-plus-o:before {
  content: "\F271"
}

.fa-calendar-minus-o:before {
  content: "\F272"
}

.fa-calendar-times-o:before {
  content: "\F273"
}

.fa-calendar-check-o:before {
  content: "\F274"
}

.fa-industry:before {
  content: "\F275"
}

.fa-map-pin:before {
  content: "\F276"
}

.fa-map-signs:before {
  content: "\F277"
}

.fa-map-o:before {
  content: "\F278"
}

.fa-map:before {
  content: "\F279"
}

.fa-commenting:before {
  content: "\F27A"
}

.fa-commenting-o:before {
  content: "\F27B"
}

.fa-houzz:before {
  content: "\F27C"
}

.fa-vimeo:before {
  content: "\F27D"
}

.fa-black-tie:before {
  content: "\F27E"
}

.fa-fonticons:before {
  content: "\F280"
}

.fa-reddit-alien:before {
  content: "\F281"
}

.fa-edge:before {
  content: "\F282"
}

.fa-credit-card-alt:before {
  content: "\F283"
}

.fa-codiepie:before {
  content: "\F284"
}

.fa-modx:before {
  content: "\F285"
}

.fa-fort-awesome:before {
  content: "\F286"
}

.fa-usb:before {
  content: "\F287"
}

.fa-product-hunt:before {
  content: "\F288"
}

.fa-mixcloud:before {
  content: "\F289"
}

.fa-scribd:before {
  content: "\F28A"
}

.fa-pause-circle:before {
  content: "\F28B"
}

.fa-pause-circle-o:before {
  content: "\F28C"
}

.fa-stop-circle:before {
  content: "\F28D"
}

.fa-stop-circle-o:before {
  content: "\F28E"
}

.fa-shopping-bag:before {
  content: "\F290"
}

.fa-shopping-basket:before {
  content: "\F291"
}

.fa-hashtag:before {
  content: "\F292"
}

.fa-bluetooth:before {
  content: "\F293"
}

.fa-bluetooth-b:before {
  content: "\F294"
}

.fa-percent:before {
  content: "\F295"
}


[class*=" entypo-"]:before,[class^=entypo-]:before {
  font-family: entypo;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em
}

.entypo-note:before {
  content: "\E914"
}

.entypo-logo-db:before {
  content: "\E913"
}

.entypo-music:before {
  content: "\E916"
}

.entypo-search:before {
  content: "\E917"
}

.entypo-flashlight:before {
  content: "\E918"
}

.entypo-mail:before {
  content: "\E919"
}

.entypo-heart:before {
  content: "\E802"
}

.entypo-heart-empty:before {
  content: "\E803"
}

.entypo-star:before {
  content: "\E804"
}

.entypo-star-empty:before {
  content: "\E805"
}

.entypo-user:before {
  content: "\E91B"
}

.entypo-users:before {
  content: "\E91A"
}

.entypo-user-add:before {
  content: "\E800"
}

.entypo-video:before {
  content: "\E801"
}

.entypo-picture:before {
  content: "\E806"
}

.entypo-camera:before {
  content: "\E807"
}

.entypo-layout:before {
  content: "\E808"
}

.entypo-menu:before {
  content: "\E809"
}

.entypo-check:before {
  content: "\E80A"
}

.entypo-cancel:before {
  content: "\E80B"
}

.entypo-cancel-circled:before {
  content: "\E80C"
}

.entypo-cancel-squared:before {
  content: "\E80D"
}

.entypo-plus:before {
  content: "\E80E"
}

.entypo-plus-circled:before {
  content: "\E80F"
}

.entypo-plus-squared:before {
  content: "\E810"
}

.entypo-minus:before {
  content: "\E811"
}

.entypo-minus-circled:before {
  content: "\E812"
}

.entypo-minus-squared:before {
  content: "\E813"
}

.entypo-help:before {
  content: "\E814"
}

.entypo-help-circled:before {
  content: "\E815"
}

.entypo-info:before {
  content: "\E816"
}

.entypo-info-circled:before {
  content: "\E817"
}

.entypo-back:before {
  content: "\E818"
}

.entypo-home:before {
  content: "\E819"
}

.entypo-link:before {
  content: "\E81A"
}

.entypo-attach:before {
  content: "\E81B"
}

.entypo-lock:before {
  content: "\E81C"
}

.entypo-lock-open:before {
  content: "\E81D"
}

.entypo-eye:before {
  content: "\E81E"
}

.entypo-tag:before {
  content: "\E81F"
}

.entypo-bookmark:before {
  content: "\E820"
}

.entypo-bookmarks:before {
  content: "\E821"
}

.entypo-flag:before {
  content: "\E822"
}

.entypo-thumbs-up:before {
  content: "\E823"
}

.entypo-thumbs-down:before {
  content: "\E824"
}

.entypo-download:before {
  content: "\E825"
}

.entypo-upload:before {
  content: "\E826"
}

.entypo-upload-cloud:before {
  content: "\E827"
}

.entypo-reply:before {
  content: "\E828"
}

.entypo-reply-all:before {
  content: "\E829"
}

.entypo-forward:before {
  content: "\E82A"
}

.entypo-quote:before {
  content: "\E82B"
}

.entypo-code:before {
  content: "\E82C"
}

.entypo-export:before {
  content: "\E82D"
}

.entypo-pencil:before {
  content: "\E82E"
}

.entypo-feather:before {
  content: "\E82F"
}

.entypo-print:before {
  content: "\E830"
}

.entypo-retweet:before {
  content: "\E831"
}

.entypo-keyboard:before {
  content: "\E832"
}

.entypo-comment:before {
  content: "\E833"
}

.entypo-chat:before {
  content: "\E834"
}

.entypo-bell:before {
  content: "\E835"
}

.entypo-attention:before {
  content: "\E836"
}

.entypo-alert:before {
  content: "\E837"
}

.entypo-vcard:before {
  content: "\E838"
}

.entypo-address:before {
  content: "\E839"
}

.entypo-location:before {
  content: "\E83A"
}

.entypo-map:before {
  content: "\E83B"
}

.entypo-direction:before {
  content: "\E83C"
}

.entypo-compass:before {
  content: "\E83D"
}

.entypo-cup:before {
  content: "\E83E"
}

.entypo-trash:before {
  content: "\E83F"
}

.entypo-doc:before {
  content: "\E840"
}

.entypo-docs:before {
  content: "\E841"
}

.entypo-doc-landscape:before {
  content: "\E842"
}

.entypo-doc-text:before {
  content: "\E843"
}

.entypo-doc-text-inv:before {
  content: "\E844"
}

.entypo-newspaper:before {
  content: "\E845"
}

.entypo-book-open:before {
  content: "\E846"
}

.entypo-book:before {
  content: "\E847"
}

.entypo-folder:before {
  content: "\E848"
}

.entypo-archive:before {
  content: "\E849"
}

.entypo-box:before {
  content: "\E84A"
}

.entypo-rss:before {
  content: "\E84B"
}

.entypo-phone:before {
  content: "\E84C"
}

.entypo-cog:before {
  content: "\E84D"
}

.entypo-tools:before {
  content: "\E84E"
}

.entypo-share:before {
  content: "\E84F"
}

.entypo-shareable:before {
  content: "\E850"
}

.entypo-basket:before {
  content: "\E851"
}

.entypo-bag:before {
  content: "\E852"
}

.entypo-calendar:before {
  content: "\E853"
}

.entypo-login:before {
  content: "\E854"
}

.entypo-logout:before {
  content: "\E855"
}

.entypo-mic:before {
  content: "\E856"
}

.entypo-mute:before {
  content: "\E857"
}

.entypo-sound:before {
  content: "\E858"
}

.entypo-volume:before {
  content: "\E859"
}

.entypo-clock:before {
  content: "\E85A"
}

.entypo-hourglass:before {
  content: "\E85B"
}

.entypo-lamp:before {
  content: "\E85C"
}

.entypo-light-down:before {
  content: "\E85D"
}

.entypo-light-up:before {
  content: "\E85E"
}

.entypo-adjust:before {
  content: "\E85F"
}

.entypo-block:before {
  content: "\E860"
}

.entypo-resize-full:before {
  content: "\E861"
}

.entypo-resize-small:before {
  content: "\E862"
}

.entypo-popup:before {
  content: "\E863"
}

.entypo-publish:before {
  content: "\E864"
}

.entypo-window:before {
  content: "\E865"
}

.entypo-arrow-combo:before {
  content: "\E866"
}

.entypo-down-circled:before {
  content: "\E867"
}

.entypo-left-circled:before {
  content: "\E868"
}

.entypo-right-circled:before {
  content: "\E869"
}

.entypo-up-circled:before {
  content: "\E86A"
}

.entypo-down-open:before {
  content: "\E86B"
}

.entypo-left-open:before {
  content: "\E86C"
}

.entypo-right-open:before {
  content: "\E86D"
}

.entypo-up-open:before {
  content: "\E86E"
}

.entypo-down-open-mini:before {
  content: "\E86F"
}

.entypo-left-open-mini:before {
  content: "\E870"
}

.entypo-right-open-mini:before {
  content: "\E871"
}

.entypo-up-open-mini:before {
  content: "\E872"
}

.entypo-down-open-big:before {
  content: "\E873"
}

.entypo-left-open-big:before {
  content: "\E874"
}

.entypo-right-open-big:before {
  content: "\E875"
}

.entypo-up-open-big:before {
  content: "\E876"
}

.entypo-down:before {
  content: "\E877"
}

.entypo-left:before {
  content: "\E878"
}

.entypo-right:before {
  content: "\E879"
}

.entypo-up:before {
  content: "\E87A"
}

.entypo-down-dir:before {
  content: "\E87B"
}

.entypo-left-dir:before {
  content: "\E87C"
}

.entypo-right-dir:before {
  content: "\E87D"
}

.entypo-up-dir:before {
  content: "\E87E"
}

.entypo-down-bold:before {
  content: "\E87F"
}

.entypo-left-bold:before {
  content: "\E880"
}

.entypo-right-bold:before {
  content: "\E881"
}

.entypo-up-bold:before {
  content: "\E882"
}

.entypo-down-thin:before {
  content: "\E883"
}

.entypo-left-thin:before {
  content: "\E884"
}

.entypo-right-thin:before {
  content: "\E885"
}

.entypo-note-beamed:before {
  content: "\E915"
}

.entypo-ccw:before {
  content: "\E887"
}

.entypo-cw:before {
  content: "\E888"
}

.entypo-arrows-ccw:before {
  content: "\E889"
}

.entypo-level-down:before {
  content: "\E88A"
}

.entypo-level-up:before {
  content: "\E88B"
}

.entypo-shuffle:before {
  content: "\E88C"
}

.entypo-loop:before {
  content: "\E88D"
}

.entypo-switch:before {
  content: "\E88E"
}

.entypo-play:before {
  content: "\E88F"
}

.entypo-stop:before {
  content: "\E890"
}

.entypo-pause:before {
  content: "\E891"
}

.entypo-record:before {
  content: "\E892"
}

.entypo-to-end:before {
  content: "\E893"
}

.entypo-to-start:before {
  content: "\E894"
}

.entypo-fast-forward:before {
  content: "\E895"
}

.entypo-fast-backward:before {
  content: "\E896"
}

.entypo-progress-0:before {
  content: "\E897"
}

.entypo-progress-1:before {
  content: "\E898"
}

.entypo-progress-2:before {
  content: "\E899"
}

.entypo-progress-3:before {
  content: "\E89A"
}

.entypo-target:before {
  content: "\E89B"
}

.entypo-palette:before {
  content: "\E89C"
}

.entypo-list:before {
  content: "\E89D"
}

.entypo-list-add:before {
  content: "\E89E"
}

.entypo-signal:before {
  content: "\E89F"
}

.entypo-trophy:before {
  content: "\E8A0"
}

.entypo-battery:before {
  content: "\E8A1"
}

.entypo-back-in-time:before {
  content: "\E8A2"
}

.entypo-monitor:before {
  content: "\E8A3"
}

.entypo-mobile:before {
  content: "\E8A4"
}

.entypo-network:before {
  content: "\E8A5"
}

.entypo-cd:before {
  content: "\E8A6"
}

.entypo-inbox:before {
  content: "\E8A7"
}

.entypo-install:before {
  content: "\E8A8"
}

.entypo-globe:before {
  content: "\E8A9"
}

.entypo-cloud:before {
  content: "\E8AA"
}

.entypo-cloud-thunder:before {
  content: "\E8AB"
}

.entypo-flash:before {
  content: "\E8AC"
}

.entypo-moon:before {
  content: "\E8AD"
}

.entypo-flight:before {
  content: "\E8AE"
}

.entypo-paper-plane:before {
  content: "\E8AF"
}

.entypo-leaf:before {
  content: "\E8B0"
}

.entypo-lifebuoy:before {
  content: "\E8B1"
}

.entypo-mouse:before {
  content: "\E8B2"
}

.entypo-briefcase:before {
  content: "\E8B3"
}

.entypo-suitcase:before {
  content: "\E8B4"
}

.entypo-dot:before {
  content: "\E8B5"
}

.entypo-dot-2:before {
  content: "\E8B6"
}

.entypo-dot-3:before {
  content: "\E8B7"
}

.entypo-brush:before {
  content: "\E8B8"
}

.entypo-magnet:before {
  content: "\E8B9"
}

.entypo-infinity:before {
  content: "\E8BA"
}

.entypo-erase:before {
  content: "\E8BB"
}

.entypo-chart-pie:before {
  content: "\E8BC"
}

.entypo-chart-line:before {
  content: "\E8BD"
}

.entypo-chart-bar:before {
  content: "\E8BE"
}

.entypo-chart-area:before {
  content: "\E8BF"
}

.entypo-tape:before {
  content: "\E8C0"
}

.entypo-graduation-cap:before {
  content: "\E8C1"
}

.entypo-language:before {
  content: "\E8C2"
}

.entypo-ticket:before {
  content: "\E8C3"
}

.entypo-water:before {
  content: "\E8C4"
}

.entypo-droplet:before {
  content: "\E8C5"
}

.entypo-air:before {
  content: "\E8C6"
}

.entypo-credit-card:before {
  content: "\E8C7"
}

.entypo-floppy:before {
  content: "\E8C8"
}

.entypo-clipboard:before {
  content: "\E8C9"
}

.entypo-megaphone:before {
  content: "\E8CA"
}

.entypo-database:before {
  content: "\E8CB"
}

.entypo-drive:before {
  content: "\E8CC"
}

.entypo-bucket:before {
  content: "\E8CD"
}

.entypo-thermometer:before {
  content: "\E8CE"
}

.entypo-key:before {
  content: "\E8CF"
}

.entypo-flow-cascade:before {
  content: "\E8D0"
}

.entypo-flow-branch:before {
  content: "\E8D1"
}

.entypo-flow-tree:before {
  content: "\E8D2"
}

.entypo-flow-line:before {
  content: "\E8D3"
}

.entypo-flow-parallel:before {
  content: "\E8D4"
}

.entypo-rocket:before {
  content: "\E8D5"
}

.entypo-gauge:before {
  content: "\E8D6"
}

.entypo-traffic-cone:before {
  content: "\E8D7"
}

.entypo-cc:before {
  content: "\E8D8"
}

.entypo-cc-by:before {
  content: "\E8D9"
}

.entypo-cc-nc:before {
  content: "\E8DA"
}

.entypo-cc-nc-eu:before {
  content: "\E8DB"
}

.entypo-cc-nc-jp:before {
  content: "\E8DC"
}

.entypo-cc-sa:before {
  content: "\E8DD"
}

.entypo-cc-nd:before {
  content: "\E8DE"
}

.entypo-cc-pd:before {
  content: "\E8DF"
}

.entypo-cc-zero:before {
  content: "\E8E0"
}

.entypo-cc-share:before {
  content: "\E8E1"
}

.entypo-cc-remix:before {
  content: "\E8E2"
}

.entypo-github:before {
  content: "\E8E3"
}

.entypo-github-circled:before {
  content: "\E8E4"
}

.entypo-flickr:before {
  content: "\E8E5"
}

.entypo-flickr-circled:before {
  content: "\E8E6"
}

.entypo-vimeo:before {
  content: "\E8E7"
}

.entypo-vimeo-circled:before {
  content: "\E8E8"
}

.entypo-twitter:before {
  content: "\E8E9"
}

.entypo-twitter-circled:before {
  content: "\E8EA"
}

.entypo-facebook:before {
  content: "\E8EB"
}

.entypo-facebook-circled:before {
  content: "\E8EC"
}

.entypo-facebook-squared:before {
  content: "\E8ED"
}

.entypo-gplus:before {
  content: "\E8EE"
}

.entypo-gplus-circled:before {
  content: "\E8EF"
}

.entypo-pinterest:before {
  content: "\E8F0"
}

.entypo-pinterest-circled:before {
  content: "\E8F1"
}

.entypo-tumblr:before {
  content: "\E8F2"
}

.entypo-tumblr-circled:before {
  content: "\E8F3"
}

.entypo-linkedin:before {
  content: "\E8F4"
}

.entypo-linkedin-circled:before {
  content: "\E8F5"
}

.entypo-dribbble:before {
  content: "\E8F6"
}

.entypo-dribbble-circled:before {
  content: "\E8F7"
}

.entypo-stumbleupon:before {
  content: "\E8F8"
}

.entypo-stumbleupon-circled:before {
  content: "\E8F9"
}

.entypo-lastfm:before {
  content: "\E8FA"
}

.entypo-lastfm-circled:before {
  content: "\E8FB"
}

.entypo-rdio:before {
  content: "\E8FC"
}

.entypo-rdio-circled:before {
  content: "\E8FD"
}

.entypo-spotify:before {
  content: "\E8FE"
}

.entypo-spotify-circled:before {
  content: "\E8FF"
}

.entypo-qq:before {
  content: "\E900"
}

.entypo-instagram:before {
  content: "\E901"
}

.entypo-dropbox:before {
  content: "\E902"
}

.entypo-evernote:before {
  content: "\E903"
}

.entypo-flattr:before {
  content: "\E904"
}

.entypo-skype:before {
  content: "\E905"
}

.entypo-skype-circled:before {
  content: "\E906"
}

.entypo-renren:before {
  content: "\E907"
}

.entypo-sina-weibo:before {
  content: "\E908"
}

.entypo-paypal:before {
  content: "\E909"
}

.entypo-picasa:before {
  content: "\E90A"
}

.entypo-soundcloud:before {
  content: "\E90B"
}

.entypo-mixi:before {
  content: "\E90C"
}

.entypo-behance:before {
  content: "\E90D"
}

.entypo-google-circles:before {
  content: "\E90E"
}

.entypo-vkontakte:before {
  content: "\E90F"
}

.entypo-smashing:before {
  content: "\E910"
}

.entypo-sweden:before {
  content: "\E911"
}

.entypo-db-shape:before {
  content: "\E912"
}

.entypo-up-thin:before {
  content: "\E886"
}

.fancybox-enabled {
  overflow: hidden
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-container~.fancybox-container {
  z-index: 99992
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(.55,.06,.68,.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1
}

.fancybox-infobar {
  display: none
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all
}

.fancybox-show-buttons .fancybox-buttons {
  display: block
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr
}

.fancybox-slider,.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0
}

.fancybox-slide:before,.fancybox-slide>* {
  display: inline-block;
  vertical-align: middle
}

.fancybox-slide>* {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box
}

.fancybox-slide--image {
  overflow: hidden
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

.fancybox-placeholder,.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe {
  background: transparent
}

.fancybox-placeholder {
  z-index: 99995;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.fancybox-image,.fancybox-placeholder,.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.fancybox-image,.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  cursor: default
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer
}

.fancybox-close-small:after {
  content: "\D7";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg,transparent,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid hsla(0,0%,100%,.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none
}

.fancybox-caption a,.fancybox-caption button {
  pointer-events: all
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none
}

.fancybox-button,.fancybox-infobar__body {
  background: rgba(30,30,30,.6)
}

.fancybox-button:hover {
  background: rgba(0,0,0,.8)
}

.fancybox-button:after,.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block
}

.fancybox-button--disabled:after,.fancybox-button--disabled:before {
  opacity: .5
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.fancybox-button--left:after,.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid;
  border-right: 2px solid
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--left {
  border-bottom-left-radius: 5px
}

.fancybox-button--right {
  border-bottom-right-radius: 5px
}

.fancybox-button--close {
  float: right
}

.fancybox-button--close:after,.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px)
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.fancybox-loading {
  border: 6px solid hsla(0,0%,39%,.4);
  border-top-color: hsla(0,0%,100%,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s linear infinite;
  animation: a .8s linear infinite;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999
}

@-webkit-keyframes a {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

@keyframes a {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg)
  }
}

@media (max-width: 800px) {
  .fancybox-controls {
      text-align:left
  }

  .fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close) {
      display: none!important
  }

  .fancybox-caption {
      padding: 20px 0;
      margin: 0
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent
}

.fancybox-button--thumbs span {
  font-size: 23px
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0
}

.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box
}

.fancybox-thumbs>ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0
}

.fancybox-thumbs>ul>li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 5px 5px;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box
}

li.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1)
}

.fancybox-thumbs>ul>li>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-thumbs>ul>li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width: 800px) {
  .fancybox-thumbs {
      display:none!important
  }

  .fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap {
      right: 0
  }
}

#s-support-widget-container .article-body iframe.embedly-embed {
  width: 100%!important;
  height: 163px
}

#s-support-widget-container .article-body br {
  line-height: 1.6!important
}

#s-support-widget-container .article-body strong {
  font-weight: 700
}

#s-support-widget-container .article-body figure>img {
  display: block
}

#s-support-widget-container .article-body table {
  border-collapse: collapse;
  text-align: left;
  width: 100%
}

#s-support-widget-container .article-body [dir=rtl] table {
  text-align: right
}

#s-support-widget-container .article-body td,#s-support-widget-container .article-body th {
  border-color: #eee;
  border-style: solid;
  padding: 12px
}

#s-support-widget-container .article-body th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  text-align: inherit
}

#s-support-widget-container .article-body td {
  border-width: 1px
}

#s-support-widget-container .article-body p {
  font-size: 14px;
  margin: 7px 0
}

#s-support-widget-container .article-body h1,#s-support-widget-container .article-body h2,#s-support-widget-container .article-body h3,#s-support-widget-container .article-body h4,#s-support-widget-container .article-body h5,#s-support-widget-container .article-body h6 {
  color: #000;
  font-weight: 400
}

#s-support-widget-container .article-body h1 span,#s-support-widget-container .article-body h2 span,#s-support-widget-container .article-body h3 span,#s-support-widget-container .article-body h4 span,#s-support-widget-container .article-body h5 span,#s-support-widget-container .article-body h6 span {
  color: #000
}

#s-support-widget-container .article-body .section-area h1 {
  text-transform: capitalize
}

#s-support-widget-container .article-body h1 {
  font-size: 1.75em;
  line-height: 1.7;
  margin: 13px 0
}

#s-support-widget-container .article-body h2 {
  font-size: 18px;
  margin: 16px 0
}

#s-support-widget-container .article-body h3 {
  font-size: 16px;
  margin: 14px 0
}

#s-support-widget-container .article-body h4 {
  font-size: 14px;
  margin: 13px 0
}

#s-support-widget-container .article-body img {
  border: 1px solid #ececec;
  border: 1px solid rgba(0,0,0,.07);
  height: auto;
  max-width: 100%;
  padding: 3px
}

#s-support-widget-container .article-body pre {
  background: #fbfbfb;
  background: rgba(0,0,0,.02);
  border: 1px solid #ececec;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap
}

#s-support-widget-container .article-body blockquote {
  border-left: 1px solid #ececec;
  border-left: 1px solid rgba(0,0,0,.07);
  color: #8e8e8e;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px
}

#s-support-widget-container .article-body ol,#s-support-widget-container .article-body ul {
  margin: 20px 0 20px 20px;
  list-style-position: outside
}

#s-support-widget-container .article-body li>ol,#s-support-widget-container .article-body li>ul {
  margin: 0 0 0 20px
}

#s-support-widget-container .article-body ul {
  list-style-type: disc
}

#s-support-widget-container .article-body ol {
  list-style-type: decimal
}

#s-support-widget-container .article-body li {
  margin-left: 20px
}

#s-support-widget-container .article-body table {
  table-layout: fixed
}

#s-support-widget-container .article-body .wysiwyg-underline {
  text-decoration: underline
}

#s-support-widget-container .article-body .wysiwyg-font-size-x-large {
  font-size: 24px
}

#s-support-widget-container .article-body .wysiwyg-font-size-large {
  font-size: 18px
}

#s-support-widget-container .article-body .wysiwyg-font-size-medium {
  font-size: 14px
}

#s-support-widget-container .article-body .wysiwyg-font-size-small {
  font-size: 13px
}

#s-support-widget-container .article-body #recaptcha_widget a,#s-support-widget-container .article-body .hc-editable-footer,#s-support-widget-container .article-body .nesty-input:hover {
  text-decoration: none
}

#s-support-widget-container .article-body .wysiwyg-text-align-right {
  text-align: right
}

#s-support-widget-container .article-body .wysiwyg-text-align-center {
  text-align: center
}

#s-support-widget-container .article-body .wysiwyg-text-align-left {
  text-align: left
}

#s-support-widget-container .article-body .wysiwyg-text-align-justify {
  text-align: justify
}

#s-support-widget-container .article-body .wysiwyg-indent1 {
  padding-left: 10px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent1 {
  padding-left: auto;
  padding-right: 10px
}

#s-support-widget-container .article-body .wysiwyg-indent2 {
  padding-left: 20px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent2 {
  padding-left: auto;
  padding-right: 20px
}

#s-support-widget-container .article-body .wysiwyg-indent3 {
  padding-left: 30px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent3 {
  padding-left: auto;
  padding-right: 30px
}

#s-support-widget-container .article-body .wysiwyg-indent4 {
  padding-left: 40px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent4 {
  padding-left: auto;
  padding-right: 40px
}

#s-support-widget-container .article-body .wysiwyg-indent5 {
  padding-left: 50px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent5 {
  padding-left: auto;
  padding-right: 50px
}

#s-support-widget-container .article-body .wysiwyg-indent6 {
  padding-left: 60px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent6 {
  padding-left: auto;
  padding-right: 60px
}

#s-support-widget-container .article-body .wysiwyg-indent7 {
  padding-left: 70px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent7 {
  padding-left: auto;
  padding-right: 70px
}

#s-support-widget-container .article-body .wysiwyg-indent8 {
  padding-left: 80px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent8 {
  padding-left: auto;
  padding-right: 80px
}

#s-support-widget-container .article-body .wysiwyg-indent9 {
  padding-left: 90px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent9 {
  padding-left: auto;
  padding-right: 90px
}

#s-support-widget-container .article-body .wysiwyg-indent10 {
  padding-left: 100px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent10 {
  padding-left: auto;
  padding-right: 100px
}

#s-support-widget-container .article-body .wysiwyg-indent11 {
  padding-left: 110px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent11 {
  padding-left: auto;
  padding-right: 110px
}

#s-support-widget-container .article-body .wysiwyg-indent12 {
  padding-left: 120px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent12 {
  padding-left: auto;
  padding-right: 120px
}

#s-support-widget-container .article-body .wysiwyg-indent13 {
  padding-left: 130px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent13 {
  padding-left: auto;
  padding-right: 130px
}

#s-support-widget-container .article-body .wysiwyg-indent14 {
  padding-left: 140px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent14 {
  padding-left: auto;
  padding-right: 140px
}

#s-support-widget-container .article-body .wysiwyg-indent15 {
  padding-left: 150px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent15 {
  padding-left: auto;
  padding-right: 150px
}

#s-support-widget-container .article-body .wysiwyg-indent16 {
  padding-left: 160px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent16 {
  padding-left: auto;
  padding-right: 160px
}

#s-support-widget-container .article-body .wysiwyg-indent17 {
  padding-left: 170px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent17 {
  padding-left: auto;
  padding-right: 170px
}

#s-support-widget-container .article-body .wysiwyg-indent18 {
  padding-left: 180px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent18 {
  padding-left: auto;
  padding-right: 180px
}

#s-support-widget-container .article-body .wysiwyg-indent19 {
  padding-left: 190px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent19 {
  padding-left: auto;
  padding-right: 190px
}

#s-support-widget-container .article-body .wysiwyg-indent20 {
  padding-left: 200px
}

#s-support-widget-container .article-body [dir=rtl] .wysiwyg-indent20 {
  padding-left: auto;
  padding-right: 200px
}

.s-support-widget-header {
  font-family: open_sans,Open Sans,sans-serif;
  color: #636972;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  text-align: center;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd
}

.s-support-widget-header:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-header:lang(sxl),.s-support-widget-header:lang(zh),.s-support-widget-header:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-header:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-header .header-btn {
  cursor: pointer;
  color: #a6a6a6
}

.s-support-widget-header .header-btn:hover {
  color: #636972
}

.s-support-widget-header .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 260px;
  text-overflow: clip
}

.s-support-widget-header .back-btn {
  float: left;
  margin-left: -2px
}

.s-support-widget-header .close-btn {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 20px;
  font-weight: 300;
  float: right
}

.s-support-widget-header .close-btn:hover {
  -webkit-transform: rotate(90deg) scale(1.4);
  transform: rotate(90deg) scale(1.4);
  transition: all .35s
}

#s-strikingly-support-modal .s-support-widget-prompt {
  width: 370px!important
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner {
  background-color: #f8f8f8;
  padding: 16px;
  min-height: 80px;
  display: -webkit-flex;
  display: flex;
  width: 100%
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title img {
  height: 20px;
  margin-right: 5px
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number {
  font-family: brandon,sans-serif
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(sxl),#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh),#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .number:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .title .grey-text {
  color: #909fa9
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .content {
  padding-top: 10px
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container {
  position: relative;
  width: 85px;
  height: 85px;
  margin-right: 15px
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container .bottom-green-dot {
  width: 20px;
  height: 20px;
  background-color: #93b719;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 3px solid #fff
}

#s-strikingly-support-modal .s-support-widget-prompt .s-support-widget-prompt-inner .profile-container .profile {
  width: 85px;
  float: left;
  display: block;
  margin-bottom: -10px;
  border-radius: 100px;
  margin-right: 15px
}

#s-strikingly-support-modal .s-support-widget-prompt .input-field {
  background-color: #e2e4e7;
  padding: 10px
}

#s-strikingly-support-modal .s-support-widget-prompt .input-field input {
  width: 100%;
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  font-family: Open Sans,open_sans,sans-serif;
  line-height: 25px;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  padding: 5px 8px;
  box-sizing: border-box
}

#s-strikingly-support-modal .close-btn {
  color: #ddd;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 20px;
  font-weight: 300;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 8px;
  top: 6px
}

.s-support-widget-footer {
  font-family: open_sans,Open Sans,sans-serif;
  width: 100%;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
  height: 65px;
  padding: 15px 20px
}

.s-support-widget-footer:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-footer:lang(sxl),.s-support-widget-footer:lang(zh),.s-support-widget-footer:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-footer:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-footer .s-support-widget-footer-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.s-support-widget-footer .s-support-widget-footer-content .s-support-widget-footer-separator {
  height: 26px;
  width: 1px;
  background: #ddd
}

.s-support-widget-footer.default-footer {
  padding: 0;
  text-align: center;
  height: 38px
}

.s-support-widget-footer.default-footer a {
  display: table;
  float: left;
  width: 50%;
  font-size: 13px;
  font-weight: 400;
  outline: 0;
  color: #62418d;
  height: 38px
}

.s-support-widget-footer.default-footer a.help-center-and-forum {
  width: 100%
}

.s-support-widget-footer.default-footer a .link-container {
  vertical-align: middle;
  display: table-cell;
  padding-bottom: 5px
}

.s-support-widget-footer.default-footer a .link-container i {
  margin-right: 7px
}


.s-support-widget-footer.default-footer a .link-title {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: 0
}

.s-support-widget-footer.default-footer a.video-guides-footer {
  border-right: 1px solid #e2e4e7
}

.s-support-widget-footer.default-footer a:hover {
  border-color: #f8f8f8;
  background-color: #62418d;
  color: #f8f8f8
}

.s-support-widget-footer.online-footer .sw-btn {
  padding-left: 12px;
  padding-right: 12px
}

.s-support-widget-footer.online-footer .purple {
  float: right
}

.s-support-widget-footer.online-footer .green {
  float: left
}

.s-support-widget-footer.offline-footer .fa-envelope,.s-support-widget-footer.ticket-footer .fa-paper-plane {
  float: none;
  margin-right: 7px
}

.s-support-widget-footer-es,.s-support-widget-footer-fr,.s-support-widget-footer-ja,.s-support-widget-footer-zh-CN,.s-support-widget-footer-zh-TW {
  height: auto
}

.s-support-widget-footer-es .sw-btn,.s-support-widget-footer-fr .sw-btn,.s-support-widget-footer-ja .sw-btn,.s-support-widget-footer-zh-CN .sw-btn,.s-support-widget-footer-zh-TW .sw-btn {
  width: 100%;
  float: none
}

.s-support-widget-footer-es .top-btn,.s-support-widget-footer-fr .top-btn,.s-support-widget-footer-ja .top-btn,.s-support-widget-footer-zh-CN .top-btn,.s-support-widget-footer-zh-TW .top-btn {
  margin-bottom: 10px
}

.s-support-widget-launcher {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #8159bb;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 12px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #8159bb;
  text-align: center;
  color: #fff
}

.s-support-widget-launcher:hover {
  background: #9064d1;
  border-color: #9064d1
}

.s-support-widget-launcher:active {
  background: #7450a8;
  border-color: #7450a8
}

.s-support-widget-launcher .red-flag {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: red;
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #fff
}

#s-support-widget-container {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100000
}

#s-support-widget-container * {
  box-sizing: inherit
}

#s-support-widget-container input::-webkit-input-placeholder,#s-support-widget-container textarea::-webkit-input-placeholder {
  color: #cdd1d4
}

#s-support-widget-container input:-moz-placeholder,#s-support-widget-container input::-moz-placeholder,#s-support-widget-container textarea:-moz-placeholder,#s-support-widget-container textarea::-moz-placeholder {
  color: #cdd1d4
}

#s-support-widget-container input:-ms-input-placeholder,#s-support-widget-container textarea:-ms-input-placeholder {
  color: #cdd1d4
}

.s-support-widget-help-center-container {
  position: absolute;
  right: 12px;
  bottom: 60px
}

.s-support-widget-help-center-container.invisible .s-support-widget-help-center,.s-support-widget-help-center-container.invisible .s-support-widget-prompt {
  height: 0
}

.s-support-widget-help-center-container.invisible .s-support-widget-help-center .close-btn,.s-support-widget-help-center-container.invisible .s-support-widget-prompt .close-btn {
  display: none
}

.s-support-widget-prompt {
  font-family: open_sans,Open Sans,sans-serif;
  width: 340px;
  background-color: #f8f8f8;
  box-shadow: 0 0 1px rgba(0,0,0,.3),0 2px 15px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  overflow: hidden;
  transition: height .35s cubic-bezier(.7,0,.3,1)
}

.s-support-widget-prompt:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-prompt:lang(sxl),.s-support-widget-prompt:lang(zh),.s-support-widget-prompt:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-prompt:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-prompt .s-support-widget-prompt-inner {
  padding: 16px
}

.s-support-widget-prompt .profile {
  width: 85px;
  float: left;
  display: block;
  margin-bottom: 30px;
  border-radius: 100px;
  margin-right: 15px
}

.s-support-widget-prompt .title {
  color: #636972;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px
}

.s-support-widget-prompt p {
  color: #8d949c;
  margin-bottom: 8px;
  line-height: 1.3
}

.s-support-widget-prompt a {
  color: #636972;
  border-bottom: 1px solid;
  margin-right: 10px
}

.s-support-widget-prompt a .entypo-right-open {
  position: relative;
  left: 2px
}

#s-KA-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#s-KA-container.invisible {
  display: none
}

#s-KA-container .s-KA-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8)
}

#s-KA-container .s-KA-modal {
  color: grey;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 460px;
  height: 420px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  font-size: 15px
}

#s-KA-container .close-btn {
  color: #ddd;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 20px;
  font-weight: 300;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  padding-top: 12px;
  padding-right: 16px;
  cursor: pointer
}

#s-KA-container .s-KA-title {
  height: 28px;
  margin-top: 5px
}

#s-KA-container .s-KA-text {
  margin-top: 24px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.8
}

#s-KA-container .s-KA-qr-code {
  width: 184px;
  height: 184px
}

#s-KA-container .s-KA-scan-text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px
}

#s-KA-container .s-KA-scan-text img {
  height: 20px;
  margin-right: 6px
}

#s-KA-container .s-KA-scan-text-2 {
  margin-top: 10px
}

.s-support-widget-help-center {
  font-family: open_sans,Open Sans,sans-serif;
  transition: height .35s cubic-bezier(.7,0,.3,1);
  border-radius: 4px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  box-sizing: border-box;
  width: 340px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0,0,0,.3),0 2px 15px 0 rgba(0,0,0,.1);
  background-color: #f8f8f8
}

.s-support-widget-help-center:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center:lang(sxl),.s-support-widget-help-center:lang(zh),.s-support-widget-help-center:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

@media only screen and (max-width: 344px) {
  .s-support-widget-help-center {
      width:calc(100vw - 24px)
  }
}

.s-support-widget-help-center.higher-ticket-pane {
  height: 437px
}

.s-support-widget-help-center .sw-btn {
  font-family: brandon,sans-serif;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  text-transform: uppercase;
  vertical-align: bottom;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  padding: 10px 0;
  font-size: 13px;
  line-height: 14px
}

.s-support-widget-help-center .sw-btn:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .sw-btn:lang(sxl),.s-support-widget-help-center .sw-btn:lang(zh),.s-support-widget-help-center .sw-btn:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .sw-btn:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .sw-btn i.right {
  margin-left: 7px
}

.s-support-widget-help-center .sw-btn i.left {
  margin-right: 7px
}

.s-support-widget-help-center .sw-btn.purple {
  background: #8159bb;
  background-color: #8159bb;
  border: none
}

.s-support-widget-help-center .sw-btn.purple:hover {
  background: #9064d1;
  border-color: #9064d1
}

.s-support-widget-help-center .sw-btn.purple:active {
  background: #7450a8;
  border-color: #7450a8
}

.s-support-widget-help-center .sw-btn.green {
  background: #93b719;
  background-color: #93b719;
  border: none
}

.s-support-widget-help-center .sw-btn.green:hover {
  background: #a5cd1c;
  border-color: #a5cd1c
}

.s-support-widget-help-center .sw-btn.green:active {
  background: #84a517;
  border-color: #84a517
}

.s-support-widget-help-center .sw-btn.gray {
  background: #919394;
  background-color: #919394;
  border: none
}

.s-support-widget-help-center .sw-btn.gray:hover {
  background: #a2a5a6;
  border-color: #a2a5a6
}

.s-support-widget-help-center .sw-btn.gray:active {
  background: #838485;
  border-color: #838485
}

.s-support-widget-help-center .sw-btn.gray:hover {
  color: #fff;
  background-color: #919394
}

.s-support-widget-help-center .sw-btn.purple-border {
  border: 1px solid #8367ac;
  font-weight: 600;
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
  max-width: 90%;
  padding: 5px 10px;
  color: #8367ac
}

.s-support-widget-help-center .sw-btn.purple-border:hover {
  color: #a481d7;
  border-color: #a481d7
}

.s-support-widget-help-center .sw-btn.white-border {
  background: #8159bb;
  border: 1px solid #fff;
  font-weight: 600;
  display: inline-block;
  max-width: 90%;
  line-height: 14px;
  font-size: 12px;
  padding: 10px 27px
}

.s-support-widget-help-center .sw-btn.white-border:hover {
  background: #9064d1;
  border-color: #9064d1
}

.s-support-widget-help-center .sw-btn.white-border:active {
  background: #7450a8;
  border-color: #7450a8
}

.s-support-widget-help-center .sw-btn.white-border:hover {
  border-color: #fff
}

.s-support-widget-help-center .help-center-pane {
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff
}

.s-support-widget-help-center .help-center-pane.feedback-pane {
  background-color: #f8f8f8
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer {
  text-align: center;
  padding: 20px 10px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer .close-btn {
  display: inline-block;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 20px;
  font-weight: 300;
  color: #a6a6a6;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer .close-btn:hover {
  color: #636972;
  -webkit-transform: rotate(90deg) scale(1.4);
  transform: rotate(90deg) scale(1.4);
  transition: all .35s
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer img {
  width: 50px;
  height: 50px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 11px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .header-continer ul li {
  color: #636972;
  font-size: 12px;
  font-weight: 300;
  margin-top: 6px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container {
  position: relative;
  margin: 0 20px 17px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea {
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 135px;
  color: #636972;
  line-height: 1.5;
  resize: none;
  border: 1px solid #c6c9cd;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:focus {
  outline: none
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(sxl),.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh),.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container textarea.question-textarea:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar {
  margin-top: -5px;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #636972;
  line-height: 1.5;
  border: 1px solid #c6c9cd;
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .entypo-attach {
  margin-right: 8px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .link-btn {
  cursor: pointer;
  color: #8159bb
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content {
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content .delete-btn,.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .upload-bar .upload-content .upload-btn {
  padding-left: 12px
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .submit-btn {
  margin-top: 14px;
  cursor: pointer
}

.s-support-widget-help-center .help-center-pane.feedback-pane .form-container .submit-btn.disable {
  opacity: .5;
  cursor: text
}

.s-support-widget-help-center .help-center-pane.question-pane {
  background-color: #f8f8f8
}

.s-support-widget-help-center .help-center-pane.question-pane header {
  border-color: #f8f8f8
}

.s-support-widget-help-center .help-center-pane.question-pane header .back-btn {
  visibility: hidden
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field {
  margin-bottom: 17px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .input,.s-support-widget-help-center .help-center-pane.question-pane .form-field .label {
  display: block
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .input.inline,.s-support-widget-help-center .help-center-pane.question-pane .form-field .label.inline {
  display: inline
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .label {
  margin-bottom: 5px;
  color: #888
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input,.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea {
  display: block;
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  line-height: 22px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input:focus,.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input.thin,.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea.thin {
  padding: 2px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input.middle,.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea.middle {
  padding: 10px;
  height: 16px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input[type=checkbox] {
  vertical-align: middle;
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field input[type=radio] {
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field textarea {
  min-height: 100px;
  width: auto
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field select {
  height: 34px;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  border-radius: 3px;
  color: #636972;
  width: 100%;
  padding: 0 21px 0 10px;
  background-image: linear-gradient(180deg,#fdfdfd,#f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
  border: 1px solid #c6c9cc
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field {
  padding: 6px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field .label {
  padding-left: 4px
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field:first-child {
  margin-top: 0
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field .radio-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.question-pane .form-field {
  margin: 0 20px 17px
}

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 203px;
  color: #636972;
  line-height: 1.5;
  resize: none
}

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(sxl),.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh),.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.question-pane textarea.question-textarea:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.question-pane .next-btn {
  margin: 17px 0
}

.s-support-widget-help-center .help-center-pane.question-pane .next-btn .entypo-right-open {
  float: none;
  margin-left: 7px
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container {
  height: 245px;
  overflow: auto
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container.no-related-articles img {
  width: 40px;
  display: block;
  margin: 68px auto 10px
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container.no-related-articles div {
  color: #8d949c;
  line-height: 20px;
  font-size: 13px;
  text-align: center
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list-title {
  height: 17px;
  color: #8d949c;
  font-size: 12px;
  margin: 16px 0 0 19px
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item {
  cursor: pointer;
  padding: 7px 21px;
  position: relative
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item:hover {
  background-color: rgba(229,218,255,.21)
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-icon {
  top: 10px;
  position: absolute
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-icon:before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  display: inline-block;
  color: #8159bb
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-container {
  padding-left: 24px
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 90%;
  font-size: 12px;
  line-height: 14px;
  color: #8159bb;
  text-decoration: underline
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc {
  height: 28px;
  overflow: hidden
}

.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc,.s-support-widget-help-center .help-center-pane.articles-pane .articles-body-container .article-list .article-item .article-item-desc * {
  color: #8d949c!important;
  line-height: 14px!important;
  font-size: 10px!important;
  font-style: normal!important;
  font-weight: 400!important;
  background: none!important;
  text-decoration: none!important;
  margin: 0!important;
  padding: 0!important
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container {
  height: 245px;
  overflow: auto;
  padding: 14px 20px 0
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body,.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body * {
  color: #636972!important;
  font-style: normal!important;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a {
  color: #15b2ec!important
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a:hover {
  color: #18cdff!important
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body a:focus {
  outline: 0
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .article-body td {
  width: auto!important
}

.s-support-widget-help-center .help-center-pane.article-pane .article-container .vote-btn-container {
  margin: 20px 0;
  text-align: center
}

.s-support-widget-help-center .help-center-pane.article-pane .article-title {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #636972;
  margin: 0 0 5px
}

.s-support-widget-help-center .help-center-pane.article-pane .article-link-container {
  margin: 6px 0 13px;
  text-align: center
}

.s-support-widget-help-center .help-center-pane.article-pane .article-link {
  outline: 0;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  color: #bbb
}

.s-support-widget-help-center .help-center-pane.article-pane .article-link i {
  margin-left: 5px;
  vertical-align: middle
}

.s-support-widget-help-center .help-center-pane.article-pane .article-link:hover {
  color: #919394
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body {
  height: 245px;
  overflow: auto;
  padding: 20px 20px 0;
  font-family: open_sans,Open Sans,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(sxl),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field {
  margin-bottom: 10px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .input,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label {
  display: block
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .input.inline,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label.inline {
  display: inline
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .label {
  margin-bottom: 5px;
  color: #888
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea {
  display: block;
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  line-height: 22px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input:focus,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.thin,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.thin {
  padding: 2px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.middle,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.middle {
  padding: 10px;
  height: 16px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input[type=checkbox] {
  vertical-align: middle;
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input[type=radio] {
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea {
  min-height: 100px;
  width: auto
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select {
  height: 34px;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  border-radius: 3px;
  color: #636972;
  width: 100%;
  padding: 0 21px 0 10px;
  background-image: linear-gradient(180deg,#fdfdfd,#f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
  border: 1px solid #c6c9cc
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field {
  padding: 6px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field .label {
  padding-left: 4px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field:first-child {
  margin-top: 0
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .radio-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field {
  position: relative
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .select-triangle {
  pointer-events: none;
  position: absolute;
  color: #636972;
  right: 10px;
  line-height: 40px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 40px;
  color: #636972;
  line-height: 1.5;
  resize: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(ja),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(sxl),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh-cn),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(sxl),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:lang(zh-tw),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.email-input:focus,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field input.name-input:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #636972;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: normal;
  padding: 0 21px 0 10px;
  background: transparent;
  border: 1px solid #cdd1d4;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(sxl),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:focus {
  border-color: #8159bb;
  outline: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field select.mood-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 125px;
  color: #636972;
  line-height: 1.5;
  resize: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(sxl),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh),.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field textarea.question-textarea:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid input,.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid textarea {
  border-color: #e64751
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid .error-message {
  font-size: 13px;
  color: #e64751;
  display: block;
  margin-top: 5px;
  line-height: 1
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field.invalid.required:before {
  color: #e64751
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .form-field .error-message {
  display: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload {
  margin-top: 6px;
  font-size: 14px;
  line-height: 20px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .file-upload-btn {
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  height: 19px;
  text-decoration: underline;
  color: #8159bb
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .file-upload-btn:before {
  display: inline-block;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  margin-right: 7px;
  text-decoration: none
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container {
  position: relative;
  margin: 0 21px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .filename {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 90%;
  font-size: 13px;
  line-height: 18px;
  height: 18px;
  color: #636972
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload {
  color: #a6a6a6;
  cursor: pointer;
  position: absolute;
  margin-left: 10px
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload:hover {
  color: #636972
}

.s-support-widget-help-center .help-center-pane.ticket-pane .ticket-form-body .file-upload .filename-container .cancel-upload:before {
  vertical-align: sub
}

.s-support-widget-help-center .help-center-pane.status-pane {
  background-color: #8159bb;
  color: #fff
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .close-btn {
  display: inline-block;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  font-size: 20px;
  font-weight: 300;
  color: #a6a6a6;
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .close-btn:hover {
  color: #636972;
  -webkit-transform: rotate(90deg) scale(1.4);
  transform: rotate(90deg) scale(1.4);
  transition: all .35s
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body {
  text-align: center
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .paper-plane {
  margin-top: 141px
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .paper-plane img {
  width: 34px;
  height: 28px
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .status {
  margin-top: 14px;
  color: #4b5056;
  font-size: 16px;
  font-weight: 600
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .status-description {
  margin-top: 4px;
  color: #636972;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.58
}

.s-support-widget-help-center .help-center-pane.status-pane .feedback .status-body .submit-btn {
  margin-top: 30px;
  display: inline-block;
  width: 233px
}

.s-support-widget-help-center .help-center-pane.status-pane header {
  background-color: #8159bb;
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.status-pane header .back-btn {
  visibility: hidden;
  color: #fff
}

.s-support-widget-help-center .help-center-pane.status-pane header .close-btn {
  color: #fff
}

.s-support-widget-help-center .help-center-pane.status-pane .status-body {
  height: 258px;
  text-align: center
}

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status {
  font-size: 20px;
  line-height: 27px
}

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status i {
  margin-right: 10px
}

.s-support-widget-help-center .help-center-pane.status-pane .status-body .status-description {
  font-size: 13px;
  line-height: 18px;
  width: 85%;
  margin: 0 auto
}

.s-support-widget-help-center .help-center-pane.status-pane footer {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.status-pane .loading,.s-support-widget-help-center .help-center-pane.status-pane .submitting {
  position: static;
  width: 100%;
  margin: 0
}

.s-support-widget-help-center .help-center-pane.status-pane .loading header .close-btn,.s-support-widget-help-center .help-center-pane.status-pane .submitting header .close-btn {
  visibility: hidden
}

.s-support-widget-help-center .help-center-pane.status-pane .loading .status-body .status,.s-support-widget-help-center .help-center-pane.status-pane .submitting .status-body .status {
  padding-top: 80px;
  margin-left: 10px
}

.s-support-widget-help-center .help-center-pane.status-pane .loading .status-body .loading-icon,.s-support-widget-help-center .help-center-pane.status-pane .submitting .status-body .loading-icon {
  display: block;
  margin: 24px 0
}

.s-support-widget-help-center .help-center-pane.status-pane .loading footer,.s-support-widget-help-center .help-center-pane.status-pane .submitting footer {
  display: none
}

.s-support-widget-help-center .help-center-pane.status-pane .voted .status-body .status {
  padding-top: 60px;
  margin-bottom: 27px
}

.s-support-widget-help-center .help-center-pane.status-pane .submitted .status-body .status {
  padding-top: 39px
}

.s-support-widget-help-center .help-center-pane.status-pane .submitted .status-body .status-description {
  margin: 19px 22px
}

.s-support-widget-help-center .help-center-pane.status-pane .error header .back-btn,.s-support-widget-help-center .help-center-pane.status-pane .no-email header .back-btn {
  visibility: visible
}

.s-support-widget-help-center .help-center-pane.status-pane .error .status-body .status,.s-support-widget-help-center .help-center-pane.status-pane .no-email .status-body .status {
  padding-top: 60px;
  margin-bottom: 19px
}

.s-support-widget-help-center .help-center-pane.status-pane .error .status-body a,.s-support-widget-help-center .help-center-pane.status-pane .no-email .status-body a {
  color: #fff;
  text-decoration: underline
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body {
  height: 245px;
  overflow: auto;
  padding: 12px 20px 0;
  font-family: open_sans,Open Sans,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(sxl),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field {
  margin-bottom: 10px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .input,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label {
  display: block
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .input.inline,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label.inline {
  display: inline
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .label {
  margin-bottom: 5px;
  color: #888
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea {
  display: block;
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  line-height: 22px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input:focus,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.thin,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.thin {
  padding: 2px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.middle,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.middle {
  padding: 10px;
  height: 16px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input[type=checkbox] {
  vertical-align: middle;
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input[type=radio] {
  display: inline-block
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea {
  min-height: 100px;
  width: auto
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select {
  height: 34px;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  border-radius: 3px;
  color: #636972;
  width: 100%;
  padding: 0 21px 0 10px;
  background-image: linear-gradient(180deg,#fdfdfd,#f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
  border: 1px solid #c6c9cc
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field {
  padding: 6px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field .label {
  padding-left: 4px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field:first-child {
  margin-top: 0
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .radio-field:last-child {
  margin-bottom: 0
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field {
  position: relative
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .select-triangle {
  pointer-events: none;
  position: absolute;
  color: #636972;
  right: 10px;
  line-height: 40px
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 40px;
  color: #636972;
  line-height: 1.5;
  resize: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(ja),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(sxl),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh-cn),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(sxl),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:lang(zh-tw),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.email-input:focus,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field input.name-input:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #636972;
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: normal;
  padding: 0 21px 0 10px;
  background: transparent;
  border: 1px solid #cdd1d4;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(sxl),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:focus {
  border-color: #8159bb;
  outline: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field select.mood-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea {
  font-family: open_sans,Open Sans,sans-serif;
  border-radius: 4px;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 125px;
  color: #636972;
  line-height: 1.5;
  resize: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(sxl),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh),.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field textarea.question-textarea:focus {
  border-color: #8159bb
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid input,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid textarea {
  border-color: #e64751
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid .error-message {
  font-size: 13px;
  color: #e64751;
  display: block;
  margin-top: 5px;
  line-height: 1
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field.invalid.required:before {
  color: #e64751
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .file-upload,.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .form-field .error-message {
  display: none
}

.s-support-widget-help-center .help-center-pane.pre-chat-pane .pre-chat-body .pre-chat-welcome {
  font-size: 14px;
  line-height: 20px;
  color: #636972;
  margin-bottom: 10px
}

.s-support-widget-search-box .search-box {
  margin: 15px 12px
}

.s-support-widget-search-box .search-box .form-field {
  margin-bottom: 15px
}

.s-support-widget-search-box .search-box .form-field:last-child {
  margin-bottom: 0
}

.s-support-widget-search-box .search-box .form-field .input,.s-support-widget-search-box .search-box .form-field .label {
  display: block
}

.s-support-widget-search-box .search-box .form-field .input.inline,.s-support-widget-search-box .search-box .form-field .label.inline {
  display: inline
}

.s-support-widget-search-box .search-box .form-field .label {
  margin-bottom: 5px;
  color: #888
}

.s-support-widget-search-box .search-box .form-field input,.s-support-widget-search-box .search-box .form-field textarea {
  display: block;
  border: 1px solid #c6c9cd;
  border-radius: 3px;
  padding: 5px 8px;
  color: #636972;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  line-height: 22px
}

.s-support-widget-search-box .search-box .form-field input:focus,.s-support-widget-search-box .search-box .form-field textarea:focus {
  border-color: #1bb0e6;
  outline: none
}

.s-support-widget-search-box .search-box .form-field input.thin,.s-support-widget-search-box .search-box .form-field textarea.thin {
  padding: 2px
}

.s-support-widget-search-box .search-box .form-field input.middle,.s-support-widget-search-box .search-box .form-field textarea.middle {
  padding: 10px;
  height: 16px
}

.s-support-widget-search-box .search-box .form-field input[type=checkbox] {
  vertical-align: middle;
  display: inline-block
}

.s-support-widget-search-box .search-box .form-field input[type=radio] {
  display: inline-block
}

.s-support-widget-search-box .search-box .form-field textarea {
  min-height: 100px;
  width: auto
}

.s-support-widget-search-box .search-box .form-field select {
  height: 34px;
  font-size: 14px;
  line-height: 25px;
  outline: none;
  border-radius: 3px;
  color: #636972;
  width: 100%;
  padding: 0 21px 0 10px;
  background-image: linear-gradient(180deg,#fdfdfd,#f9f9f9);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.12);
  border: 1px solid #c6c9cc
}

.s-support-widget-search-box .search-box .form-field .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.s-support-widget-search-box .search-box .form-field .radio-field {
  padding: 6px
}

.s-support-widget-search-box .search-box .form-field .radio-field .label {
  padding-left: 4px
}

.s-support-widget-search-box .search-box .form-field .radio-field:first-child {
  margin-top: 0
}

.s-support-widget-search-box .search-box .form-field .radio-field:last-child {
  margin-bottom: 0
}

.s-support-widget-search-box .search-box .search-icon {
  position: absolute;
  line-height: 50px;
  left: 25px
}

.s-support-widget-search-box .search-box .searching-icon {
  position: absolute;
  line-height: 50px;
  right: 35px;
  color: paddingbbbbbb
}

.s-support-widget-search-box .search-box .searching-icon.hidden {
  display: none
}

.s-support-widget-search-box .search-box input.search-input {
  box-sizing: border-box;
  line-height: 20px;
  width: 100%;
  padding: 1em 2.5em;
  font-size: 1em
}

@-webkit-keyframes moveToLeftFade {
  to {
      opacity: .3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@keyframes moveToLeftFade {
  to {
      opacity: .3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@-webkit-keyframes moveFromRightFade {
  0% {
      opacity: .3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@keyframes moveFromRightFade {
  0% {
      opacity: .3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@-webkit-keyframes moveFromLeftFade {
  0% {
      opacity: .3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@keyframes moveFromLeftFade {
  0% {
      opacity: .3;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@-webkit-keyframes moveToRightFade {
  to {
      opacity: .3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@keyframes moveToRightFade {
  to {
      opacity: .3;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

.last-pane-enter.last-pane-enter-active {
  -webkit-animation: moveFromLeftFade .35s ease both;
  animation: moveFromLeftFade .35s ease both
}

.last-pane-exit.last-pane-exit-active {
  -webkit-animation: moveToRightFade .35s ease both;
  animation: moveToRightFade .35s ease both
}

.next-pane-enter.next-pane-enter-active {
  -webkit-animation: moveFromRightFade .35s ease both;
  animation: moveFromRightFade .35s ease both
}

.next-pane-exit.next-pane-exit-active {
  -webkit-animation: moveToLeftFade .35s ease both;
  animation: moveToLeftFade .35s ease both
}

.closing-enter.closing-enter-active {
  -webkit-animation: moveFromLeftFade .4s ease 0 both;
  animation: moveFromLeftFade .4s ease 0 both
}

.closing-exit.closing-exit-active {
  -webkit-animation: moveToRightFade .4s ease 0 both;
  animation: moveToRightFade .4s ease 0 both
}

.phone-verification-container {
  width: 340px;
  display: inline-block
}

.phone-verification-container .s-form-field input {
  width: 322px
}

.phone-verification-container .s-form-field .input-inline-text {
  position: absolute;
  padding: 11px 0
}

.phone-verification-container .s-form-field .input-inline-text.right {
  right: 14px
}

.phone-verification-container .s-form-field .input-inline-text.left {
  left: 10px
}

.phone-verification-container .s-form-field.phone .country-code {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 32px;
  border-right: 1px solid #d8d8d8;
  padding: 0 20px 0 10px;
  position: absolute;
  cursor: pointer;
  color: #000
}

.phone-verification-container .s-form-field.phone input {
  padding-left: 66px;
  width: 274px
}

.phone-verification-container .s-form-field.phone .country-code-ul {
  position: absolute;
  z-index: 99;
  top: 32px;
  text-align: left;
  padding: 10px;
  background: #fff;
  height: 130px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #c6c9cd;
  border-top: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  cursor: pointer;
  color: #000
}

.phone-verification-container .s-form-field.phone .country-code-ul li {
  padding-top: 5px;
  padding-bottom: 5px
}

.phone-verification-container .s-form-field.phone .country-code-ul li.checked {
  color: #43a4fc
}

.phone-verification-container .s-form-field.phone .country-code-ul li:hover {
  background: #43a4fc;
  color: #f5f5f5
}

.phone-verification-container .s-form-field.phone .hidden {
  display: none
}

.phone-verification-container .s-form-field.verification-code .s-verification-timer {
  color: #90969e
}

.phone-verification-container .s-form-field.verification-code .send-verify-code {
  color: #00afe9;
  padding: 8px 0 8px 6px
}

.phone-verification-container .s-form-field.error input {
  border-color: #f12c20
}

.phone-verification-container .s-form-field.error .async-error,.phone-verification-container .s-form-field.error .sync-error {
  color: #f12c20
}

.phone-verification-container .s-form-field.error .async-error {
  margin-top: 4px;
  text-align: left
}

.phone-verification-container .btn-verify-phone,.phone-verification-container .s-form-field .btn-verify-phone {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 308px;
  margin: 0
}

.s-chat-container {
  font-family: open_sans,Open Sans,sans-serif
}

.s-chat-container:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-chat-container:lang(sxl),.s-chat-container:lang(zh),.s-chat-container:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-chat-container:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.custom-form-section-form-setting-dialog .s-kit-modal-body {
  padding: 0;
  height: 86vh
}

.custom-form-section-form-setting-dialog .s-kit-modal-content {
  width: 530px;
  overflow: visible;
  border-radius: 6px
}

.custom-form-section-form-setting-dialog .custom-schema-form {
  overflow-y: auto;
  padding: 30px 30px 0;
  height: calc(100% - 140px)
}

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs .s-kit-tabs-bar {
  margin-bottom: 20px
}

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-tabs .s-kit-tabs-bar .s-kit-tabs-tab {
  font-weight: 700;
  font-family: brandon,sans-serif;
  text-transform: uppercase
}

.custom-form-section-form-setting-dialog .custom-schema-form .form-field {
  margin-bottom: 20px
}

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .s-kit-input {
  width: 100%
}

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .input-field input {
  height: 36px
}

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .s-kit-form-label .s-kit-label {
  color: #636972
}

.custom-form-section-form-setting-dialog .custom-schema-form .form-field .form-field-error {
  color: #e64751;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 14px
}

.custom-form-section-form-setting-dialog .custom-schema-form .contact-support {
  cursor: pointer;
  text-decoration: underline
}

.custom-form-section-form-setting-dialog .custom-schema-form .redirect-label {
  margin-bottom: 5px;
  line-height: 1.5
}

.custom-form-section-form-setting-dialog .custom-schema-form .redirect-label label {
  font-weight: 700
}

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-input-affix-wrapper {
  display: block
}

.custom-form-section-form-setting-dialog .custom-schema-form .s-kit-input-affix-wrapper .s-kit-input {
  height: 36px
}

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel {
  font-size: 14px;
  margin-bottom: 20px
}

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advanced-btn {
  color: #1bb0e6;
  cursor: pointer;
  font-weight: 700
}

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advance-icon {
  color: #1bb0e6;
  font-size: 16px;
  font-weight: 700;
  margin-left: 2px
}

.custom-form-section-form-setting-dialog .custom-schema-form .advanced-options-panel .advanced-container {
  margin-top: 20px
}

.custom-form-section-form-setting-dialog .custom-schema-form .suffix-panel {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #c6c9cd;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  border-radius: 3px
}

.custom-form-section-form-setting-dialog .custom-schema-form .suffix-panel .s-kit-input {
  -webkit-flex: 1;
  flex: 1;
  border: none;
  box-shadow: none
}

.custom-form-section-form-setting-dialog .custom-schema-form .new-tab-checkbox {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  color: #636972;
  margin: 0 10px;
  -webkit-align-items: center;
  align-items: center
}

.custom-form-section-form-setting-dialog .custom-schema-form .new-tab-checkbox span {
  margin-top: 2px;
  font-weight: 500
}

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator {
  font-size: 14px;
  color: #8d949c
}

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator .s-kit-icon {
  color: #8d949c
}

.custom-form-section-form-setting-dialog .custom-schema-form .membership-navigator .member-text {
  margin-left: 4px;
  cursor: pointer;
  text-decoration: underline;
  text-transform: capitalize
}

.custom-form-section-form-setting-dialog .add-field-btn {
  margin: 0 10px 0 0
}

.custom-form-section-form-setting-dialog .add-field-btn .add-icon {
  margin-right: 6px
}

.custom-form-section-form-setting-dialog .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 6px 6px;
  z-index: 2600;
  padding: 20px 30px;
  margin-bottom: 0;
  box-sizing: border-box;
  background-color: #fff
}

.custom-form-section-form-setting-dialog .bottom .legal-wrapper {
  margin-bottom: 12px
}

.custom-form-section-form-setting-dialog .bottom .bottom-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.custom-form-section-form-setting-dialog .bottom .fa-spinner {
  margin-left: 8px
}

.custom-form-section-form-setting-dialog .bottom .view-audience-list {
  font-size: 14px;
  color: #8d949c;
  cursor: pointer;
  text-decoration: underline
}

.schema-form-builder-wrapper {
  margin-bottom: 15px
}

.add-custom-form-field-panel {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px
}

.add-custom-form-field-panel .schema-field-error {
  color: #e64751;
  font-size: 14px
}

.add-custom-field-popover {
  z-index: 2600
}

.add-custom-field-popover.s-kit-popover-inner-content {
  padding: 0
}

.add-custom-field-popover .custom-field-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  max-width: 320px;
  padding: 4px;
  width: 100%
}

.add-custom-field-popover .custom-field-content.form-section-content {
  max-width: 470px
}

.add-custom-field-popover .custom-field-content.form-section-content .field-item {
  width: 33.33%
}

.add-custom-field-popover .field-item {
  width: 50%;
  padding: 10px;
  color: #636972;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.add-custom-field-popover .field-item .field-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px
}

.add-custom-field-popover .field-item .field-text {
  font-size: 14px;
  text-transform: capitalize
}

.add-custom-field-popover .field-item:hover {
  border-radius: 4px;
  background-color: #e2e4e7
}

@media screen and (max-width: 800px) {
  .custom-form-section-form-setting-dialog .s-kit-modal-content {
      width:100%
  }
}

.schema-form-checkbox-field {
  margin-bottom: -10px
}

.schema-form-checkbox-field .s-kit-checkbox-group .s-kit-checkbox-group-item {
  width: 50%;
  margin: 0 0 10px;
  white-space: inherit!important
}

.schema-form-checkbox-field .s-kit-checkbox-group .s-kit-checkbox-group-item * {
  cursor: pointer
}

.schema-form-checkbox-field .form-field-error.error {
  margin: 0 0 30px
}

.schema-form-checkbox-field.no-wrap-field .s-kit-checkbox-group-item {
  width: 100%
}

.schema-form-radio-field {
  margin-bottom: -10px
}

.schema-form-radio-field .s-kit-radio-group .s-kit-radio-wrapper {
  width: 50%;
  margin: 0 0 10px;
  white-space: inherit!important
}

.schema-form-radio-field .s-kit-radio-group .s-kit-radio-wrapper * {
  cursor: pointer
}

.schema-form-radio-field .form-field-error.error {
  margin: 0 0 30px
}

.schema-form-radio-field.no-wrap-field .s-kit-radio-wrapper {
  width: 100%
}

.schema-form-textarea-field textarea {
  resize: none;
  width: 100%;
  height: 75px;
  line-height: 1.4
}

.schema-form-input-field input {
  height: 42px;
  width: 100%
}

.schema-form-input-field .s-kit-input {
  box-shadow: none
}

.schema-form-dropdown-field .Select-control .Select-placeholder {
  top: 4px
}

.schema-form-file-upload-field {
  width: 100%
}

.schema-form-file-upload-field .upload-text {
  font-weight: 700;
  color: #a9aeb2;
  text-transform: uppercase;
  font-family: brandon,sans-serif
}

.schema-form-file-upload-field .upload-file-panel .storage-limit {
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 5px;
  color: #a9aeb2;
  font-family: open_sans,Open Sans,sans-serif
}

.schema-form-file-upload-field .upload-file-info {
  font-size: 14px;
  color: #a9aeb2
}

.schema-form-file-upload-field .upload-file-info .file-name {
  margin: 0 6px;
  word-break: break-all;
  text-decoration: underline
}

.schema-form-file-upload-field .upload-file-info .file-size {
  font-size: 13px;
  margin-right: 6px;
  color: #c6c9cd
}

.schema-form-file-upload-field .upload-file-info .text-icon {
  color: #a9aeb2
}

.schema-form-file-upload-field .upload-file-info .delete-icon {
  cursor: pointer;
  color: #a9aeb2
}

.schema-form-file-upload-field .upload-file-container {
  height: 100px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px dashed #a9aeb2;
  background-color: #f4f6f8
}

.schema-form-file-upload-field .upload-file-container.is-drag-over {
  background-color: #e2e4e7
}

.schema-form-file-upload-field .upload-file-container .upload-icon {
  color: #a9aeb2;
  margin-right: 6px
}

.schema-form-file-upload-field .unavailable-upload-panel {
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  text-align: center;
  background-color: #f4f6f8
}

.schema-upload-file-info {
  font-size: 14px;
  color: #a9aeb2
}

.schema-upload-file-info i {
  position: static!important
}

.schema-upload-file-info .file-name {
  text-decoration: underline
}

.schema-upload-file-info .file-size {
  font-size: 13px;
  margin: 0 6px
}

.schema-upload-file-info .download-btn:active,.schema-upload-file-info .download-btn:hover,.schema-upload-file-info .download-btn:link,.schema-upload-file-info .download-btn:visited {
  color: inherit;
  text-decoration: none
}

.schema-upload-file-info .file-image {
  width: 200px;
  height: 200px;
  border-radius: 6px;
  margin: 6px 20px 6px 0;
  background-size: cover;
  background-position: 50%
}

.schema-upload-file-info .text-icon {
  margin-right: 6px
}

.schema-upload-file-info .delete-icon,.schema-upload-file-info .download-icon,.schema-upload-file-info .text-icon {
  cursor: pointer;
  color: #a9aeb2
}

.schema-form-address-field .address-field {
  margin-bottom: 10px
}

.schema-form-address-field .address-field .Select-control .Select-value .text-panel .text {
  max-width: 152px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.schema-form-address-field .plain-field {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.schema-form-address-field .plain-field .schema-form-input-field,.schema-form-address-field .plain-field .schema-selector {
  width: 49%
}

.schema-form-address-field .plain-field .schema-selector {
  font-size: 14px;
  line-height: 1.4
}

.schema-form-address-field .plain-field.cn-address-field .schema-form-input-field,.schema-form-address-field .plain-field.cn-address-field .schema-selector {
  width: 32%
}

.schema-form-address-field .plain-field.cn-address-field .schema-selector {
  line-height: 1.45
}

.schema-form-address-field .Select-control .Select-placeholder {
  top: 4px
}

.schema-form-address-field .schema-form-input-field input::-webkit-input-placeholder {
  font-size: 14px
}

.schema-form-date-field .schema-date-input {
  height: 42px;
  width: 168px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #ccc
}

.schema-form-date-field .s-kit-calendar-picker-input {
  height: 42px;
  width: 188px;
  font-family: inherit
}

.schema-form-time-field .time-selector {
  font-size: 14px;
  line-height: 1.45;
  width: 188px
}

.schema-form-time-field .time-selector .Select-menu {
  max-height: 160px
}

.schema-form-time-field .schema-time-select.s-kit-select {
  height: 44px;
  width: 188px;
  font-size: 14px
}

.schema-form-time-field .Select-control .Select-placeholder {
  top: 4px
}

.schema-form-time-field .time-zone-tip {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
  color: #a9aeb2
}

@media only screen and (max-width: 479px) {
  .schema-form-address-field .plain-field {
      display:initial
  }

  .schema-form-address-field .plain-field .schema-form-input-field,.schema-form-address-field .plain-field .schema-selector {
      width: 100%;
      margin-bottom: 10px
  }

  .schema-form-address-field .plain-field.cn-address-field .schema-form-input-field,.schema-form-address-field .plain-field.cn-address-field .schema-selector {
      width: 100%
  }
}

#s-content.s-font-body-hei .s-font-body,#s-content.s-font-heading-hei .s-font-heading,#s-content.s-font-title-hei .s-font-title {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,sans-serif
}

#s-content.s-font-body-hei .s-font-body:lang(ja),#s-content.s-font-heading-hei .s-font-heading:lang(ja),#s-content.s-font-title-hei .s-font-title:lang(ja) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

#s-content.s-font-body-hei .s-font-body:lang(sxl),#s-content.s-font-body-hei .s-font-body:lang(zh),#s-content.s-font-body-hei .s-font-body:lang(zh-cn),#s-content.s-font-heading-hei .s-font-heading:lang(sxl),#s-content.s-font-heading-hei .s-font-heading:lang(zh),#s-content.s-font-heading-hei .s-font-heading:lang(zh-cn),#s-content.s-font-title-hei .s-font-title:lang(sxl),#s-content.s-font-title-hei .s-font-title:lang(zh),#s-content.s-font-title-hei .s-font-title:lang(zh-cn) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,PingFang SC,微软雅黑,STXihei,华文细黑,sans-serif
}

#s-content.s-font-body-hei .s-font-body:lang(zh-tw),#s-content.s-font-heading-hei .s-font-heading:lang(zh-tw),#s-content.s-font-title-hei .s-font-title:lang(zh-tw) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.section-selector-wrapper.s-font-body-hei .s-font-body,.section-selector-wrapper.s-font-heading-hei .s-font-heading,.section-selector-wrapper.s-font-title-hei .s-font-title {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,sans-serif
}

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(ja),.section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(ja),.section-selector-wrapper.s-font-title-hei .s-font-title:lang(ja) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(sxl),.section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh),.section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-cn),.section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(sxl),.section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh),.section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-cn),.section-selector-wrapper.s-font-title-hei .s-font-title:lang(sxl),.section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh),.section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-cn) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,PingFang SC,微软雅黑,STXihei,华文细黑,sans-serif
}

.section-selector-wrapper.s-font-body-hei .s-font-body:lang(zh-tw),.section-selector-wrapper.s-font-heading-hei .s-font-heading:lang(zh-tw),.section-selector-wrapper.s-font-title-hei .s-font-title:lang(zh-tw) {
  font-family: custom_hei,open_sans,Open Sans,Lucida Grande,Verdana,Pingfang SC,Pingfang TC,Hiragino Sans GB,Microsoft YaHei,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

#s-content.s-font-body-song .s-font-body,#s-content.s-font-heading-song .s-font-heading,#s-content.s-font-title-song .s-font-title {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,serif
}

#s-content.s-font-body-song .s-font-body:lang(ja),#s-content.s-font-heading-song .s-font-heading:lang(ja),#s-content.s-font-title-song .s-font-title:lang(ja) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif
}

#s-content.s-font-body-song .s-font-body:lang(sxl),#s-content.s-font-body-song .s-font-body:lang(zh),#s-content.s-font-body-song .s-font-body:lang(zh-cn),#s-content.s-font-heading-song .s-font-heading:lang(sxl),#s-content.s-font-heading-song .s-font-heading:lang(zh),#s-content.s-font-heading-song .s-font-heading:lang(zh-cn),#s-content.s-font-title-song .s-font-title:lang(sxl),#s-content.s-font-title-song .s-font-title:lang(zh),#s-content.s-font-title-song .s-font-title:lang(zh-cn) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,serif
}

#s-content.s-font-body-song .s-font-body:lang(zh-tw),#s-content.s-font-heading-song .s-font-heading:lang(zh-tw),#s-content.s-font-title-song .s-font-title:lang(zh-tw) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,serif
}

.section-selector-wrapper.s-font-body-song .s-font-body,.section-selector-wrapper.s-font-heading-song .s-font-heading,.section-selector-wrapper.s-font-title-song .s-font-title {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,serif
}

.section-selector-wrapper.s-font-body-song .s-font-body:lang(ja),.section-selector-wrapper.s-font-heading-song .s-font-heading:lang(ja),.section-selector-wrapper.s-font-title-song .s-font-title:lang(ja) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif
}

.section-selector-wrapper.s-font-body-song .s-font-body:lang(sxl),.section-selector-wrapper.s-font-body-song .s-font-body:lang(zh),.section-selector-wrapper.s-font-body-song .s-font-body:lang(zh-cn),.section-selector-wrapper.s-font-heading-song .s-font-heading:lang(sxl),.section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh),.section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-cn),.section-selector-wrapper.s-font-title-song .s-font-title:lang(sxl),.section-selector-wrapper.s-font-title-song .s-font-title:lang(zh),.section-selector-wrapper.s-font-title-song .s-font-title:lang(zh-cn) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,serif
}

.section-selector-wrapper.s-font-body-song .s-font-body:lang(zh-tw),.section-selector-wrapper.s-font-heading-song .s-font-heading:lang(zh-tw),.section-selector-wrapper.s-font-title-song .s-font-title:lang(zh-tw) {
  font-family: custom_song,Cardo,STSong,Songti SC,SimSun,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,serif
}

#s-content.s-font-body-kai .s-font-body,#s-content.s-font-heading-kai .s-font-heading,#s-content.s-font-title-kai .s-font-title {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,serif
}

#s-content.s-font-body-kai .s-font-body:lang(ja),#s-content.s-font-heading-kai .s-font-heading:lang(ja),#s-content.s-font-title-kai .s-font-title:lang(ja) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif
}

#s-content.s-font-body-kai .s-font-body:lang(sxl),#s-content.s-font-body-kai .s-font-body:lang(zh),#s-content.s-font-body-kai .s-font-body:lang(zh-cn),#s-content.s-font-heading-kai .s-font-heading:lang(sxl),#s-content.s-font-heading-kai .s-font-heading:lang(zh),#s-content.s-font-heading-kai .s-font-heading:lang(zh-cn),#s-content.s-font-title-kai .s-font-title:lang(sxl),#s-content.s-font-title-kai .s-font-title:lang(zh),#s-content.s-font-title-kai .s-font-title:lang(zh-cn) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,serif
}

#s-content.s-font-body-kai .s-font-body:lang(zh-tw),#s-content.s-font-heading-kai .s-font-heading:lang(zh-tw),#s-content.s-font-title-kai .s-font-title:lang(zh-tw) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,serif
}

.section-selector-wrapper.s-font-body-kai .s-font-body,.section-selector-wrapper.s-font-heading-kai .s-font-heading,.section-selector-wrapper.s-font-title-kai .s-font-title {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,serif
}

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(ja),.section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(ja),.section-selector-wrapper.s-font-title-kai .s-font-title:lang(ja) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,serif
}

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(sxl),.section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh),.section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-cn),.section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(sxl),.section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh),.section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-cn),.section-selector-wrapper.s-font-title-kai .s-font-title:lang(sxl),.section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh),.section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-cn) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,serif
}

.section-selector-wrapper.s-font-body-kai .s-font-body:lang(zh-tw),.section-selector-wrapper.s-font-heading-kai .s-font-heading:lang(zh-tw),.section-selector-wrapper.s-font-title-kai .s-font-title:lang(zh-tw) {
  font-family: custom_kai,Times New Roman,STKaiTi,KaiTi,Kaiti_GB2312,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,serif
}

#s-content.s-font-body-great-vibes .s-font-body,#s-content.s-font-body-parisienne .s-font-body,#s-content.s-font-heading-great-vibes .s-font-heading,#s-content.s-font-heading-parisienne .s-font-heading,#s-content.s-font-title-great-vibes .s-font-title,#s-content.s-font-title-parisienne .s-font-title,.section-selector-wrapper.s-font-body-great-vibes .s-font-body,.section-selector-wrapper.s-font-body-parisienne .s-font-body,.section-selector-wrapper.s-font-heading-great-vibes .s-font-heading,.section-selector-wrapper.s-font-heading-parisienne .s-font-heading,.section-selector-wrapper.s-font-title-great-vibes .s-font-title,.section-selector-wrapper.s-font-title-parisienne .s-font-title {
  text-transform: none
}

.app-mode {
  margin-top: 50px
}

.app-mode.has-mobile-actions {
  margin-bottom: 50px
}

#s-nav .s-logo-image .s-component-editor,.s-nav-inner .s-logo-image .s-component-editor,.s-nav .s-logo-image .s-component-editor,.s-navbar-section .s-image .s-logo-image .s-component-editor {
  min-width: 320px
}

#s-nav .nav-item .s-nav-dropdown,#s-nav .nav-item li.s-nav-dropdown,#s-nav li .s-nav-dropdown,#s-nav li li.s-nav-dropdown,.s-nav .nav-item .s-nav-dropdown,.s-nav .nav-item li.s-nav-dropdown,.s-navbar-section .nav-left .nav-item .s-nav-dropdown,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown,.s-navbar-section .nav-left li .s-nav-dropdown,.s-navbar-section .nav-left li li.s-nav-dropdown,.s-navbar-section .nav-right .nav-item .s-nav-dropdown,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown,.s-navbar-section .nav-right li .s-nav-dropdown,.s-navbar-section .nav-right li li.s-nav-dropdown,.s-nav li .s-nav-dropdown,.s-nav li li.s-nav-dropdown {
  position: relative;
  cursor: pointer
}

#s-nav .nav-item .s-nav-dropdown ul,#s-nav .nav-item li.s-nav-dropdown ul,#s-nav li .s-nav-dropdown ul,#s-nav li li.s-nav-dropdown ul,.s-nav .nav-item .s-nav-dropdown ul,.s-nav .nav-item li.s-nav-dropdown ul,.s-navbar-section .nav-left .nav-item .s-nav-dropdown ul,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul,.s-navbar-section .nav-left li .s-nav-dropdown ul,.s-navbar-section .nav-left li li.s-nav-dropdown ul,.s-navbar-section .nav-right .nav-item .s-nav-dropdown ul,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul,.s-navbar-section .nav-right li .s-nav-dropdown ul,.s-navbar-section .nav-right li li.s-nav-dropdown ul,.s-nav li .s-nav-dropdown ul,.s-nav li li.s-nav-dropdown ul {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  max-width: 300px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0,0,0,.8);
  border-radius: 3px;
  transition: visibility .2s .3s,max-height .2s .3s;
  z-index: 110;
  max-height: 0;
  cursor: pointer;
  overflow: hidden;
  transition-delay: 0s,0s
}

#s-nav .nav-item .s-nav-dropdown ul li,#s-nav .nav-item li.s-nav-dropdown ul li,#s-nav li .s-nav-dropdown ul li,#s-nav li li.s-nav-dropdown ul li,.s-nav .nav-item .s-nav-dropdown ul li,.s-nav .nav-item li.s-nav-dropdown ul li,.s-navbar-section .nav-left .nav-item .s-nav-dropdown ul li,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul li,.s-navbar-section .nav-left li .s-nav-dropdown ul li,.s-navbar-section .nav-left li li.s-nav-dropdown ul li,.s-navbar-section .nav-right .nav-item .s-nav-dropdown ul li,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul li,.s-navbar-section .nav-right li .s-nav-dropdown ul li,.s-navbar-section .nav-right li li.s-nav-dropdown ul li,.s-nav li .s-nav-dropdown ul li,.s-nav li li.s-nav-dropdown ul li {
  display: block!important;
  margin: 0!important;
  padding: 0!important;
  text-align: left
}

#s-nav .nav-item .s-nav-dropdown ul li a,#s-nav .nav-item li.s-nav-dropdown ul li a,#s-nav li .s-nav-dropdown ul li a,#s-nav li li.s-nav-dropdown ul li a,.s-nav .nav-item .s-nav-dropdown ul li a,.s-nav .nav-item li.s-nav-dropdown ul li a,.s-navbar-section .nav-left .nav-item .s-nav-dropdown ul li a,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul li a,.s-navbar-section .nav-left li .s-nav-dropdown ul li a,.s-navbar-section .nav-left li li.s-nav-dropdown ul li a,.s-navbar-section .nav-right .nav-item .s-nav-dropdown ul li a,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul li a,.s-navbar-section .nav-right li .s-nav-dropdown ul li a,.s-navbar-section .nav-right li li.s-nav-dropdown ul li a,.s-nav li .s-nav-dropdown ul li a,.s-nav li li.s-nav-dropdown ul li a {
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none!important
}

#s-nav .nav-item .s-nav-dropdown ul:hover,#s-nav .nav-item li.s-nav-dropdown ul:hover,#s-nav li .s-nav-dropdown ul:hover,#s-nav li li.s-nav-dropdown ul:hover,.s-nav .nav-item .s-nav-dropdown ul:hover,.s-nav .nav-item li.s-nav-dropdown ul:hover,.s-navbar-section .nav-left .nav-item .s-nav-dropdown ul:hover,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul:hover,.s-navbar-section .nav-left li .s-nav-dropdown ul:hover,.s-navbar-section .nav-left li li.s-nav-dropdown ul:hover,.s-navbar-section .nav-right .nav-item .s-nav-dropdown ul:hover,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul:hover,.s-navbar-section .nav-right li .s-nav-dropdown ul:hover,.s-navbar-section .nav-right li li.s-nav-dropdown ul:hover,.s-nav li .s-nav-dropdown ul:hover,.s-nav li li.s-nav-dropdown ul:hover {
  visibility: visible;
  transition-delay: 0s,0s;
  z-index: 111
}

#s-nav .nav-item .s-nav-dropdown ul:empty,#s-nav .nav-item li.s-nav-dropdown ul:empty,#s-nav li .s-nav-dropdown ul:empty,#s-nav li li.s-nav-dropdown ul:empty,.s-nav .nav-item .s-nav-dropdown ul:empty,.s-nav .nav-item li.s-nav-dropdown ul:empty,.s-navbar-section .nav-left .nav-item .s-nav-dropdown ul:empty,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown ul:empty,.s-navbar-section .nav-left li .s-nav-dropdown ul:empty,.s-navbar-section .nav-left li li.s-nav-dropdown ul:empty,.s-navbar-section .nav-right .nav-item .s-nav-dropdown ul:empty,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown ul:empty,.s-navbar-section .nav-right li .s-nav-dropdown ul:empty,.s-navbar-section .nav-right li li.s-nav-dropdown ul:empty,.s-nav li .s-nav-dropdown ul:empty,.s-nav li li.s-nav-dropdown ul:empty {
  display: none
}

#s-nav .nav-item .s-nav-dropdown:hover ul,#s-nav .nav-item li.s-nav-dropdown:hover ul,#s-nav li .s-nav-dropdown:hover ul,#s-nav li li.s-nav-dropdown:hover ul,.s-nav .nav-item .s-nav-dropdown:hover ul,.s-nav .nav-item li.s-nav-dropdown:hover ul,.s-navbar-section .nav-left .nav-item .s-nav-dropdown:hover ul,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown:hover ul,.s-navbar-section .nav-left li .s-nav-dropdown:hover ul,.s-navbar-section .nav-left li li.s-nav-dropdown:hover ul,.s-navbar-section .nav-right .nav-item .s-nav-dropdown:hover ul,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown:hover ul,.s-navbar-section .nav-right li .s-nav-dropdown:hover ul,.s-navbar-section .nav-right li li.s-nav-dropdown:hover ul,.s-nav li .s-nav-dropdown:hover ul,.s-nav li li.s-nav-dropdown:hover ul {
  visibility: visible;
  max-height: 2000px;
  z-index: 111
}

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul,#s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul,#s-nav li .s-nav-dropdown.s-nav-dropdown-right ul,#s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul,.s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul,.s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul,.s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul,.s-nav li .s-nav-dropdown.s-nav-dropdown-right ul,.s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul {
  top: 0;
  left: 100%;
  margin-left: 5px
}

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li,#s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li,#s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li,#s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li,.s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul li,.s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul li,.s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li,.s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li {
  margin: 0;
  float: left;
  width: 100%
}

#s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a,#s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a,#s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li a,#s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-nav .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-nav .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-left .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-left .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-left li .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-left li li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-right .nav-item .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-right .nav-item li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-right li .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-navbar-section .nav-right li li.s-nav-dropdown.s-nav-dropdown-right ul li a,.s-nav li .s-nav-dropdown.s-nav-dropdown-right ul li a,.s-nav li li.s-nav-dropdown.s-nav-dropdown-right ul li a {
  width: 100%;
  float: left
}

#s-nav .nav-item .site-search,#s-nav li .site-search,.s-nav .nav-item .site-search,.s-navbar-section .nav-left .nav-item .site-search,.s-navbar-section .nav-left li .site-search,.s-navbar-section .nav-right .nav-item .site-search,.s-navbar-section .nav-right li .site-search,.s-nav li .site-search {
  cursor: pointer
}

#s-nav .nav-item .site-search .fa.fa-search,#s-nav li .site-search .fa.fa-search,.s-nav .nav-item .site-search .fa.fa-search,.s-navbar-section .nav-left .nav-item .site-search .fa.fa-search,.s-navbar-section .nav-left li .site-search .fa.fa-search,.s-navbar-section .nav-right .nav-item .site-search .fa.fa-search,.s-navbar-section .nav-right li .site-search .fa.fa-search,.s-nav li .site-search .fa.fa-search {
  padding: 3px
}

.navigation-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999
}

.navigation-buttons span {
  width: 30px;
  height: 30px;
  margin-top: 6px;
  border-radius: 3px;
  display: block;
  cursor: pointer
}
.navigation-buttons span:hover {
  background-color: #383838
}

.s-cookie-notification-bar {
  position: fixed;
  bottom: -300px;
  left: 20px;
  padding: 15px;
  width: 300px;
  z-index: 10000;
  font-size: 12px;
  box-sizing: border-box;
  border-radius: 4px
}

.s-cookie-notification-bar .cookie-notification-title {
  font-size: 14px;
  font-weight: 600
}

.s-cookie-notification-bar .cookie-notification-text {
  display: inline-block;
  padding: 10px 0;
  line-height: 15px
}

.s-cookie-notification-bar .accept-btn.s-common-button {
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: normal;
  border-radius: 4px
}

.s-cookie-notification-bar .s-common-link {
  cursor: pointer
}

@media only screen and (max-width: 500px) {
  .s-cookie-notification-bar {
      width:60vw;
      padding: 10px;
      left: 20px;
      bottom: -300px;
      z-index: 2000
  }

  .s-cookie-notification-bar .cookie-notification-text {
      padding: 6px 0
  }

  .s-cookie-notification-bar .s-common-link {
      display: inline-block;
      padding-top: 6px
  }

  .s-cookie-notification-bar .s-common-button {
      float: right
  }
}

.cookie-settings-dialog-wrap .cookie-settings-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0,0,0,.4);
  cursor: pointer
}

.cookie-settings-dialog-wrap .cookie-settings-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 10000;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  max-width: 450px
}

@media only screen and (max-width: 500px) {
  .cookie-settings-dialog-wrap .cookie-settings-dialog {
      width:80vw
  }
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-heading {
  font-size: 14px;
  font-weight: 700
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item {
  display: -webkit-flex;
  display: flex;
  margin-top: 20px
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-checkbox {
  vertical-align: -2px
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .cookie-item .cookie-desc {
  line-height: 1.5;
  font-size: 12px
}

.cookie-settings-dialog-wrap .cookie-settings-dialog .save-btn {
  padding: 6px 16px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: normal;
  border-radius: 4px;
  text-transform: capitalize
}

.s-cookie-notification-dialog,.s-terms-dialog {
  padding-bottom: 30px;
  max-width: 100%;
  color: #636972
}

@media only screen and (min-width: 501px) {
  .s-cookie-notification-dialog,.s-terms-dialog {
      width:660px;
      height: 450px
  }
}

.s-cookie-notification-dialog::-webkit-scrollbar,.s-cookie-notification-dialog ::-webkit-scrollbar,.s-terms-dialog::-webkit-scrollbar,.s-terms-dialog ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px
}

.s-cookie-notification-dialog::-webkit-scrollbar-thumb,.s-cookie-notification-dialog ::-webkit-scrollbar-thumb,.s-terms-dialog::-webkit-scrollbar-thumb,.s-terms-dialog ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

.s-cookie-notification-dialog .close-button,.s-terms-dialog .close-button {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  top: 10px;
  right: 14px
}

.s-cookie-notification-dialog .text-wrapper,.s-terms-dialog .text-wrapper {
  overflow: auto;
  padding: 0 30px 30px;
  margin-top: 30px;
  height: 100%;
  box-sizing: border-box
}

.s-cookie-notification-dialog .text-wrapper .paragraph,.s-terms-dialog .text-wrapper .paragraph {
  margin-bottom: 25px
}

.s-cookie-notification-dialog .text-wrapper .paragraph h5,.s-terms-dialog .text-wrapper .paragraph h5 {
  margin-bottom: 6px;
  font-weight: 700!important
}

.s-cookie-notification-dialog .text-wrapper .paragraph p,.s-terms-dialog .text-wrapper .paragraph p {
  margin-bottom: 6px;
  font-size: 14px
}

.s-cookie-notification-dialog .text-wrapper .paragraph:last-child,.s-cookie-notification-dialog .text-wrapper .paragraph p:last-child,.s-terms-dialog .text-wrapper .paragraph:last-child,.s-terms-dialog .text-wrapper .paragraph p:last-child {
  margin-bottom: 0
}

.s-mobile-footer-bar,.s-mobile-footer-bar-spacer {
  width: 100%;
  height: 45px
}

.s-mobile-footer-bar {
  background-color: #fff;
  bottom: -45px;
  transition: bottom .4s;
  border-top: 1px solid #f7f7f7;
  z-index: 208;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0
}

.s-mobile-footer-bar.sticky {
  position: fixed;
  bottom: 0;
  left: 0
}

.s-mobile-footer-bar.sticky-above-cart {
  position: fixed;
  bottom: 40px;
  left: 0
}

.s-mobile-footer-bar.sticky-above-new-mobile-actions {
  position: fixed;
  bottom: 50px;
  left: 0
}

.s-mobile-footer-bar.has-new-mobile-actions {
  padding-bottom: 50px
}

.s-mobile-footer-bar .logo-sxl {
  margin-left: 10px;
  font-size: 13px;
  white-space: nowrap
}

.s-mobile-footer-bar .logo-sxl img {
  height: 14px;
  vertical-align: sub;
  position: relative;
  top: -1px
}

.s-mobile-footer-bar .logo-sxl .slogan {
  color: #636972;
  margin-left: 5px
}

.s-mobile-footer-bar .actions {
  margin-right: 5px;
  white-space: nowrap
}

@media only screen and (max-width: 320px) {
  .s-mobile-footer-bar .s-btn.small {
      padding:8px
  }
}

.cookie-settings-dialog-wrap .cookie-settings-dialog,.s-cookie-notification-bar {
  background-color: #e6e6e6;
  color: #555
}

ul.slides li.slide {
  position: relative;
  outline: none
}

.section-anchor {
  position: absolute;
  top: 0;
  left: 0
}

.s-new-section-highlight {
  width: 100%;
  height: 0;
  background: #e6f1db;
  z-index: 200
}

.column,.columns {
  transition: width .2s cubic-bezier(.7,0,.3,1),margin .2s cubic-bezier(.7,0,.3,1),padding .2s cubic-bezier(.7,0,.3,1)
}

.s-async-wrapper,.s-loading-wrapper {
  width: 100%;
  height: 100%;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 100;
  clear: both
}

.s-async-wrapper.relative-wrapper,.s-loading-wrapper.relative-wrapper {
  position: relative
}

.s-async-wrapper .s-loading,.s-loading-wrapper .s-loading {
  position: relative;
  top: 80px;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px
}

.s-slider {
  width: 1px;
  min-width: 100%!important
}

.s-common-button {
  zoom:1;padding: 10px 20px;
  background: #eee;
  word-break: break-word
}

.s-common-button.middle {
  vertical-align: middle
}

.s-common-button.s-small-button {
  padding: 10px 20px;
  font-size: 16px
}

.s-common-status {
  display: inline-block;
  zoom:1;background: #eee;
  padding: 18px 30px;
  border-radius: 3px;
  color: #777;
  border-bottom: 1px solid #ddd;
  text-shadow: none
}

.s-common-status.middle {
  vertical-align: middle
}

.s-common-status a {
  color: #777;
  border-bottom: 1px solid;
  text-decoration: none
}

.s-native-editor .s-common-status {
  font-size: 12px;
  padding: 10px 24px
}

#s-content.loading:not(.app-mode):before {
  content: "";
  position: absolute;
  left: 50%;
  top: 400px;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  z-index: 210
}

#s-content {
  position: relative;
  overflow: hidden;
  margin-left: 0;
  min-height: 100vh;
  font-size: 16px
}

#s-content h1 {
  font-size: 45px
}

#s-content h2 {
  font-size: 36px
}

#s-content h3 {
  font-size: 24px
}

#s-content h4 {
  font-size: 20px
}

#s-content h5,#s-content h6 {
  font-size: 16px
}

#s-content h1,#s-content h2,#s-content h3,#s-content h4,#s-content h5,#s-content h6 {
  line-height: inherit;
  font-weight: inherit
}

@media only screen and (max-width: 875px) {
  #s-content h1 [style*="font-size:130%"],#s-content h1 [style*="font-size: 130%"],#s-content h1 [style*="font-size:160%"],#s-content h1 [style*="font-size: 160%"] {
      font-size:100%!important
  }
}

@media only screen and (max-width: 479px) {
  #s-content h1 {
      font-size:36px
  }

  #s-content h2 {
      font-size: 24px
  }

  #s-content h3 {
      font-size: 20px
  }

  #s-content h4,#s-content h5,#s-content h6 {
      font-size: 16px
  }
}

#s-content.transition {
  transition: margin-left .45s cubic-bezier(.77,0,.175,1)
}

#s-content.side-menu-opened {
  margin-left: 220px;
  transition-delay: 25ms
}

#s-content.s-font-heading-heiti-xi .s-font-heading *,#s-content.s-font-heading-thinnerhei .s-font-heading *,#s-content.s-font-title-heiti-xi .s-font-title *,#s-content.s-font-title-thinnerhei .s-font-title * {
  font-weight: lighter
}

.s-text .s-component-content {
  word-wrap: break-word
}

.s-text .s-component-content.hidden {
  display: none
}

.s-text .s-component-content ul {
  list-style: disc;
  padding-left: 2em;
  margin: 1em 0
}

.s-text .s-component-content ol {
  list-style: decimal;
  padding-left: 2em;
  margin: 1em 0
}

.s-text .s-component-content em,.s-text .s-component-content em a,.s-text .s-component-content em b,.s-text .s-component-content em strong {
  font-style: italic
}

.s-text .s-component-content b,.s-text .s-component-content b a,.s-text .s-component-content b em,.s-text .s-component-content strong,.s-text .s-component-content strong a,.s-text .s-component-content strong em {
  font-weight: 700
}

.s-text .s-component-content div,.s-text .s-component-content p {
  line-height: inherit
}

.s-text .s-component-content table.s-text-table td {
  padding-right: 10px;
  vertical-align: top;
  line-height: 1.5
}

.s-media .s-video-content,.s-video .s-video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0
}

.s-media .s-video-content iframe,.s-media .s-video-content img,.s-video .s-video-content iframe,.s-video .s-video-content img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.s-media .s-video-content video,.s-video .s-video-content video {
  width: 100%;
  height: auto
}

.s-image,.s-media {
  min-height: 1px
}

.s-image .s-component-content a,.s-media .s-component-content a {
  outline: none
}

.s-image .s-component-content .s-video-popup-overlay,.s-media .s-component-content .s-video-popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.s-image img,.s-media img {
  max-width: 100%;
  vertical-align: middle
}

.s-ratio-box {
  position: relative;
  margin: 0 auto
}

.s-ratio-box iframe,.s-ratio-box img,.s-ratio-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}

.s-ratio-box .lazyload,.s-ratio-box .lazyloading {
  opacity: 0
}

.s-ratio-box .lazyloaded {
  opacity: 1;
  transition: opacity .1s
}

.s-gallery {
  margin-left: -10px;
  margin-right: -12px
}

.s-gallery .s-gallery-item {
  width: 190px
}

.s-gallery .s-gallery-item .thumb-wrap,.s-gallery .s-gallery-item .video-wrap,.s-gallery .s-gallery-item img,.s-gallery a.item .thumb-wrap {
  height: 190px
}

@media only screen and (max-width: 1299px) {
  .s-gallery .s-gallery-item {
      width:165px
  }

  .s-gallery .s-gallery-item .thumb-wrap,.s-gallery .s-gallery-item .video-wrap,.s-gallery .s-gallery-item img,.s-gallery a.item .thumb-wrap {
      height: 165px
  }
}

@media only screen and (max-width: 429px) {
  .s-gallery .s-gallery-item {
      width:130px
  }

  .s-gallery .s-gallery-item .thumb-wrap,.s-gallery .s-gallery-item .video-wrap,.s-gallery .s-gallery-item img,.s-gallery a.item .thumb-wrap {
      height: 130px
  }
}

.s-gallery .s-gallery-item {
  float: none;
  vertical-align: top;
  display: inline-block;
  zoom:1;margin: 10px;
  position: relative
}

.s-gallery .s-gallery-item.middle {
  vertical-align: middle
}

.s-gallery .s-gallery-item img {
  width: 100%;
  display: block
}

.s-gallery .s-gallery-item p {
  margin: 6px 0;
  color: #666
}

.s-gallery .s-gallery-item.ui-sortable-helper .s-component-editor-wrapper {
  pointer-events: none
}

.s-gallery .s-gallery-item .s-component-content {
  overflow: hidden
}

.s-gallery .s-gallery-pagination {
  padding-top: 10px;
  text-align: center
}

.s-gallery .s-gallery-pagination .less-link,.s-gallery .s-gallery-pagination .more-link {
  cursor: pointer
}

.s-gallery .s-gallery-pagination .less-link {
  margin-right: 15px
}

.s-gallery a.item {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.s-gallery a.item .thumb-wrap {
  width: 100%;
  background: #000;
  font-size: 0
}

.s-gallery a.item .thumb-wrap span {
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.s-gallery a.item .thumb-wrap img {
  display: inline-block;
  vertical-align: middle;
  height: auto!important
}

.s-gallery a.item .video-wrap {
  width: 100%
}

.s-gallery a.item .video-wrap .player,.s-gallery a.item .video-wrap .player iframe {
  width: 100%;
  height: 100%
}

.s-gallery a.item .video-wrap .button-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.s-gallery.full-width {
  margin: 0
}

.s-gallery.full-width .s-gallery-item {
  width: 20%
}

.s-gallery.full-width .s-gallery-item .thumb-wrap,.s-gallery.full-width .s-gallery-item .video-wrap,.s-gallery.full-width .s-gallery-item img,.s-gallery.full-width a.item .thumb-wrap {
  height: auto
}

.s-gallery.full-width .s-gallery-item {
  margin: 0
}

.s-gallery.full-width a.item .thumb-wrap {
  height: 0!important;
  padding-bottom: 100%
}

.s-gallery.full-width a.item .thumb-wrap span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 100%
}

.s-gallery.full-width .video-wrap .player {
  height: 0;
  padding-bottom: 100%
}

.s-gallery.full-width .video-wrap .player iframe {
  position: absolute;
  top: 0;
  left: 0
}

.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item {
  width: 50%
}

.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item .thumb-wrap,.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item .video-wrap,.s-gallery.full-width.s-gallery-columns-2 .s-gallery-item img,.s-gallery.full-width.s-gallery-columns-2 a.item .thumb-wrap {
  height: auto
}

.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item {
  width: 33.33333333%
}

.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item .thumb-wrap,.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item .video-wrap,.s-gallery.full-width.s-gallery-columns-3 .s-gallery-item img,.s-gallery.full-width.s-gallery-columns-3 a.item .thumb-wrap {
  height: auto
}

.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item {
  width: 25%
}

.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item .thumb-wrap,.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item .video-wrap,.s-gallery.full-width.s-gallery-columns-4 .s-gallery-item img,.s-gallery.full-width.s-gallery-columns-4 a.item .thumb-wrap {
  height: auto
}

.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item {
  width: 20%
}

.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item .thumb-wrap,.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item .video-wrap,.s-gallery.full-width.s-gallery-columns-5 .s-gallery-item img,.s-gallery.full-width.s-gallery-columns-5 a.item .thumb-wrap {
  height: auto
}

.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item {
  width: 16.66666667%
}

.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item .thumb-wrap,.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item .video-wrap,.s-gallery.full-width.s-gallery-columns-6 .s-gallery-item img,.s-gallery.full-width.s-gallery-columns-6 a.item .thumb-wrap {
  height: auto
}

.s-gallery.s-vertical-gallery {
  position: relative;
  margin: 0
}

.s-gallery.s-vertical-gallery .vertical-list {
  display: inline-block;
  vertical-align: top
}

.s-native-editor .s-gallery.s-vertical-gallery .vertical-list {
  position: relative
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper {
  position: absolute;
  transition: top .3s,left .3s
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper.react-draggable-dragging {
  transition: initial;
  opacity: .9!important
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper.dragging-placeholder {
  transition: initial;
  border: 2px dashed #999;
  border-radius: 4px;
  opacity: .3
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper {
  height: 100%
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item {
  width: 100%;
  height: 100%
}

.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content .image-wrapper,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content .image-wrapper .item,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content .image-wrapper .item .s-video-content,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content .image-wrapper .item .s-video-content .video-wrap,.s-gallery.s-vertical-gallery .vertical-list .position-wrapper .inner-wrapper .vertical-item>span .s-component-content .image-wrapper .item .s-video-content .video-wrap .player {
  height: 100%
}

.s-gallery.s-vertical-gallery .vertical-list .s-gallery-item {
  width: auto;
  height: auto;
  margin: 0
}

.s-gallery.s-vertical-gallery .vertical-list .s-gallery-item a.item .thumb-wrap,.s-gallery.s-vertical-gallery .vertical-list .s-gallery-item img {
  height: auto
}

.s-gallery.s-vertical-gallery.dragging .vertical-list .inner-wrapper {
  pointer-events: none
}

.s-blog {
  clear: both
}

.s-blog-wrapper .s-blog-col-placeholder {
  min-height: 116px;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  position: relative
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-row {
  margin-bottom: 6px
}

.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link {
  color: #007fff
}

.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link:hover {
  color: #06c
}

.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-next-link,.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-pagination-page,.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-prev-link {
  color: #777
}

.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-next-link:hover,.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-pagination-page:hover,.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-link.s-blog-prev-link:hover {
  color: #5e5e5e
}

.s-blog-wrapper .s-blog-col-placeholder ul.s-blog-pagination,.s-blog-wrapper .s-blog-col-placeholder ul.s-blog-pagination li {
  display: inline
}

.s-blog-wrapper .s-blog-col-placeholder ul.s-blog-pagination li a.s-blog-pagination-page.active {
  text-decoration: underline
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body {
  min-height: 100px
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body.s-blog-no-posts {
  display: block
}

.s-blog-left .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body {
  margin: 0;
  width: 100%
}

@media only screen and (min-width: 728px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts.s-blog-posts-columns {
      margin-right:-2%
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry {
  line-height: 1.5;
  text-align: left
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner {
  overflow: hidden
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left {
  vertical-align: top
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar.s-blog-whole-avatar {
  background-size: contain
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar {
  background: #ddd;
  text-align: center;
  font-size: 40px
}

.s-no-bg .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar {
  color: #aaa
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark {
  position: relative;
  top: -4px;
  color: #aaa
}

@media only screen and (max-width: 479px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar {
      font-size:35px
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right {
  vertical-align: middle
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title {
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.2
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title a {
  color: inherit
}

@media only screen and (max-width: 479px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title {
      font-size:20px
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info {
  font-size: 83%
}

.s-bg-light-text .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info {
  color: #fff
}

.s-bg-dark-text .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info {
  color: #000
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-details-blurb {
  margin-top: 5px;
  word-break: break-word
}

@media only screen and (max-width: 500px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-details-blurb {
      display:none
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-none .s-blog-entry-inner {
  padding: 15px 0
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-entry-left {
  display: none
}

@media only screen and (min-width: 728px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head {
      display:-webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: top;
      align-items: top
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-none .s-blog-entry-inner .s-blog-details-head .s-blog-title {
      -webkit-flex: 1;
      flex: 1;
      word-break: break-word;
      margin-bottom: 0;
      margin-right: 25px
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner {
  padding: 15px 0
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-entry-right,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-entry-right {
  display: table-cell
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden
}

@media only screen and (max-width: 479px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-avatar {
      width:65px;
      height: 65px
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-entry-inner .s-blog-avatar video,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-entry-inner .s-blog-avatar video {
  position: relative;
  top: -15px;
  left: -80px;
  width: 228px
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-circle .s-blog-avatar {
  border-radius: 50%
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-square .s-blog-avatar {
  border-radius: 3px
}

@media only screen and (min-width: 728px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner {
      border-bottom:1px solid rgba(0,0,0,.1);
      padding: 30px 0 5px
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left {
      float: right;
      margin-bottom: 25px;
      margin-left: 25px;
      padding-bottom: 22.5%;
      position: relative;
      width: 40%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns {
  margin-right: 2%;
  display: inline-block;
  vertical-align: top
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two {
  width: 48%
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three {
  width: 31.33%
}

@media only screen and (min-width: 728px) and (max-width:1024px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three {
      width:48%
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four {
  width: 23%
}

@media only screen and (min-width: 728px) and (max-width:1024px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four {
      width:48%
  }
}

@media only screen and (min-width: 728px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-details .s-blog-title {
      font-size:18px
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-details .s-blog-info {
      font-size: 12px
  }
}

@media only screen and (min-width: 728px) and (max-width:1024px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-title,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-title,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-title {
      font-size:18px
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-details .s-blog-info,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-details .s-blog-info,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-details .s-blog-info {
      font-size: 12px
  }
}

@media only screen and (min-width: 728px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two {
      margin-bottom:15px;
      margin-top: 15px
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-left {
      width: 100%;
      margin-bottom: 10px;
      position: relative
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-left .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-left .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-left .s-blog-avatar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-landscape .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-landscape .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-landscape .s-blog-entry-left {
      padding-bottom: 56.25%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner {
      cursor: pointer;
      position: relative
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left {
      padding-bottom: 100%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar:before,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar:before,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      background: rgba(0,0,0,.3);
      z-index: 1
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar video {
      width: 178%;
      margin-left: -39%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right {
      bottom: 25px;
      display: block;
      margin: 0 15px;
      position: absolute;
      z-index: 1
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-title {
      color: #fff;
      word-break: break-word
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two.s-avatar-card .s-blog-entry-inner .s-blog-entry-right .s-blog-details .s-blog-info {
      color: #fff
  }
}

@media only screen and (max-width: 727px) {
  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape {
      width:100%;
      margin-left: 0;
      margin-right: 0
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner {
      padding: 15px 0;
      border-bottom: 1px solid rgba(0,0,0,.1)
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left {
      margin-bottom: 15px;
      position: relative
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-avatar {
      width: 100%;
      padding-bottom: 33.33%
  }

  .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.four .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.three .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-columns.two .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark,.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-posts .s-blog-entry.s-layout-row.s-avatar-landscape .s-blog-entry-inner .s-blog-entry-left .s-blog-default-avatar .entypo-bookmark {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
  }
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-body .s-blog-read-more-link {
  text-decoration: underline;
  color: inherit
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-foot {
  margin-top: 28px;
  padding-bottom: 20px;
  text-align: inherit
}

.s-blog-left .s-blog-wrapper .s-blog-col-placeholder .s-blog-col-foot {
  text-align: left
}

.s-blog-wrapper .s-blog-col-placeholder .s-blog-col-foot .s-more-blog-posts-button {
  padding: 8px 16px;
  font-size: 100%
}

.s-blog-wrapper .s-blog-col-placeholder .s-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px;
  margin: -32px 0 0 -19px;
  border-radius: 99px;
  border: 3px solid #fff;
}

.s-blog-wrapper .s-blog-col-placeholder .no-posts-error {
  margin: 30px auto
}

#s-blog-archive-dialog {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  border-radius: 0;
  font-family: inherit;
  text-align: left;
  box-shadow: 0 -20px #fff;
  text-shadow: none
}

#s-blog-archive-dialog .s-blog-archive-wrapper {
  width: 80%;
  max-width: 960px;
  margin: 0 auto
}

@media only screen and (max-width: 489px) {
  #s-blog-archive-dialog .s-blog-archive-wrapper {
      width:90%
  }
}

#s-blog-archive-dialog .s-blog-archive-header {
  height: 117px;
  box-sizing: border-box;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 50px 0 30px;
  text-transform: uppercase;
  word-break: break-word;
  width: inherit;
  max-width: 960px;
  position: fixed;
  background-color: #fff;
  z-index: 10;
  border-bottom: 1px solid #ddd
}

#s-blog-archive-dialog .s-blog-archive-header .close-btn {
  position: absolute;
  top: 60px;
  right: 0;
  display: inline-block;
  margin: -10px -2px 0 0;
  color: #888;
  cursor: pointer;
  font-size: 50px;
  font-weight: 300;
  font-family: open_sans;
  line-height: .5em
}

@media only screen and (max-width: 489px) {
  #s-blog-archive-dialog .s-blog-archive-header .close-btn {
      top:25px
  }
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn {
  margin: 5px 0;
  display: inline-block
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn.clickable {
  cursor: pointer
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-view-all-btn.clickable:hover {
  text-decoration: underline
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-arrow {
  margin: 0 10px
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-header-tag {
  margin: 5px 0;
  position: relative;
  display: inline-block;
  line-height: 1em
}

#s-blog-archive-dialog .s-blog-archive-header .s-blog-archive-header-tag.secondary-tag {
  margin: 0;
  padding: 4px 12px;
  border: 1px solid;
  border-radius: 3px
}

#s-blog-archive-dialog .s-blog-archive-header .hide-header-tag-btn {
  position: absolute;
  top: -7px;
  right: -9px;
  cursor: pointer;
  background-color: #fff;
  color: #bbb
}

#s-blog-archive-dialog .s-blog-archive-header .hide-header-tag-btn:hover {
  color: #555
}

#s-blog-archive-dialog .s-blog-archive-posts {
  padding: 117px 0 0
}

#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-none .s-blog-archive-post .s-blog-archive-default-avatar,#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-none .s-blog-archive-post .s-blog-archive-post-avatar {
  display: none
}

#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-card .s-blog-archive-post .s-blog-archive-post-avatar,#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-landscape .s-blog-archive-post .s-blog-archive-post-avatar,#s-blog-archive-dialog .s-blog-archive-posts.s-avatar-smallSquare .s-blog-archive-post .s-blog-archive-post-avatar {
  width: 60px;
  height: 40px;
  border-radius: 2px;
  margin: 0 20px 0 0
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post {
  line-height: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-post-avatar {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-flex: auto 0 0;
  flex: auto 0 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: -2.5px 20px -2.5px 0
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-default-avatar {
  background: #ddd;
  text-align: center;
  font-size: 25px;
  color: #aaa
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-default-avatar .entypo-bookmark {
  position: relative;
  top: -2px
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-archive-post-title {
  color: #000;
  font-size: 24px;
  line-height: 1.2em
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info {
  color: #999;
  font-size: 16px;
  margin: 5px 0 0 auto
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post .s-blog-info .fa-star {
  margin-right: 5px
}

#s-blog-archive-dialog .s-blog-archive-posts .s-blog-archive-post:last-child {
  border-bottom: 0
}

#s-blog-archive-dialog .s-blog-archive-loading {
  width: 100%;
  height: 16px;
  margin: 30px 0;
  display: inline-block;
}

#s-blog-archive-dialog .s-blog-archive-footer {
  margin: 0 0 40px;
  border-top: 2px solid #f4f4f4;
  text-align: right;
  padding-top: 5px
}

.s-email-form .s-email-form-fields-group .s-email-form-field,.s-signup-form .s-email-form-fields-group .s-email-form-field {
  padding: 5px 0;
  margin: 0 auto;
  position: relative
}

.s-email-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text),.s-signup-form .s-email-form-fields-group .s-email-form-field label:not(.gdpr-text) {
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 91%;
  text-align: left;
  color: #bbb;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  background: #fff;
  color: #444;
  font-size: 18px;
  padding: 11px 10px;
  border-radius: 3px;
  border: 1px solid #bbb;
  -webkit-appearance: none
}

.s-email-form .s-email-form-fields-group .s-email-form-field input[type=text]:focus,.s-email-form .s-email-form-fields-group .s-email-form-field textarea:focus,.s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text]:focus,.s-signup-form .s-email-form-fields-group .s-email-form-field textarea:focus {
  outline: none
}

.s-bg-light-text-override .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-bg-light-text-override .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-bg-light-text-override .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-bg-light-text-override .s-signup-form .s-email-form-fields-group .s-email-form-field textarea,.s-bg-light-text .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-bg-light-text .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-bg-light-text .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-bg-light-text .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  border-color: transparent
}

.s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  height: 135px
}

.s-email-form .s-email-form-fields-group .s-email-form-field .s-email-form-error,.s-signup-form .s-email-form-fields-group .s-email-form-field .s-email-form-error {
  text-align: left
}

.s-email-form .s-email-form-fields-group .s-email-form-field.s-message-field label,.s-signup-form .s-email-form-fields-group .s-email-form-field.s-message-field label {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 75px;
  white-space: pre-wrap
}

.s-email-form .s-email-form-fields-group .s-email-form-offset,.s-signup-form .s-email-form-fields-group .s-email-form-offset {
  padding-bottom: 10px;
  margin-top: -10px
}

.s-email-form .s-email-form-fields-group .gdpr-text,.s-signup-form .s-email-form-fields-group .gdpr-text {
  font-size: 14px;
  padding-left: 5px
}

.s-email-form .s-email-form-fields-group .gdpr-text .s-terms-link,.s-signup-form .s-email-form-fields-group .gdpr-text .s-terms-link {
  display: inline;
  cursor: pointer
}

.s-email-form .s-email-form-thanks,.s-signup-form .s-email-form-thanks {
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  word-break: break-word
}

.s-email-form .s-email-form-thanks img,.s-signup-form .s-email-form-thanks img {
  display: inline-block;
  zoom:1;margin-top: 12px;
  height: 23px;
  border-radius: 4px
}

.s-email-form .s-email-form-thanks img.middle,.s-signup-form .s-email-form-thanks img.middle {
  vertical-align: middle
}

.s-email-form .s-email-form-fields-group .s-email-form-field {
  width: 380px
}

.s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-email-form .s-email-form-fields-group .s-email-form-field textarea {
  width: 360px
}

.s-email-form textarea {
  display: block
}

@media (min-width: 927px) {
  .s-contact-section-columns {
      display:-webkit-flex;
      display: flex
  }

  .s-contact-section-columns.center-align {
      -webkit-justify-content: center;
      justify-content: center
  }

  .s-contact-section-columns.left-align {
      -webkit-justify-content: flex-start;
      justify-content: flex-start
  }

  .s-contact-section-columns.right-align {
      -webkit-justify-content: flex-end;
      justify-content: flex-end
  }

  .s-contact-section-columns .s-email-column {
      -webkit-order: 1;
      order: 1;
      margin-right: 20px
  }

  .s-contact-section-columns .s-google-maps-column {
      -webkit-order: 2;
      order: 2
  }

  .s-contact-section-columns .s-contact-info-column {
      -webkit-order: 3;
      order: 3
  }

  .s-contact-section-columns.s-three-columns .s-google-maps-column {
      margin-right: 20px
  }

  .s-contact-section-columns.s-three-columns .s-email-column,.s-contact-section-columns.s-three-columns .s-google-maps-column,.s-contact-section-columns.s-two-columns .s-email-column,.s-contact-section-columns.s-two-columns .s-google-maps-column {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 0%;
      flex-basis: 0%
  }

  .s-contact-section-columns.s-three-columns .s-contact-info-column,.s-contact-section-columns.s-two-columns .s-contact-info-column {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto
  }

  .s-contact-section-columns.s-three-columns .s-contact-info-column .s-component-content,.s-contact-section-columns.s-two-columns .s-contact-info-column .s-component-content {
      max-width: 275px
  }

  .s-contact-section-columns.s-three-columns .s-component-editor,.s-contact-section-columns.s-two-columns .s-component-editor {
      min-width: 300px
  }

  .s-contact-info-column,.s-contact-section-columns.s-two-columns .s-email-column {
      max-width: 380px
  }
}

@media (min-width: 999px) {
  .s-contact-section-columns .s-email-column,.s-contact-section-columns.s-three-columns .s-google-maps-column {
      margin-right:30px
  }
}

@media (max-width: 927px) {
  .s-contact-section-columns.center-align {
      margin:0 auto
  }

  .s-contact-section-columns.left-align {
      margin-left: 0
  }

  .s-contact-section-columns.right-align {
      margin-right: 0
  }

  .s-contact-section-columns.s-three-columns,.s-contact-section-columns.s-two-columns {
      max-width: 430px
  }

  .s-contact-section-columns.s-three-columns .s-contact-info-column,.s-contact-section-columns.s-three-columns .s-google-maps-column,.s-contact-section-columns.s-two-columns .s-contact-info-column,.s-contact-section-columns.s-two-columns .s-google-maps-column {
      margin-bottom: 20px
  }
}

@media (max-width: 727px) {
  .s-contact-section-columns.s-three-columns,.s-contact-section-columns.s-two-columns {
      max-width:380px
  }
}

@media (min-width: 526px) {
  .s-contact-section-columns .s-contact-info-list .s-show-in-small-screen,.s-element-contactinfo .s-contact-info-list .s-show-in-small-screen {
      display:none
  }
}

@media (max-width: 525px) {
  .s6-section .s-contact-info-form .s-email-column .s-email-form-fields-group,.s6-section .s-contact-info-form .s-google-maps-column,.s-contact-section .s-contact-section-columns.s-three-columns .s-email-column .s-email-form-fields-group,.s-contact-section .s-contact-section-columns.s-three-columns .s-google-maps-column,.s-contact-section .s-contact-section-columns.s-two-columns .s-email-column .s-email-form-fields-group,.s-contact-section .s-contact-section-columns.s-two-columns .s-google-maps-column {
      max-width:none
  }

  .s6-section .s-contact-info-form .s-contact-info-list .s-show-in-large-screen,.s-contact-section .s-contact-section-columns.s-three-columns .s-contact-info-list .s-show-in-large-screen,.s-contact-section .s-contact-section-columns.s-two-columns .s-contact-info-list .s-show-in-large-screen {
      display: none
  }
}

.s-contact-section-columns.s-three-columns .s-email-column .s-submit-field,.s-contact-section-columns.s-two-columns .s-email-column .s-submit-field {
  text-align: left
}

.s-contact-section-columns.s-three-columns .s-email-form .s-component-editor .fluidcol.p50 {
  width: 100%
}

.s-contact-section-columns.s-three-columns .s-email-form .s-component-editor .fluidcol.p50:first-child {
  margin-bottom: 10px
}

.s-contact-section-columns .s-email-form .s-email-form-field {
  width: 100%
}

.s-contact-section-columns .s-email-form .s-email-form-field input[type=text],.s-contact-section-columns .s-email-form .s-email-form-field textarea {
  box-sizing: border-box;
  width: 100%
}

.s-contact-info-email {
  text-decoration: none!important
}

.s-signup-form .s-email-form-fields-group .s-email-form-field {
  width: 240px;
  margin-right: 20px
}

.s-signup-form .s-email-form-fields-group .s-email-form-field:last-child {
  margin-right: 0
}

.s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  width: 220px
}

.s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field {
  width: auto
}

.s-signup-form .s-email-form-fields-group .s-email-form-field {
  display: inline-block;
  zoom:1;vertical-align: top
}

.s-signup-form .s-email-form-fields-group .s-email-form-field.middle {
  vertical-align: middle
}

.s-google-maps-form iframe {
  border: none;
  width: 100%
}

.s-contact-info-form .s-contact-info-item {
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left
}

.s-contact-info-form .s-contact-info-item:last-child {
  margin-bottom: 0
}

.s-contact-info-form .s-contact-info-item a {
  color: inherit;
  line-height: inherit;
  display: -webkit-flex;
  display: flex
}

.s-contact-info-form .s-contact-info-icon {
  width: 25px;
  text-align: left;
  display: inline-block;
  vertical-align: baseline;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-contact-info-form .s-contact-info-icon .entypo-mobile:before {
  margin-left: -2px
}

.s-contact-info-form .s-contact-info-text {
  text-align: left;
  word-break: break-word;
  display: inline;
  vertical-align: baseline
}

.s-contact-info-form .s-contact-info-text.empty {
  color: #aaa;
  font-style: italic;
  font-family: open_sans,Open Sans,sans-serif
}

.s-contact-info-form .s-contact-info-text.empty:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-contact-info-form .s-contact-info-text.empty:lang(sxl),.s-contact-info-form .s-contact-info-text.empty:lang(zh),.s-contact-info-form .s-contact-info-text.empty:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-contact-info-form .s-contact-info-text.empty:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-bg-light-text .s-contact-info-form .s-contact-info-text.empty {
  color: hsla(0,0%,100%,.6)
}

@media only screen and (max-width: 727px) {
  .s-signup-form .s-email-form-fields-group .s-email-form-field {
      width:320px;
      margin-right: auto
  }

  .s-signup-form .s-email-form-fields-group .s-email-form-field:last-child {
      margin-right: 0
  }

  .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
      width: 300px
  }

  .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field {
      width: auto
  }

  .s-signup-form .s-email-form-fields-group .s-email-form-field {
      display: block;
      margin: 0 auto
  }

  .s-new-hero-section .container.s-layout-signupLeft .s-signup-form .s-email-form-fields-group .s-email-form-field {
      margin: 0
  }
}

@media only screen and (max-width: 429px) {
  .s-email-form .s-email-form-fields-group .s-email-form-field,.s-signup-form .s-email-form-fields-group .s-email-form-field {
      width:100%!important
  }

  .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
      box-sizing: border-box;
      width: 100%!important;
      max-width: 100%!important
  }
}

.s-html-component .s-component-content {
  text-align: center
}

.s-html-component .s-component-content iframe {
  max-width: 100%
}

.s-html-component .s-component-content iframe.s-show-frame,.s-html-component .s-component-content iframe:not([width]) {
  width: 100%
}

.s-html-component .s-component-content .type-form-button-container {
  padding: 0!important;
  margin: 0!important;
  background: none!important
}

.s-html-component .s-component-content .type-form-button-container.type-form-button-style .type-form-button {
  display: inline-block;
  padding: 20px 50px;
  background: #4fb0ae;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: none
}

.s-html-component .s-component-content .type-form-button-container.type-form-button-style .type-form-button:hover {
  background: #72c0be
}

.s-html-component .s-component-content .fb-comments {
  width: 100%;
  background: #fff;
  max-width: 600px
}

.s-html-component .s-component-content .fb-comments span,.s-html-component .s-component-content .fb-comments span iframe {
  width: 100%!important
}

.s-html-component .s-component-content .fb-facepile {
  background: #fff;
  width: 96%;
  max-width: 600px;
  padding: 2%
}

.s-html-component .s-component-content .fb-facepile span,.s-html-component .s-component-content .fb-facepile span iframe {
  width: 100%!important
}

.s-separator .s-separator-content {
  padding: 10px 0;
  position: relative
}

.s-separator .s-separator-content .separator {
  height: 3px;
  background: #ddd;
  width: 240px;
  margin: 10px auto;
  border-radius: 2px
}

.s-bg-light-text-override .s-separator .s-separator-content .separator,.s-bg-light-text .s-separator .s-separator-content .separator {
  background: hsla(0,0%,100%,.25)
}

.s-block .s-block-item.s-repeatable-item {
  vertical-align: top;
  margin-bottom: 30px;
  max-width: 100%
}

.s-block .s-block-item.s-repeatable-item.full-width {
  width: 100%
}

.s-block .s-block-item.s-repeatable-item.s-block-largeProfile {
  display: inline-block
}

.s-block .s-block-item.s-repeatable-item.s-block-rowBlock .s-block-row-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock {
  display: inline-block;
  vertical-align: top;
  z-index: 10
}

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .separator {
  width: 100%!important;
  max-width: 240px
}

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field,.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field {
  max-width: 100%
}

.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-block .s-block-item.s-repeatable-item.s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  max-width: calc(100% - 24px)
}

@media only screen and (max-width: 727px) {
  .s-block .s-block-item.s-repeatable-item.s-block-columnBlock {
      width:100%!important
  }
}

.s-block .s-block-item.s-repeatable-item.s-block-nestedBlock-image {
  width: 100%;
  margin-left: 0;
  margin-right: 0
}

.s-block .s-block-item.s-repeatable-item .s-block-profile .s-item-media-group {
  margin-bottom: 15px
}

.s-block .s-block-item.s-repeatable-item .s-video .s-component-content .video-wrap .player {
  width: 100%;
  height: 0;
  position: relative
}

.s-block .s-block-item.s-repeatable-item .s-video .s-component-content .video-wrap .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media only screen and (max-width: 727px) {
  .s-block .s-block-item.s-repeatable-item {
      clear:both!important
  }
}

.s-section.s-donation-section .s-donation.right-align {
  text-align: right
}

.s-section.s-donation-section .s-donation.left-align {
  text-align: left
}

.s-section.s-donation-section .s-donation.center-align {
  text-align: center
}

.s-donation .s-donation-progress {
  padding-top: 15px
}

.s-donation .s-donation-progress .progress-bar {
  width: 100%;
  height: 38px;
  border-radius: 4px;
  position: relative;
  background: #e2e4e7;
  margin-bottom: 25px
}

.s-donation .s-donation-progress .progress-bar .progress {
  width: 0;
  max-width: 100%;
  height: 38px;
  background: #ccc;
  transition: width 1.6s;
  transition-delay: .6s;
  border-radius: 4px 0 0 4px
}

.s-donation .s-donation-progress .progress-bar .indicator {
  width: 20px;
  height: 30px;
  position: absolute;
  top: -40px;
  left: -10px;
  transition: left 1.6s;
  transition-delay: .6s
}

.s-donation .s-donation-progress .progress-bar .indicator:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ccc
}

.s-donation .s-donation-progress .progress-bar .indicator:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 1px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ccc;
  border-width: 15px 9px 0
}

.s-donation .s-donation-progress .left-price,.s-donation .s-donation-progress .right-price {
  display: inline-block;
  min-width: 200px
}

.s-donation .s-donation-progress .left-price .price,.s-donation .s-donation-progress .right-price .price {
  font-size: 25px
}

.s-donation .s-donation-progress .left-price .text,.s-donation .s-donation-progress .right-price .text {
  font-size: 14px;
  text-transform: uppercase
}

.s-donation .s-common-button {
  font-size: 23px;
  text-transform: uppercase;
  padding: 20px 40px;
  margin-top: 30px
}

.strikingly-ecwid-container,.strikingly-ecwid-container-2,.strikingly-wufoo-container {
  background: #fff;
  padding: 25px;
  text-shadow: none;
  overflow: hidden
}

.strikingly-celery-container {
  text-align: center
}

.strikingly-celery-container iframe {
  text-align: center;
  max-width: 640px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin: auto
}

.strikingly-celery-container button {
  border-radius: 6px;
  cursor: pointer;
  font-size: 160%;
  line-height: 20px;
  min-height: 60px;
  padding: 10px 32px;
  background: #3aa63b;
  color: #fff;
  transition: background-color .1s ease-in
}

.strikingly-celery-container button:hover {
  background: #51c152
}

.strikingly-mailchimp-container #mc_embed_signup {
  border-radius: 5px;
  color: #777;
  text-shadow: none
}

.strikingly-mailchimp-container #mc_embed_signup .asterisk {
  vertical-align: middle
}

.strikingly-instagram-container iframe {
  border: none
}

.strikingly-paypal-container form.paypal-button {
  text-align: center
}

.strikingly-paypal-container button.paypal-button {
  padding: 10px 40px!important;
  border-radius: 1000px;
  font-size: 24px!important;
  font-weight: 700!important
}

.strikingly-slideshare-container {
  position: relative;
  height: 0;
  padding-bottom: 75%
}

.strikingly-slideshare-container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid #ccc;
  border-width: 1px 1px 0;
  margin-bottom: 5px;
  max-width: 100%
}

.strikingly-locu-container {
  padding: 30px;
  background: #fff
}

.strikingly-facebookcomments-container {
  padding: 10px;
  background: #fff
}

.strikingly-google-calendar-container {
  text-align: center
}

.strikingly-google-calendar-container iframe {
  display: inline-block;
  width: 1px;
  min-width: 100%
}

.s-component.s-social-media ul.s-social-media-buttons {
  margin-left: -3px;
  margin-right: -3px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button {
  display: inline-block;
  zoom:1;vertical-align: top;
  padding: 0 3px 3px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.middle {
  vertical-align: middle
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .twitter-counter a.twitter-share-button {
  visibility: hidden
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button .sinaweibo-counter {
  width: 20px;
  cursor: pointer
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.3);
  text-shadow: none;
  border-radius: 2px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link {
  padding: 3px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link .s-social-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-link .s-social-icon.s-social-icon-youtube {
  font-size: 120%
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon {
  padding: 0 0 0 6px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon:first-child {
  padding-left: 0
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  background-color: #bbb
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-facebook:hover {
  background-color: #4a6ea9
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-twitter:hover {
  background-color: #55acee
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-linkedin:hover {
  background-color: #4a6ea9
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-google-plus:hover {
  background-color: #dd4b39
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon .s-social-icon-envelope:hover {
  background-color: #54853d
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon.first {
  padding-left: 0
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon-in-editor {
  margin-top: 5px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-media-button.s-type-icon-in-editor .s-social-icon {
  background-color: #aeaeae
}

.s-component.s-social-media ul.s-social-media-buttons .social-media-item .delete-image,.s-component.s-social-media ul.s-social-media-buttons .social-media-item .show-image,.s-component.s-social-media ul.s-social-media-buttons .social-media-item .upload-image {
  line-height: 26px;
  font-size: 12px;
  color: #aaa;
  margin-left: 10px;
  cursor: pointer;
  border-bottom: 1px solid
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-facebook span {
  font-size: 13px;
  font-weight: 700
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-instagram span,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-twitter span,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-wechat span,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-weibo span,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-youtube span {
  font-size: 14px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-bi-li-bi-li svg {
  height: 18px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-linkedin span {
  font-size: 15px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-dou-yin,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-wechat {
  cursor: pointer
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-dou-yin svg,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tencent-video svg,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tie-ba svg,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-tik-tok svg {
  height: 14px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-you-ku svg {
  height: 15px
}

.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-facebook-messenger svg,.s-component.s-social-media ul.s-social-media-buttons .s-social-icon-snapchat-ghost svg {
  width: 13px
}

.s-component.s-social-media ul.s-social-media-buttons a.s-social-icon-facebook-messenger svg,.s-component.s-social-media ul.s-social-media-buttons a.s-social-icon-snapchat-ghost svg {
  width: 16px
}

.s-component.s-social-media .s-component-empty {
  min-width: 180px
}

.social-media-qr-code .s-kit-modal-content {
  max-width: 340px;
  margin: auto
}

.social-media-qr-code .s-kit-modal-content .s-kit-modal-close {
  top: 10px;
  right: 10px
}

.social-media-qr-code .s-kit-modal-content .s-kit-modal-body {
  text-align: center;
  max-width: 320px;
  max-height: 320px;
  padding: 20px
}

.social-media-qr-code .s-kit-modal-content .s-kit-modal-body .qr-code {
  max-width: 300px;
  max-height: 300px
}

@media only screen and (max-width: 727px) {
  .s-nav {
      display:none
  }

  .s-slider-section-s5 {
      padding-top: 0!important
  }
}

.mobile-button-mixin {
  display: block;
  position: relative;
  z-index: 1020;
  pointer-events: all;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  background: hsla(0,0%,44.7%,.9);
  text-align: center;
  cursor: pointer
}

.mobile-button-mixin .entypo,.mobile-button-mixin .fa {
  display: inline-block;
  zoom:1;font-size: 18px
}

.mobile-button-mixin .entypo.middle,.mobile-button-mixin .fa.middle {
  vertical-align: middle
}

.mobile-button-mixin.blue {
  background: rgba(102,102,224,.9)
}

.mobile-actions,.navbar-drawer,.navbar-drawer-bar {
  display: none
}

.navbar-drawer-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background-color: transparent;
  pointer-events: none;
  box-sizing: border-box;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

.navbar-drawer-bar.hidden {
  display: none
}

.navbar-drawer-bar.right {
  left: 200px
}

.navbar-drawer-bar.left {
  left: -200px
}

.navbar-drawer-bar.translate-right {
  -webkit-transform: translate3d(200px,0,0);
  transform: translate3d(200px,0,0)
}

.navbar-drawer-bar.translate-left {
  -webkit-transform: translate3d(-200px,0,0);
  transform: translate3d(-200px,0,0)
}

.navbar-drawer-bar.drawer-open .mobile,.navbar-drawer-bar.drawer-open .navbar {
  box-shadow: none;
  background-color: transparent;
  color: #636972
}

.app-mode .navbar-drawer-bar.drawer-open .mobile,.app-mode .navbar-drawer-bar.drawer-open .navbar {
  background: none!important
}

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span,.navbar-drawer-bar.drawer-open .navbar .navbar-icons span {
  background-color: #636972
}

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:first-child,.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px
}

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:nth-child(2),.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
  width: 0;
  opacity: 0
}

.navbar-drawer-bar.drawer-open .mobile .navbar-icons span:nth-child(3),.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 3px
}

.navbar-drawer-bar a {
  display: block;
  position: relative;
  z-index: 1020;
  pointer-events: all;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  background: hsla(0,0%,44.7%,.9);
  text-align: center;
  cursor: pointer;
  outline-style: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.navbar-drawer-bar a .entypo,.navbar-drawer-bar a .fa {
  display: inline-block;
  zoom:1;font-size: 18px
}

.navbar-drawer-bar a .entypo.middle,.navbar-drawer-bar a .fa.middle {
  vertical-align: middle
}

.navbar-drawer-bar a.blue {
  background: rgba(102,102,224,.9)
}

.navbar-drawer-bar a.navbar {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.navbar-drawer-bar a.mobile {
  float: right;
  line-height: 40px
}

.navbar-drawer-bar a.mobile .entypo {
  margin: 0 auto;
  text-shadow: none
}

.navbar-drawer-bar .mobile,.navbar-drawer-bar .navbar {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
  transition: all .3s ease-out;
  background: #888;
  color: #fff
}

.navbar-drawer-bar .navbar .navbar-icons {
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  display: inline-block;
  cursor: pointer
}

.navbar-drawer-bar .navbar .navbar-icons span {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out
}

.navbar-drawer-bar .navbar .navbar-icons span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.app-mode .navbar-drawer-bar .navbar {
  background: transparent!important;
  box-shadow: none;
  line-height: 43px;
  position: absolute;
  top: 9px;
  left: 12px
}

.app-mode .navbar-drawer-bar .navbar .navbar-icons span {
  background: #636972
}

.app-mode .navbar-drawer-bar .navbar.back-icon {
  color: #636972;
  font-size: 20px
}

.navbar-drawer-bar .mobile+#s-mobile-shopping-cart-new .mobile.navbar-cart {
  margin-right: 20px
}

.navbar-drawer-bar .mobile-cart-icon {
  float: right;
  margin-left: 10px
}

.app-mode .navbar-drawer-bar .mobile-cart-icon {
  position: absolute;
  top: 7px;
  right: 15px
}

.navbar-drawer-bar .drawer-container {
  padding: 10px;
  height: 40px;
  position: relative;
  text-align: center
}

.navbar-drawer-bar .drawer-container .navbar-cart {
  transition: all .3s ease-out
}

.navbar-drawer-bar .drawer-container .navbar-cart .s-mobile-shopping-cart-wrapper {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.navbar-drawer-bar .drawer-container .navbar-cart .fa.fa-shopping-cart {
  font-size: 25px
}

.navbar-drawer-bar .drawer-container .navbar-cart .s-cart-count {
  display: inline-block;
  min-width: 10px;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #f0403b;
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0
}

.app-mode .navbar-drawer-bar .drawer-container .navbar-cart {
  background: transparent;
  box-shadow: none
}

.app-mode .navbar-drawer-bar .drawer-container .navbar-cart .fa-shopping-cart {
  color: #636972
}

.app-mode .navbar-drawer-bar .drawer-container {
  height: 30px
}

.app-mode .navbar-drawer-bar {
  background: #fff
}

.app-mode .navbar-drawer-bar.bottom-border {
  box-shadow: 0 1px 1px rgba(0,0,0,.12)
}

.app-mode .navbar-drawer-bar .nav-logo {
  max-height: 30px;
  line-height: 30px;
  vertical-align: middle
}

.app-mode .navbar-drawer-bar .nav-title {
  line-height: 35px;
  max-height: 35px;
  vertical-align: middle;
  font-weight: 700
}

.strikingly-nav-transition {
  transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
  transition: transform .4s cubic-bezier(.7,0,.3,1);
  transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1)
}

#s-new-mobile-actions-wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.22);
  z-index: 1000
}

#s-new-mobile-actions-wrapper.hidden {
  display: none
}

.s-mobile-actions {
  width: 100%
}

.s-mobile-actions .s-mobile-actions-item {
  padding: 6px 0;
  text-align: center;
  float: left;
  color: #636972;
  outline-style: none
}

.s-mobile-actions .s-mobile-actions-item:hover {
  color: #636972
}

.s-mobile-actions .s-mobile-actions-item .s-mobile-actions-item-icon {
  margin-bottom: 4px;
  font-size: 18px
}

.s-mobile-actions .s-mobile-actions-item .s-mobile-actions-item-text {
  width: 100%;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  font-size: 14px
}

.s-mobile-actions .s-mobile-actions-item.padding-adapting {
  padding-top: 8px;
  padding-bottom: 16px
}

.s-mobile-actions .s-mobile-actions-item.less-than-three {
  padding-top: 18px
}

.s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-icon {
  margin-bottom: 0;
  margin-right: 8px
}

.s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-icon,.s-mobile-actions .s-mobile-actions-item.less-than-three .s-mobile-actions-item-text {
  display: inline-block;
  vertical-align: middle;
  width: auto
}

.s-mobile-actions .s-mobile-actions-item.one-item {
  padding: 16px 0;
  background: #636972;
  color: #fff
}

.s-mobile-actions .s-mobile-actions-item.one-item .s-mobile-actions-item-text {
  font-size: 16px;
  font-weight: 700
}

.s-mobile-actions .s-mobile-actions-item.one-item .s-mobile-actions-item-icon {
  font-size: 20px
}

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body,.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading,.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title {
  font-family: open sans,sans-serif
}

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(ja),.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(ja),.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(ja) {
  font-family: open sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(sxl),.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh),.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh-cn),.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(sxl),.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh),.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh-cn),.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(sxl),.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh),.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh-cn) {
  font-family: open sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-mobile-actions #s-content.s-font-body-open-sans .s-font-body:lang(zh-tw),.s-mobile-actions #s-content.s-font-heading-open-sans .s-font-heading:lang(zh-tw),.s-mobile-actions #s-content.s-font-title-open-sans .s-font-title:lang(zh-tw) {
  font-family: open sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body,.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading,.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title {
  font-family: open sans,sans-serif
}

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(ja),.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(ja),.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(ja) {
  font-family: open sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(sxl),.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh),.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-cn),.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(sxl),.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh),.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-cn),.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(sxl),.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh),.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-cn) {
  font-family: open sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-mobile-actions .section-selector-wrapper.s-font-body-open-sans .s-font-body:lang(zh-tw),.s-mobile-actions .section-selector-wrapper.s-font-heading-open-sans .s-font-heading:lang(zh-tw),.s-mobile-actions .section-selector-wrapper.s-font-title-open-sans .s-font-title:lang(zh-tw) {
  font-family: open sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-mobile-actions .less-than-three .s-mobile-action-item-icon {
  margin-bottom: 0!important
}

.strikingly-drawer {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 1002
}

.strikingly-drawer.navbar-drawer,.strikingly-drawer.s-category-drawer {
  transition: all .4s ease-in-out;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  max-height: 100vh;
  max-height: 100%
}

.strikingly-drawer.navbar-drawer.translate,.strikingly-drawer.s-category-drawer.translate {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.strikingly-drawer.navbar-drawer.shown,.strikingly-drawer.s-category-drawer.shown {
  left: 0
}

.strikingly-drawer.navbar-drawer.on-top,.strikingly-drawer.s-category-drawer.on-top {
  z-index: 1030
}

.app-mode .strikingly-drawer.navbar-drawer.bottom-border:not(.translate),.app-mode .strikingly-drawer.s-category-drawer.bottom-border:not(.translate) {
  -webkit-transform: translateY(calc(50px - 100%));
  transform: translateY(calc(50px - 100%));
  box-shadow: 0 1px 1px rgba(0,0,0,.12)
}

.strikingly-drawer ul {
  list-style: none;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding-top: 44px
}

.strikingly-drawer ul li {
  display: block;
  position: relative;
  z-index: 1015;
  padding: 0 24px
}

.strikingly-drawer ul li.pad {
  padding: 10px 10px 0
}

.strikingly-drawer ul li a {
  display: block;
  color: #666;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #eee
}

.strikingly-drawer ul li a.selected {
  color: #333;
  font-weight: 700;
  outline-style: none
}

.strikingly-drawer ul li a.logo {
  border: none;
  text-align: center;
  display: block;
  padding: 26px
}

.strikingly-drawer ul li a.logo.no-border {
  border: none
}

.strikingly-drawer ul li a.logo .msg {
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  color: #999;
  font-family: brandon,sans-serif
}

.strikingly-drawer ul li a.logo .msg:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.strikingly-drawer ul li a.logo .msg:lang(sxl),.strikingly-drawer ul li a.logo .msg:lang(zh),.strikingly-drawer ul li a.logo .msg:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.strikingly-drawer ul li a.logo .msg:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.strikingly-drawer ul li .navbar-drawer-dropdown,.strikingly-drawer ul li .s-category-drawer {
  cursor: pointer
}

.strikingly-drawer ul li .navbar-drawer-dropdown>a:after,.strikingly-drawer ul li .s-category-drawer>a:after {
  float: right;
  content: "\F054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s ease
}

.strikingly-drawer ul li .navbar-drawer-dropdown ul,.strikingly-drawer ul li .s-category-drawer ul {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease
}

.strikingly-drawer ul li .navbar-drawer-dropdown ul li,.strikingly-drawer ul li .s-category-drawer ul li {
  padding: 0 0 0 30px
}

.strikingly-drawer ul li .navbar-drawer-dropdown ul li a,.strikingly-drawer ul li .s-category-drawer ul li a {
  padding-left: 20px;
  border-bottom: none
}

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded:not(.navbar-sub-dropdown)>a:after,.strikingly-drawer ul li .s-category-drawer.expanded:not(.navbar-sub-dropdown)>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded:not(.navbar-sub-dropdown) ul,.strikingly-drawer ul li .s-category-drawer.expanded:not(.navbar-sub-dropdown) ul {
  max-height: 1000px
}

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown ul,.strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown ul,.strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown ul,.strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown ul {
  max-height: 0
}

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown.expanded>a:after,.strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown.expanded>a:after,.strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown.expanded>a:after,.strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown.expanded>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.strikingly-drawer ul li .navbar-drawer-dropdown.expanded .navbar-sub-dropdown.expanded ul,.strikingly-drawer ul li .navbar-drawer-dropdown.navbar-sub-dropdown.expanded ul,.strikingly-drawer ul li .s-category-drawer.expanded .navbar-sub-dropdown.expanded ul,.strikingly-drawer ul li .s-category-drawer.navbar-sub-dropdown.expanded ul {
  max-height: 1000px
}

.s-category-drawer-wrapper {
  display: none
}

.s-category-drawer-wrapper .drawer-title {
  text-transform: uppercase;
  padding: 30px 0;
  text-align: center;
  font-size: 18px
}

.s-category-drawer-wrapper .close-btn {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
  color: #777;
  z-index: 10
}

.s-category-drawer-wrapper ul {
  padding-top: 0;
  padding-bottom: 40px
}

.s-category-drawer-wrapper ul li:first-child a {
  border-top: 1px solid #eee
}

.s-category-drawer-wrapper .fadeIn {
  -webkit-animation: drawer-mask-fade-in .4s ease-in-out;
  animation: drawer-mask-fade-in .4s ease-in-out;
  opacity: 1;
  display: block
}

.s-category-drawer-wrapper .fadeOut {
  -webkit-animation: drawer-mask-fade-out .4s ease-in-out;
  animation: drawer-mask-fade-out .4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block
}

@media only screen and (max-width: 727px) {
  .s-category-drawer-wrapper {
      display:block
  }
}

@-webkit-keyframes drawer-mask-fade-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes drawer-mask-fade-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes drawer-mask-fade-out {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  99% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
}

@keyframes drawer-mask-fade-out {
  0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  99% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%)
  }
}

#navbar-drawer-mask,.navbar-drawer-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  background-color: rgba(0,0,0,.4)
}

.mobile-actions {
  display: none;
  position: fixed;
  top: -170px;
  right: 7px;
  opacity: 0;
  z-index: 999;
  cursor: pointer;
  height: 172px;
  -webkit-overflow-scrolling: touch;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

.mobile-actions.translate {
  -webkit-transform: translate3d(0,225px,0);
  transform: translate3d(0,225px,0);
  opacity: 1
}

.mobile-actions.shown {
  top: 45px;
  opacity: 1
}

.mobile-actions li {
  margin: 5px
}

.mobile-actions li a {
  display: block;
  position: relative;
  z-index: 1020;
  pointer-events: all;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  background: hsla(0,0%,44.7%,.9);
  text-align: center;
  cursor: pointer
}

.mobile-actions li a .entypo,.mobile-actions li a .fa {
  display: inline-block;
  zoom:1;font-size: 18px
}

.mobile-actions li a .entypo.middle,.mobile-actions li a .fa.middle {
  vertical-align: middle
}

.mobile-actions li a.blue {
  background: rgba(102,102,224,.9)
}

@media only screen and (max-width: 727px) {
  #s-new-mobile-actions-wrapper,.mobile-actions,.navbar-drawer-bar,.strikingly-drawer {
      display:block
  }

  .navbar-drawer-bar.hidden,.navigation-buttons,.navigation-buttons span.next,.navigation-buttons span.prev,.strikingly-drawer.hidden {
      display: none
  }

  .navigation-buttons span.email,.navigation-buttons span.link,.navigation-buttons span.phone {
      display: block
  }

  .strikingly-map-container iframe {
      max-height: 300px;
      height: 300px
  }

  #footer-social-media,#footer-text {
      text-align: center
  }

  #footer-social-media .social-media-display .buttons li,#footer-social-media .social-media-display .links li {
      display: inline-block;
      zoom:1;float: none
  }

  #footer-social-media .social-media-display .buttons li.middle,#footer-social-media .social-media-display .links li.middle {
      vertical-align: middle
  }

  #footer-social-media .social-media-display .buttons .col,#footer-social-media .social-media-display .links .col {
      display: inline-block;
      zoom:1;float: none;
      padding: 5px 15px
  }

  #footer-social-media .social-media-display .buttons .col.middle,#footer-social-media .social-media-display .links .col.middle {
      vertical-align: middle
  }
}

.s-ecommerce,.s-ecommerce-container {
  clear: both
}

.s-ecommerce .s-ecommerce-content {
  position: relative;
  text-align: left;
  clear: both
}

.s-ecommerce .s-ecommerce-content .small-symbol {
  font-size: .8em
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper {
  clear: both;
  position: relative
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper.loading {
  opacity: .6
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-component-overlay {
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 90;
  cursor: pointer;
  background: hsla(0,0%,100%,.4);
  border: 1px solid #bbb;
  border: 1px solid rgba(0,0,0,.25);
  opacity: 0;
  transition: opacity .05s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-component-overlay.visible,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-component-overlay:hover {
  opacity: 1
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper {
  width: 100%;
  position: relative;
  left: 0;
  transition: left .3s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper {
  width: 100%;
  overflow: hidden
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards {
  overflow: hidden;
  clear: both;
  margin-bottom: -50px
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards {
      margin-bottom:-30px
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card {
  margin-bottom: 50px;
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
  cursor: pointer
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card {
      width:48%;
      box-sizing: content-box;
      margin: 0 0 30px
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:nth-child(odd) {
      margin-right: 4%
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card:only-child {
      width: 100%;
      margin-right: 0;
      margin-left: 0
  }
}

@media screen and (min-width: 728px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card.eight.columns {
      margin-left:2.5%;
      margin-right: 2.5%;
      width: 45%
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card a.external-link {
  color: initial
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image {
  width: 100%;
  overflow: hidden;
  position: relative
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image img {
  width: 100%;
  position: relative
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.landscape {
  height: 0;
  padding-bottom: 75%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.square {
  height: 0;
  padding-bottom: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.portrait {
  height: 0;
  padding-bottom: 125%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.auto {
  height: auto;
  padding-bottom: inherit
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image .s-ecommerce-card-view-card-image-button,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image .s-ecommerce-card-view-card-image-overlay {
  position: absolute;
  opacity: 0;
  transition: opacity .6s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image .s-ecommerce-card-view-card-image-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  cursor: pointer
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image .s-ecommerce-card-view-card-image-button {
  top: 42%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image .s-ecommerce-card-view-card-image-button .s-common-button {
  font-size: 16px;
  padding: 12px 20px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s,-webkit-transform .6s
}

@media screen and (min-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.in-stock:hover .s-ecommerce-card-view-card-image-overlay {
      opacity:.8
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.in-stock:hover .s-ecommerce-card-view-card-image-button {
      opacity: 1
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.in-stock:hover .s-ecommerce-card-view-card-image-button .s-common-button {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-image.out-of-stock:hover .s-ecommerce-card-view-card-image-overlay {
      opacity: .3
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-stock-warning {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20%;
  padding: 3px 8px;
  font-size: 15px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-description {
  margin-bottom: 12px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-name {
  font-size: 16px;
  word-break: break-word;
  margin-top: 12px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-price {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  word-break: break-word
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-cards .s-ecommerce-card-view-card .s-ecommerce-card-view-card-original-price {
  text-decoration: line-through;
  color: #93989c
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination {
  text-align: right
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .next-page-btn,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .prev-page-btn {
  cursor: pointer;
  color: #4b5056
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .next-page-btn:hover,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .prev-page-btn:hover {
  color: #636972
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .page-index {
  padding: 0 5px;
  color: #4b5056
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .page-index.normal {
  cursor: pointer
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards-wrapper .s-ecommerce-card-view-pagination .page-index.normal:hover {
  color: #999
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail {
  width: 40%;
  float: left
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header {
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right {
  float: right
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .next-product-btn,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .prev-product-btn {
  display: inline-block;
  margin-left: 20px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header.bottom {
  margin-top: -10px
}

@media screen and (max-width: 500px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header {
      margin-bottom:10px
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header.bottom {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 0 20px
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right {
      float: none;
      margin-top: 20px
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .next-product-btn,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .prev-product-btn {
      margin: 0
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .prev-product-btn {
      float: left
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .right .next-product-btn {
      float: right
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding: 0
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product:last-child {
  margin-bottom: 0
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .slider-wrapper {
  display: none;
  position: relative
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .slider-wrapper .slide-thumb {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 225px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper {
  margin: 8px 0;
  width: 100%;
  text-align: center
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper .slider-dot {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 6px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
  transition: height .3s
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper {
      margin-bottom:15px
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper img {
  width: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-gallery-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #f6f7f8;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  cursor: pointer
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-gallery-button .entypo-picture {
  font-size: 18px;
  color: #636972
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-gallery-button .fa {
  font-size: 20px;
  color: #636972;
  vertical-align: middle
}

@media screen and (max-width: 560px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-gallery-button {
      width:40px;
      height: 40px;
      line-height: 40px
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-gallery-button .entypo-picture {
      font-size: 20px
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper .s-ecommerce-row-view-product-image-overlay,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper .s-ecommerce-row-view-product-image-overlay-icon {
  position: absolute;
  opacity: 0;
  transition: opacity .5s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper .s-ecommerce-row-view-product-image-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper .s-ecommerce-row-view-product-image-overlay-icon {
  bottom: 15px;
  right: 15px;
  font-size: 0;
  transition: opacity .5s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper .s-ecommerce-row-view-product-image-overlay-wrapper .s-ecommerce-row-view-product-image-overlay-icon .fa {
  font-size: 16px;
  color: #888;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper:hover .s-ecommerce-row-view-product-image-overlay {
  opacity: .7
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper:hover .s-ecommerce-row-view-product-image-overlay-icon {
  opacity: 1
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-image-wrapper:hover .s-ecommerce-row-view-product-image-overlay-icon .fa {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list {
  width: 100%;
  overflow: hidden
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul {
  position: relative;
  left: 0;
  margin-top: 10px;
  width: 200%;
  transition: left .3s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li {
  position: relative;
  float: left;
  width: 6.5%;
  height: 0;
  padding-bottom: 6.5%;
  margin-right: .75%;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  opacity: .4
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li:hover {
  opacity: 1
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li.current {
  opacity: 1;
  box-sizing: border-box;
  top: -2px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li img {
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-name {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-name h1 {
  font-size: inherit!important
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-pricing {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-original-pricing {
  margin-left: 10px;
  text-decoration: line-through;
  color: #93989c
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc {
  margin: 0 0 35px;
  word-wrap: break-word
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc {
      margin:0 0 10px
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-desc .view-detail-btn {
  color: #29aad8;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select {
  width: 100%;
  margin-bottom: 16px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select input:focus,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select select:focus {
  outline: none
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select select {
  white-space: nowrap
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-label {
  font-weight: 400;
  font-size: 16px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation {
  border-bottom: 1px solid #a9aeb2;
  padding-bottom: 10px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation {
  margin-bottom: 15px;
  position: relative
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation select {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation .select-title {
  width: 90%;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation .select-arrow {
  float: right;
  display: inline-block;
  margin-right: 1px;
  height: 14px;
  width: 14px;
  border: 1px solid #919394;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-variation select option:first {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .select-label {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .number-input-wrapper {
  text-align: right;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%;
  font-size: 22px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .minus-icon,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .plus-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  margin: -10px 0;
  font-size: 30px;
  cursor: pointer;
  color: #a9aeb2
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .minus-icon.disable,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .plus-icon.disable {
  color: #e2e4e7;
  cursor: not-allowed
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number .plus-icon {
  padding-right: 0;
  margin-right: -5px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-select .select-number input {
  width: 60px;
  vertical-align: middle;
  text-align: center;
  background: transparent;
  color: inherit
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-error-text {
  margin: 10px 0;
  font-weight: 400;
  color: #fb7d2b
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-order-btn {
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  font-size: 18px;
  box-sizing: border-box
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-row-view-product-order-btn.disable {
  cursor: not-allowed;
  color: #ccc;
  border-color: #ccc;
  background: #f6f6f6;
  box-shadow: none;
  text-shadow: none
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-buy-prompt {
  text-align: center;
  color: #a9aeb2;
  margin-top: 10px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product .s-ecommerce-row-view-product-detail-panel .s-ecommerce-buy-prompt i {
  margin-right: 5px
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product.from-product-page .slider-wrapper {
      display:block
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product.from-product-page .image-wrapper,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product.from-product-page .s-ecommerce-row-view-product-thumbnail-list {
      display: none
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product.from-product-page .s-ecommerce-row-view-product-image-wrapper {
      height: auto!important
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .select-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.45);
  z-index: 310;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .select-overlay.show {
  pointer-events: auto;
  opacity: 1
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select {
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 16px;
  width: 100%;
  z-index: 320;
  pointer-events: none;
  display: none
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .container {
  padding: 0;
  border: none;
  overflow: hidden
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .container:after,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .container:before {
  display: none!important
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .select-panel {
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .select-panel.show {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .select-panel .error-text {
  color: #fb7d2b
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .select-label {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #919394;
  padding: 8px 0
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations {
  border-bottom: 1px solid #e2e4e7
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .columns,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .columns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .minus-icon,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .plus-icon,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .minus-icon,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .plus-icon {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin: -10px 0;
  cursor: pointer;
  color: #a9aeb2
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .minus-icon.disable,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .plus-icon.disable,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .minus-icon.disable,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .plus-icon.disable {
  color: #e2e4e7
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .plus-icon,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .plus-icon {
  padding-right: 0;
  margin-right: -5px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .price .quantity-number,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .quantity .quantity-number {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  text-align: center
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations-list {
  max-height: 360px;
  overflow: scroll
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations-list::-webkit-scrollbar,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations-list ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations-list::-webkit-scrollbar-thumb,.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variations-list ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .variation-item {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 8px;
  line-height: 1;
  border: 1px solid #cdd1d4;
  border-radius: 4px;
  color: #636972
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: brandon,sans-serif;
  position: relative;
  pointer-events: all
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn:lang(sxl),.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn:lang(zh),.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select .add-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #ccc;
  border: 1px solid #ccc;
  background: #f6f6f6;
  box-shadow: none;
  text-shadow: none
}

@media screen and (max-width: 727px) {
  .s-page-product .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product-order-btn,.s-page-product .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .s-ecommerce-row-view-product-select {
      display:none
  }

  .s-page-product .s-ecommerce .s-ecommerce-content .s-ecommerce-products-wrapper .mobile-select {
      display: block
  }
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-empty-box {
  position: relative;
  height: 150px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-empty-box .tags {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 150px;
  text-align: center;
  z-index: 1;
  color: #e2e4e7;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  width: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-empty-box .tags .entypo-bag,.s-ecommerce .s-ecommerce-content .s-ecommerce-empty-box .tags .fa {
  display: inline-block;
  font-size: 70px;
  width: 30%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-empty-box .text {
  position: relative;
  z-index: 2;
  line-height: 110px;
  text-align: center;
  color: #636972;
  text-transform: uppercase
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-pagination {
  text-align: center;
  margin-top: 20px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-pagination .s-ecommerce-pagination-item {
  padding: 0 5px;
  cursor: pointer;
  text-decoration: none;
  color: inherit
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-pagination .s-ecommerce-pagination-item.selected {
  text-decoration: underline
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper {
  display: table;
  width: 100%
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .s-product-filter-wrapper {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 235px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .s-product-filter-wrapper .s-component-overlay {
  max-height: 1200px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .reset-filter {
  text-align: center;
  font-size: 14px
}

.s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .reset-filter span {
  cursor: pointer;
  text-decoration: underline
}

@media screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper {
      display:block
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .s-product-filter-wrapper {
      text-align: center;
      width: 100%;
      display: inline-block
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .s-product-filter-wrapper .s-product-filter {
      display: none
  }

  .s-ecommerce .s-ecommerce-content .s-ecommerce-wrapper .s-product-filter-wrapper .s-kit-btn {
      margin: auto auto 25px
  }
}

.s-category-bar {
  margin-bottom: 30px;
  border-width: 0 0 1px;
  border-style: solid
}

.s-category-bar.left-align {
  text-align: left
}

.s-category-bar.right-align {
  text-align: right
}

.s-category-bar.center-align {
  text-align: center
}

.s-category-bar.shrinked {
  text-align: left!important
}

.s-category-bar .category-list {
  border-radius: 3px;
  padding-left: 5px
}

.s-category-bar .category-list .category-link-item-wrapper {
  padding: 0 10px;
  display: inline-block;
  cursor: pointer
}

.s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover) {
  position: relative
}

.s-category-bar .category-list .category-link-item {
  display: inline-block;
  padding: 14px 0;
  text-decoration: none;
  font-size: 15px;
  text-transform: none
}

.s-category-bar .category-list .category-link-item:first-child {
  margin-left: 0!important
}

.s-category-bar .category-list .category-link-item:last-child {
  margin-right: 0!important
}

.s-category-bar .category-list .category-link-item.selected {
  position: relative
}

.s-category-bar .category-list .category-link-item.selected.selected:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  height: 2px
}

.s-category-bar .category-list .show-more-link {
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  cursor: pointer;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: right;
  margin-top: 9px
}

.s-category-bar .category-list .show-more-link.mobile-link {
  float: none;
  margin-top: 0;
  position: absolute;
  bottom: 10px;
  right: 0
}

.s-category-bar .category-list .top-bar {
  width: calc(100% - 35px)
}

.s-category-bar .category-list .top-bar .category-link-item-wrapper {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-category-bar .category-list .top-bar .top-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 1px
}

.s-category-bar .category-list .top-bar .top-list .category-link-item-wrapper:first-child {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-category-bar .category-list .top-bar .top-list .category-link-item-wrapper:last-child {
  padding-right: 30px
}

.s-category-bar .category-list .top-bar .top-list ::-webkit-scrollbar {
  display: none
}

.s-category-bar .category-list .top-bar.hide-top-bar {
  height: 0;
  overflow: hidden
}

@media screen and (max-width: 727px) {
  .s-category-bar .category-list,.s-category-bar .category-list .category-link-item-wrapper .category-link-item,.s-category-bar .category-list .category-link-item-wrapper:first-child {
      padding-left:0
  }
}

.s-ecommerce-buy {
  color: #52616a;
  font-family: open_sans,Open Sans,sans-serif;
  height: 100%
}

.s-ecommerce-buy .small-symbol {
  font-size: .8em
}

.s-ecommerce-buy:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy:lang(sxl),.s-ecommerce-buy:lang(zh),.s-ecommerce-buy:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .bold {
  font-weight: 600
}

.s-ecommerce-buy .left {
  float: left
}

.s-ecommerce-buy .right {
  float: right
}

.s-ecommerce-buy .bottom-border {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #a9aeb2
}

.s-ecommerce-buy .s-btn {
  margin: 0;
  min-width: 80px;
  text-align: center
}

.s-ecommerce-buy .s-btn.small,.s-ecommerce-buy .s-btn.smaller {
  margin: 0
}

.s-ecommerce-buy .s-btn.left-arrow .fa {
  margin-right: 8px;
  font-size: 16px
}

.s-ecommerce-buy .s-btn.right-arrow .fa {
  margin-left: 8px;
  font-size: 16px
}

.s-ecommerce-buy .s-btn.disable {
  cursor: not-allowed;
  color: #ccc
}

.s-ecommerce-buy .s-btn.disable:hover {
  background: #f6f6f6
}

.s-ecommerce-buy .next-btn {
  min-width: 90px
}

.s-ecommerce-buy .close-btn {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 30px;
  font-weight: 200;
  cursor: pointer;
  color: #777;
  z-index: 10
}

.s-ecommerce-buy .gray-box {
  overflow: hidden;
  border: 1px solid #e2e4e7
}

.s-ecommerce-buy .gray-box .sub-title {
  font-size: 15px;
  font-weight: 600;
  color: #52616a;
  margin-bottom: 10px
}

.s-ecommerce-buy .buy-panel {
  margin: 0 auto;
  width: 560px;
  padding: 30px;
  box-sizing: border-box;
  font-size: 14px;
  transition: opacity .3s
}

.s-ecommerce-buy .buy-panel.active {
  opacity: 1;
  z-index: 1
}

.s-ecommerce-buy .buy-panel .title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  font-family: brandon,sans-serif;
  text-transform: uppercase;
  color: #52616a
}

.s-ecommerce-buy .buy-panel .title:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .buy-panel .title:lang(sxl),.s-ecommerce-buy .buy-panel .title:lang(zh),.s-ecommerce-buy .buy-panel .title:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .buy-panel .title:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .buy-panel .subtitle {
  margin-bottom: 15px;
  font-family: open_sans,Open Sans,sans-serif;
  color: #8d949c
}

.s-ecommerce-buy .buy-panel .subtitle:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .buy-panel .subtitle:lang(sxl),.s-ecommerce-buy .buy-panel .subtitle:lang(zh),.s-ecommerce-buy .buy-panel .subtitle:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .buy-panel .subtitle:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .buy-panel .confirm .confirm-btn {
  width: 230px;
  height: 36px;
  padding: 0;
  font-size: 16px;
  line-height: 36px;
  border-radius: 4px
}

.s-ecommerce-buy .buy-panel .confirm .fa-download {
  margin-right: 4px
}

.s-ecommerce-buy .buy-panel .bottom {
  overflow: hidden;
  margin-top: 5px
}

.s-ecommerce-buy .buy-panel .bottom .left {
  float: left
}

.s-ecommerce-buy .buy-panel .bottom .right {
  float: right
}

.s-ecommerce-buy .buy-panel .bottom.center {
  text-align: center
}

.s-ecommerce-buy .buy-panel .bottom .terms-checkbox {
  display: inline-block;
  padding: 10px 0
}

.s-ecommerce-buy .buy-panel .bottom .terms-checkbox .s-terms-link {
  display: inline;
  cursor: pointer
}

.s-ecommerce-buy .buy-panel .bottom .payment-chooser-logo {
  vertical-align: top;
  height: 36px;
  margin-right: 5px
}

.s-ecommerce-buy .buy-panel .bottom .error-message {
  color: #e64751;
  line-height: 1.5;
  float: left;
  width: 78%
}

.s-ecommerce-buy .buy-panel .mobile-back {
  display: none;
  float: none;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  min-width: inherit
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper {
  text-align: center;
  padding: 50px 0
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper canvas {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: "4px 4px 0 0"
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper .price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #f1f1f1;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 10px
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .qrcode-wrapper .price img {
  height: 20px;
  margin-right: 5px
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .s-kit-btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 40px
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .desktop-hint,.s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint {
  text-align: center;
  margin-bottom: 20px
}

.s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint {
  display: none
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-panel.wechat-qrcode .mobile-hint {
      display:block
  }

  .s-ecommerce-buy .buy-panel.wechat-qrcode .desktop-hint {
      display: none
  }
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-panel {
      overflow:auto
  }

  .s-ecommerce-buy .buy-panel .mobile-back {
      display: inline-block
  }

  .s-ecommerce-buy .buy-panel .desktop-back {
      display: none
  }
}

.s-ecommerce-buy .stripe-payment-panel {
  width: 420px;
  min-height: 317px;
  padding: 0
}

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn {
  font-family: open_sans,Open Sans,sans-serif
}

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(sxl),.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh),.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .stripe-payment-panel .stripe-form .s-btn:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item {
  padding: 12px 0;
  border-top: 1px solid #e2e4e7;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-delete {
  vertical-align: middle;
  margin-right: 10px;
  color: #636972;
  cursor: pointer
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-delete:hover {
  color: #1bb0e6
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item img {
  vertical-align: middle;
  margin-right: 10px;
  width: 60px
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-picture {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info {
  vertical-align: top;
  width: 280px;
  margin-right: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .buy-order-item-info-variation {
  color: #a9aeb2;
  margin-top: 6px;
  word-wrap: break-word
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .buy-order-item-info-discount {
  margin-top: 6px
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info .estimated-delivery {
  margin-left: 20px;
  font-size: 12px;
  color: #a9aeb2
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper {
  vertical-align: top;
  width: 100px;
  overflow: hidden
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper .error-text {
  position: absolute;
  bottom: 5px;
  color: #fb7d2b
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price {
  line-height: 20px;
  text-align: right;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price.has-discount .old-price {
  color: #ccc;
  text-decoration: line-through
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price.has-discount .new-price {
  font-weight: 700
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-price {
      width:100%
  }
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted {
  background: #f2f2f2;
  color: #a9aeb2
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-info .buy-order-item-info-description,.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-info .buy-order-item-info-variation {
  color: #a9aeb2
}

.s-ecommerce-buy .buy-order-items-list .buy-order-item.deleted .buy-order-item-quantity-wrapper .error-text {
  margin-top: 0;
  color: #e64751
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .buy-order-items-list .buy-order-item img {
      margin-bottom:10px
  }

  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-info {
      margin-right: 0
  }

  .s-ecommerce-buy .buy-order-items-list .buy-order-item .mobile-new-line {
      width: 100%
  }

  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper {
      margin-left: 20px;
      width: 120px
  }

  .s-ecommerce-buy .buy-order-items-list .buy-order-item .buy-order-item-quantity-wrapper .error-text {
      bottom: 0
  }
}

.s-ecommerce-buy .buy-order-coupon-code {
  padding: 15px 0 0
}

.s-ecommerce-buy .buy-order-coupon-code input {
  width: 250px;
  height: 34px;
  line-height: 34px;
  padding: 5px 8px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.s-ecommerce-buy .buy-order-coupon-code input.has-value {
  text-transform: uppercase
}

.s-ecommerce-buy .buy-order-coupon-code .apply {
  color: #fb7d2b;
  font-size: 16px;
  cursor: pointer
}

.s-ecommerce-buy .buy-order-coupon-code .error {
  border: 1px solid #e64751
}

.s-ecommerce-buy .buy-order-coupon-code .error-message {
  font-size: 14px;
  color: #e64751;
  padding-top: 7px
}

.s-ecommerce-buy .buy-order-coupon-code .apply-btn {
  margin-left: 15px;
  height: 13px;
  line-height: 13px
}

@media screen and (max-width: 500px) {
  .s-ecommerce-buy .buy-order-coupon-code .apply-btn {
      margin:10px 0 0
  }
}

.s-ecommerce-buy .buy-order-bottom-price {
  padding: 15px 0;
  border-top: 1px solid #e2e4e7;
  font-family: brandon,sans-serif
}

.s-ecommerce-buy .buy-order-bottom-price:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .buy-order-bottom-price:lang(sxl),.s-ecommerce-buy .buy-order-bottom-price:lang(zh),.s-ecommerce-buy .buy-order-bottom-price:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .buy-order-bottom-price:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping {
  margin-bottom: 10px
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping.free-shipping-column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping.free-shipping-column .buy-order-shipping-label {
  margin-right: 10px
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-label,.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-label {
  text-transform: uppercase
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-label .free-shipping,.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-label .free-shipping {
  font-size: 14px;
  margin-left: 4px;
  color: #a9aeb2;
  text-transform: none;
  font-family: open_sans,Open Sans,sans-serif
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-shipping-price,.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-tax-price {
  float: right
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-shipping .buy-order-discount-price {
  float: right;
  color: red
}

.s-ecommerce-buy .buy-order-bottom-price .tax-included {
  color: #c6c9cd
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total {
  font-size: 16px;
  font-weight: 600
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-label {
  text-transform: uppercase
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price {
  float: right
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price span {
  vertical-align: middle
}

.s-ecommerce-buy .buy-order-bottom-price .buy-order-total .buy-order-total-price .price-label {
  display: inline-block;
  color: #a9aeb2;
  border: 1px solid #a9aeb2;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 10px;
  padding: 1px 3px
}

.s-ecommerce-buy .ecommerce-terms {
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.s-ecommerce-buy .ecommerce-terms .title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  height: 37px
}

.s-ecommerce-buy .ecommerce-terms .title .text {
  line-height: 37px
}

.s-ecommerce-buy .ecommerce-terms .title .s-btn {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 0
}

.s-ecommerce-buy .ecommerce-terms .text-wrapper {
  max-height: calc(100% - 60px);
  overflow: auto
}

.s-ecommerce-buy .ecommerce-terms .text-wrapper .paragraph {
  margin-bottom: 10px
}

.s-ecommerce-buy .ecommerce-terms .text-wrapper .paragraph:last-child {
  margin: 0
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .ecommerce-terms {
      overflow:auto
  }

  .s-ecommerce-buy .ecommerce-terms .title {
      text-align: left;
      height: auto
  }

  .s-ecommerce-buy .ecommerce-terms .title .text {
      display: inline-block
  }

  .s-ecommerce-buy .ecommerce-terms .title .s-btn {
      position: static;
      margin: 1px 10px 0 0;
      vertical-align: middle
  }
}

.s-ecommerce-buy .single-product {
  width: 660px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper {
  position: relative;
  left: -25px;
  padding: 0 18px 0 25px;
  width: 100%;
  box-sizing: content-box;
  max-height: 270px;
  overflow: auto
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper::-webkit-scrollbar,.s-ecommerce-buy .single-product .buy-order-items-list-wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper::-webkit-scrollbar-thumb,.s-ecommerce-buy .single-product .buy-order-items-list-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon,.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon {
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e2e4e7;
  text-align: center;
  font-size: 14px;
  font-family: courier;
  background: #f6f6f6;
  color: #636972;
  cursor: pointer
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon.disable,.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon.disable {
  color: #a9aeb2;
  background: #fff;
  cursor: not-allowed
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .minus-icon {
  border-width: 1px 0 1px 1px;
  border-radius: 4px 0 0 4px
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper .plus-icon {
  border-width: 1px 1px 1px 0;
  border-radius: 0 4px 4px 0
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .number-input-wrapper input[type=text] {
  float: left;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #e2e4e7;
  color: #444;
  text-align: center;
  border-radius: 0
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-item-price {
  min-width: 100px
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper {
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper .fa-shopping-cart {
  color: #c6c9cd;
  font-size: 60px
}

.s-ecommerce-buy .single-product .buy-order-items-list-wrapper .empty-cart-wrapper .tip-text {
  margin-top: 10px;
  color: #c6c9cd
}

.s-ecommerce-buy .single-product .add-variation {
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 30px;
  background: #fff;
  font-size: 16px;
  margin: 0 0 15px
}

.s-ecommerce-buy .single-product .add-variation:focus {
  border-color: #1fccff;
  outline: none
}

.s-ecommerce-buy .single-product .buy-order-bottom-price .buy-order-shipping {
  margin-bottom: 0;
  margin-top: 10px
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper {
      max-height:inherit
  }

  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-item-price {
      width: auto
  }

  .s-ecommerce-buy .single-product .buy-order-items-list-wrapper .buy-order-items-list .buy-order-item-info {
      width: calc(100% - 92px)
  }
}

.s-ecommerce-buy .shipping-form {
  overflow-x: hidden
}

.s-ecommerce-buy .shipping-form .s-form-section {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px
}

.s-ecommerce-buy .shipping-form .s-form-section .s-form-field.inline {
  margin: 0
}

.s-ecommerce-buy .shipping-form .s-form-section:last-child {
  margin-bottom: 12px
}

.s-ecommerce-buy .shipping-form .s-form-section.has-error {
  margin-bottom: 18px
}

.s-ecommerce-buy .shipping-form .s-form-section input,.s-ecommerce-buy .shipping-form .s-form-section select {
  width: 100%;
  color: #52616a;
  box-sizing: border-box
}

.s-ecommerce-buy .shipping-form .s-form-section input.error,.s-ecommerce-buy .shipping-form .s-form-section select.error {
  border: 1px solid #e64751
}

.s-ecommerce-buy .shipping-form .s-form-section input.error+.error-message,.s-ecommerce-buy .shipping-form .s-form-section select.error+.error-message {
  display: block
}

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error,.s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error {
  border: 1px solid #ccc
}

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error+.error-message,.s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error+.error-message {
  display: none
}

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error,.s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error {
  border: 1px solid #e64751
}

.s-ecommerce-buy .shipping-form .s-form-section input.manually-check.error+.error-message,.s-ecommerce-buy .shipping-form .s-form-section select.manually-check.error+.error-message {
  display: block
}

.s-ecommerce-buy .shipping-form .s-form-section .error-message {
  display: none;
  font-size: 14px;
  color: #e64751
}

.s-ecommerce-buy .shipping-form .s-form-section .left {
  float: left
}

.s-ecommerce-buy .shipping-form .s-form-section .right {
  float: right
}

.s-ecommerce-buy .shipping-form .s-form-section .small {
  width: 38%
}

.s-ecommerce-buy .shipping-form .s-form-section .medium {
  width: 60%
}

.s-ecommerce-buy .shipping-form .s-form-section .full-width {
  width: 100%
}

.s-ecommerce-buy .shipping-form .shipping-guideline {
  margin-bottom: 16px;
  line-height: 18px;
  color: #636972
}

.s-ecommerce-buy .shipping-form .shipping-guideline .star {
  color: #e64751;
  padding-right: 5px;
  position: relative;
  top: 3px
}

.s-ecommerce-buy .shipping-form .shipping-options {
  margin-bottom: 10px;
  margin-top: 10px
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card {
  border-top: 0;
  border-radius: 0
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card:first-child {
  border-top: 1px solid #e2e4e7;
  border-radius: 4px 4px 0 0
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card:last-child {
  border-radius: 0 0 4px 4px
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card,.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card {
  display: -webkit-flex;
  display: flex
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .left-card-content,.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .left-card-content {
  -webkit-flex: 1;
  flex: 1;
  display: inline-block
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title,.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title {
  font-family: open_sans,Open Sans,sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: none
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(ja),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(sxl),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh-cn),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(sxl),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .title:lang(zh-tw),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .title:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text,.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text {
  font-family: open_sans,Open Sans,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(ja),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(sxl),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh-cn),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(sxl),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-list .s-kit-basic-card .sub-text:lang(zh-tw),.s-ecommerce-buy .shipping-form .shipping-options .shipping-option-single .s-kit-basic-card .sub-text:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .shipping-form .address-wrap .china-regions {
  width: 33%;
  float: left
}

.s-ecommerce-buy .shipping-form .address-wrap .china-citys,.s-ecommerce-buy .shipping-form .address-wrap .china-provinces {
  margin-right: .4%
}

.s-ecommerce-buy .payment-panel .payment-chooser {
  margin-top: 15px;
  cursor: pointer;
  min-height: 26px
}

.s-ecommerce-buy .payment-panel .payment-chooser.first {
  margin-right: 20px
}

.s-ecommerce-buy .payment-panel .payment-chooser.disabled {
  cursor: not-allowed
}

.s-ecommerce-buy .payment-panel .payment-chooser input {
  margin: 0 5px;
  vertical-align: top
}

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content {
  display: inline-block
}

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon {
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
  padding: 8px 12px;
  display: inline-block
}

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon img {
  height: 22px;
  vertical-align: middle
}

.s-ecommerce-buy .payment-panel .payment-chooser .chooser-content .chooser-icon.no-border {
  border: none
}

.s-ecommerce-buy .payment-panel .payment-chooser.midtrans .chooser-icon {
  max-width: 130px
}

.s-ecommerce-buy .payment-panel .bottom {
  margin-top: 20px
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .payment-panel .payment-chooser .chooser-content img {
      height:25px
  }
}

.s-ecommerce-buy .order-detail-panel,.s-ecommerce-buy .order-preview {
  width: 800px
}

.s-ecommerce-buy .order-detail-panel .order-info .gray-box,.s-ecommerce-buy .order-preview .order-info .gray-box {
  margin-bottom: 20px
}

.s-ecommerce-buy .order-detail-panel .order-info .gray-box::-webkit-scrollbar,.s-ecommerce-buy .order-detail-panel .order-info .gray-box ::-webkit-scrollbar,.s-ecommerce-buy .order-preview .order-info .gray-box::-webkit-scrollbar,.s-ecommerce-buy .order-preview .order-info .gray-box ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px
}

.s-ecommerce-buy .order-detail-panel .order-info .gray-box::-webkit-scrollbar-thumb,.s-ecommerce-buy .order-detail-panel .order-info .gray-box ::-webkit-scrollbar-thumb,.s-ecommerce-buy .order-preview .order-info .gray-box::-webkit-scrollbar-thumb,.s-ecommerce-buy .order-preview .order-info .gray-box ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list {
  margin: 0;
  max-height: 180px;
  overflow: auto
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item:first-child,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item:first-child {
  border-top: none;
  padding: 0 0 12px
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item:last-child,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item:last-child {
  border-bottom: none
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-info,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-info {
  width: 70%
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-price,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-price {
  right: 15px
}

.s-ecommerce-buy .order-detail-panel .order-info .buy-order-bottom-price,.s-ecommerce-buy .order-preview .order-info .buy-order-bottom-price {
  padding: 15px 0 0
}

.s-ecommerce-buy .order-detail-panel .shipping-info,.s-ecommerce-buy .order-preview .shipping-info {
  margin-bottom: 20px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .gray-box,.s-ecommerce-buy .order-preview .shipping-info .gray-box {
  overflow: auto
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .shipping-info .gray-box,.s-ecommerce-buy .order-preview .shipping-info .gray-box {
      max-height:none
  }
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper {
  float: left
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row {
  line-height: 30px;
  display: table-row
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.phone,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.phone {
  display: inline-block;
  min-width: 120px;
  margin-right: 20px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.email,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.email {
  display: inline-block
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.free-shipping,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.free-shipping {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row.free-shipping .shipping-icon,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row.free-shipping .shipping-icon {
  margin-right: 8px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row .fa,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row .fa {
  display: table-cell;
  padding-right: 8px;
  color: #a9aeb2
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper .info-row .text,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper .info-row .text {
  display: table-cell;
  line-height: 25px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper.has-notes,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper.has-notes {
  width: 370px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper,.s-ecommerce-buy .order-preview .shipping-info .notes-wrapper {
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  width: 280px
}

.s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper span,.s-ecommerce-buy .order-preview .shipping-info .notes-wrapper span {
  line-height: 30px
}

.s-ecommerce-buy .order-detail-panel .gray-box,.s-ecommerce-buy .order-preview .gray-box {
  overflow: hidden;
  padding: 15px 20px;
  background: #f8f8f8;
  border-radius: 4px
}

.s-ecommerce-buy .order-detail-panel .warning,.s-ecommerce-buy .order-preview .warning {
  color: #a9aeb2
}

.s-ecommerce-buy .order-detail-panel .warning strong,.s-ecommerce-buy .order-preview .warning strong {
  color: #e64751
}

.s-ecommerce-buy .order-detail-panel .warning .estimated-delivery,.s-ecommerce-buy .order-preview .warning .estimated-delivery {
  margin-top: 6px;
  line-height: 25px;
  font-weight: 600
}

.s-ecommerce-buy .order-detail-panel .warning .estimated-delivery .star,.s-ecommerce-buy .order-preview .warning .estimated-delivery .star {
  position: relative;
  top: 3px;
  padding-right: 5px;
  color: #e64751
}

.s-ecommerce-buy .order-detail-panel .ship-warning,.s-ecommerce-buy .order-preview .ship-warning {
  margin-top: 10px;
  color: #a9aeb2;
  line-height: 20px;
  font-weight: 600
}

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box,.s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box {
  margin: 5px 0 20px
}

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box .gray-box,.s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box .gray-box {
  padding: 12px 20px
}

.s-ecommerce-buy .order-detail-panel .bottom .cash-on-delivery-box .info-row,.s-ecommerce-buy .order-preview .bottom .cash-on-delivery-box .info-row {
  line-height: 1.4;
  white-space: pre-wrap
}

.s-ecommerce-buy .order-detail-panel .bottom .tip,.s-ecommerce-buy .order-preview .bottom .tip {
  font-size: 16px;
  line-height: 36px;
  color: #e64751
}

.s-ecommerce-buy .order-detail-panel .bottom .pre-order-warning,.s-ecommerce-buy .order-preview .bottom .pre-order-warning {
  padding: 10px;
  margin-top: 12px;
  border: 1px solid #e2e4e7;
  color: #636972
}

.s-ecommerce-buy .order-detail-panel .bottom .pre-order-warning .fa,.s-ecommerce-buy .order-preview .bottom .pre-order-warning .fa {
  margin-right: 5px
}

.s-ecommerce-buy .order-detail-panel .bottom .cancel-order,.s-ecommerce-buy .order-preview .bottom .cancel-order {
  display: inline-block;
  line-height: 36px;
  cursor: pointer;
  color: #1bb0e6
}

.s-ecommerce-buy .order-detail-panel .bottom .warning,.s-ecommerce-buy .order-preview .bottom .warning {
  display: inline-block;
  line-height: 36px;
  padding-right: 8px
}

@media screen and (max-width: 421px) {
  .s-ecommerce-buy .order-detail-panel .bottom .warning,.s-ecommerce-buy .order-preview .bottom .warning {
      line-height:1.5
  }
}

.s-ecommerce-buy .order-detail-panel .s-btn .fa,.s-ecommerce-buy .order-preview .s-btn .fa {
  margin-right: 8px
}

.s-ecommerce-buy .order-detail-panel .s-btn .fa.fa-paypal,.s-ecommerce-buy .order-preview .s-btn .fa.fa-paypal {
  font-size: 16px
}

.s-ecommerce-buy .order-detail-panel .s-btn.paypal-pay,.s-ecommerce-buy .order-preview .s-btn.paypal-pay {
  background: #0070ba;
  border-color: #0070ba
}

.s-ecommerce-buy .order-detail-panel .s-btn.alipay-pay,.s-ecommerce-buy .order-preview .s-btn.alipay-pay {
  background: #0ae;
  border-color: #0ae
}

.s-ecommerce-buy .order-detail-panel .s-btn.wechat-pay,.s-ecommerce-buy .order-preview .s-btn.wechat-pay {
  background: #1ac823;
  border-color: #1ac823
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .order-info .detail,.s-ecommerce-buy .order-detail-panel .order-info .product-image,.s-ecommerce-buy .order-preview .order-info .detail,.s-ecommerce-buy .order-preview .order-info .product-image {
      float:none;
      max-width: 100%
  }

  .s-ecommerce-buy .order-detail-panel .order-info .product-image,.s-ecommerce-buy .order-preview .order-info .product-image {
      height: 90px
  }

  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list,.s-ecommerce-buy .order-detail-panel .order-info .gray-box,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list,.s-ecommerce-buy .order-preview .order-info .gray-box {
      max-height: inherit
  }

  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item {
      overflow: hidden
  }

  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item img,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item img {
      width: 64px
  }

  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-info,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-info {
      width: 80px
  }

  .s-ecommerce-buy .order-detail-panel .order-info .buy-order-items-list .buy-order-item .buy-order-item-price,.s-ecommerce-buy .order-preview .order-info .buy-order-items-list .buy-order-item .buy-order-item-price {
      float: right;
      display: block;
      text-align: right
  }

  .s-ecommerce-buy .order-detail-panel .shipping-info .contact-info-wrapper,.s-ecommerce-buy .order-preview .shipping-info .contact-info-wrapper {
      width: 100%!important
  }

  .s-ecommerce-buy .order-detail-panel .shipping-info .notes-wrapper,.s-ecommerce-buy .order-preview .shipping-info .notes-wrapper {
      width: 100%;
      padding: 0;
      margin: 20px 0 0;
      border: none
  }

  .s-ecommerce-buy .order-detail-panel .shipping-info .info-row .phone,.s-ecommerce-buy .order-preview .shipping-info .info-row .phone {
      display: block;
      margin-right: 0
  }

  .s-ecommerce-buy .order-detail-panel .shipping-info .info-row .email,.s-ecommerce-buy .order-preview .shipping-info .info-row .email {
      display: block
  }

  .s-ecommerce-buy .order-detail-panel .bottom .stripe-btn-wrapper img,.s-ecommerce-buy .order-preview .bottom .stripe-btn-wrapper img {
      display: none
  }
}

.s-ecommerce-buy .order-detail-panel .back-btn {
  margin-right: 25px
}

.s-ecommerce-buy .order-detail-panel .order-detail-title {
  color: #8d949c;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.s-ecommerce-buy .order-detail-panel .order-detail-title .back-btn {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto
}

.s-ecommerce-buy .order-detail-panel .order-detail-title .order-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  flex-basis: 0%
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-detail-panel .order-detail-title {
      display:block
  }

  .s-ecommerce-buy .order-detail-panel .order-detail-title .back-btn {
      margin-bottom: 10px
  }
}

.s-ecommerce-buy .checkout-confirm,.s-ecommerce-buy .confirm {
  font-family: open_sans,Open Sans,sans-serif;
  text-align: center
}

.s-ecommerce-buy .checkout-confirm:lang(ja),.s-ecommerce-buy .confirm:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .checkout-confirm:lang(sxl),.s-ecommerce-buy .checkout-confirm:lang(zh),.s-ecommerce-buy .checkout-confirm:lang(zh-cn),.s-ecommerce-buy .confirm:lang(sxl),.s-ecommerce-buy .confirm:lang(zh),.s-ecommerce-buy .confirm:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .checkout-confirm:lang(zh-tw),.s-ecommerce-buy .confirm:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .checkout-confirm .message,.s-ecommerce-buy .confirm .message {
  line-height: 20px;
  margin: 20px 0
}

.s-ecommerce-buy .checkout-confirm .s-btn,.s-ecommerce-buy .confirm .s-btn {
  min-width: 200px
}

.s-ecommerce-buy .redirecting,.s-ecommerce-buy .waiting {
  min-height: 80px
}

.s-ecommerce-buy .redirecting .fa,.s-ecommerce-buy .waiting .fa {
  margin-right: 5px
}

.s-ecommerce-buy .redirecting .title {
  font-family: open_sans,Open Sans,sans-serif;
  text-transform: none;
  margin-bottom: 0
}

.s-ecommerce-buy .redirecting .title:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-buy .redirecting .title:lang(sxl),.s-ecommerce-buy .redirecting .title:lang(zh),.s-ecommerce-buy .redirecting .title:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-buy .redirecting .title:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-buy .redirecting .title i {
  margin-right: 10px
}

.s-ecommerce-buy .redirecting .title * {
  vertical-align: middle
}

.s-ecommerce-buy .login-panel .title,.s-ecommerce-buy .signup-panel .title {
  text-align: center;
  margin-bottom: 28px
}

.s-ecommerce-buy .login-panel .subtitle,.s-ecommerce-buy .signup-panel .subtitle {
  text-align: center;
  margin: -10px 0 25px
}

.s-ecommerce-buy .login-panel .message,.s-ecommerce-buy .signup-panel .message {
  font-size: 14px;
  text-align: center;
  color: #8d949c;
  padding: 10px 0
}

.s-ecommerce-buy .login-panel .s-btn,.s-ecommerce-buy .signup-panel .s-btn {
  width: 100%;
  box-sizing: border-box
}

.s-ecommerce-buy .login-panel .signup-bottom,.s-ecommerce-buy .signup-panel .signup-bottom {
  margin-top: 25px;
  text-align: center;
  color: #8d949c
}

.s-ecommerce-buy .login-panel .phone-label,.s-ecommerce-buy .signup-panel .phone-label {
  color: #636972;
  border-right: 1px solid #c6c9cd
}

.s-ecommerce-buy .login-panel .country-code,.s-ecommerce-buy .signup-panel .country-code {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 31px;
  border-right: 1px solid #d8d8d8;
  padding: 0 20px 0 10px;
  position: absolute;
  cursor: pointer;
  color: #000
}

.s-ecommerce-buy .login-panel .country-code-ul,.s-ecommerce-buy .signup-panel .country-code-ul {
  position: absolute;
  z-index: 99;
  top: 31px;
  text-align: left;
  padding: 10px;
  background: #fff;
  height: 130px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #c6c9cd;
  border-top: none;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  cursor: pointer;
  color: #000
}

.s-ecommerce-buy .login-panel .country-code-ul li,.s-ecommerce-buy .signup-panel .country-code-ul li {
  padding-top: 5px;
  padding-bottom: 5px
}

.s-ecommerce-buy .login-panel .country-code-ul li.checked,.s-ecommerce-buy .signup-panel .country-code-ul li.checked {
  color: #43a4fc
}

.s-ecommerce-buy .login-panel .country-code-ul li:hover,.s-ecommerce-buy .signup-panel .country-code-ul li:hover {
  background: #43a4fc;
  color: #f5f5f5
}

.s-ecommerce-buy .login-panel .hidden,.s-ecommerce-buy .signup-panel .hidden {
  display: none
}

.s-ecommerce-buy .login-panel .covered-label a.disabled,.s-ecommerce-buy .login-panel .remainging-time,.s-ecommerce-buy .signup-panel .covered-label a.disabled,.s-ecommerce-buy .signup-panel .remainging-time {
  color: #8d949c;
  cursor: not-allowed
}

.s-ecommerce-buy .login-panel .guest-separator,.s-ecommerce-buy .signup-panel .guest-separator {
  position: relative;
  text-align: center;
  margin: 20px 0
}

.s-ecommerce-buy .login-panel .guest-separator span,.s-ecommerce-buy .signup-panel .guest-separator span {
  background: #fff;
  padding: 0 8px;
  color: #8d949c;
  text-transform: uppercase
}

.s-ecommerce-buy .login-panel .guest-separator:after,.s-ecommerce-buy .signup-panel .guest-separator:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #c6c9cd;
  z-index: -1
}

@media screen and (min-width: 728px) {
  .s-ecommerce-buy .login-panel,.s-ecommerce-buy .signup-panel {
      padding:30px 70px
  }
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list:hover {
  border: 1px solid #1bb0e6;
  cursor: pointer
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list strong {
  margin-right: 10px
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-item,.s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-items-list-title {
  padding: 15px 20px
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list .mobile-total-price {
  padding: 15px 20px;
  border-top: 1px solid #e2e4e7;
  text-align: right
}

.s-ecommerce-buy .order-list-panel .buy-order-items-list .mobile-total-price strong {
  margin: 0
}

.s-ecommerce-buy .order-list-panel .order-list-body .empty-icon {
  margin: 0 auto 15px;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-ecommerce-buy .order-list-panel .order-list-body .empty-icon {
  }
}

@media screen and (min-width: 728px) {
  .s-ecommerce-buy .order-list-panel .order-list-body {
      height:400px;
      overflow: auto
  }

  .s-ecommerce-buy .order-list-panel .mobile-total-price {
      display: none
  }
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-item,.s-ecommerce-buy .order-list-panel .buy-order-items-list .buy-order-items-list-title {
      padding:15px
  }

  .s-ecommerce-buy .order-list-panel .buy-order-item-price {
      float: none!important
  }

  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      justify-content: space-between
  }

  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title strong {
      display: none
  }

  .s-ecommerce-buy .order-list-panel .buy-order-items-list-title .order-status {
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto
  }
}

.s-ecommerce-buy .order-detail-panel .order-history .gray-box {
  padding: 0
}

.s-ecommerce-buy .order-detail-panel .order-history-item {
  color: #8d949c;
  line-height: 25px;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e4e7
}

.s-ecommerce-buy .order-detail-panel .order-history-item:last-child {
  border-bottom: none
}

.s-ecommerce-buy .order-detail-panel .order-history-item .main-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.s-ecommerce-buy .order-detail-panel .order-history-item .history-type {
  color: #636972
}

.s-ecommerce-buy .order-detail-panel,.s-ecommerce-buy .order-list-panel {
  width: 800px
}

.s-ecommerce-buy .order-detail-panel .order-status.pending,.s-ecommerce-buy .order-list-panel .order-status.pending {
  color: #ff8a2f
}

.s-ecommerce-buy .order-detail-panel .order-status.completed,.s-ecommerce-buy .order-list-panel .order-status.completed {
  color: #93b719
}

.s-ecommerce-buy .order-detail-panel .order-status.cancelled,.s-ecommerce-buy .order-list-panel .order-status.cancelled {
  color: #a9aeb2
}

.s-ecommerce-buy .order-list-panel .order-status {
  float: right
}

.s-ecommerce-buy input[placeholder]::-webkit-input-placeholder,.s-ecommerce-buy textarea[placeholder]::-webkit-input-placeholder {
  color: #979797;
  font-weight: 400
}

.s-ecommerce-buy :-moz-placeholder,.s-ecommerce-buy ::-moz-placeholder,.s-ecommerce-buy ::-ms-input-placeholder,.s-ecommerce-buy::-webkit-input-placeholder,.s-ecommerce-buy ::input-placeholder {
  color: #979797;
  font-weight: 400
}

.s-ecommerce-buy::-webkit-scrollbar,.s-ecommerce-buy ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px
}

.s-ecommerce-buy::-webkit-scrollbar-thumb,.s-ecommerce-buy ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 1px hsla(0,0%,100%,.5)
}

@media screen and (max-width: 727px) {
  .s-ecommerce-buy {
      height:100%;
      overflow: auto
  }

  .s-ecommerce-buy .buy-panel {
      width: 100%
  }
}

@-webkit-keyframes add-item {
  0% {
      -webkit-transform: rotateX(0deg) scaleY(1);
      transform: rotateX(0deg) scaleY(1)
  }

  75% {
      -webkit-transform: rotateX(-35deg) scaleY(1.6);
      transform: rotateX(-35deg) scaleY(1.6)
  }

  to {
      -webkit-transform: rotateX(0deg) scaleY(1);
      transform: rotateX(0deg) scaleY(1)
  }
}

@keyframes add-item {
  0% {
      -webkit-transform: rotateX(0deg) scaleY(1);
      transform: rotateX(0deg) scaleY(1)
  }

  75% {
      -webkit-transform: rotateX(-35deg) scaleY(1.6);
      transform: rotateX(-35deg) scaleY(1.6)
  }

  to {
      -webkit-transform: rotateX(0deg) scaleY(1);
      transform: rotateX(0deg) scaleY(1)
  }
}

.s-ecommerce-shopping-cart-wrapper {
  display: none
}

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart {
  display: block
}

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart .s-ecommerce-shopping-cart {
  right: 70px
}

.s-ecommerce-shopping-cart-wrapper.new-shopping-cart.float-shopping-cart .s-ecommerce-shopping-cart {
  right: 10px
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart {
  position: fixed;
  z-index: 220;
  right: 10px;
  top: 10px;
  padding: 2px 17px;
  height: 40px;
  border-radius: 100px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  cursor: pointer
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-brief .fa {
  position: relative;
  top: 1px;
  padding-right: 8px;
  font-size: 18px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-brief .item-number {
  padding-right: 5px;
  font-weight: 600
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart .cart-hint-text {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  cursor: pointer
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart span {
  font-weight: 600
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  top: auto!important;
  z-index: 220;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  background: #ebebeb;
  font-family: brandon,sans-serif
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(sxl),.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh),.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .cart-brief {
  margin-left: 20px
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .cart-brief .item-number {
  padding-right: 5px;
  color: #fb7d2b
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .fa {
  padding-right: 8px;
  font-size: 18px;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile.add-item-animation .fa {
  -webkit-animation: add-item .7s;
  animation: add-item .7s
}

.s-ecommerce-shopping-cart .fa-shopping-cart {
  margin-right: 8px
}

.menu-dropdown .fa-angle-down {
  margin-left: 4px
}

.s-ecommerce-nav-shopping-cart-wrapper.hidden {
  display: none!important
}

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart {
  cursor: pointer
}

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart .fa {
  margin-right: 5px;
  display: inline;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.s-ecommerce-nav-shopping-cart-wrapper .s-ecommerce-shopping-cart.add-item-animation .fa,.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart.add-item-animation .fa {
  -webkit-animation: add-item .7s;
  animation: add-item .7s
}

.s-ecommerce-animation-item {
  position: fixed;
  z-index: 410;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  background: #fff
}

.s-category-bar .category-list .category-link-item.selected {
  color: #62418d
}

.s-category-bar .category-list .category-link-item.selected.selected:after {
  background: #62418d
}

.s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item:not(.no-hover),.s-ecommerce-card-view-card-price {
  color: #62418d
}

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-options {
  color: #000;
  font-size: 20px;
  margin: 10px 0
}

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-pricing {
  color: #62418d
}

.s-ecommerce-row-view-product .s-ecommerce-row-view-product-thumbnail-list ul li.current {
  border: 2px solid #62418d
}

.s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper .slider-dot {
  border: 1px solid #62418d
}

.s-ecommerce-row-view-product .slider-wrapper .slider-dot-wrapper .slider-dot.selected {
  background: #62418d
}

.s-ecommerce-row-view-product .mobile-select .price-label {
  color: #62418d
}

.s-ecommerce-row-view-product .mobile-select .variation-item.selected {
  border: 1px solid #62418d;
  background: #62418d;
  color: #fff
}

.s-ecommerce-row-view-product .mobile-select .add-btn {
  background: #62418d
}

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-card .s-ecommerce-card-view-card-stock-warning {
  background: #62418d;
  color: #fff
}

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .back-btn,.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .next-product-btn,.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .prev-product-btn {
  cursor: pointer;
  color: #62418d
}

.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .back-btn:hover,.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .next-product-btn:hover,.s-ecommerce-card-view-wrapper .s-ecommerce-card-view-detail .s-ecommerce-card-view-detail-header .prev-product-btn:hover {
  color: #764ea9
}

.fixed-login-container,.fixed-login-container.hovered,.fixed-multi-lang-container,.fixed-multi-lang-container.hovered,.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart,.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart.hovered {
  background: #62418d
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart:hover {
  background: #6c489b
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile {
  background: #f2f2f2;
  border-top: 1px solid #c2c2c2
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn {
  padding: 0 15px;
  background: #62418d;
  color: #fff
}

.s-ecommerce-shopping-cart-wrapper .s-ecommerce-shopping-cart-mobile .check-btn .fa {
  padding: 0;
  margin-left: 5px
}

.s-ecommerce-animation-item {
  border: 2px solid #62418d;
  color: #62418d
}

.fixed-login-container {
  display: none
}

.free-shipping-panel {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
  color: #a9aeb2;
  font-family: open_sans,Open Sans,sans-serif
}

.free-shipping-panel .shipping-icon {
  margin-right: 6px
}

@media screen and (min-width: 728px) {
  #fixedContainer {
      display:-webkit-flex;
      display: flex;
      position: fixed;
      z-index: 110;
      top: 10px;
      right: 150px
  }

  .fixed-login-container,.fixed-multi-lang-container {
      display: block;
      border-radius: 100px;
      color: #fff;
      line-height: 38px;
      list-style-type: none;
      margin-left: 14px
  }

  .fixed-login-container .s-nav-dropdown,.fixed-multi-lang-container .s-nav-dropdown {
      height: 42px;
      line-height: 42px
  }

  .fixed-login-container .s-nav-dropdown ul a,.fixed-multi-lang-container .s-nav-dropdown ul a {
      color: #636972
  }

  .fixed-login-container .login-container,.fixed-multi-lang-container .login-container {
      padding: 2px 17px;
      border-radius: 100px;
      color: #fff;
      line-height: 38px;
      list-style-type: none
  }

  .fixed-login-container ul.s-nav-item,.fixed-multi-lang-container ul.s-nav-item {
      background: #fff;
      display: none;
      position: absolute;
      left: 0;
      border-radius: 4px;
      border: 1px solid #8d949c
  }

  .fixed-login-container ul.s-nav-item li,.fixed-multi-lang-container ul.s-nav-item li {
      line-height: 28px;
      white-space: nowrap;
      cursor: pointer
  }

  .fixed-login-container ul.s-nav-item li:first-child,.fixed-multi-lang-container ul.s-nav-item li:first-child {
      border-bottom: 1px solid #a9aeb2
  }

  .fixed-login-container ul.s-nav-item li a,.fixed-multi-lang-container ul.s-nav-item li a {
      padding: 5px 8px
  }

  .fixed-login-container:hover ul.s-nav-item,.fixed-multi-lang-container:hover ul.s-nav-item {
      display: block
  }

  .fixed-multi-lang-container {
      padding: 0 17px;
      border-radius: 100px;
      color: #fff;
      line-height: 38px;
      list-style-type: none
  }

  .fixed-multi-lang-container .s-nav-item-temp {
      display: block
  }

  .fixed-multi-lang-container .s-nav-dropdown {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center
  }

  .fixed-multi-lang-container .s-nav-dropdown ul.s-nav-item-temp {
      top: 40px;
      right: 0;
      left: auto
  }
}

@media screen and (max-width: 727px) {
  #fixedMultiLangSwitcher,#langSwitcherContainer,#loginContainer,.fixed-login-container {
      display:none
  }
}

#langSwitcherContainer,#loginContainer {
  display: inline;
  white-space: nowrap
}

#loginContainer .name-item {
  border-bottom: 1px solid rgba(0,0,0,.2)
}

#langSwitcherContainer .s-nav-dropdown ul {
  margin-top: 0
}

#langSwitcherContainer .name-item {
  border-bottom: 1px solid rgba(0,0,0,.2)
}

.s-ecommerce-shopping-cart-wrapper.no-cart+.fixed-login-container {
  right: 10px
}

.s-social-feed {
  clear: both
}

.s-social-feed .s-component-content .s-feeds-list {
  box-sizing: border-box
}

.s-social-feed .s-component-content .s-feeds-list img {
  border-radius: 2px
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title .fa {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-title .name {
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle
}

.s-social-feed .s-component-content .s-feeds-list .read-more {
  display: inline-block;
  margin-top: 20px;
  clear: both;
  color: #1bb0e6;
  font-size: 14px
}

.s-social-feed .s-component-content .s-feeds-list .read-more:hover {
  color: #1fccff
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item {
  margin-bottom: 20px;
  overflow: hidden
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item:last-of-type {
  margin-bottom: 0
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-account {
  font-weight: 700
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text {
  float: left;
  max-width: 55%;
  vertical-align: top;
  word-wrap: break-word
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text .s-feed-text-main a {
  font-weight: 300
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text.no-img {
  width: 100%;
  max-width: 100%
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper {
  float: right;
  padding-left: 15px;
  width: 45%;
  box-sizing: border-box
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a {
  display: inline-block;
  font-size: 0
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: .2s
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a:hover:after {
  background: hsla(0,0%,100%,.2)
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 30px;
  background: #999;
  background: rgba(50,50,50,.6)
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper a .play-button .after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -10px;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-width: 10px 0 10px 20px
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom {
  margin-top: 5px;
  font-size: 14px
}

.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom a {
  color: #636972;
  text-decoration: underline;
  font-weight: 300
}

.s-social-feed .s-component-content .s-feeds-list.twelve {
  box-sizing: content-box
}

.s-social-feed .s-component-content .s-feeds-list.twelve .s-feed-content .s-feed-text {
  max-width: 65%
}

.s-social-feed .s-component-content .s-feeds-list.twelve .s-feed-content .s-feed-image-wrapper {
  width: 35%
}

.s-social-feed .s-component-content .s-feeds-list.eight,.s-social-feed .s-component-content .s-feeds-list.four,.s-social-feed .s-component-content .s-feeds-list.six,.s-social-feed .s-component-content .s-feeds-list.third {
  padding: 0 10px
}

.s-social-feed .s-component-content .s-feeds-list.eight:first-child,.s-social-feed .s-component-content .s-feeds-list.four:first-child,.s-social-feed .s-component-content .s-feeds-list.six:first-child,.s-social-feed .s-component-content .s-feeds-list.third:first-child {
  padding-left: 0
}

.s-social-feed .s-component-content .s-feeds-list.eight:last-child,.s-social-feed .s-component-content .s-feeds-list.four:last-child,.s-social-feed .s-component-content .s-feeds-list.six:last-child,.s-social-feed .s-component-content .s-feeds-list.third:last-child {
  padding-right: 0
}

.s-social-feed .s-component-content .s-feeds-list.four .s-feeds-item .s-feed-content .s-feed-text,.s-social-feed .s-component-content .s-feeds-list.third .s-feeds-item .s-feed-content .s-feed-text {
  width: 100%;
  max-width: 100%
}

.s-social-feed .s-component-content .s-feeds-list.four .s-feeds-item .s-feed-content .s-feed-image-wrapper,.s-social-feed .s-component-content .s-feeds-list.third .s-feeds-item .s-feed-content .s-feed-image-wrapper {
  display: none
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-title .fa {
  color: #3b5998
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-item .s-feed-account {
  margin-bottom: 10px;
  font-weight: 700
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-facebook .s-feeds-item .s-feed-account img {
  margin-right: 10px;
  vertical-align: middle
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-title .fa {
  color: #55acee
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account {
  margin-bottom: 10px
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account img {
  margin-right: 10px;
  vertical-align: middle
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-account .username {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted {
  color: #636972;
  margin-top: 10px
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted .fa {
  margin: 0 5px
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-twitter .s-feeds-item .s-feed-content .s-feed-text-retweeted .fa:first-child {
  margin-left: 0
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-title .fa {
  color: #4b7ba2
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item {
  width: 31%;
  margin: 0 2% 2% 0;
  float: left;
  font-size: 0
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a {
  position: relative;
  font-size: 0
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a:after {
  content: " ";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: .2s
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a:hover:after {
  background: hsla(0,0%,100%,.2)
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a {
  display: inline-block;
  padding-bottom: 100%;
  width: 100%;
  height: 0
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .s-instagram-picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 30px;
  background: #999;
  background: rgba(50,50,50,.6)
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item a .play-button .after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -10px;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-width: 10px 0 10px 20px
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.sixteen .s-feeds-item,.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.twelve .s-feeds-item {
  width: 24%;
  margin: 1% 1% 0 0
}

.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.four .s-feeds-item,.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram.third .s-feeds-item {
  width: 48%;
  margin: 2% 2% 0 0
}

.s-social-feed .s-component-content .empty-placeholder {
  display: block;
  text-align: center
}

.s-social-feed .s-component-content .empty-placeholder .fa {
  margin-right: 10px
}

@media only screen and (max-width: 727px) {
  .s-component.s-social-feed .s-component-content .s-feeds-list {
      padding:0
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list.columns {
      margin-top: 50px
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list.columns:first-child {
      margin-top: 0
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-text {
      float: none;
      width: 100%;
      max-width: 100%
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-content .s-feed-image-wrapper {
      display: block;
      margin-top: 10px;
      float: none;
      width: 100%;
      padding: 0
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list .s-feeds-item .s-feed-text-bottom {
      font-size: inherit
  }

  .s-component.s-social-feed .s-component-content .s-feeds-list.s-feeds-list-instagram .s-feeds-item {
      width: 48%;
      margin: 1%
  }

  .s-slider-section-s5 {
      padding-top: 0!important
  }
}

.s-bg-video-mixin:before {
  z-index: 2
}

.s-bg-video-mixin.no-bg {
  background: none!important
}

.s-bg-video-mixin .video-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.s-bg-video-mixin .video-bg-wrap iframe {
  z-index: 1;
  opacity: 0;
  transition: .3s
}

.s-bg-video-mixin .video-bg-wrap video::\--webkit-media-controls-play-button,.s-bg-video-mixin .video-bg-wrap video::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none
}

.s-bg-video-mixin .video-bg-wrap video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none
}

.s-bg-video-mixin .video-bg-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.s-bg-overlay {
  position: relative
}

.s-bg-overlay:before {
  content: "";
  display: block!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.39);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.s-bg-image._animate-background {
  -moz-transform: none
}

.s-grid-section-repeatable-container .s-bg-image._animate-background {
  -webkit-transform: none;
  transform: none
}

.background-image .background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in .2s;
  opacity: 1;
  background-color: #181818
}

.background-image .overlay-dark {
  background-color: #fff
}

.background-image .overlay-light {
  background-color: #181818
}

.background-image .loaded {
  opacity: 0
}

.s-section {
  padding: 80px 0;
  color: #50555c
}

.s-section,.s-section .s-component.s-text .s-component-content,.s-section .s-component.s-text .s-component-content a,.s-section .s-component.s-text .s-component-content div,.s-section .s-component.s-text .s-component-content em,.s-section .s-component.s-text .s-component-content li,.s-section .s-component.s-text .s-component-content p,.s-section .s-component.s-text .s-component-content span,.s-section .s-component.s-text .s-component-content strong {
  line-height: 1.45
}

.product-sxl .s-section,.product-sxl .s-section .s-component.s-text .s-component-content,.product-sxl .s-section .s-component.s-text .s-component-content a,.product-sxl .s-section .s-component.s-text .s-component-content div,.product-sxl .s-section .s-component.s-text .s-component-content em,.product-sxl .s-section .s-component.s-text .s-component-content li,.product-sxl .s-section .s-component.s-text .s-component-content p,.product-sxl .s-section .s-component.s-text .s-component-content span,.product-sxl .s-section .s-component.s-text .s-component-content strong {
  line-height: 1.7
}

.s-section.s-bg-light-text,.s-section.s-bg-light-text-override {
  color: #fff
}

.s-section.s-bg-light-text-override .s-component.s-text .s-component-content a,.s-section.s-bg-light-text-override .s-terms-link a,.s-section.s-bg-light-text .s-component.s-text .s-component-content a,.s-section.s-bg-light-text .s-terms-link a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.s-section.s-bg-light-text-override .s-component.s-text .s-component-content a:focus,.s-section.s-bg-light-text-override .s-terms-link a:focus,.s-section.s-bg-light-text .s-component.s-text .s-component-content a:focus,.s-section.s-bg-light-text .s-terms-link a:focus {
  outline: thin dotted
}

.s-section.s-bg-light-text-override .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-bg-light-text-override .s-component.s-text .s-component-content [class^=s-text-color-] a,.s-section.s-bg-light-text .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-bg-light-text .s-component.s-text .s-component-content [class^=s-text-color-] a {
  color: inherit;
  border-bottom-color: inherit
}

.s-section.s-bg-light-text-override .s-blog .s-blog-col-foot a,.s-section.s-bg-light-text-override .s-blog a.s-blog-read-more-link,.s-section.s-bg-light-text .s-blog .s-blog-col-foot a,.s-section.s-bg-light-text .s-blog a.s-blog-read-more-link {
  color: #fff
}

.s-section.s-bg-light-text-override .s-blog .s-blog-col-foot a:focus,.s-section.s-bg-light-text .s-blog .s-blog-col-foot a:focus {
  outline: thin dotted
}

.s-section.s-bg-light-text-override .s-html-component .s-component-content a,.s-section.s-bg-light-text .s-html-component .s-component-content a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.s-section.s-bg-light-text-override .s-html-component .s-component-content a:focus,.s-section.s-bg-light-text .s-html-component .s-component-content a:focus {
  outline: thin dotted
}

.s-section.s-bg-light-text-override .s-blog-details-blurb,.s-section.s-bg-light-text-override .s-blog-info,.s-section.s-bg-light-text-override .s-blog-title,.s-section.s-bg-light-text-override .s-ecommerce-card-view-card-name,.s-section.s-bg-light-text-override .s-ecommerce-card-view-card-price,.s-section.s-bg-light-text-override .s-item-subtitle,.s-section.s-bg-light-text-override .s-item-text,.s-section.s-bg-light-text-override .s-item-title,.s-section.s-bg-light-text-override .s-subtitle,.s-section.s-bg-light-text-override .s-title,.s-section.s-bg-light-text .s-blog-details-blurb,.s-section.s-bg-light-text .s-blog-info,.s-section.s-bg-light-text .s-blog-title,.s-section.s-bg-light-text .s-ecommerce-card-view-card-name,.s-section.s-bg-light-text .s-ecommerce-card-view-card-price,.s-section.s-bg-light-text .s-item-subtitle,.s-section.s-bg-light-text .s-item-text,.s-section.s-bg-light-text .s-item-title,.s-section.s-bg-light-text .s-subtitle,.s-section.s-bg-light-text .s-title {
  color: #fff
}

.s-section.s-bg-light-text-override .s-category-bar,.s-section.s-bg-light-text .s-category-bar {
  border-color: hsla(0,0%,100%,.2)
}

.s-section.s-bg-light-text-override .s-category-bar .category-list .category-link-item,.s-section.s-bg-light-text .s-category-bar .category-list .category-link-item {
  color: hsla(0,0%,100%,.7)
}

.s-section.s-bg-light-text-override .s-category-bar .category-list .show-more-link,.s-section.s-bg-light-text .s-category-bar .category-list .show-more-link {
  color: hsla(0,0%,100%,.7);
  border-color: hsla(0,0%,100%,.2)
}

.s-section.s-bg-dark-text {
  color: #222
}

.s-section.s-bg-dark-text .s-component.s-text .s-component-content a,.s-section.s-bg-dark-text .s-terms-link a {
  color: #222;
  border-bottom: 1px solid #222
}

.s-section.s-bg-dark-text .s-component.s-text .s-component-content a:focus,.s-section.s-bg-dark-text .s-terms-link a:focus {
  outline: thin dotted
}

.s-section.s-bg-dark-text .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-bg-dark-text .s-component.s-text .s-component-content [class^=s-text-color-] a {
  color: inherit;
  border-bottom-color: inherit
}

.s-section.s-bg-dark-text .s-blog .s-blog-col-foot a,.s-section.s-bg-dark-text .s-blog a.s-blog-read-more-link {
  color: #222
}

.s-section.s-bg-dark-text .s-blog .s-blog-col-foot a:focus {
  outline: thin dotted
}

.s-section.s-bg-dark-text .s-html-component .s-component-content a {
  color: #222;
  border-bottom: 1px solid #222
}

.s-section.s-bg-dark-text .s-html-component .s-component-content a:focus {
  outline: thin dotted
}

.s-section.s-bg-dark-text .s-blog-details-blurb,.s-section.s-bg-dark-text .s-blog-info,.s-section.s-bg-dark-text .s-blog-title,.s-section.s-bg-dark-text .s-ecommerce-card-view-card-name,.s-section.s-bg-dark-text .s-ecommerce-card-view-card-price,.s-section.s-bg-dark-text .s-item-subtitle,.s-section.s-bg-dark-text .s-item-text,.s-section.s-bg-dark-text .s-item-title,.s-section.s-bg-dark-text .s-subtitle,.s-section.s-bg-dark-text .s-title {
  color: #222
}

.s-section.s-bg-dark-text .s-category-bar {
  border-color: rgba(34,34,34,.2)
}

.s-section.s-bg-dark-text .s-category-bar .category-list .category-link-item {
  color: rgba(34,34,34,.7)
}

.s-section.s-bg-dark-text .s-category-bar .category-list .show-more-link {
  color: rgba(34,34,34,.7);
  border-color: rgba(34,34,34,.2)
}

.s-section.s-bg-video:before,.s-section.video-bg:before {
  z-index: 2
}

.s-section.s-bg-video.no-bg,.s-section.video-bg.no-bg {
  background: none!important
}

.s-section.s-bg-video .video-bg-wrap,.s-section.video-bg .video-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.s-section.s-bg-video .video-bg-wrap iframe,.s-section.video-bg .video-bg-wrap iframe {
  z-index: 1;
  opacity: 0;
  transition: .3s
}

.s-section.s-bg-video .video-bg-wrap video::\--webkit-media-controls-play-button,.s-section.s-bg-video .video-bg-wrap video::-webkit-media-controls-panel,.s-section.video-bg .video-bg-wrap video::\--webkit-media-controls-play-button,.s-section.video-bg .video-bg-wrap video::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none
}

.s-section.s-bg-video .video-bg-wrap video::-webkit-media-controls-start-playback-button,.s-section.video-bg .video-bg-wrap video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none
}

.s-section.s-bg-video .video-bg-wrap:after,.s-section.video-bg .video-bg-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.s-last-section-no-footer .s-section:after {
  content: " ";
  height: 100px;
  display: block
}

@media only screen and (max-width: 727px) {
  .s-section {
      padding:40px 0
  }

  .s-section.s-top-padding-half {
      padding-top: 20px
  }

  .s-section.s-top-padding-none {
      padding-top: 0
  }

  .s-section.s-bottom-padding-half {
      padding-bottom: 20px
  }

  .s-section.s-bottom-padding-none {
      padding-bottom: 0
  }

  .s-section.s-footer-section {
      padding: 40px 0 80px
  }

  .s-section.s-footer-section.s-top-padding-half {
      padding-top: 20px
  }

  .s-section.s-footer-section.s-top-padding-none {
      padding-top: 0
  }

  .s-section.s-footer-section.s-bottom-padding-half {
      padding-bottom: 40px
  }

  .s-section.s-footer-section.s-bottom-padding-none {
      padding-bottom: 0
  }

  .s-last-section-no-footer .s-section:after {
      height: 60px
  }

  .s-section.s-hero-section .s-title-group.s-title-group-show-button-container {
      height: auto;
      top: -3px;
      padding: 0 5px
  }
}

.s-section .s-title-group {
  margin-bottom: 30px;
  position: relative
}

.s-section .s-title-group.s-title-group-show-button-container {
  margin-bottom: 30px!important
}

.s-section .s-title-group.s-only-title-group {
  margin-bottom: 0
}

.s-section .s-title-group .s-title {
  line-height: 1.2;
  margin-bottom: 15px
}

.s-section .s-title-group .s-title .s-component.s-text .s-component-content,.s-section .s-title-group .s-title .s-component.s-text .s-component-content a,.s-section .s-title-group .s-title .s-component.s-text .s-component-content div,.s-section .s-title-group .s-title .s-component.s-text .s-component-content em,.s-section .s-title-group .s-title .s-component.s-text .s-component-content li,.s-section .s-title-group .s-title .s-component.s-text .s-component-content p,.s-section .s-title-group .s-title .s-component.s-text .s-component-content span,.s-section .s-title-group .s-title .s-component.s-text .s-component-content strong {
  line-height: 1.2
}

.product-sxl .s-section .s-title-group .s-title,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content a,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content div,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content em,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content li,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content p,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content span,.product-sxl .s-section .s-title-group .s-title .s-component.s-text .s-component-content strong {
  line-height: 1.4
}

.s-section .s-title-group .s-subtitle {
  margin-bottom: 10px
}

.product-sxl .s-section .s-title-group .s-subtitle,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content a,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content div,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content em,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content li,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content p,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content span,.product-sxl .s-section .s-title-group .s-subtitle .s-component.s-text .s-component-content strong {
  line-height: 1.6
}

.s-section .s-title-group.s-title-group-show-button-container {
  margin-bottom: 0
}

@media only screen and (min-width: 727px) {
  .s-section .s-title-group.s-title-group-show-button-container {
      position:relative;
      top: -30px;
      height: 1px;
      z-index: 91
  }
}

.s-section .s-item-text-group .s-item-title {
  margin-bottom: 5px
}

.product-sxl .s-section .s-item-text-group .s-item-title,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content a,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content div,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content em,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content li,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content p,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content span,.product-sxl .s-section .s-item-text-group .s-item-title .s-component.s-text .s-component-content strong {
  line-height: 1.5
}

.s-section .s-item-text-group .s-item-subtitle {
  margin-bottom: 5px
}

.s-section .s-repeatable {
  clear: both
}

.s-section.s-title-section .s-title-group {
  margin-bottom: 0
}

.s-section.s-title-section .s-title-group.s-title-group-show-button-container {
  top: -10px
}

.s-section.s-cta-section .s-media,.s-section.s-new-title-section .s-media,.s-section.s-title-section .s-media {
  margin-bottom: 30px
}

.s-section.s-cta-section .media-wrapper.left-align .s-ratio-box,.s-section.s-cta-section .media-wrapper .left-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper.left-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper .left-align .s-ratio-box,.s-section.s-title-section .media-wrapper.left-align .s-ratio-box,.s-section.s-title-section .media-wrapper .left-align .s-ratio-box {
  margin-left: 0;
  margin-right: auto
}

.s-section.s-cta-section .media-wrapper.center-align .s-ratio-box,.s-section.s-cta-section .media-wrapper .center-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper.center-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper .center-align .s-ratio-box,.s-section.s-title-section .media-wrapper.center-align .s-ratio-box,.s-section.s-title-section .media-wrapper .center-align .s-ratio-box {
  margin: 0 auto
}

.s-section.s-cta-section .media-wrapper.right-align .s-ratio-box,.s-section.s-cta-section .media-wrapper .right-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper.right-align .s-ratio-box,.s-section.s-new-title-section .media-wrapper .right-align .s-ratio-box,.s-section.s-title-section .media-wrapper.right-align .s-ratio-box,.s-section.s-title-section .media-wrapper .right-align .s-ratio-box {
  margin-right: 0;
  margin-left: auto
}

.s-section.s-media-section .s-repeatable-item,.s-section.s-rows-section .s-repeatable-item,.s-section.s-text-section .s-repeatable-item {
  margin-bottom: 35px
}

.s-section.s-media-section .s-repeatable-item.s-last-row,.s-section.s-media-section .s-repeatable-item:last-child,.s-section.s-rows-section .s-repeatable-item.s-last-row,.s-section.s-rows-section .s-repeatable-item:last-child,.s-section.s-text-section .s-repeatable-item.s-last-row,.s-section.s-text-section .s-repeatable-item:last-child {
  margin-bottom: 0
}

@media only screen and (max-width: 727px) {
  .s-section.s-media-section .s-repeatable-item.columns,.s-section.s-media-section .s-repeatable-item.columns.s-last-row,.s-section.s-media-section .s-repeatable-item.columns:last-child,.s-section.s-rows-section .s-repeatable-item.columns,.s-section.s-rows-section .s-repeatable-item.columns.s-last-row,.s-section.s-rows-section .s-repeatable-item.columns:last-child,.s-section.s-text-section .s-repeatable-item.columns,.s-section.s-text-section .s-repeatable-item.columns.s-last-row,.s-section.s-text-section .s-repeatable-item.columns:last-child {
      margin-bottom:35px
  }

  .s-section.s-media-section .s-item-media-group,.s-section.s-rows-section .s-item-media-group,.s-section.s-text-section .s-item-media-group {
      margin-bottom: 15px
  }
}

.s-section.s-block-section .s-repeatable-item.s-last-row,.s-section.s-block-section .s-repeatable-item:last-child {
  margin-bottom: 0
}

.s-section.s-media-section .s-layout-normal {
  text-align: center
}

.s-section.s-media-section .s-layout-normal .s-item-media-group {
  text-align: center;
  margin-bottom: 15px
}

.s-section.s-columns-section,.s-section.s-icons-section {
  text-align: center
}

.s-section.s-columns-section .s-item-media-group,.s-section.s-icons-section .s-item-media-group {
  margin-bottom: 15px
}

.s-section.s-columns-section .s-item-text-group,.s-section.s-icons-section .s-item-text-group {
  margin-top: 15px;
  margin-bottom: 35px
}

.s-section.s-columns-section .s-last-row .s-item-text-group,.s-section.s-icons-section .s-last-row .s-item-text-group {
  margin-bottom: 0
}

.s-section.s-columns-section .s-text-button,.s-section.s-icons-section .s-text-button,.s-section.s-info-section .s-text-button,.s-section.s-media-section .s-text-button,.s-section.s-rows-section .s-text-button,.s-section.s-text-section .s-text-button {
  margin-top: 15px
}

.s-section.s-icons-section .small-icons {
  width: auto!important;
  display: inline-block!important;
  float: none!important
}

.s-section.s-icons-section .small-icons .s-ratio-box,.s-section.s-icons-section .small-icons img {
  max-width: 110px
}

.s-section.s-text-section {
  text-align: center
}

.s-section.s-text-section .s-item-text-group {
  text-align: left
}

.s-section.s-info-section {
  text-align: center
}

.s-section.s-info-section .s-repeatable-item {
  margin-bottom: 25px
}

.s-section.s-info-section .s-repeatable-item.s-last-row {
  margin-bottom: 0
}

.s-section.s-info-section .s-info-box {
  text-align: left;
  border: 2px solid hsla(0,0%,100%,.7);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  padding: 20px 22px
}

.s-section.s-store-section.s-bg-gray .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-rail,.s-section.s-store-section.s-bg-gray .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-track {
  color: #c6c9cd;
  background: #c6c9cd
}

.s-section.s-store-section.s-bg-dark .product-filter-container .title {
  color: #fff
}

.s-section.s-store-section.s-bg-dark .product-filter-container .option,.s-section.s-store-section.s-bg-dark .product-filter-container .top-bar {
  border-bottom: 1px solid #4b5056
}

.s-section.s-store-section.s-bg-dark .product-filter-container .option .label,.s-section.s-store-section.s-bg-dark .product-filter-container .top-bar .label {
  color: #c6c9cd
}

.s-section.s-store-section.s-bg-dark .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-rail,.s-section.s-store-section.s-bg-dark .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-track {
  color: #636972;
  background: #636972
}

.s-section.s-store-section.s-bg-dark .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-mark-text {
  color: #a9aeb2
}

.s-section.s-store-section.s-bg-dark .product-filter-container .list .option .item.price-slider .s-kit-slider .s-kit-slider-handle {
  border: 1px solid #c6c9cd
}

.s-section.s-store-section.s-bg-image .product-filter-container,.s-section.s-store-section.s-bg-video .product-filter-container {
  background: #fff
}

.s-section.s-process-section .s-repeatable-item {
  margin-bottom: 50px
}

.s-section.s-process-section .s-repeatable-item.s-last-row {
  margin-bottom: 0
}

@media only screen and (min-width: 728px) {
  .s-section.s-process-section .s-repeatable-item.hide-linker-five.process-horizontal-layout:nth-child(5n) .process-item-linker,.s-section.s-process-section .s-repeatable-item.hide-linker-four.process-horizontal-layout:nth-child(4n) .process-item-linker,.s-section.s-process-section .s-repeatable-item.hide-linker-three.process-horizontal-layout:nth-child(3n) .process-item-linker {
      display:none;
      visibility: hidden
  }
}

.s-section.s-process-section .process-item-index {
  display: -webkit-inline-flex;
  display: inline-flex;
  border: 1px solid;
  width: 52px;
  height: 52px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 700
}

.s-section.s-process-section .s-item-text-group .s-item-title p {
  font-size: 24px;
  font-weight: 500
}

.s-section.s-process-section .s-item-text-group .s-item-text p {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: .4px
}

.s-section.s-process-section .process-horizontal-layout {
  display: inline;
  position: relative
}

.s-section.s-process-section .process-vertical-layout {
  text-align: center;
  display: -webkit-flex!important;
  display: flex!important;
  margin-left: auto!important;
  margin-right: auto!important
}

.s-section.s-process-section .process-vertical-layout .s-item-text,.s-section.s-process-section .process-vertical-layout .s-item-title {
  text-align: left
}

.s-section.s-process-section .process-vertical-layout .process-item-wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  margin-top: 11px
}

.s-section.s-process-section .process-vertical-layout .process-item-infos {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 20px;
  height: 100%
}

.s-section.s-process-section .process-vertical-layout.ui-sortable-helper {
  -webkit-transform: translateX(55%);
  transform: translateX(55%)
}

.s-section.s-cta-section,.s-section.s-new-title-section {
  text-align: center
}

.s-section.s-cta-section .s-title-group.s-title-group-show-button-container,.s-section.s-new-title-section .s-title-group.s-title-group-show-button-container {
  top: -20px
}

.s-section.s-cta-section .s-layout-mediaTop .s-media,.s-section.s-new-title-section .s-layout-mediaTop .s-media {
  margin-bottom: 30px
}

.s-section.s-cta-section .s-layout-mediaLeft .columns,.s-section.s-cta-section .s-layout-mediaLeft .s-title-group,.s-section.s-cta-section .s-layout-mediaRight .columns,.s-section.s-cta-section .s-layout-mediaRight .s-title-group,.s-section.s-cta-section .s-layout-skinny .columns,.s-section.s-cta-section .s-layout-skinny .s-title-group,.s-section.s-new-title-section .s-layout-mediaLeft .columns,.s-section.s-new-title-section .s-layout-mediaLeft .s-title-group,.s-section.s-new-title-section .s-layout-mediaRight .columns,.s-section.s-new-title-section .s-layout-mediaRight .s-title-group,.s-section.s-new-title-section .s-layout-skinny .columns,.s-section.s-new-title-section .s-layout-skinny .s-title-group {
  text-align: left
}

.s-section.s-cta-section .s-layout-skinny .s-title-group,.s-section.s-new-title-section .s-layout-skinny .s-title-group {
  margin-bottom: 0
}

.s-section.s-cta-section .s-layout-skinny .media-wrapper,.s-section.s-new-title-section .s-layout-skinny .media-wrapper {
  text-align: left
}

.s-section.s-cta-section .s-layout-skinny .media-wrapper.center-align,.s-section.s-new-title-section .s-layout-skinny .media-wrapper.center-align {
  text-align: center
}

.s-section.s-cta-section .s-layout-skinny .media-wrapper.right-align,.s-section.s-new-title-section .s-layout-skinny .media-wrapper.right-align {
  text-align: right
}

@media screen and (min-width: 727px) {
  .s-section.s-cta-section .s-layout-skinny .s-button-group,.s-section.s-new-title-section .s-layout-skinny .s-button-group {
      text-align:right
  }
}

.s-section.s-cta-section .s-layout-center .s-button-group,.s-section.s-cta-section .s-layout-mediaTop .s-button-group,.s-section.s-new-title-section .s-layout-center .s-button-group,.s-section.s-new-title-section .s-layout-mediaTop .s-button-group {
  padding: 15px 0
}

.s-section.s-cta-section .s-common-button,.s-section.s-new-title-section .s-common-button {
  text-align: center
}

.s-section.s-hero-section,.s-section.s-hero-section .s-title-group {
  text-align: left
}

.s-section.s-hero-section .s-title-group:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 727px) {
  .s-section.s-hero-section .s-component.s-media {
      margin-bottom:15px
  }
}

@media only screen and (min-width: 728px) {
  .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field {
      width:140px;
      margin-right: 10px
  }

  .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field:last-child {
      margin-right: 0
  }

  .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field input[type=text],.s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field textarea {
      width: 120px
  }

  .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-inputs-group.s-email-form-small-fields-2 .s-email-form-field.s-submit-field {
      width: auto
  }

  .s-section.s-hero-section .s-email-form-container .s-signup-form .s-email-form-fields-group .s-email-form-field {
      margin-left: 0
  }
}

.s-section .s-custom-form-container .s-title {
  font-size: 30px
}

.s-section .s-custom-form-container .s-subtitle {
  font-size: 16px
}

.s-section .s-custom-form-container .s-form-field {
  margin-bottom: 5px
}

.s-section .s-custom-form-container .s-form-field .radio-field {
  padding: 0
}

.s-section .s-custom-form-container .s-form-field .form-field-error.error {
  margin: 0
}

.s-section .s-custom-form-container .s-form-field-panel .s-form-field {
  text-align: left
}

.s-section .s-custom-form-container .form-field-error {
  color: #e64751;
  line-height: 1.2;
  margin-top: 10px;
  font-size: 14px
}

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field input[type=text],.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field textarea {
  width: 100%;
  max-width: 100%
}

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field label {
  font-size: 14px;
  line-height: 1.2;
  position: static;
  width: 50%;
  color: #636972;
  overflow: initial
}

.s-section .s-custom-form-container .s-email-form-fields-group .s-email-form-field .no-wrap-field label {
  width: 100%
}

.s-section .s-custom-form-container .s-email-form-button .loading-icon {
  margin-right: 4px
}

@media screen and (max-width: 727px) {
  .s-section.s-new-hero-section .empty-media {
      display:none
  }
}

.s-section.s-signup-section .s-email-form-container {
  padding: 15px 0
}

.s-section.s-hero-section .s-image-wrapper .s-image-item,.s-section.s-signup-section .s-image-wrapper .s-image-item {
  display: inline-block;
  zoom:1;vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px
}

.s-section.s-hero-section .s-image-wrapper .s-image-item.middle,.s-section.s-signup-section .s-image-wrapper .s-image-item.middle {
  vertical-align: middle
}

@media only screen and (max-width: 479px) {
  .s-section.s-hero-section .s-image-wrapper .s-image-item,.s-section.s-signup-section .s-image-wrapper .s-image-item {
      margin-bottom:10px
  }
}

.s-section.s-slider-section {
  padding-top: 0;
  padding-bottom: 0
}

.s-section.s-slider-section :not(.cke_editable):not(.cke_editable *) {
  min-height: 0;
  min-width: 0
}

@media screen and (min-width: 728px) {
  .s-section.s-slider-section .left .cta-button-wrapper,.s-section.s-slider-section .left .s-title-group,.s-section.s-slider-section .right .cta-button-wrapper,.s-section.s-slider-section .right .s-title-group {
      text-align:left
  }

  .s-section.s-slider-section .left .cta-button-wrapper.center-align,.s-section.s-slider-section .right .cta-button-wrapper.center-align {
      text-align: center
  }

  .s-section.s-slider-section .left .cta-button-wrapper.left-align,.s-section.s-slider-section .right .cta-button-wrapper.left-align {
      text-align: left
  }

  .s-section.s-slider-section .left .cta-button-wrapper.right-align,.s-section.s-slider-section .right .cta-button-wrapper.right-align {
      text-align: right
  }
}

@media screen and (max-width: 727px) {
  .s-section.s-slider-section .s-component.s-media {
      max-width:80%;
      margin: 0 auto 15px
  }
}

.s-section.s-slider-section .noImage,.s-section.s-slider-section .noImage .s-title {
  text-align: center
}

.s-section.s-slider-section .slider-container .slide-selectors {
  transition: opacity .4s
}

.s-section.s-slider-section .slider-container .next-button,.s-section.s-slider-section .slider-container .prev-button {
  transition: padding .6s ease-in-out,background .2s,opacity .2s
}

.s-section.s-slider-section .slider-container.loading .slider .item {
  display: none
}

.s-section.s-slider-section .slider-container.loading .slider .item:first-of-type {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px
}

.s-section.s-slider-section .slider-container.loading .next-button,.s-section.s-slider-section .slider-container.loading .prev-button,.s-section.s-slider-section .slider-container.loading .slide-selectors {
  opacity: 0
}

.s-section.s-slider-section .item.s-bg-light-text,.s-section.s-slider-section .item.s-bg-light-text-override {
  color: #fff
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-component.s-text .s-component-content a,.s-section.s-slider-section .item.s-bg-light-text-override .s-terms-link a,.s-section.s-slider-section .item.s-bg-light-text .s-component.s-text .s-component-content a,.s-section.s-slider-section .item.s-bg-light-text .s-terms-link a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-component.s-text .s-component-content a:focus,.s-section.s-slider-section .item.s-bg-light-text-override .s-terms-link a:focus,.s-section.s-slider-section .item.s-bg-light-text .s-component.s-text .s-component-content a:focus,.s-section.s-slider-section .item.s-bg-light-text .s-terms-link a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-slider-section .item.s-bg-light-text-override .s-component.s-text .s-component-content [class^=s-text-color-] a,.s-section.s-slider-section .item.s-bg-light-text .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-slider-section .item.s-bg-light-text .s-component.s-text .s-component-content [class^=s-text-color-] a {
  color: inherit;
  border-bottom-color: inherit
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-blog .s-blog-col-foot a,.s-section.s-slider-section .item.s-bg-light-text-override .s-blog a.s-blog-read-more-link,.s-section.s-slider-section .item.s-bg-light-text .s-blog .s-blog-col-foot a,.s-section.s-slider-section .item.s-bg-light-text .s-blog a.s-blog-read-more-link {
  color: #fff
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-blog .s-blog-col-foot a:focus,.s-section.s-slider-section .item.s-bg-light-text .s-blog .s-blog-col-foot a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-html-component .s-component-content a,.s-section.s-slider-section .item.s-bg-light-text .s-html-component .s-component-content a {
  color: #fff;
  border-bottom: 1px solid #fff
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-html-component .s-component-content a:focus,.s-section.s-slider-section .item.s-bg-light-text .s-html-component .s-component-content a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-blog-details-blurb,.s-section.s-slider-section .item.s-bg-light-text-override .s-blog-info,.s-section.s-slider-section .item.s-bg-light-text-override .s-blog-title,.s-section.s-slider-section .item.s-bg-light-text-override .s-ecommerce-card-view-card-name,.s-section.s-slider-section .item.s-bg-light-text-override .s-ecommerce-card-view-card-price,.s-section.s-slider-section .item.s-bg-light-text-override .s-item-subtitle,.s-section.s-slider-section .item.s-bg-light-text-override .s-item-text,.s-section.s-slider-section .item.s-bg-light-text-override .s-item-title,.s-section.s-slider-section .item.s-bg-light-text-override .s-subtitle,.s-section.s-slider-section .item.s-bg-light-text-override .s-title,.s-section.s-slider-section .item.s-bg-light-text .s-blog-details-blurb,.s-section.s-slider-section .item.s-bg-light-text .s-blog-info,.s-section.s-slider-section .item.s-bg-light-text .s-blog-title,.s-section.s-slider-section .item.s-bg-light-text .s-ecommerce-card-view-card-name,.s-section.s-slider-section .item.s-bg-light-text .s-ecommerce-card-view-card-price,.s-section.s-slider-section .item.s-bg-light-text .s-item-subtitle,.s-section.s-slider-section .item.s-bg-light-text .s-item-text,.s-section.s-slider-section .item.s-bg-light-text .s-item-title,.s-section.s-slider-section .item.s-bg-light-text .s-subtitle,.s-section.s-slider-section .item.s-bg-light-text .s-title {
  color: #fff
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-category-bar,.s-section.s-slider-section .item.s-bg-light-text .s-category-bar {
  border-color: hsla(0,0%,100%,.2)
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-category-bar .category-list .category-link-item,.s-section.s-slider-section .item.s-bg-light-text .s-category-bar .category-list .category-link-item {
  color: hsla(0,0%,100%,.7)
}

.s-section.s-slider-section .item.s-bg-light-text-override .s-category-bar .category-list .show-more-link,.s-section.s-slider-section .item.s-bg-light-text .s-category-bar .category-list .show-more-link {
  color: hsla(0,0%,100%,.7);
  border-color: hsla(0,0%,100%,.2)
}

.s-section.s-slider-section .item.s-bg-dark-text {
  color: #222
}

.s-section.s-slider-section .item.s-bg-dark-text .s-component.s-text .s-component-content a,.s-section.s-slider-section .item.s-bg-dark-text .s-terms-link a {
  color: #222;
  border-bottom: 1px solid #222
}

.s-section.s-slider-section .item.s-bg-dark-text .s-component.s-text .s-component-content a:focus,.s-section.s-slider-section .item.s-bg-dark-text .s-terms-link a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-dark-text .s-component.s-text .s-component-content [class*=" s-text-color-"] a,.s-section.s-slider-section .item.s-bg-dark-text .s-component.s-text .s-component-content [class^=s-text-color-] a {
  color: inherit;
  border-bottom-color: inherit
}

.s-section.s-slider-section .item.s-bg-dark-text .s-blog .s-blog-col-foot a,.s-section.s-slider-section .item.s-bg-dark-text .s-blog a.s-blog-read-more-link {
  color: #222
}

.s-section.s-slider-section .item.s-bg-dark-text .s-blog .s-blog-col-foot a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-dark-text .s-html-component .s-component-content a {
  color: #222;
  border-bottom: 1px solid #222
}

.s-section.s-slider-section .item.s-bg-dark-text .s-html-component .s-component-content a:focus {
  outline: thin dotted
}

.s-section.s-slider-section .item.s-bg-dark-text .s-blog-details-blurb,.s-section.s-slider-section .item.s-bg-dark-text .s-blog-info,.s-section.s-slider-section .item.s-bg-dark-text .s-blog-title,.s-section.s-slider-section .item.s-bg-dark-text .s-ecommerce-card-view-card-name,.s-section.s-slider-section .item.s-bg-dark-text .s-ecommerce-card-view-card-price,.s-section.s-slider-section .item.s-bg-dark-text .s-item-subtitle,.s-section.s-slider-section .item.s-bg-dark-text .s-item-text,.s-section.s-slider-section .item.s-bg-dark-text .s-item-title,.s-section.s-slider-section .item.s-bg-dark-text .s-subtitle,.s-section.s-slider-section .item.s-bg-dark-text .s-title {
  color: #222
}

.s-section.s-slider-section .item.s-bg-dark-text .s-category-bar {
  border-color: rgba(34,34,34,.2)
}

.s-section.s-slider-section .item.s-bg-dark-text .s-category-bar .category-list .category-link-item {
  color: rgba(34,34,34,.7)
}

.s-section.s-slider-section .item.s-bg-dark-text .s-category-bar .category-list .show-more-link {
  color: rgba(34,34,34,.7);
  border-color: rgba(34,34,34,.2)
}

.s-section.s-slider-section .item.s-bg-video:before,.s-section.s-slider-section .item.video-bg:before {
  z-index: 2
}

.s-section.s-slider-section .item.s-bg-video.no-bg,.s-section.s-slider-section .item.video-bg.no-bg {
  background: none!important
}

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap,.s-section.s-slider-section .item.video-bg .video-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap iframe,.s-section.s-slider-section .item.video-bg .video-bg-wrap iframe {
  z-index: 1;
  opacity: 0;
  transition: .3s
}

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap video::\--webkit-media-controls-play-button,.s-section.s-slider-section .item.s-bg-video .video-bg-wrap video::-webkit-media-controls-panel,.s-section.s-slider-section .item.video-bg .video-bg-wrap video::\--webkit-media-controls-play-button,.s-section.s-slider-section .item.video-bg .video-bg-wrap video::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none
}

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap video::-webkit-media-controls-start-playback-button,.s-section.s-slider-section .item.video-bg .video-bg-wrap video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none
}

.s-section.s-slider-section .item.s-bg-video .video-bg-wrap:after,.s-section.s-slider-section .item.video-bg .video-bg-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.s-section.s-footer-section {
  position: relative
}

@media only screen and (max-width: 727px) {
  .s-section.s-footer-section.has-new-mobile-actions {
      padding-bottom:122px
  }
}

.s-section.s-footer-section .container.s-layout-vertical .s-component.s-social-media {
  margin-bottom: 20px
}

.s-section.s-footer-section .container.s-layout-horizontal {
  text-align: left
}

.s-section.s-footer-section .container.s-layout-grid {
  font-size: 14px
}

.s-section.s-footer-section .container.s-layout-grid .columns {
  padding-bottom: 10px
}

@media only screen and (max-width: 727px) {
  .s-section.s-footer-section .container.s-layout-grid {
      text-align:left
  }

  .s-section.s-footer-section .container.s-layout-grid .columns {
      padding-bottom: 30px
  }

  .s-section.s-footer-section .container.s-layout-grid .columns.right-align {
      text-align: left
  }
}

.s-section.s-footer-section .container.s-layout-image .s-image {
  max-width: 80%
}

.s-section.s-footer-section .container.s-layout-image .s-ratio-box {
  margin: 0
}

@media only screen and (max-width: 727px) {
  .s-section.s-footer-section .container.s-layout-image .s-social-media-wrapper {
      width:100%!important
  }
}

.s-section.s-footer-section .container .s-component.s-social-media {
  padding-top: 4px
}

.s-section.s-footer-section .container .separate-line {
  border-bottom: 1px solid rgba(0,0,0,.15)
}

@media screen and (min-width: 948px) {
  .s-section.s-footer-section .container .separate-line {
      padding-top:5px
  }
}

.s-section.s-footer-section .s-terms-link {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer
}

.s-section.s-footer-section .s-terms-link.s-compact {
  margin-top: 0
}

.s-section.s-footer-section .s-footer-text.right-align .s-terms-link {
  display: inline-block
}

.s-section.s-footer-section .s-layout-horizontal .s-regulation-info {
  text-align: right
}

.s-section.s-footer-section .s-regulation-info {
  margin-top: 20px;
  text-align: center
}

.s-section.s-footer-section .s-regulation-info a,.s-section.s-footer-section .s-regulation-info span {
  color: #636972;
  display: inline-block;
  text-align: center
}

.s-section.s-footer-section .s-regulation-info .s-regulation-item {
  display: inline-block;
  line-height: 1.5
}

.s-section.s-footer-section .s-regulation-info .s-regulation-item.placeholder {
  opacity: .3
}

.s-section.s-footer-section .s-regulation-info .s-regulation-item .psb-icon {
  margin-right: 5px;
  vertical-align: sub
}

.s-section.s-footer-section .s-regulation-info .slash {
  margin: 0 5px;
  display: inline-block
}

.s-section.s-footer-section .s-regulation-info .slash.placeholder {
  opacity: .2
}

@media only screen and (max-width: 500px) {
  .s-section.s-footer-section .s-regulation-info .slash {
      display:none
  }

  .s-section.s-footer-section .s-regulation-info .s-regulation-item {
      display: block
  }
}

@media only screen and (max-width: 750px) {
  .s-section.s-footer-section .s-regulation-info.in-editor .slash {
      display:none
  }

  .s-section.s-footer-section .s-regulation-info.in-editor .s-regulation-item {
      display: block
  }
}

.s-section.s-footer-section.s-bg-dark .s-regulation-info a,.s-section.s-footer-section.s-bg-dark .s-regulation-info span {
  color: #f4f6f8
}

@media only screen and (min-width: 728px) {
  .s-section .s-rva {
      display:-webkit-flex;
      display: flex
  }

  .s-section .s-rva.right,.s-section .s-rva.s-layout-buttonLeft,.s-section .s-rva.s-layout-imagesLeft,.s-section .s-rva.s-layout-mediaLeft,.s-section .s-rva.s-layout-signupLeft {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse
  }

  .s-section .s-rva .s-right-in-row {
      -webkit-order: 1;
      order: 1
  }

  .s-section .s-rva .s-rva-text {
      -webkit-align-self: center;
      align-self: center;
      margin-bottom: 10px
  }

  .s-section.s-new-media-section .s-rva {
      -webkit-justify-content: center;
      justify-content: center
  }

  .s-section.s-new-media-section .s-rva>.five.offset-one,.s-section.s-new-media-section .s-rva>.nine.offset-one {
      padding-left: 0!important;
      padding-right: 0!important
  }
}

.s-section .s-category-bar {
  border-color: rgba(85,85,85,.2)
}

.s-section .s-category-bar .category-list .category-link-item {
  color: rgba(85,85,85,.7)
}

.s-section .s-category-bar .category-list .show-more-link {
  color: rgba(85,85,85,.7);
  border-color: rgba(85,85,85,.2)
}

.s-section.transition {
  transition: padding-bottom .5s
}

.edit .s-section.transition {
  transition: padding-bottom .5s,padding-top .5s
}

.s-section.collapse-bottom-padding {
  padding-bottom: 0!important
}

.s-section.collapse-bottom-padding.s-block-section {
  padding-bottom: 24px!important
}

.s-native-editor .s-section.collapse-bottom-padding {
  padding-bottom: 65px!important
}

@media only screen and (min-width: 1320px) {
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Left],.expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Right] {
      width:1140px
  }

  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Left] .eight.columns,.expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Right] .eight.columns {
      width: 48%;
      margin: 0 1%
  }
}

@media only screen and (min-width: 1540px) {
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Left],.expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Right] {
      width:1140px
  }

  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Left] .eight.columns,.expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Right] .eight.columns {
      width: 48%;
      margin: 0 1%
  }
}

@media only screen and (min-width: 1420px) {
  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Left],.expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Right] {
      width:1240px
  }

  .expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Left] .eight.columns,.expand-hero-standard-mixin #s-content:not(.side-menu-opened) .s-section.s-hero-section .container[class*=Right] .eight.columns {
      width: 48%;
      margin: 0 1%
  }
}

@media only screen and (min-width: 1640px) {
  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Left],.expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Right] {
      width:1240px
  }

  .expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Left] .eight.columns,.expand-hero-standard-mixin #s-content.side-menu-opened .s-section.s-hero-section .container[class*=Right] .eight.columns {
      width: 48%;
      margin: 0 1%
  }
}

.process-item-linker {
  opacity: .3
}

.process-horizontal-layout .process-item-linker {
  position: absolute;
  top: 27px;
  left: calc(50% - -52px);
  width: calc(100% - 82px);
  height: 1px;
  border-right: 0;
  border-top: 1px solid
}

.process-vertical-layout .process-item-linker {
  position: absolute;
  top: 75px;
  left: 27px!important;
  width: 1px;
  height: calc(100% - 40px);
  border-right: 1px solid;
  border-top: 0
}

@media only screen and (max-width: 727px) {
  .process-horizontal-layout {
      text-align:center;
      display: -webkit-flex!important;
      display: flex!important;
      margin-left: auto!important;
      margin-right: auto!important
  }

  .process-horizontal-layout .s-item-text,.process-horizontal-layout .s-item-title {
      text-align: left
  }

  .process-horizontal-layout .process-item-wrapper {
      position: relative;
      display: -webkit-flex;
      display: flex;
      margin-top: 11px
  }

  .process-horizontal-layout .process-item-infos {
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      margin-right: 20px;
      height: 100%
  }

  .process-horizontal-layout .process-item-linker {
      position: absolute;
      top: 75px;
      left: 27px!important;
      width: 1px;
      height: calc(100% - 40px);
      border-right: 1px solid;
      border-top: 0
  }

  .s-slider-section-s5 {
      padding-top: 0!important
  }
}

.s-footer-logo {
  position: absolute;
  bottom: -5px;
  left: 50%!important;
  margin: 0 0 0 -160px;
  z-index: 100;
  text-align: center;
  width: 320px;
  height: 80px
}

.s-footer-logo.s-footer-pbs {
  height: inherit
}

.s-footer-logo.s-footer-logo-pbs {
  height: auto;
  width: 100%;
  left: 0!important;
  z-index: 999;
  margin: 0;
  bottom: 0;
  font-family: open_sans,Open Sans,sans-serif
}

.s-footer-logo.s-footer-logo-pbs:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo.s-footer-logo-pbs:lang(sxl),.s-footer-logo.s-footer-logo-pbs:lang(zh),.s-footer-logo.s-footer-logo-pbs:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo.s-footer-logo-pbs:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.logo-link {
  position: relative;
  bottom: -10px;
  width: 320px;
  margin: 0 auto;
}

.s-footer-logo.s-footer-logo-pbs a.logo-link.fixed {
  position: fixed;
  left: 0;
  right: 0;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-footer-logo.s-footer-logo-pbs a.logo-link {
      background-size: contain
  }
}

.s-footer-logo.s-footer-logo-pbs a.logo-link.animate-show {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.s-footer-logo.s-footer-logo-pbs a.logo-link.animate-hide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #2e2e2f;
  font-size: 14px
}

@media only screen and (max-width: 375px) {
  .s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b {
      padding:20px 40px
  }
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b p {
  color: #fff;
  padding: 4px
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button {
  color: #fff;
  background: #8867ba;
  border-radius: 16px;
  padding: 8px 15px;
  margin: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: brandon,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(sxl),.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh),.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.logo-link-pbs-b button:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link {
  display: inline-block;
  bottom: 0;
  height: 62px;
  width: 310px;
  background: none;
  text-indent: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(180deg,#633f97,#493d70)
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content {
  color: #fff;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: brandon,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(sxl),.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh),.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-content:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel {
  font-size: 14px;
  text-transform: uppercase
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel .pbs-text {
  display: -webkit-flex;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-items: center;
  align-items: center
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .logo-panel img {
  margin-left: 6px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .down-icon {
  color: #a58ccc
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link .vertical-line {
  width: 1px;
  height: 40px;
  margin: 0 15px;
  background-image: linear-gradient(rgba(126,101,168,.2),#7e65a8,#7e65a8,rgba(126,101,168,.2))
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link:active img,.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link:hover img {
  opacity: 1
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja .logo-panel img,.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW .logo-panel img {
  margin-left: 0;
  margin-right: 6px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.fr,.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.fr .s-footer-logo-tooltip {
  width: 318px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.en,.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.en .s-footer-logo-tooltip {
  width: 310px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja {
  width: 366px;
  font-size: 90%;
  letter-spacing: -2px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.ja .s-footer-logo-tooltip {
  width: 366px
}

.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW,.s-footer-logo.s-footer-logo-pbs a.i18n-pbs-link.zh-TW .s-footer-logo-tooltip {
  width: 286px
}

.s-footer-logo.s-footer-logo-pbs .s-footer-logo-tooltip {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -40px;
  text-indent: 0;
  height: auto;
  padding: 15px;
  letter-spacing: 0;
  box-sizing: border-box;
  line-height: 1.25
}

.s-footer-logo.s-footer-logo-pbs .s-footer-logo-tooltip.hover {
  top: -75px
}

.s-footer-logo.s-footer-logo-zbj {
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0!important;
  margin: 0;
  background-color: #999
}

@media only screen and (max-width: 727px) {
  .s-footer-logo.has-new-mobile-actions {
      padding-bottom:60px
  }
}

.s-footer-logo .logo-hover {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 1px;
  opacity: .01;
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-footer-logo .logo-hover {
  }
}

.s-footer-logo .logo-hover-sxl {
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-footer-logo .logo-hover-sxl {
  }
}

.s-footer-logo a.logo-link {
  display: block;
  height: 80px;
  position: relative;
  z-index: 1;
  background-size: contain;
  text-indent: -9999em;
  outline: none
}

.s-footer-logo a.logo-link:active,.s-footer-logo a.logo-link:hover {
  text-decoration: none
}

.s-footer-logo a.logo-link:active img,.s-footer-logo a.logo-link:hover img {
  opacity: 0
}

.s-footer-logo a.logo-link:active span,.s-footer-logo a.logo-link:hover span,.s-footer-logo a.logo-link span {
  display: block;
  float: left;
  margin-top: 7px;
  line-height: 12px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-family: open_sans,Open Sans,sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.s-footer-logo a.logo-link:active span:lang(ja),.s-footer-logo a.logo-link:hover span:lang(ja),.s-footer-logo a.logo-link span:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo a.logo-link:active span:lang(sxl),.s-footer-logo a.logo-link:active span:lang(zh),.s-footer-logo a.logo-link:active span:lang(zh-cn),.s-footer-logo a.logo-link:hover span:lang(sxl),.s-footer-logo a.logo-link:hover span:lang(zh),.s-footer-logo a.logo-link:hover span:lang(zh-cn),.s-footer-logo a.logo-link span:lang(sxl),.s-footer-logo a.logo-link span:lang(zh),.s-footer-logo a.logo-link span:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo a.logo-link:active span:lang(zh-tw),.s-footer-logo a.logo-link:hover span:lang(zh-tw),.s-footer-logo a.logo-link span:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-footer-logo a.logo-link {
      background-size: contain
  }
}

.s-footer-logo a.logo-link-sxl {
  width: 320px;
  bottom: -10px;
}

.s-footer-logo a.logo-link-sxl:active,.s-footer-logo a.logo-link-sxl:hover {
}

.s-footer-logo a.logo-link-sxl:active img,.s-footer-logo a.logo-link-sxl:hover img {
  opacity: 0
}

.s-footer-logo a.logo-link-sxl.fixed {
  position: fixed;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution:192dpi) {
  .s-footer-logo a.logo-link-sxl {
      background-size: cover
  }

  .s-footer-logo a.logo-link-sxl:active,.s-footer-logo a.logo-link-sxl:hover {
      background-size: cover
  }
}

.s-footer-logo a.logo-link-sxl.animate-show {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.s-footer-logo a.logo-link-sxl.animate-hide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.s-footer-logo a.logo-link.logo-link-sxl-zbj {
  background: none;
  text-indent: 0;
  width: 200px;
  margin: 0 auto;
  line-height: 30px;
  color: #fff;
  font-size: 14px
}

.s-footer-logo a.i18n-pbs-link {
  display: inline-block;
  bottom: 0;
  height: 62px;
  width: 310px;
  background: none;
  text-indent: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: inset 0 0 4px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(180deg,#633f97,#493d70)
}

.s-footer-logo a.i18n-pbs-link .logo-content {
  color: #fff;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: brandon,sans-serif
}

.s-footer-logo a.i18n-pbs-link .logo-content:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo a.i18n-pbs-link .logo-content:lang(sxl),.s-footer-logo a.i18n-pbs-link .logo-content:lang(zh),.s-footer-logo a.i18n-pbs-link .logo-content:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo a.i18n-pbs-link .logo-content:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-footer-logo a.i18n-pbs-link .logo-panel {
  font-size: 14px;
  text-transform: uppercase
}

.s-footer-logo a.i18n-pbs-link .logo-panel .pbs-text {
  display: -webkit-flex;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-items: center;
  align-items: center
}

.s-footer-logo a.i18n-pbs-link .logo-panel img {
  margin-left: 6px
}

.s-footer-logo a.i18n-pbs-link .down-icon {
  color: #a58ccc
}

.s-footer-logo a.i18n-pbs-link .vertical-line {
  width: 1px;
  height: 40px;
  margin: 0 15px;
  background-image: linear-gradient(rgba(126,101,168,.2),#7e65a8,#7e65a8,rgba(126,101,168,.2))
}

.s-footer-logo a.i18n-pbs-link:active img,.s-footer-logo a.i18n-pbs-link:hover img {
  opacity: 1
}

.s-footer-logo a.i18n-pbs-link.ja .logo-panel img,.s-footer-logo a.i18n-pbs-link.zh-TW .logo-panel img {
  margin-left: 0;
  margin-right: 6px
}

.s-footer-logo a.i18n-pbs-link.fr,.s-footer-logo a.i18n-pbs-link.fr .s-footer-logo-tooltip {
  width: 318px
}

.s-footer-logo a.i18n-pbs-link.en,.s-footer-logo a.i18n-pbs-link.en .s-footer-logo-tooltip {
  width: 310px
}

.s-footer-logo a.i18n-pbs-link.ja {
  width: 366px;
  font-size: 90%;
  letter-spacing: -2px
}

.s-footer-logo a.i18n-pbs-link.ja .s-footer-logo-tooltip {
  width: 366px
}

.s-footer-logo a.i18n-pbs-link.zh-TW,.s-footer-logo a.i18n-pbs-link.zh-TW .s-footer-logo-tooltip {
  width: 286px
}

.s-footer-logo .s-footer-logo-tooltip {
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0 auto;
  padding: 15px 0;
  opacity: 0;
  pointer-events: none;
  font-size: 14px;
  font-family: open_sans,Open Sans,sans-serif;
  background: #f8f8f8;
  box-shadow: 0 1px 5px rgba(0,0,0,.25);
  border-radius: 4px;
  width: 320px;
  height: 16px;
  color: #636972;
  line-height: 1;
  font-weight: 400;
  transition: all .4s cubic-bezier(.7,0,.3,1)
}

.s-footer-logo .s-footer-logo-tooltip:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-footer-logo .s-footer-logo-tooltip:lang(sxl),.s-footer-logo .s-footer-logo-tooltip:lang(zh),.s-footer-logo .s-footer-logo-tooltip:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-footer-logo .s-footer-logo-tooltip:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-footer-logo .s-footer-logo-tooltip.hover {
  opacity: 1;
  top: -50px
}

.s-footer-logo .s-footer-logo-tooltip:after,.s-footer-logo .s-footer-logo-tooltip:before {
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 10px solid #f8f8f8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

.s-footer-logo .s-footer-logo-tooltip:before {
  bottom: -11px;
  border-top-color: rgba(0,0,0,.25)
}

.s-editor-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.6);
  display: none;
  top: 0;
  left: 0;
  z-index: 2099;
  transition: all .25s ease-in-out
}

.s-editor-modal-bg.no-transition {
  transition: none
}

.strikingly-fixed-modal-container,.strikingly-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 3001
}

#ecommerce-buy-dialog,.donate-dialog {
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
  transition: margin-top .3s;
  overflow: hidden;
  color: #444
}

@media only screen and (min-width: 501px) {
  #ecommerce-buy-dialog,.donate-dialog {
      width:560px;
      height: 500px
  }
}

#ecommerce-buy-dialog .s-loading,.donate-dialog .s-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px;
  margin: -32px 0 0 -16px;
  border-radius: 3px;
}

#ecommerce-buy-dialog .copyright,.donate-dialog .copyright {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: #eee;
  text-align: center;
  display: none;
  box-shadow: inset 0 4px 8px -4px rgba(0,0,0,.25)
}

#ecommerce-buy-dialog .copyright .powered-by,.donate-dialog .copyright .powered-by {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 5px;
  line-height: 40px;
  color: #aaa;
  font-size: 15px;
  text-shadow: 0 1px #fff
}

#ecommerce-buy-dialog .copyright img,.donate-dialog .copyright img {
  vertical-align: middle;
  width: 80px;
  height: 20px
}

#ecommerce-buy-dialog.show-copyright,.donate-dialog.show-copyright {
  padding-bottom: 40px;
  box-shadow: 0 3px 8px rgba(0,0,0,.7)
}

#ecommerce-buy-dialog.show-copyright .copyright,.donate-dialog.show-copyright .copyright {
  display: block
}

#ecommerce-buy-dialog.opened .s-loading,.donate-dialog.opened .s-loading {
  display: none
}

@media screen and (max-width: 727px) {
  #ecommerce-buy-dialog,.donate-dialog {
      width:90%!important;
      left: 5%!important;
      margin-left: 0!important
  }

  #ecommerce-buy-dialog .close-button,.donate-dialog .close-button {
      top: 24px;
      right: 28px
  }

  #ecommerce-buy-dialog .close-button a,.donate-dialog .close-button a {
      font-size: 30px
  }

  #ecommerce-buy-dialog.extend,.donate-dialog.extend {
      width: 100%!important;
      height: 100%!important;
      top: 0!important;
      left: 0!important;
      margin: 0!important;
      border-radius: 0!important
  }

  #ecommerce-buy-dialog.extend.show-copyright,.donate-dialog.extend.show-copyright {
      height: calc(100% - 40px)!important
  }

  #ecommerce-buy-dialog.extend.show-copyright .copyright,.donate-dialog.extend.show-copyright .copyright {
      border-radius: 0;
      position: fixed
  }
}

#ecommerce-buy-dialog .s-form-field input,.donate-dialog .s-form-field input {
  line-height: 1.75
}

@media only screen and (min-width: 501px) {
  .donate-dialog {
      width:475px;
      height: auto
  }
}

.donate-dialog .buy-panel {
  width: 475px
}

.donate-dialog .s-donate-form .small-title {
  font-size: 15px;
  margin-bottom: 14px;
  font-weight: 400
}

.donate-dialog .s-donate-form .s-form-field-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px
}

.donate-dialog .s-donate-form .s-form-field.inline {
  width: 48%
}

.donate-dialog .s-donate-form .s-form-field.inline:last-child {
  margin: 0
}

.donate-dialog .s-donate-form .s-form-field.amount {
  position: relative
}

.donate-dialog .s-donate-form .s-form-field.amount .currency {
  position: absolute;
  top: 12px;
  left: 8px
}

.donate-dialog .s-donate-form .s-form-field.amount input {
  padding-left: 18px
}

.donate-dialog .s-donate-form .s-form-field input,.donate-dialog .s-donate-form .s-form-field textarea {
  width: 100%;
  box-sizing: border-box
}

.donate-dialog .s-donate-form .payment-method {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer
}

.donate-dialog .s-donate-form .payment-method:last-child {
  margin: 0
}

.donate-dialog .s-donate-form .payment-method img,.donate-dialog .s-donate-form .payment-method input {
  vertical-align: middle
}

.donate-dialog .s-donate-form .payment-method input {
  margin-right: 5px
}

.donate-dialog .s-donate-form .payment-method img {
  max-height: 40px
}

.donate-dialog .s-donate-form .s-btn {
  width: 100%;
  box-sizing: border-box
}

.donate-dialog .confirm .title {
  font-size: 22px;
  font-weight: 400
}

.donate-dialog .confirm .title img,.donate-dialog .confirm .title span {
  vertical-align: middle
}

.donate-dialog .confirm .title img {
  max-height: 30px;
  margin-right: 10px
}

.s-floated-components {
  font-size: 16px
}

@media only screen and (max-width: 727px) {
  .s-ecommerce .s-ecommerce-content .product-card .img-wrapper {
      padding-right:0
  }

  .s-footer-section .container.s-layout-horizontal .s-footer-text.right-align,.s-footer-section .container.s-layout-horizontal .s-social-media-buttons {
      text-align: center
  }

  .s-slider-section-s5 {
      padding-top: 0!important
  }
}

.strikingly-map-container iframe {
  width: 100%
}

.strikingly-map-container .gm-style-iw+div>img {
  max-width: none!important
}

.strikingly-map-container .view-larger-map {
  display: none
}

.twitter-tweet {
  margin: 0 auto!important
}

.instagram-media {
  margin: 1px auto!important
}

.strikingly-medium-container iframe,.strikingly-pb-container iframe,.strikingly-pinterest-container iframe,.strikingly-scribd-container iframe,.strikingly-tumblr-container iframe {
  border: none!important;
  width: 100%!important
}

.strikingly-medium-container iframe {
  background: #fff!important
}

.strikingly-pinterest-container iframe {
  min-height: 284px
}

@media screen and (max-width: 520px) {
  .strikingly-scribd-container iframe {
      max-height:420px!important
  }
}

.s-powered-by-strikingly {
  height: 20px;
  line-height: 20px;
  display: inline-block
}

.s-powered-by-strikingly .s-powered-by-strikingly-icon {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px
}

.s-powered-by-strikingly .s-powered-by-strikingly-copy {
  color: #999;
  font-size: 14px;
  position: relative;
  top: -1px
}

.s-page-product .s-store-section {
  -webkit-transform: initial!important;
  transform: none!important
}

.s-page-product .s-store-section .container {
  z-index: 5!important
}

.s-page-product .s-store-section:not(.collapse-bottom-padding):not(.s-collapse-bottom-padding)+.s-block-section {
  padding-top: 0!important
}

.s-page-product .s-block-section .s-text {
  text-align: left!important
}

.s-page-product .s-block-section .s-component-content img {
  max-width: 100%
}

.s-page-product .back-link {
  margin-bottom: 20px;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  margin-top: 45px
}

.s-page-product .back-link .fa {
  margin-right: 5px
}

.s-page-product .more-detail-title {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700;
  opacity: .6;
  margin-bottom: 30px
}

.s-page-product .invalid-product {
  text-align: center
}

.s-page-product .invalid-product img {
  margin-bottom: 20px;
  height: 100px
}

.s-page-product .invalid-product .back-link {
  color: #1bb0e6;
  cursor: pointer
}

.s-page-product .invalid-product .back-link:hover {
  color: #1fccff
}

.s-page-product .s-section.s-block-section .container .s-repeatable-item {
  padding: 15px 0;
  margin-bottom: 0
}

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image {
  padding-bottom: 0
}

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image+.s-repeatable-item.image {
  padding-top: 0
}

.s-page-product .s-section.s-block-section .container .s-repeatable-item.image+.s-repeatable-item:not(.image) {
  padding-top: 30px
}

@media screen and (max-width: 727px) {
  .s-page-product .back-link {
      text-align:center
  }

  .s-page-product .s-block-section,.s-page-product .s-block-section .s-persona-content {
      padding-top: 0!important
  }
}

.s-page-blog-list .s-blog-section {
  padding-top: 0!important
}

.s-page-blog-list .nav-border,.s-page-store .nav-border {
  box-shadow: 0 1px 1px rgba(0,0,0,.12)
}

.s-page-blog-list .s-page-category,.s-page-store .s-page-category {
  width: 100%;
  top: 50px;
  left: 0;
  position: fixed;
  background: #fff;
  z-index: 1000;
  min-height: 1px
}

.s-page-blog-list .s-page-category .s-page-category-content,.s-page-store .s-page-category .s-page-category-content {
  min-height: 44px
}

.s-page-blog-list .s-page-category .s-page-category-content,.s-page-blog-list .s-page-category .s-page-category-content .container,.s-page-store .s-page-category .s-page-category-content,.s-page-store .s-page-category .s-page-category-content .container {
  padding: 0;
  border: none
}

.s-page-blog-list .s-page-category .s-category-bar,.s-page-store .s-page-category .s-category-bar {
  margin-bottom: 0;
  border: none
}

.s-page-blog-list .s-blog-section .container,.s-page-blog-list .s-store-page-content .container,.s-page-store .s-blog-section .container,.s-page-store .s-store-page-content .container {
  padding-top: 0;
  border: none
}

.s-page-blog-list.has-category .s-store-page-content,.s-page-store.has-category .s-store-page-content {
  padding-top: 70px!important
}

.s-page-blog-list.has-category .s-blog-section,.s-page-store.has-category .s-blog-section {
  margin-top: 40px
}

.s-page-blog-list .s-page-product .s-store-section,.s-page-store .s-page-product .s-store-section {
  padding-top: 10px
}

html#ecwid_html body#pages h2,html#ecwid_html body#pages h3,html#ecwid_html body#pages h4,html#ecwid_html body#pages h5,html#ecwid_html body#pages h6 {
  color: inherit!important
}

.s-page-site-search a,.s-page-site-search a:active,.s-page-site-search a:hover,.s-page-site-search a:visited {
  color: inherit
}

.s-page-site-search.s-section {
  min-height: 200px;
  -webkit-align-items: flex-start;
  align-items: flex-start
}

.s-page-site-search.s-section .container .s-repeatable-item.site-search-result {
  cursor: pointer
}

.s-page-site-search.s-section .container .s-repeatable-item.site-search-result:hover {
  opacity: .65
}

.s-page-site-search.s-section .container .s-repeatable-item .item-description {
  margin-bottom: 4px
}

@media only screen and (max-width: 727px) {
  .s-page-site-search.s-section .container .s-repeatable-item img {
      max-width:100%
  }

  .s-page-site-search.s-section .container .s-repeatable-item .s-item-media-group {
      margin: 15px 0
  }
}

@media only screen and (min-width: 727px + 1px) {
  .s-page-site-search.s-section .container .s-repeatable-item img {
      max-width:100px;
      border-radius: 3px
  }
}

.s-page-site-search.s-section .container .s-repeatable-item .divider {
  margin: 0 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee
}

.s-page-site-search.s-section .container .s-repeatable-item:last-of-type .divider {
  display: none
}

.s-page-site-search.s-section .container .s-form-field {
  margin-bottom: 60px
}

.s-page-site-search.s-section .container .s-form-field .s-search-input {
  font-size: 18px;
  padding: 10px 10px 10px 40px;
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 6px 6px;
  box-sizing: border-box
}

.s-page-site-search.s-section .container .s-form-field .s-search-input:before {
  content: ""
}

.s-page-site-search.s-section .container .s-form-field .s-search-input::-webkit-input-placeholder {
  font-size: 18px
}

.s-page-site-search.s-section .container .s-loading-wrapper {
  margin-top: 50px
}

.s-page-site-search.s-section .container .page-indicator {
  display: inline-block;
  color: #a9aeb2;
  margin: 15px
}

.s-page-site-search.s-section .container .pagination {
  margin-top: 50px;
  position: relative;
  text-align: center
}

.s-page-site-search.s-section .container .pagination-button {
  display: inline-block;
  cursor: pointer
}

.s-page-site-search.s-section .container .pagination-button:link,.s-page-site-search.s-section .container .pagination-button span {
  color: #c6c9cd
}

.s-page-site-search.s-section .container .pagination-button:hover {
  color: #636972;
  border-color: #636972
}

.s-page-site-search.s-section .container .pagination-button:hover span {
  color: #636972
}

.s-page-site-search.s-section .container .pagination-button .fa {
  width: 100%;
  text-align: center;
  position: relative
}

.fancybox-container .fancybox-caption-wrap .fancybox-caption {
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border-top: 0
}

@media only screen and (max-width: 727px) {
  .fancybox-container .fancybox-caption-wrap .fancybox-caption {
      padding:30px 0
  }
}

.s-fancybox-btn {
  position: absolute;
  top: 44px;
  bottom: 0;
  width: 80px;
  z-index: 99995;
  cursor: pointer;
  outline: none
}

.s-fancybox-btn .s-fancybox-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -66px;
  background: transparent;
  cursor: pointer;
  color: #fff;
  outline: none
}

.s-fancybox-btn .s-fancybox-arrow--right {
  right: 0
}

.s-fancybox-btn .s-fancybox-arrow--left {
  left: 0
}

.s-fancybox-btn .s-fancybox-arrow:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 22px;
  height: 22px;
  background: transparent;
  border-right: 2px solid;
  border-top: 2px solid
}

.s-fancybox-btn .s-fancybox-arrow--right:after {
  right: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.s-fancybox-btn .s-fancybox-arrow--left:after {
  left: 18px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.s-fancybox-btn--left {
  left: 0
}

.s-fancybox-btn--right {
  right: 0
}

@media only screen and (max-width: 727px) {
  .s-fancybox-btn--left,.s-fancybox-btn--right {
      display:none!important
  }
}

.fancybox-button,.fancybox-button--close,.fancybox-button--close:hover,.fancybox-infobar__body {
  background: transparent
}

.fancybox-button--close:after,.fancybox-button--close:before {
  width: 24px;
  left: calc(50% - 12px)
}

.fancybox-slide--iframe .fancybox-content {
  height: 0;
  margin: 0;
  width: 80%;
  padding-bottom: 45%;
  background: transparent
}

.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
  position: absolute;
  background: transparent
}

@media only screen and (max-width: 727px) {
  .fancybox-slide--iframe .fancybox-content {
      width:90%;
      padding-bottom: 50.625%
  }
}

.s-fancybox-typeform .fancybox-content {
  height: 87%;
  padding-bottom: 0
}

.fancybox-dot-nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 15px;
  text-align: center;
  z-index: 99999;
  display: none
}

@media only screen and (max-width: 727px) {
  .fancybox-dot-nav-wrap {
      display:initial
  }
}

.fancybox-dot-nav-wrap .fancybox-dot-nav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-dot-nav-wrap .fancybox-dot-nav li {
  position: relative;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 2px 4px;
  width: 6px;
  height: 6px;
  cursor: none;
  border-radius: 50%;
  background: #fff;
  opacity: .3
}

.fancybox-dot-nav-wrap .fancybox-dot-nav .dot-nav__current {
  opacity: 1
}

.fancybox-dot-nav-wrap .fancybox-num-nav {
  color: hsla(0,0%,100%,.5);
  font-size: 12px
}

.s-text-color-white {
  color: #fff
}

.s-section.s-slider-section .item:not(.s-bg-image):not(.s-bg-video) .s-text-color-white,.s-section:not(.s-slider-section):not(.s-bg-image):not(.s-bg-video) .s-text-color-white {
  color: #e8e8e8
}

.s-text-color-gray {
  color: #555
}

.s-text-color-black {
  color: #222
}

.s-text-color-brown {
  color: #816354
}

.s-text-color-red {
  color: #ff4d4d
}

.s-text-color-orange {
  color: #ffa64d
}

.s-text-color-green {
  color: #9cce06
}

.s-text-color-blue {
  color: #26c9ff
}

.s-spinner {
  margin: 80px auto;
  width: 70px;
  text-align: center
}

.s-spinner .s-bounce {
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: s-bouncedelay 1.4s ease-in-out infinite both;
  animation: s-bouncedelay 1.4s ease-in-out infinite both
}

.s-spinner .s-bounce:first-child {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.s-spinner .s-bounce:nth-child(2) {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes s-bouncedelay {
  0%,80%,to {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes s-bouncedelay {
  0%,80%,to {
      -webkit-transform: scale(0);
      transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}

.payment-request-button {
  width: 120px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle
}

.play-button {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 30px;
  background: #999;
  background: rgba(50,50,50,.6)
}

.play-button,.play-button .after {
  position: absolute;
  top: 50%;
  left: 50%
}

.play-button .after {
  display: block;
  width: 0;
  height: 0;
  margin-left: -8px;
  margin-top: -10px;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-width: 10px 0 10px 20px
}

.play-button:hover {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  border-radius: 35px
}

.play-button:hover .after {
  margin-left: -10px;
  margin-top: -12px;
  border-width: 12px 0 10px 24px
}

.play-button.big {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 60px
}

.play-button.big .after {
  border: 40px solid transparent;
  border-left-color: #fff;
  border-width: 20px 0 20px 40px;
  margin-left: -16px;
  margin-top: -20px
}

.play-button.big:hover {
  width: 130px;
  height: 130px;
  margin-left: -65px;
  margin-top: -65px;
  border-radius: 65px
}

.play-button.big:hover .after {
  margin-top: -22px;
  border-width: 22px 0 22px 44px
}

.membership-dialog,.membership-dialog form {
  font-family: open_sans,Open Sans,sans-serif
}

.membership-dialog:lang(ja),.membership-dialog form:lang(ja) {
  font-family: open_sans,Open Sans,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.membership-dialog:lang(sxl),.membership-dialog:lang(zh),.membership-dialog:lang(zh-cn),.membership-dialog form:lang(sxl),.membership-dialog form:lang(zh),.membership-dialog form:lang(zh-cn) {
  font-family: open_sans,Open Sans,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.membership-dialog:lang(zh-tw),.membership-dialog form:lang(zh-tw) {
  font-family: open_sans,Open Sans,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.membership-dialog .form-title {
  font-family: brandon,sans-serif
}

.membership-dialog .form-title:lang(ja) {
  font-family: brandon,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.membership-dialog .form-title:lang(sxl),.membership-dialog .form-title:lang(zh),.membership-dialog .form-title:lang(zh-cn) {
  font-family: brandon,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.membership-dialog .form-title:lang(zh-tw) {
  font-family: brandon,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-top-section-z-index {
  z-index: 201
}

.iosslider {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  transition: height .6s
}

.iosslider .slider {
  width: 100%;
  height: 100%;
  z-index: 1
}

.iosslider .slider.img-editor-open .slick-slide.slick-active .item {
  background-size: contain!important
}

.iosslider .slider>div {
  overflow: hidden
}

.iosslider .slider .slick-list {
  transition: height .3s ease
}

.iosslider .slider .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media only screen and (max-width: 550px) {
  .iosslider .slider .inner {
      -webkit-flex-direction:column;
      flex-direction: column
  }
}

@media only screen and (max-width: 727px) {
  .iosslider .slider .inner .cta-button-wrapper {
      text-align:center
  }
}

.iosslider .slider .item {
  position: relative;
  min-height: 440px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  transition: height .4s
}

@media only screen and (max-width: 727px) {
  .iosslider .slider .item {
      min-height:180px
  }
}

.iosslider .next-button,.iosslider .prev-button {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  padding: 0 50px
}

.iosslider .next-button .arrow,.iosslider .prev-button .arrow {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.iosslider .next-button.editing,.iosslider .prev-button.editing {
  padding: 0 25px
}

@media only screen and (max-width: 727px) {
  .iosslider .next-button,.iosslider .prev-button {
      display:none
  }
}

.iosslider .next-button .arrow,.iosslider .prev-button .arrow {
  width: 36px;
  height: 71px;
  opacity: 1;
  transition: all .6s
}

.iosslider .next-button:hover,.iosslider .prev-button:hover {
  background: hsla(0,0%,78.4%,.1)
}

.iosslider .next-button:hover .arrow,.iosslider .prev-button:hover .arrow {
  opacity: 1
}

.iosslider .prev-button {
  left: 0
}

.iosslider .prev-button .arrow {
  right: 36px
}

.iosslider .prev-button.editing .arrow {
  right: 6px
}

.iosslider .next-button {
  right: 0
}

.iosslider .next-button .arrow {
  left: 36px
}

.iosslider .next-button.editing .arrow {
  left: 6px
}

@media only screen and (max-width: 1171px) {
  .iosslider .next-button,.iosslider .prev-button {
      padding:0 35px
  }

  .iosslider .prev-button .arrow {
      right: 17px
  }

  .iosslider .next-button .arrow {
      left: 17px
  }
}

.iosslider .slide-selectors {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0
}

.iosslider .slide-selectors .slide-selectors-inner {
  margin: 0 auto
}

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper {
  overflow: hidden;
  display: inline-block;
  zoom:1;margin: 0 5px
}

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper.middle {
  vertical-align: middle
}

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  opacity: .25;
  transition: opacity .3s linear;
  background: #fff;
  border-radius: 100%;
  cursor: pointer!important
}

.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector.selected,.iosslider .slide-selectors .slide-selectors-inner .selector-wrapper .selector:hover {
  opacity: 1
}

.iosslider.dark-overlays .prev-button .arrow {
}

.iosslider.dark-overlays .next-button .arrow {
}

.iosslider.dark-overlays .slide-selectors .slide-selectors-inner .selector-wrapper .selector {
  background: #999
}

.iosslider .slider .inner {
  padding: 80px 0
}

@media only screen and (max-width: 839px) {
  .iosslider .slider .inner {
      padding:50px 0 70px
  }
}

.s-bg-dark-text .iosslider .prev-button .arrow,.wide.strikingly-dark-text .iosslider .prev-button .arrow {
}

.s-bg-dark-text .iosslider .next-button .arrow,.wide.strikingly-dark-text .iosslider .next-button .arrow {
}

.slider-container .s-slider-placeholder {
  height: 250px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.slick-list,.slick-slider,.slick-track {
  position: relative;
  display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
  visibility: hidden
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-slider.transition-fade .slick-slide:not(.slick-active) {
  z-index: -1
}

.slick-slider.transition-fade .slick-slide:not(.slick-active)>div {
  opacity: 0
}

.slick-slider.transition-fade .slick-slide:not(.slick-active)>div .inner {
  display: none
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  top: 0;
  left: 0
}

.slick-track:after,.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-dots,.slick-next,.slick-prev {
  position: absolute;
  display: block;
  padding: 0
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-next,.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}

.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "\E2\2020\90"
}

.slick-next:before,[dir=rtl] .slick-prev:before {
  content: "\E2\2020\2019"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

[dir=rtl] .slick-next:before {
  content: "\E2\2020\90"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li,.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\E2\20AC\A2";
  text-align: center;
  opacity: .25;
  color: #000
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.slick-slide.slick-active {
  display: block;
  width: 100%
}

#s-content.s-theme-alignment-left .s-section.s-hero-section .s-media,#s-content.s-theme-alignment-left .s-section.s-rows-section .s-media,#s-content.s-theme-alignment-left .s-section.s-slider-section .s-media {
  text-align: center
}

#s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature .s-image,#s-content.s-theme-alignment-left .s-section.s-icons-section .s-image,#s-content.s-theme-alignment-left .s-section.s-icons-section .s-media,#s-content.s-theme-alignment-left .s-section.s-icons-section .s-repeatable-item,#s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item,#s-content.s-theme-alignment-left .s-section.s-title-section,#s-content.s-theme-alignment-left .s-section.s-title-section .s-title-group {
  text-align: center
}

#s-content.s-theme-alignment-left .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards {
  text-align: left
}

#s-content.s-theme-alignment-left .s-common-button,#s-content.s-theme-alignment-left .s-section .s-category-bar,#s-content.s-theme-alignment-left .s-section.s-donation-section .s-donation {
  text-align: center
}

#s-content.s-theme-alignment-left .s-common-button.disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none
}

#s-content.s-theme-alignment-left .nav-container,#s-content.s-theme-alignment-left .s-section-thumb,#s-content.s-theme-alignment-left .s-section.navigator {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-block-section .s-block-feature,#s-content.s-theme-alignment-left .s-section.s-block-section .s-block-profile,#s-content.s-theme-alignment-left .s-section.s-columns-section,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-cta-section,#s-content.s-theme-alignment-left .s-section.s-footer-section,#s-content.s-theme-alignment-left .s-section.s-info-section,#s-content.s-theme-alignment-left .s-section.s-media-section,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-new-title-section,#s-content.s-theme-alignment-left .s-section.s-repeatable,#s-content.s-theme-alignment-left .s-section.s-rows-section,#s-content.s-theme-alignment-left .s-section.s-text-section {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .s-ratio-box {
  margin-left: 0
}

#s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable-item {
  text-align: left;
  margin: 0 0 50px;
  padding-right: 14px;
  box-sizing: border-box
}

#s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable>div,#s-content.s-theme-alignment-left .s-section.s-process-section .s-repeatable>div>div {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-process-section .process-horizontal-layout .process-item-linker {
  left: 77px
}

@media only screen and (min-width: 1244px) {
  #s-content.s-theme-alignment-left .s-section.s-process-section .process-vertical-layout {
      margin-left:10px!important
  }
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-text-group,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-text-group {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align,#s-content.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align {
  text-align: center
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .center-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .center-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.center-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .center-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .center-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.center-align .s-ratio-box {
  margin-left: auto
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align,#s-content.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align {
  text-align: left
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .left-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .left-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.left-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .left-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .left-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.left-align .s-ratio-box {
  margin-left: 0;
  margin-right: auto
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align,#s-content.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align {
  text-align: right
}

#s-content.s-theme-alignment-left .s-section.s-columns-section .right-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-group .right-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-columns-section .s-item-media-wrapper.right-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .right-align .s-item-media-group .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-group .right-align .s-ratio-box,#s-content.s-theme-alignment-left .s-section.s-media-section .s-item-media-wrapper.right-align .s-ratio-box {
  margin-left: auto;
  margin-right: 0
}

#s-content.s-theme-alignment-left .s-html-component .s-component-content,#s-content.s-theme-alignment-left .s-mobile-disabled-notice,#s-content.s-theme-alignment-left .s-section.s-blog-section,#s-content.s-theme-alignment-left .s-section .s-category-bar,#s-content.s-theme-alignment-left .s-section.s-donation-section .s-donation,#s-content.s-theme-alignment-left .s-section.s-footer-section .container.s-layout-vertical,#s-content.s-theme-alignment-left .s-section.s-icons-section,#s-content.s-theme-alignment-left .s-social-feed .s-component-content .s-feeds-list .s-feeds-title,#s-content.s-theme-alignment-left .s-title-group {
  text-align: left
}

#s-content.s-theme-alignment-left .s-email-form .s-email-form-fields-group .s-email-form-field,#s-content.s-theme-alignment-left .s-signup-form .s-email-form-fields-group .s-email-form-field {
  margin-left: 0
}

#s-content.s-theme-alignment-left .s-block-section .alignment-container.left-align .s-email-form-fields-group .s-email-form-field,#s-content.s-theme-alignment-left .s-email-form-container.left-align .s-email-form-fields-group .s-email-form-field {
  margin-left: 0;
  margin-right: auto;
  text-align: left
}

#s-content.s-theme-alignment-left .s-block-section .alignment-container.center-align .s-email-form-fields-group .s-email-form-field,#s-content.s-theme-alignment-left .s-email-form-container.center-align .s-email-form-fields-group .s-email-form-field {
  margin-left: auto;
  text-align: center
}

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-email-form-fields-group .s-email-form-field,#s-content.s-theme-alignment-left .s-email-form-container.right-align .s-email-form-fields-group .s-email-form-field {
  margin-left: auto;
  margin-right: 0
}

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field,#s-content.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field {
  margin-right: 20px
}

#s-content.s-theme-alignment-left .s-block-section .alignment-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field,#s-content.s-theme-alignment-left .s-email-form-container.right-align .s-signup-form .s-email-form-fields-group .s-email-form-field.s-submit-field {
  margin-right: 0
}

#s-content.s-theme-alignment-left .s-contact-section-columns {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

#s-content.s-theme-alignment-left .s-contact-section-columns.center-align {
  -webkit-justify-content: center;
  justify-content: center
}

#s-content.s-theme-alignment-left .s-contact-section-columns.right-align {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

@media screen and (max-width: 927px) {
  #s-content.s-theme-alignment-left .s-contact-section-columns {
      margin-left:0
  }

  #s-content.s-theme-alignment-left .s-contact-section-columns.center-align {
      margin: 0 auto
  }

  #s-content.s-theme-alignment-left .s-contact-section-columns.right-align {
      margin-right: 0
  }
}

#s-content.s-theme-alignment-center .s-section.s-hero-section .s-media,#s-content.s-theme-alignment-center .s-section.s-rows-section .s-media,#s-content.s-theme-alignment-center .s-section.s-slider-section .s-media {
  text-align: center
}

#s-content.s-theme-alignment-center .s-section.s-block-section .s-block-feature {
  text-align: left
}

#s-content.s-theme-alignment-center .s-section.s-block-section .s-block-feature .s-image,#s-content.s-theme-alignment-center .s-section.s-icons-section .s-image,#s-content.s-theme-alignment-center .s-section.s-icons-section .s-media,#s-content.s-theme-alignment-center .s-section.s-icons-section .s-repeatable-item,#s-content.s-theme-alignment-center .s-section.s-title-section,#s-content.s-theme-alignment-center .s-section.s-title-section .s-title-group {
  text-align: center
}

#s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards {
  text-align: left
}

#s-content.s-theme-alignment-center .s-common-button {
  text-align: center
}

#s-content.s-theme-alignment-center .s-common-button.disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none
}

#s-content.s-theme-alignment-center .s-section-thumb {
  text-align: left
}

#s-content.s-theme-alignment-center .nav-container,#s-content.s-theme-alignment-center .s-section.navigator {
  text-align: center
}

#s-content.s-theme-alignment-center .navigator .nav .nav-container .s-image {
  text-align: left
}

#s-content.s-theme-alignment-center .s-section.s-block-section,#s-content.s-theme-alignment-center .s-section.s-block-section .s-block-profile,#s-content.s-theme-alignment-center .s-section.s-blog-section,#s-content.s-theme-alignment-center .s-section.s-columns-section,#s-content.s-theme-alignment-center .s-section.s-columns-section .s-item-media-group,#s-content.s-theme-alignment-center .s-section.s-cta-section,#s-content.s-theme-alignment-center .s-section.s-donation-section .s-donation,#s-content.s-theme-alignment-center .s-section.s-footer-section,#s-content.s-theme-alignment-center .s-section.s-footer-section .container.s-layout-vertical,#s-content.s-theme-alignment-center .s-section.s-icons-section,#s-content.s-theme-alignment-center .s-section.s-info-section,#s-content.s-theme-alignment-center .s-section.s-media-section .s-item-media-group,#s-content.s-theme-alignment-center .s-section.s-new-title-section,#s-content.s-theme-alignment-center .s-section.s-process-section .s-repeatable-item,#s-content.s-theme-alignment-center .s-section.s-process-section .s-repeatable>div,#s-content.s-theme-alignment-center .s-section.s-process-section .s-repeatable>div>div,#s-content.s-theme-alignment-center .s-section.s-process-section .ui-sortable,#s-content.s-theme-alignment-center .s-section.s-repeatable,#s-content.s-theme-alignment-center .s-section.s-slider-section,#s-content.s-theme-alignment-center .s-section.s-store-section .s-ecommerce-card-view-wrapper .s-ecommerce-card-view-cards {
  text-align: center
}

#s-content.s-theme-alignment-center .s-section .s-category-bar {
  text-align: center;
  z-index: 1
}

#s-content.s-theme-alignment-center .s-contact-section,#s-content.s-theme-alignment-center .s-signup-section {
  text-align: center
}

#s-content.s-theme-alignment-center .s-title-group {
  text-align: center;
  z-index: 2
}

#s-content.s-theme-alignment-center .s-hero-section .s-title-group {
  text-align: left
}

#s-content.s-theme-alignment-center .s-gallery,#s-content.s-theme-alignment-center .s-html-component .s-component-content,#s-content.s-theme-alignment-center .s-mobile-disabled-notice,#s-content.s-theme-alignment-center .s-social-feed .s-component-content .s-feeds-list .s-feeds-title,#s-content.s-theme-alignment-center .s-unauthorized-notice {
  text-align: center
}

@media only screen and (max-width: 727px) {
  #s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .columns,#s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaLeft .s-title-group,#s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .columns,#s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-mediaRight .s-title-group,#s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .columns,#s-content.s-theme-alignment-center .s-section.s-cta-section .s-layout-skinny .s-title-group,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .columns,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaLeft .s-title-group,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .columns,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-mediaRight .s-title-group,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .columns,#s-content.s-theme-alignment-center .s-section.s-new-title-section .s-layout-skinny .s-title-group {
      text-align:center
  }

  #s-content.s-theme-alignment-center .s-slider-section-s5 {
      padding-top: 0!important
  }
}

#s-content.s-theme-alignment-center .s-contact-section-columns {
  -webkit-justify-content: center;
  justify-content: center
}

#s-content.s-theme-alignment-center .s-contact-section-columns.left-align {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

#s-content.s-theme-alignment-center .s-contact-section-columns.right-align {
  -webkit-justify-content: flex-end;
  justify-content: flex-end
}

#s-content.s-theme-alignment-center .s-contact-section-columns {
  margin: 0 auto
}

#s-content.s-theme-alignment-center .s-contact-section-columns.left-align {
  margin-left: 0
}

#s-content.s-theme-alignment-center .s-contact-section-columns.right-align {
  margin-right: 0
}

@media screen and (max-width: 927px) {
  #s-content.s-theme-alignment-center .s-contact-section-columns {
      margin:0 auto
  }

  #s-content.s-theme-alignment-center .s-contact-section-columns.left-align {
      margin-left: 0
  }

  #s-content.s-theme-alignment-center .s-contact-section-columns.right-align {
      margin-right: 0
  }
}

@media only screen and (min-width: 728px) {
  #s-content.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-email-form-field,.third.columns #s-content.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-email-form-field {
      margin-left:0;
      margin-right: 0
  }
}

@media only screen and (min-width: 1200px) {
  #s-content.s-theme-alignment-center .s-block-columnBlock.third.columns .s-signup-form .s-email-form-fields-group .s-submit-field,.third.columns #s-content.s-theme-alignment-center .s-block-columnBlock .s-signup-form .s-email-form-fields-group .s-submit-field {
      margin-left:30px!important;
      margin-right: 30px!important
  }
}

@media only screen and (min-width: 728px) {
  .s-section .container {
      position:relative;
      width: 100%;
      margin: 0 auto;
      padding: 0
  }

  .s-section .container .column,.s-section .container .columns {
      float: left;
      display: inline;
      margin-left: 1.04166666%;
      margin-right: 1.04166666%
  }

  .s-section .container .column.clear,.s-section .container .columns.clear {
      clear: both
  }

  .s-section .container .column.right,.s-section .container .columns.right {
      float: right
  }

  .s-section .container .column.no-float,.s-section .container .columns.no-float {
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-section .column.alpha,.s-section .columns.alpha {
      margin-left: 0
  }

  .s-section .column.omega,.s-section .columns.omega {
      margin-right: 0
  }

  .s-section .container .sixteen.columns.alpha.omega {
      width: 100%
  }

  .s-section .container .one.column,.s-section .container .one.columns {
      width: 4.06666666%
  }

  .s-section .container .two.columns {
      width: 10.3166666%
  }

  .s-section .container .three.columns {
      width: 16.5666666%
  }

  .s-section .container .four.columns {
      width: 22.8166666%
  }

  .s-section .container .five.columns {
      width: 29.0666666%
  }

  .s-section .container .six.columns {
      width: 35.3166666%
  }

  .s-section .container .seven.columns {
      width: 41.5666666%
  }

  .s-section .container .eight.columns {
      width: 47.8166666%
  }

  .s-section .container .nine.columns {
      width: 54.0666666%
  }

  .s-section .container .ten.columns {
      width: 60.3166666%
  }

  .s-section .container .eleven.columns {
      width: 66.5666666%
  }

  .s-section .container .twelve.columns {
      width: 72.8166666%
  }

  .s-section .container .thirteen.columns {
      width: 79.0666666%
  }

  .s-section .container .fourteen.columns {
      width: 85.3166666%
  }

  .s-section .container .fifteen.columns {
      width: 91.5666666%
  }

  .s-section .container .sixteen.columns {
      width: 97.8166666%
  }

  .s-section .container .third.column,.s-section .container .third.columns {
      width: 31.25%
  }

  .s-section .container .two-thirds.column {
      width: 64.48333333%
  }

  .s-section .container .fifth.columns {
      width: 17.9%
  }

  .s-section .container .sixth.columns {
      width: 14.4%
  }

  .s-section .container .offset-one {
      padding-left: 6.25%
  }

  .s-section .container .offset-two {
      padding-left: 12.5%
  }

  .s-section .container .offset-three {
      padding-left: 18.75%
  }

  .s-section .container .offset-four {
      padding-left: 25%
  }

  .s-section .container .offset-five {
      padding-left: 31.25%
  }

  .s-section .container .offset-six {
      padding-left: 37.5%
  }

  .s-section .container .offset-seven {
      padding-left: 43.75%
  }

  .s-section .container .offset-eight {
      padding-left: 50%
  }

  .s-section .container .offset-nine {
      padding-left: 56.25%
  }

  .s-section .container .offset-ten {
      padding-left: 62.5%
  }

  .s-section .container .offset-eleven {
      padding-left: 68.75%
  }

  .s-section .container .offset-twelve {
      padding-left: 75%
  }

  .s-section .container .offset-thirteen {
      padding-left: 81.25%
  }

  .s-section .container .offset-fourteen {
      padding-left: 87.5%
  }

  .s-section .container .offset-fifteen {
      padding-left: 93.75%
  }

  .s-section .container .offset-one.right {
      padding-left: 0;
      padding-right: 6.25%
  }

  .s-section .container .offset-two.right {
      padding-left: 0;
      padding-right: 12.5%
  }

  .s-section .container .offset-three.right {
      padding-left: 0;
      padding-right: 18.75%
  }

  .s-section .container .offset-four.right {
      padding-left: 0;
      padding-right: 25%
  }

  .s-section .container .offset-five.right {
      padding-left: 0;
      padding-right: 31.25%
  }

  .s-section .container .offset-six.right {
      padding-left: 0;
      padding-right: 37.5%
  }

  .s-section .container .offset-seven.right {
      padding-left: 0;
      padding-right: 43.75%
  }

  .s-section .container .offset-eight.right {
      padding-left: 0;
      padding-right: 50%
  }

  .s-section .container .offset-nine.right {
      padding-left: 0;
      padding-right: 56.25%
  }

  .s-section .container .offset-ten.right {
      padding-left: 0;
      padding-right: 62.5%
  }

  .s-section .container .offset-eleven.right {
      padding-left: 0;
      padding-right: 68.75%
  }

  .s-section .container .offset-twelve.right {
      padding-left: 0;
      padding-right: 75%
  }

  .s-section .container .offset-thirteen.right {
      padding-left: 0;
      padding-right: 81.25%
  }

  .s-section .container .offset-fourteen.right {
      padding-left: 0;
      padding-right: 87.5%
  }

  .s-section .container .offset-fifteen.right {
      padding-left: 0;
      padding-right: 93.75%
  }

  .s-section .half-offset-left {
      padding-left: 3.125%
  }

  .s-section .half-offset-right {
      padding-right: 3.125%
  }
}

@media only screen and (max-width: 727px) {
  .s-section .container {
      position:relative;
      width: 90%;
      margin: 0 auto;
      padding: 0
  }

  .s-section .container .column,.s-section .container .columns {
      float: left;
      display: inline;
      margin-left: 1.04166666%;
      margin-right: 1.04166666%
  }

  .s-section .column.alpha,.s-section .columns.alpha {
      margin-left: 0
  }

  .s-section .column.omega,.s-section .columns.omega {
      margin-right: 0
  }

  .s-section .container .sixteen.columns.alpha.omega {
      width: 100%
  }

  .s-section .container .eight.columns,.s-section .container .eleven.columns,.s-section .container .fifteen.columns,.s-section .container .fifth.columns,.s-section .container .five.columns,.s-section .container .four.columns,.s-section .container .fourteen.columns,.s-section .container .nine.columns,.s-section .container .one.column,.s-section .container .one.columns,.s-section .container .seven.columns,.s-section .container .six.columns,.s-section .container .sixteen.columns,.s-section .container .sixth.columns,.s-section .container .ten.columns,.s-section .container .third.column,.s-section .container .third.columns,.s-section .container .thirteen.columns,.s-section .container .three.columns,.s-section .container .twelve.columns,.s-section .container .two-thirds.column,.s-section .container .two.columns {
      width: 97.8166666%
  }

  .s-section .container .column.half-fixed,.s-section .container .eight.columns.half-fixed,.s-section .container .eleven.columns.half-fixed,.s-section .container .fifteen.columns.half-fixed,.s-section .container .fifth.columns.half-fixed,.s-section .container .five.columns.half-fixed,.s-section .container .four.columns.half-fixed,.s-section .container .fourteen.columns.half-fixed,.s-section .container .nine.columns.half-fixed,.s-section .container .one.column.half-fixed,.s-section .container .one.columns.half-fixed,.s-section .container .seven.columns.half-fixed,.s-section .container .six.columns.half-fixed,.s-section .container .sixteen.columns.half-fixed,.s-section .container .sixth.columns.half-fixed,.s-section .container .ten.columns.half-fixed,.s-section .container .third.column.half-fixed,.s-section .container .third.columns.half-fixed,.s-section .container .thirteen.columns.half-fixed,.s-section .container .three.columns.half-fixed,.s-section .container .twelve.columns.half-fixed,.s-section .container .two-thirds.half-fixed.column,.s-section .container .two.columns.half-fixed {
      width: 47.9%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .s-section .container .offset-eight,.s-section .container .offset-eleven,.s-section .container .offset-fifteen,.s-section .container .offset-five,.s-section .container .offset-four,.s-section .container .offset-fourteen,.s-section .container .offset-nine,.s-section .container .offset-one,.s-section .container .offset-seven,.s-section .container .offset-six,.s-section .container .offset-ten,.s-section .container .offset-thirteen,.s-section .container .offset-three,.s-section .container .offset-twelve,.s-section .container .offset-two {
      padding-left: 0
  }

  .s-section .container .offset-eight.right,.s-section .container .offset-eleven.right,.s-section .container .offset-fifteen.right,.s-section .container .offset-five.right,.s-section .container .offset-four.right,.s-section .container .offset-fourteen.right,.s-section .container .offset-nine.right,.s-section .container .offset-one.right,.s-section .container .offset-seven.right,.s-section .container .offset-six.right,.s-section .container .offset-ten.right,.s-section .container .offset-thirteen.right,.s-section .container .offset-three.right,.s-section .container .offset-twelve.right,.s-section .container .offset-two.right {
      padding-right: 0
  }

  .s-section .half-offset-left {
      padding-left: 0
  }

  .s-section .half-offset-right {
      padding-right: 0
  }
}

@media only screen and (min-width: 948px) {
  .side-menu-opened .s-section .container {
      position:relative;
      width: 100%;
      margin: 0 auto;
      padding: 0
  }

  .side-menu-opened .s-section .container .column,.side-menu-opened .s-section .container .columns {
      float: left;
      display: inline;
      margin-left: 1.04166666%;
      margin-right: 1.04166666%
  }

  .side-menu-opened .s-section .container .column.clear,.side-menu-opened .s-section .container .columns.clear {
      clear: both
  }

  .side-menu-opened .s-section .container .column.right,.side-menu-opened .s-section .container .columns.right {
      float: right
  }

  .side-menu-opened .s-section .container .column.no-float,.side-menu-opened .s-section .container .columns.no-float {
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .side-menu-opened .s-section .column.alpha,.side-menu-opened .s-section .columns.alpha {
      margin-left: 0
  }

  .side-menu-opened .s-section .column.omega,.side-menu-opened .s-section .columns.omega {
      margin-right: 0
  }

  .side-menu-opened .s-section .container .sixteen.columns.alpha.omega {
      width: 100%
  }

  .side-menu-opened .s-section .container .one.column,.side-menu-opened .s-section .container .one.columns {
      width: 4.06666666%
  }

  .side-menu-opened .s-section .container .two.columns {
      width: 10.3166666%
  }

  .side-menu-opened .s-section .container .three.columns {
      width: 16.5666666%
  }

  .side-menu-opened .s-section .container .four.columns {
      width: 22.8166666%
  }

  .side-menu-opened .s-section .container .five.columns {
      width: 29.0666666%
  }

  .side-menu-opened .s-section .container .six.columns {
      width: 35.3166666%
  }

  .side-menu-opened .s-section .container .seven.columns {
      width: 41.5666666%
  }

  .side-menu-opened .s-section .container .eight.columns {
      width: 47.8166666%
  }

  .side-menu-opened .s-section .container .nine.columns {
      width: 54.0666666%
  }

  .side-menu-opened .s-section .container .ten.columns {
      width: 60.3166666%
  }

  .side-menu-opened .s-section .container .eleven.columns {
      width: 66.5666666%
  }

  .side-menu-opened .s-section .container .twelve.columns {
      width: 72.8166666%
  }

  .side-menu-opened .s-section .container .thirteen.columns {
      width: 79.0666666%
  }

  .side-menu-opened .s-section .container .fourteen.columns {
      width: 85.3166666%
  }

  .side-menu-opened .s-section .container .fifteen.columns {
      width: 91.5666666%
  }

  .side-menu-opened .s-section .container .sixteen.columns {
      width: 97.8166666%
  }

  .side-menu-opened .s-section .container .third.column,.side-menu-opened .s-section .container .third.columns {
      width: 31.25%
  }

  .side-menu-opened .s-section .container .two-thirds.column {
      width: 64.48333333%
  }

  .side-menu-opened .s-section .container .fifth.columns {
      width: 17.9%
  }

  .side-menu-opened .s-section .container .sixth.columns {
      width: 14.4%
  }

  .side-menu-opened .s-section .container .offset-one {
      padding-left: 6.25%
  }

  .side-menu-opened .s-section .container .offset-two {
      padding-left: 12.5%
  }

  .side-menu-opened .s-section .container .offset-three {
      padding-left: 18.75%
  }

  .side-menu-opened .s-section .container .offset-four {
      padding-left: 25%
  }

  .side-menu-opened .s-section .container .offset-five {
      padding-left: 31.25%
  }

  .side-menu-opened .s-section .container .offset-six {
      padding-left: 37.5%
  }

  .side-menu-opened .s-section .container .offset-seven {
      padding-left: 43.75%
  }

  .side-menu-opened .s-section .container .offset-eight {
      padding-left: 50%
  }

  .side-menu-opened .s-section .container .offset-nine {
      padding-left: 56.25%
  }

  .side-menu-opened .s-section .container .offset-ten {
      padding-left: 62.5%
  }

  .side-menu-opened .s-section .container .offset-eleven {
      padding-left: 68.75%
  }

  .side-menu-opened .s-section .container .offset-twelve {
      padding-left: 75%
  }

  .side-menu-opened .s-section .container .offset-thirteen {
      padding-left: 81.25%
  }

  .side-menu-opened .s-section .container .offset-fourteen {
      padding-left: 87.5%
  }

  .side-menu-opened .s-section .container .offset-fifteen {
      padding-left: 93.75%
  }

  .side-menu-opened .s-section .container .offset-one.right {
      padding-left: 0;
      padding-right: 6.25%
  }

  .side-menu-opened .s-section .container .offset-two.right {
      padding-left: 0;
      padding-right: 12.5%
  }

  .side-menu-opened .s-section .container .offset-three.right {
      padding-left: 0;
      padding-right: 18.75%
  }

  .side-menu-opened .s-section .container .offset-four.right {
      padding-left: 0;
      padding-right: 25%
  }

  .side-menu-opened .s-section .container .offset-five.right {
      padding-left: 0;
      padding-right: 31.25%
  }

  .side-menu-opened .s-section .container .offset-six.right {
      padding-left: 0;
      padding-right: 37.5%
  }

  .side-menu-opened .s-section .container .offset-seven.right {
      padding-left: 0;
      padding-right: 43.75%
  }

  .side-menu-opened .s-section .container .offset-eight.right {
      padding-left: 0;
      padding-right: 50%
  }

  .side-menu-opened .s-section .container .offset-nine.right {
      padding-left: 0;
      padding-right: 56.25%
  }

  .side-menu-opened .s-section .container .offset-ten.right {
      padding-left: 0;
      padding-right: 62.5%
  }

  .side-menu-opened .s-section .container .offset-eleven.right {
      padding-left: 0;
      padding-right: 68.75%
  }

  .side-menu-opened .s-section .container .offset-twelve.right {
      padding-left: 0;
      padding-right: 75%
  }

  .side-menu-opened .s-section .container .offset-thirteen.right {
      padding-left: 0;
      padding-right: 81.25%
  }

  .side-menu-opened .s-section .container .offset-fourteen.right {
      padding-left: 0;
      padding-right: 87.5%
  }

  .side-menu-opened .s-section .container .offset-fifteen.right {
      padding-left: 0;
      padding-right: 93.75%
  }

  .side-menu-opened .s-section .half-offset-left {
      padding-left: 3.125%
  }

  .side-menu-opened .s-section .half-offset-right {
      padding-right: 3.125%
  }
}

@media only screen and (max-width: 947px) {
  .side-menu-opened .s-section .container {
      position:relative;
      width: 90%;
      margin: 0 auto;
      padding: 0
  }

  .side-menu-opened .s-section .container .column,.side-menu-opened .s-section .container .columns {
      float: left;
      display: inline;
      margin-left: 1.04166666%;
      margin-right: 1.04166666%
  }

  .side-menu-opened .s-section .column.alpha,.side-menu-opened .s-section .columns.alpha {
      margin-left: 0
  }

  .side-menu-opened .s-section .column.omega,.side-menu-opened .s-section .columns.omega {
      margin-right: 0
  }

  .side-menu-opened .s-section .container .sixteen.columns.alpha.omega {
      width: 100%
  }

  .side-menu-opened .s-section .container .eight.columns,.side-menu-opened .s-section .container .eleven.columns,.side-menu-opened .s-section .container .fifteen.columns,.side-menu-opened .s-section .container .fifth.columns,.side-menu-opened .s-section .container .five.columns,.side-menu-opened .s-section .container .four.columns,.side-menu-opened .s-section .container .fourteen.columns,.side-menu-opened .s-section .container .nine.columns,.side-menu-opened .s-section .container .one.column,.side-menu-opened .s-section .container .one.columns,.side-menu-opened .s-section .container .seven.columns,.side-menu-opened .s-section .container .six.columns,.side-menu-opened .s-section .container .sixteen.columns,.side-menu-opened .s-section .container .sixth.columns,.side-menu-opened .s-section .container .ten.columns,.side-menu-opened .s-section .container .third.column,.side-menu-opened .s-section .container .third.columns,.side-menu-opened .s-section .container .thirteen.columns,.side-menu-opened .s-section .container .three.columns,.side-menu-opened .s-section .container .twelve.columns,.side-menu-opened .s-section .container .two-thirds.column,.side-menu-opened .s-section .container .two.columns {
      width: 97.8166666%
  }

  .side-menu-opened .s-section .container .column.half-fixed,.side-menu-opened .s-section .container .eight.columns.half-fixed,.side-menu-opened .s-section .container .eleven.columns.half-fixed,.side-menu-opened .s-section .container .fifteen.columns.half-fixed,.side-menu-opened .s-section .container .fifth.columns.half-fixed,.side-menu-opened .s-section .container .five.columns.half-fixed,.side-menu-opened .s-section .container .four.columns.half-fixed,.side-menu-opened .s-section .container .fourteen.columns.half-fixed,.side-menu-opened .s-section .container .nine.columns.half-fixed,.side-menu-opened .s-section .container .one.column.half-fixed,.side-menu-opened .s-section .container .one.columns.half-fixed,.side-menu-opened .s-section .container .seven.columns.half-fixed,.side-menu-opened .s-section .container .six.columns.half-fixed,.side-menu-opened .s-section .container .sixteen.columns.half-fixed,.side-menu-opened .s-section .container .sixth.columns.half-fixed,.side-menu-opened .s-section .container .ten.columns.half-fixed,.side-menu-opened .s-section .container .third.column.half-fixed,.side-menu-opened .s-section .container .third.columns.half-fixed,.side-menu-opened .s-section .container .thirteen.columns.half-fixed,.side-menu-opened .s-section .container .three.columns.half-fixed,.side-menu-opened .s-section .container .twelve.columns.half-fixed,.side-menu-opened .s-section .container .two-thirds.half-fixed.column,.side-menu-opened .s-section .container .two.columns.half-fixed {
      width: 47.9%;
      display: inline-block;
      vertical-align: top;
      float: none;
      zoom:1}

  .side-menu-opened .s-section .container .offset-eight,.side-menu-opened .s-section .container .offset-eleven,.side-menu-opened .s-section .container .offset-fifteen,.side-menu-opened .s-section .container .offset-five,.side-menu-opened .s-section .container .offset-four,.side-menu-opened .s-section .container .offset-fourteen,.side-menu-opened .s-section .container .offset-nine,.side-menu-opened .s-section .container .offset-one,.side-menu-opened .s-section .container .offset-seven,.side-menu-opened .s-section .container .offset-six,.side-menu-opened .s-section .container .offset-ten,.side-menu-opened .s-section .container .offset-thirteen,.side-menu-opened .s-section .container .offset-three,.side-menu-opened .s-section .container .offset-twelve,.side-menu-opened .s-section .container .offset-two {
      padding-left: 0
  }

  .side-menu-opened .s-section .container .offset-eight.right,.side-menu-opened .s-section .container .offset-eleven.right,.side-menu-opened .s-section .container .offset-fifteen.right,.side-menu-opened .s-section .container .offset-five.right,.side-menu-opened .s-section .container .offset-four.right,.side-menu-opened .s-section .container .offset-fourteen.right,.side-menu-opened .s-section .container .offset-nine.right,.side-menu-opened .s-section .container .offset-one.right,.side-menu-opened .s-section .container .offset-seven.right,.side-menu-opened .s-section .container .offset-six.right,.side-menu-opened .s-section .container .offset-ten.right,.side-menu-opened .s-section .container .offset-thirteen.right,.side-menu-opened .s-section .container .offset-three.right,.side-menu-opened .s-section .container .offset-twelve.right,.side-menu-opened .s-section .container .offset-two.right {
      padding-right: 0
  }

  .side-menu-opened .s-section .half-offset-left {
      padding-left: 0
  }

  .side-menu-opened .s-section .half-offset-right {
      padding-right: 0
  }
}

.slides .s-common-link a,.slides .s-text .s-component-content a,.slides a.s-common-link {
  color: #2aabd9
}

.s-font-title {
  font-family: montserrat,sans-serif
}

.s-font-title:lang(ja) {
  font-family: montserrat,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-font-title:lang(sxl),.s-font-title:lang(zh),.s-font-title:lang(zh-cn) {
  font-family: montserrat,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-font-title:lang(zh-tw) {
  font-family: montserrat,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-font-body {
  font-family: montserrat,sans-serif
}

.s-font-body:lang(ja) {
  font-family: montserrat,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-font-body:lang(sxl),.s-font-body:lang(zh),.s-font-body:lang(zh-cn) {
  font-family: montserrat,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-font-body:lang(zh-tw) {
  font-family: montserrat,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-font-heading {
  font-family: montserrat,sans-serif
}

.s-font-heading:lang(ja) {
  font-family: montserrat,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-font-heading:lang(sxl),.s-font-heading:lang(zh),.s-font-heading:lang(zh-cn) {
  font-family: montserrat,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-font-heading:lang(zh-tw) {
  font-family: montserrat,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-blog .s-blog-body,.s-blog .s-blog-header {
  font-family: montserrat,sans-serif
}

.s-blog .s-blog-body:lang(ja),.s-blog .s-blog-header:lang(ja) {
  font-family: montserrat,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif
}

.s-blog .s-blog-body:lang(sxl),.s-blog .s-blog-body:lang(zh),.s-blog .s-blog-body:lang(zh-cn),.s-blog .s-blog-header:lang(sxl),.s-blog .s-blog-header:lang(zh),.s-blog .s-blog-header:lang(zh-cn) {
  font-family: montserrat,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif
}

.s-blog .s-blog-body:lang(zh-tw),.s-blog .s-blog-header:lang(zh-tw) {
  font-family: montserrat,PingFang TC,Microsoft JhengHei,微軟正黑體,STXihei,sans-serif
}

.s-block .s-block-feature.container {
  padding: 0;
  border: none
}

#s-content h1,#s-content h2 {
  margin-bottom: 10px
}

#s-content h3 {
  font-size: 18px
}

#s-content h3,#s-content h4,#s-content h5 {
  margin-bottom: 5px
}

#s-content h5 {
  font-size: 18px
}

#s-content h6 {
  margin-bottom: 5px
}

.navbar-drawer-bar .mobile,.navbar-drawer-bar .navbar {
  border-radius: 0
}

.navbar-drawer-bar .mobile .entypo,.navbar-drawer-bar .mobile .fa,.navbar-drawer-bar .navbar .entypo,.navbar-drawer-bar .navbar .fa {
  text-shadow: none
}

.app-mode .navbar-drawer-bar .nav-title {
  color: #fff
}

.s-section {
  margin: 0 auto;
  padding: 75px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.s-section.s-top-padding-half {
  padding-top: 40px
}

.s-section.s-top-padding-none {
  padding-top: 0
}

.s-section.s-bottom-padding-half {
  padding-bottom: 40px
}

.s-section.s-bottom-padding-none {
  padding-bottom: 0
}

.s-section .container {
  max-width: 1060px
}

@media only screen and (max-width: 1023px) {
  .s-section .container {
      width:90%;
      margin: 0 auto
  }
}

@media only screen and (min-width: 1024px) {
  .s-section .container {
      width:84%;
      margin: 0 auto
  }
}

.s-section .s-title-group {
  margin-bottom: 40px
}

.s-section.s-title-section {
  min-height: 420px
}

#s-content .s-section.s-title-section h1,#s-content .s-section.s-title-section h2 {
  font-size: 54px
}

.s-section.s-info-section .s-info-box {
  padding: 16px 18px;
  box-shadow: none;
  border: 2px solid rgba(0,0,0,.1)
}

@media only screen and (max-width: 727px) {
  .s-section.s-info-section .s-info-box {
      margin-bottom:20px
  }
}

.s-section.s-slider-section .inner {
  width: 100%
}

.s-section.s-process-section .s-item-text-group .s-item-text p,.s-section.s-process-section .s-item-text-group .s-item-title p {
  font-size: 100%
}

.s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  border-radius: 0
}

.s-common-button {
  padding: 14px 28px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer
}

.s-new-hero-section .s-common-button,.s-new-title-section .s-common-button {
  padding: 24px 40px
}

.s-signup-form .s-email-form-field .s-email-form-button {
  padding: 12px 40px;
  font-size: 18px
}

.s-footer-section .container {
  padding-top: 15px;
  background-color: transparent;
  border-bottom: none
}

.s-footer-section .s-social-media li {
  line-height: 1
}

@media only screen and (min-width: 728px) and (max-width:1023px) {
  .s-section.s-footer-section .container.s-layout-grid .half-fixed.right-align,.s-section.s-footer-section .container.s-layout-horizontal .s-footer-text.right-align {
      text-align:left
  }
}

.full-width-gallery {
  width: 100%
}

.s-social-icon {
  border-radius: 100px!important
}

.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h1,.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h2,.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h3,.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h4,.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h5,.s-blog .s-blog-header .s-blog-header-inner.s-bg-light-text h6 {
  color: #fff
}

.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h1,.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h2,.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h3,.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h4,.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h5,.s-blog .s-blog-header .s-blog-header-inner.s-bg-dark-text h6 {
  color: #222
}

.s-signup-form .s-email-form-field .s-common-button {
  padding-top: 14px;
  padding-bottom: 13px
}

@media screen and (min-width: 728px) {
  .s-footer-logo-wrapper {
      position:relative
  }

  .s-footer-logo-wrapper .s-footer-logo {
      left: calc(50% - 160px)!important;
      margin: 0
  }

  .s-footer-logo-wrapper .s-footer-logo.s-footer-logo-pbs,.s-footer-logo-wrapper .s-footer-logo.s-footer-logo-zbj {
      left: 0!important
  }
}

.s-new-media-section.left-align {
  text-align: left
}

.s-new-media-section.right-align {
  text-align: right
}

@media only screen and (max-width: 727px) {
  .s-nav {
      display:block
  }

  .s-navbar-desktop {
      display: none
  }
}

.s-section .container {
  max-width: 94%!important
}

.s-bg-white {
  background: #fff
}

.s-bg-gray {
  background: #e8eaec
}

.s-bg-dark {
  background: #1c1c1c
}

.s-section.s-bg-light {
  background: #fff
}

.s-section.s-bg-gray {
  background: #e8eaec
}

.s-section.s-bg-image.s-info-section .s-info-box {
  border-color: #e8eaec
}

.s-section.s-bg-image.s-info-section.s-bg-light-text .s-info-box {
  border-color: #fff
}

.s-section.s-bg-image.s-info-section.s-bg-dark-text .s-info-box {
  border-color: #2c2c35
}

.s-section.s-bg-dark {
  background: #1c1c1c
}

.s-section.s-bg-dark #s-nav,.s-section.s-bg-dark #s-nav .s-font-body,.s-section.s-bg-dark #s-nav .s-item-subtitle,.s-section.s-bg-dark #s-nav .s-subtitle,.s-section.s-bg-dark .s-blog-info,.s-section.s-bg-dark .s-ecommerce-card-view-card-price,.s-section.s-bg-dark .s-item-subtitle,.s-section.s-bg-dark .s-item-text,.s-section.s-bg-dark .s-subtitle {
  color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-bg-theme-color-1 {
  background-color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-bg-theme-color-fade-1 {
  background-color: rgba(235,245,255,.07)
}

.s-section.s-bg-dark .s-text-theme-color-1,.s-section.s-bg-dark .s-theme-color-1 {
  color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-bg-theme-color-fade-2 {
  background-color: rgba(235,245,255,.2)
}

.s-section.s-bg-dark .s-border-theme-color-1 {
  border-color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-button-theme-style-shadow {
  background-color: rgba(235,245,255,.2);
  box-shadow: 0 3px 0 rgba(235,245,255,.2);
  color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-button-theme-style-shadow:visited {
  color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-button-theme-style-border {
  border: 2px solid rgba(235,245,255,.2)
}

.s-section.s-bg-dark .s-button-theme-style,.s-section.s-bg-dark .s-button-theme-style-border {
  background-color: rgba(235,245,255,.2);
  color: rgba(235,245,255,.5)
}

.s-section.s-bg-dark .s-button-theme-style-important {
  background-color: rgba(235,245,255,.2)!important;
  color: rgba(235,245,255,.5)!important
}

.s-section.s-bg-dark #s-nav,.s-section.s-bg-dark #s-nav .s-item-title,.s-section.s-bg-dark #s-nav .s-title,.s-section.s-bg-dark .s-blog-title,.s-section.s-bg-dark .s-ecommerce-card-view-card-name,.s-section.s-bg-dark .s-item-title,.s-section.s-bg-dark .s-title {
  color: #fff
}

.s-section.s-bg-dark .s-blog-details-blurb {
  color: #555
}

.s-section.s-bg-dark .s-ecommerce-card-view-card-price {
  color: #fff!important
}

.s-section.s-bg-dark .s-component-overlay {
  border-color: #555
}

.s-section.s-bg-dark.s-bg-light-text #s-nav,.s-section.s-bg-dark.s-bg-light-text #s-nav .s-item-title,.s-section.s-bg-dark.s-bg-light-text #s-nav .s-title,.s-section.s-bg-dark.s-bg-light-text .s-blog-title,.s-section.s-bg-dark.s-bg-light-text .s-ecommerce-card-view-card-name,.s-section.s-bg-dark.s-bg-light-text .s-item-title,.s-section.s-bg-dark.s-bg-light-text .s-title {
  color: #e8eaec
}

.s-section.s-bg-dark.s-bg-light-text #s-nav,.s-section.s-bg-dark.s-bg-light-text #s-nav .s-font-body,.s-section.s-bg-dark.s-bg-light-text #s-nav .s-item-subtitle,.s-section.s-bg-dark.s-bg-light-text #s-nav .s-subtitle,.s-section.s-bg-dark.s-bg-light-text .s-blog-info,.s-section.s-bg-dark.s-bg-light-text .s-ecommerce-card-view-card-price,.s-section.s-bg-dark.s-bg-light-text .s-item-subtitle,.s-section.s-bg-dark.s-bg-light-text .s-item-text,.s-section.s-bg-dark.s-bg-light-text .s-subtitle {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-bg-theme-color-1 {
  background-color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-bg-theme-color-fade-1 {
  background-color: hsla(0,0%,92.5%,.07)
}

.s-section.s-bg-dark.s-bg-light-text .s-text-theme-color-1,.s-section.s-bg-dark.s-bg-light-text .s-theme-color-1 {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-bg-theme-color-fade-2 {
  background-color: hsla(0,0%,92.5%,.2)
}

.s-section.s-bg-dark.s-bg-light-text .s-border-theme-color-1 {
  border-color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-button-theme-style-shadow {
  background-color: hsla(0,0%,92.5%,.2);
  box-shadow: 0 3px 0 hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-button-theme-style-shadow:visited {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-button-theme-style-border {
  background-color: hsla(0,0%,92.5%,.2);
  border: 2px solid hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-button-theme-style {
  background-color: hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-light-text .s-button-theme-style-important {
  background-color: hsla(0,0%,92.5%,.2)!important;
  color: #ececec!important
}

.s-section.s-bg-dark.s-bg-light-text .s-blog-details-blurb {
  color: #555
}

.s-section.s-bg-dark.s-bg-dark-text #s-nav,.s-section.s-bg-dark.s-bg-dark-text #s-nav .s-item-title,.s-section.s-bg-dark.s-bg-dark-text #s-nav .s-title,.s-section.s-bg-dark.s-bg-dark-text .s-blog-title,.s-section.s-bg-dark.s-bg-dark-text .s-ecommerce-card-view-card-name,.s-section.s-bg-dark.s-bg-dark-text .s-item-title,.s-section.s-bg-dark.s-bg-dark-text .s-title {
  color: #1b1b1f
}

.s-section.s-bg-dark.s-bg-dark-text #s-nav,.s-section.s-bg-dark.s-bg-dark-text #s-nav .s-font-body,.s-section.s-bg-dark.s-bg-dark-text #s-nav .s-item-subtitle,.s-section.s-bg-dark.s-bg-dark-text #s-nav .s-subtitle,.s-section.s-bg-dark.s-bg-dark-text .s-blog-info,.s-section.s-bg-dark.s-bg-dark-text .s-ecommerce-card-view-card-price,.s-section.s-bg-dark.s-bg-dark-text .s-item-subtitle,.s-section.s-bg-dark.s-bg-dark-text .s-item-text,.s-section.s-bg-dark.s-bg-dark-text .s-subtitle {
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-bg-theme-color-1 {
  background-color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-bg-theme-color-fade-1 {
  background-color: rgba(51,51,51,.07)
}

.s-section.s-bg-dark.s-bg-dark-text .s-text-theme-color-1,.s-section.s-bg-dark.s-bg-dark-text .s-theme-color-1 {
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-bg-theme-color-fade-2 {
  background-color: rgba(51,51,51,.2)
}

.s-section.s-bg-dark.s-bg-dark-text .s-border-theme-color-1 {
  border-color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-button-theme-style-shadow {
  background-color: rgba(51,51,51,.2);
  box-shadow: 0 3px 0 rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-button-theme-style-shadow:visited {
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-button-theme-style-border {
  background-color: rgba(51,51,51,.2);
  border: 2px solid rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-button-theme-style {
  background-color: rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-dark-text .s-button-theme-style-important {
  background-color: rgba(51,51,51,.2)!important;
  color: #333!important
}

.s-section.s-bg-dark.s-bg-dark-text .s-blog-details-blurb {
  color: #555
}

.s-section.s-bg-dark .s-blog-info,.s-section.s-bg-dark .s-blog-title {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav,.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-item-title,.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-title,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-title,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-ecommerce-card-view-card-name,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-title,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-title {
  color: #e8eaec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav,.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-font-body,.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-item-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-light-text #s-nav .s-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-info,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-ecommerce-card-view-card-price,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-item-text,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-subtitle {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-bg-theme-color-1 {
  background-color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-bg-theme-color-fade-1 {
  background-color: hsla(0,0%,92.5%,.07)
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-text-theme-color-1,.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-theme-color-1 {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-bg-theme-color-fade-2 {
  background-color: hsla(0,0%,92.5%,.2)
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-border-theme-color-1 {
  border-color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-shadow {
  background-color: hsla(0,0%,92.5%,.2);
  box-shadow: 0 3px 0 hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-shadow:visited {
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-border {
  background-color: hsla(0,0%,92.5%,.2);
  border: 2px solid hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style {
  background-color: hsla(0,0%,92.5%,.2);
  color: #ececec
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-button-theme-style-important {
  background-color: hsla(0,0%,92.5%,.2)!important;
  color: #ececec!important
}

.s-section.s-bg-dark.s-bg-image.s-bg-light-text .s-blog-details-blurb {
  color: #555
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-item-title,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-title,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-title,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-ecommerce-card-view-card-name,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-title,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-title {
  color: #1b1b1f
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-font-body,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-item-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text #s-nav .s-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-info,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-ecommerce-card-view-card-price,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-subtitle,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-item-text,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-subtitle {
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-bg-theme-color-1 {
  background-color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-bg-theme-color-fade-1 {
  background-color: rgba(51,51,51,.07)
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-text-theme-color-1,.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-theme-color-1 {
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-bg-theme-color-fade-2 {
  background-color: rgba(51,51,51,.2)
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-border-theme-color-1 {
  border-color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-shadow {
  background-color: rgba(51,51,51,.2);
  box-shadow: 0 3px 0 rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-shadow:visited {
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-border {
  background-color: rgba(51,51,51,.2);
  border: 2px solid rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style {
  background-color: rgba(51,51,51,.2);
  color: #333
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-button-theme-style-important {
  background-color: rgba(51,51,51,.2)!important;
  color: #333!important
}

.s-section.s-bg-dark.s-bg-image.s-bg-dark-text .s-blog-details-blurb {
  color: #555
}

.s-section.s-bg-dark.s-process-section .process-item-index,.s-section.s-bg-dark.s-process-section .process-item-linker {
  border-color: #a9aeb2;
  color: #fff
}

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper .category-link-item {
  color: #555
}

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper .category-link-item:after {
  background-color: #555
}

.s-section.s-bg-dark.s-store-section .s-category-bar .category-list .category-link-item-wrapper:hover .category-link-item {
  color: #e8eaec
}

.s-section.s-bg-dark.s-store-section .s-ecommerce-card-view-card-price {
  color: #555
}

.s-section.s-bg-dark.s-info-section.s-bg-light-text .s-info-box,.s-section.s-bg-dark.s-info-section .s-info-box {
  border-color: #e8eaec
}

.s-section.s-bg-dark.s-info-section.s-bg-dark-text .s-info-box {
  border-color: #2c2c35
}

.s-section.s-bg-dark.s-contact-section .container {
  background-color: #1b1b1f;
  border-color: #2c2c35
}

.s-section.s-bg-dark.s-contact-section .s-contact-info-column {
  background: #1b1b1f
}

.s-section.s-bg-dark.s-contact-section input[type=text],.s-section.s-bg-dark.s-contact-section textarea {
  border-color: #555
}

.s-section.s-bg-dark.s-footer-section .separate-line {
  border-bottom-color: hsla(0,0%,100%,.15)
}

.s-section.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-section.s-bg-dark .s-email-form .s-email-form-fields-group .s-email-form-field textarea,.s-section.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field input[type=text],.s-section.s-bg-dark .s-signup-form .s-email-form-fields-group .s-email-form-field textarea {
  color: #fff;
  background: #333
}

.s-page-product .s-section .s-component.s-text .s-component-content a {
  color: #28b0e6
}

.s-page-product .s-section .s-component.s-text .s-component-content p {
  margin-bottom: 10px
}

@media only screen and (min-width: 728px) {
  .s-page-site-search {
      margin-top:60px
  }
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title {
  font-size: 45px!important
}

@media only screen and (max-width: 727px) {
  .s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title {
      font-size:36px!important
  }
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-light-text a,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-light-text p,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title a,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner .s-blog-title p {
  color: #fff
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-dark-text a,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-bg-dark-text p,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-no-bg a,.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-header-inner.s-no-bg p {
  color: #161616
}

.s-blog .s-blog-content.show-nav .s-blog-header .s-blog-tag {
  font-size: 14px
}
