@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }

  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}


.map-popup:before,
.swiper-pagination {
  -webkit-transition: .3s;
  -o-transition: .3s
}

.clear,
.clear-5>[class*=col-]:nth-child(4n+1) {
  clear: both
}

.SumoSelect>.CaptionCont>span,
.SumoSelect>.optWrapper>.options li label,
.map-locations-wrapper span,
.products .productName .as span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
  position: absolute;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0
}

.SumoSelect p {
  margin: 0
}

.SelectBox {
  padding: 5px 8px
}

.sumoStopScroll {
  overflow: hidden
}

.SumoSelect .hidden {
  display: none
}

.SumoSelect .search-txt {
  display: none;
  outline: 0
}

.SumoSelect .no-match {
  display: none;
  padding: 6px
}

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
  visibility: hidden
}

.SelectClass,
.SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.SelectClass {
  z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}

.SumoSelect>.optWrapper>.options {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  max-height: 250px
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
  position: relative
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  border-bottom: none
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #E4E4E4
}

.SumoSelect>.optWrapper>.options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
  display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
  background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .13);
  box-shadow: 0 0 2px rgba(0, 0, 0, .13);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #DBDBDB;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  -webkit-border-radius: 0 0 3px;
  border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none
}

.SumoSelect .select-all {
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  display: inline-block
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.historyYear span,
.teamMember {
  -webkit-backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-scrollbar {
  -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

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

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  height: 100%;
  margin: 0 auto
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  height: 100%;
  margin: 0 auto;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(../mcsb_buttons.html);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 1px;
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  -webkit-border-radius: 2px;
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, .2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9)
}

html {
  overflow-y: scroll
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

blockquote,
q {
  quotes: none
}

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

body * {
  -webkit-text-size-adjust: none;
  outline: 0
}

.clear {
  overflow: hidden;
  height: 0;
  font-size: 0;
  display: block
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0
}

input,
select,
textarea {
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: 0 0;
  border: none;
  margin: 0;
  width: 100%;
  font-family: Arial
}

textarea {
  display: block;
  resize: none;
  overflow: auto
}

#content-block,
.awardsThumbnail .imgWrapper,
.detailInfoWrapper,
.jarallax,
.overHidden,
.overflow-hidden,
.products,
.products .productName .as span,
.sectionTitle,
.sectionTitle .as,
.socialWrapper a,
.trapeze,
.trapeze .trapezeContent .as,
.whatWedo,
.whatWedo .as,
html.overflow-hidden body {
  overflow: hidden
}

select::-ms-expand {
  display: none
}

input[type=file],
input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1
}

.container,
.floatSpace,
.section {
  position: relative
}

a,
a:active,
a:hover,
a:link,
a:visited {
  cursor: pointer;
  text-decoration: none;
  outline: 0
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #1B1B1B
}

b,
strong {
  font-weight: 700
}

ol,
ul {
  list-style: none
}

a {
  color: inherit
}

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

input[type=number] {
  -moz-appearance: textfield
}

.floatSpace {
  float: left;
  width: 100%
}

.emptySpace1 {
  height: 1px
}

.emptySpace5 {
  height: 5px
}

.emptySpace10 {
  height: 10px
}

.emptySpace15 {
  height: 15px
}

.emptySpace20 {
  height: 20px
}

.emptySpace25 {
  height: 25px
}

.emptySpace30 {
  height: 30px
}

.emptySpace35 {
  height: 35px
}

.emptySpace40 {
  height: 40px
}

.emptySpace45 {
  height: 45px
}

.emptySpace50 {
  height: 50px
}

.emptySpace55 {
  height: 55px
}

.emptySpace60 {
  height: 60px
}

.emptySpace65 {
  height: 65px
}

.emptySpace70 {
  height: 70px
}

.emptySpace75 {
  height: 75px
}

.emptySpace80 {
  height: 80px
}

.emptySpace85 {
  height: 85px
}

.emptySpace90 {
  height: 90px
}

.emptySpace95 {
  height: 95px
}

.emptySpace100 {
  height: 100px
}

.emptySpace105 {
  height: 105px
}

.emptySpace110 {
  height: 110px
}

.emptySpace115 {
  height: 115px
}

.emptySpace120 {
  height: 120px
}

.emptySpace125 {
  height: 125px
}

.emptySpace130 {
  height: 130px
}

.emptySpace135 {
  height: 135px
}

.emptySpace140 {
  height: 140px
}

.emptySpace145 {
  height: 145px
}

.emptySpace150 {
  height: 150px
}

.emptySpace155 {
  height: 155px
}

.emptySpace160 {
  height: 160px
}

.emptySpace165 {
  height: 165px
}

.emptySpace170 {
  height: 170px
}

.emptySpace175 {
  height: 175px
}

.emptySpace180 {
  height: 180px
}

.emptySpace185 {
  height: 185px
}

.emptySpace190 {
  height: 190px
}

.emptySpace195 {
  height: 195px
}

.emptySpace200 {
  height: 200px
}

@media (max-width:1500px) {
  .emptySpace-lt5 {
    height: 5px
  }
  .emptySpace-lt10 {
    height: 10px
  }
  .emptySpace-lt15 {
    height: 15px
  }
  .emptySpace-lt20 {
    height: 20px
  }
  .emptySpace-lt25 {
    height: 25px
  }
  .emptySpace-lt30 {
    height: 30px
  }
  .emptySpace-lt35 {
    height: 35px
  }
  .emptySpace-lt40 {
    height: 40px
  }
  .emptySpace-lt45 {
    height: 45px
  }
  .emptySpace-lt50 {
    height: 50px
  }
  .emptySpace-lt55 {
    height: 55px
  }
  .emptySpace-lt60 {
    height: 60px
  }
  .emptySpace-lt65 {
    height: 65px
  }
  .emptySpace-lt70 {
    height: 70px
  }
  .emptySpace-lt75 {
    height: 75px
  }
  .emptySpace-lt80 {
    height: 80px
  }
  .emptySpace-lt85 {
    height: 85px
  }
  .emptySpace-lt90 {
    height: 90px
  }
  .emptySpace-lt95 {
    height: 95px
  }
  .emptySpace-lt100 {
    height: 100px
  }
  .emptySpace-lt105 {
    height: 105px
  }
  .emptySpace-lt110 {
    height: 110px
  }
  .emptySpace-lt115 {
    height: 115px
  }
  .emptySpace-lt120 {
    height: 120px
  }
  .emptySpace-lt125 {
    height: 125px
  }
  .emptySpace-lt130 {
    height: 130px
  }
  .emptySpace-lt135 {
    height: 135px
  }
  .emptySpace-lt140 {
    height: 140px
  }
  .emptySpace-lt145 {
    height: 145px
  }
  .emptySpace-lt150 {
    height: 150px
  }
  .emptySpace-lt155 {
    height: 155px
  }
  .emptySpace-lt160 {
    height: 160px
  }
  .emptySpace-lt165 {
    height: 165px
  }
  .emptySpace-lt170 {
    height: 170px
  }
  .emptySpace-lt175 {
    height: 175px
  }
  .emptySpace-lt180 {
    height: 180px
  }
  .emptySpace-lt185 {
    height: 185px
  }
  .emptySpace-lt190 {
    height: 190px
  }
  .emptySpace-lt195 {
    height: 195px
  }
  .emptySpace-lt200 {
    height: 200px
  }
}

@media (max-width:1199px) {
  .emptySpace-md0 {
    height: 0
  }
  .emptySpace-md5 {
    height: 5px
  }
  .emptySpace-md10 {
    height: 10px
  }
  .emptySpace-md15 {
    height: 15px
  }
  .emptySpace-md20 {
    height: 20px
  }
  .emptySpace-md25 {
    height: 25px
  }
  .emptySpace-md30 {
    height: 30px
  }
  .emptySpace-md35 {
    height: 35px
  }
  .emptySpace-md40 {
    height: 40px
  }
  .emptySpace-md45 {
    height: 45px
  }
  .emptySpace-md50 {
    height: 50px
  }
  .emptySpace-md55 {
    height: 55px
  }
  .emptySpace-md60 {
    height: 60px
  }
  .emptySpace-md65 {
    height: 65px
  }
  .emptySpace-md70 {
    height: 70px
  }
  .emptySpace-md75 {
    height: 75px
  }
  .emptySpace-md80 {
    height: 80px
  }
  .emptySpace-md85 {
    height: 85px
  }
  .emptySpace-md90 {
    height: 90px
  }
  .emptySpace-md95 {
    height: 95px
  }
  .emptySpace-md100 {
    height: 100px
  }
  .emptySpace-md105 {
    height: 105px
  }
  .emptySpace-md110 {
    height: 110px
  }
  .emptySpace-md115 {
    height: 115px
  }
  .emptySpace-md120 {
    height: 120px
  }
  .emptySpace-md125 {
    height: 125px
  }
  .emptySpace-md130 {
    height: 130px
  }
  .emptySpace-md135 {
    height: 135px
  }
  .emptySpace-md140 {
    height: 140px
  }
  .emptySpace-md145 {
    height: 145px
  }
  .emptySpace-md150 {
    height: 150px
  }
  .emptySpace-md155 {
    height: 155px
  }
  .emptySpace-md160 {
    height: 160px
  }
  .emptySpace-md165 {
    height: 165px
  }
  .emptySpace-md170 {
    height: 170px
  }
  .emptySpace-md175 {
    height: 175px
  }
  .emptySpace-md180 {
    height: 180px
  }
  .emptySpace-md185 {
    height: 185px
  }
  .emptySpace-md190 {
    height: 190px
  }
  .emptySpace-md195 {
    height: 195px
  }
  .emptySpace-md200 {
    height: 200px
  }
}

@media (max-width:991px) {
  .emptySpace-sm0 {
    height: 0
  }
  .emptySpace-sm5 {
    height: 5px
  }
  .emptySpace-sm10 {
    height: 10px
  }
  .emptySpace-sm15 {
    height: 15px
  }
  .emptySpace-sm20 {
    height: 20px
  }
  .emptySpace-sm25 {
    height: 25px
  }
  .emptySpace-sm30 {
    height: 30px
  }
  .emptySpace-sm35 {
    height: 35px
  }
  .emptySpace-sm40 {
    height: 40px
  }
  .emptySpace-sm45 {
    height: 45px
  }
  .emptySpace-sm50 {
    height: 50px
  }
  .emptySpace-sm55 {
    height: 55px
  }
  .emptySpace-sm60 {
    height: 60px
  }
  .emptySpace-sm65 {
    height: 65px
  }
  .emptySpace-sm70 {
    height: 70px
  }
  .emptySpace-sm75 {
    height: 75px
  }
  .emptySpace-sm80 {
    height: 80px
  }
  .emptySpace-sm85 {
    height: 85px
  }
  .emptySpace-sm90 {
    height: 90px
  }
  .emptySpace-sm95 {
    height: 95px
  }
  .emptySpace-sm100 {
    height: 100px
  }
  .emptySpace-sm105 {
    height: 105px
  }
  .emptySpace-sm110 {
    height: 110px
  }
  .emptySpace-sm115 {
    height: 115px
  }
  .emptySpace-sm120 {
    height: 120px
  }
  .emptySpace-sm125 {
    height: 125px
  }
  .emptySpace-sm130 {
    height: 130px
  }
  .emptySpace-sm135 {
    height: 135px
  }
  .emptySpace-sm140 {
    height: 140px
  }
  .emptySpace-sm145 {
    height: 145px
  }
  .emptySpace-sm150 {
    height: 150px
  }
  .emptySpace-sm155 {
    height: 155px
  }
  .emptySpace-sm160 {
    height: 160px
  }
  .emptySpace-sm165 {
    height: 165px
  }
  .emptySpace-sm170 {
    height: 170px
  }
  .emptySpace-sm175 {
    height: 175px
  }
  .emptySpace-sm180 {
    height: 180px
  }
  .emptySpace-sm185 {
    height: 185px
  }
  .emptySpace-sm190 {
    height: 190px
  }
  .emptySpace-sm195 {
    height: 195px
  }
  .emptySpace-sm200 {
    height: 200px
  }
}

@media (max-width:767px) {
  .emptySpace-xs0 {
    height: 0
  }
  .emptySpace-xs5 {
    height: 5px
  }
  .emptySpace-xs10 {
    height: 10px
  }
  .emptySpace-xs15 {
    height: 15px
  }
  .emptySpace-xs20 {
    height: 20px
  }
  .emptySpace-xs25 {
    height: 25px
  }
  .emptySpace-xs30 {
    height: 30px
  }
  .emptySpace-xs35 {
    height: 35px
  }
  .emptySpace-xs40 {
    height: 40px
  }
  .emptySpace-xs45 {
    height: 45px
  }
  .emptySpace-xs50 {
    height: 50px
  }
  .emptySpace-xs55 {
    height: 55px
  }
  .emptySpace-xs60 {
    height: 60px
  }
  .emptySpace-xs65 {
    height: 65px
  }
  .emptySpace-xs70 {
    height: 70px
  }
  .emptySpace-xs75 {
    height: 75px
  }
  .emptySpace-xs80 {
    height: 80px
  }
  .emptySpace-xs85 {
    height: 85px
  }
  .emptySpace-xs90 {
    height: 90px
  }
  .emptySpace-xs95 {
    height: 95px
  }
  .emptySpace-xs100 {
    height: 100px
  }
  .emptySpace-xs105 {
    height: 105px
  }
  .emptySpace-xs110 {
    height: 110px
  }
  .emptySpace-xs115 {
    height: 115px
  }
  .emptySpace-xs120 {
    height: 120px
  }
  .emptySpace-xs125 {
    height: 125px
  }
  .emptySpace-xs130 {
    height: 130px
  }
  .emptySpace-xs135 {
    height: 135px
  }
  .emptySpace-xs140 {
    height: 140px
  }
  .emptySpace-xs145 {
    height: 145px
  }
  .emptySpace-xs150 {
    height: 150px
  }
  .emptySpace-xs155 {
    height: 155px
  }
  .emptySpace-xs160 {
    height: 160px
  }
  .emptySpace-xs165 {
    height: 165px
  }
  .emptySpace-xs170 {
    height: 170px
  }
  .emptySpace-xs175 {
    height: 175px
  }
  .emptySpace-xs180 {
    height: 180px
  }
  .emptySpace-xs185 {
    height: 185px
  }
  .emptySpace-xs190 {
    height: 190px
  }
  .emptySpace-xs195 {
    height: 195px
  }
  .emptySpace-xs200 {
    height: 200px
  }
}

.simpleInput,
body {
  font-family: Montserrat
}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-track {
  background: rgba(192, 192, 192, .7);
  width: 3px
}

.container {
  max-width: 100%
}

.tableView {
  display: table;
  width: 100%
}

.cellView {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  padding: 50px 15px
}

::-moz-selection {
  color: #fefefe;
  background: #1e1e1e
}

.nopadding,
.nopadding>[class*=col-] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0
}

.bgFixed {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed
}

.bgImage,
.bgPattern {
  background-position: 50% 50%
}

body.mobile .bgFixed {
  background-attachment: scroll
}

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

.bgImage,
.bgPattern,
.bgShadow {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0
}

.bgImage {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat
}

.bgPattern {
  background-repeat: repeat;
  -webkit-background-size: contain;
  background-size: contain
}

.bgPattern.autoPattern {
  -webkit-background-size: auto auto;
  background-size: auto
}

.simpleFlex {
  display: flex
}

.rotate {
  -webkit-transform: rotate(180deg)!important;
  -ms-transform: rotate(180deg)!important;
  transform: rotate(180deg)!important
}

.txtLeft {
  text-align: left
}

.txtCenter {
  text-align: center
}

.txtRight {
  text-align: right
}

.button,
.imgCenter {
  text-align: center
}

.imgCenter img {
  display: inline-block
}

.simpleArticle {
  color: #1B1B1B;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500
}

.simpleArticle.light {
  color: #fff;
  font-weight: 400
}

.simpleArticle.light h1,
.simpleArticle.light h2,
.simpleArticle.light h3,
.simpleArticle.light h4,
.simpleArticle.light h5,
.simpleArticle.light h6 {
  font-weight: 300;
  color: #fff
}

.simpleArticle.light ul {
  margin-left: 0
}

.simpleArticle.light ul li {
  color: #fff
}

.simpleArticle.extraLight {
  color: rgba(255, 255, 255, .7)
}

.simpleArticle p {
  margin-bottom: 30px
}

.simpleArticle p:last-child {
  margin-bottom: 0
}

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

.simpleArticle ul {
  margin-left: 25px;
  margin-bottom: 30px
}

.simpleArticle ul:last-child {
  margin-bottom: 0
}

.simpleArticle ul li {
  color: #4a4a4a;
  padding-left: 20px;
  margin-bottom: 10px;
  letter-spacing: .5px
}

.simpleArticle ul li:last-child {
  margin-bottom: 0
}

.simpleArticle li,
.simpleArticle li:last-child {
  margin-bottom: 8px
}

.simpleArticle ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: currentColor;
  content: ""
}

.simpleArticle.ulSize2 ul {
  font-size: 16px
}

.simpleArticle ol {
  counter-reset: number
}

.simpleArticle ol li:before {
  color: #0084ff;
  margin-right: 5px;
  counter-increment: number;
  content: "#" counter(number)
}

.simpleArticle li {
  position: relative
}

.simpleArticle a:not(.button) {
  color: #8A2A2B;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear
}

.simpleArticle a:not(.button):hover {
  color: white !important;
  background: #8A2A2B;
}

.button,
.simpleArticle.style2 {
  color: #1B1B1B
}

.simpleArticle br {
  line-height: 1em
}

.simpleArticle h1 {
  font-size: 38px;
  line-height: 47px;
  margin-bottom: 30px
}

.simpleArticle h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 30px
}

.simpleArticle h3 {
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 30px
}

.simpleArticle h4 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px
}

.simpleArticle h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px
}

.simpleArticle h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px
}

.simpleArticle.style2 ul li {
  z-index: 1;
  font-weight: 500;
  color: #1B1B1B;
  padding: 3px 3px 3px 23px;
  line-height: 22px;
  margin-bottom: 5px
}

.simpleArticle.style2 ul li:after {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  z-index: -1;
  height: 0;
  background: #EFEFEF;
  -webkit-transition: height 250ms linear;
  -o-transition: height 250ms linear;
  transition: height 250ms linear;
  content: ''
}

@media (prefers-reduced-motion: reduce) {
  .simpleArticle.style2 ul li:after {
    animation: none !important;
    transition: none !important;
  }
}

.button,
.button span {
  position: relative;
  display: inline-block
}

.simpleArticle.style3 h1,
.simpleArticle.style3 h2,
.simpleArticle.style3 h3,
.simpleArticle.style3 h4,
.simpleArticle.style3 h5,
.simpleArticle.style3 h6 {
  font-weight: 500
}

button {
  background: 0 0
}

.button {
  vertical-align: bottom;
  cursor: pointer;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700
}

.button b,
.button span,
.socialWrapper a {
  vertical-align: middle
}

.button span {
  width: 16px;
  height: 2px;
  margin-right: 8px;
  -webkit-transition: width .3s linear;
  -o-transition: width .3s linear;
  transition: width .3s linear
}

.button span i:after,
.button span i:before {
  position: absolute;
  top: 3px;
  right: -3px;
  width: 10px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: ''
}

.button span i:after {
  top: auto;
  bottom: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.button.playButton,
.socialWrapper img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.button b {
  display: inline-block;
  padding: 3px 0
}

.button.btnStyle2 {
  padding: 10px;
  background: #1B1B1B
}

.button.light {
  border-color: bisque;
  color: #fff
}

.button.playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.button.playButton:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 30px solid #F2A900;
  border-bottom: 25px solid transparent;
  -webkit-transition: border 250ms linear, -webkit-transform 250ms linear;
  -o-transition: border 250ms linear, transform 250ms linear;
  transition: border 250ms linear, transform 250ms linear;
  transition: border 250ms linear, transform 250ms linear, -webkit-transform 250ms linear;
  content: ''
}

label {
  text-align: left;
  position: relative;
  font-weight: 500;
  display: block
}

.awardsThumbnail,
.products.style3,
.sectionTitle,
.simpleProducts,
.simpleThumbnail {
  text-align: center
}

label.light {
  color: #fff
}

.simpleInput {
  font-size: 14px;
  line-height: 36px;
  padding: 0 15px;
  color: #4a4a4a;
  background-color: #F5F5F5;
  height: 36px;
  width: 100%;
  border: 1px solid #D1D1D1;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .3);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.simpleInput:focus {
  border: 1px solid rgba(139, 139, 139, .8)
}

.simpleInput.light {
  border-color: rgba(255, 255, 255, .5);
  background-color: #fff;
  color: #353535
}

.simpleInput.light:focus {
  border-color: #fff
}

textarea.simpleInput {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
  height: 140px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4A4A4A;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4A4A4A;
  opacity: 1;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input.light::-webkit-input-placeholder,
textarea.light::-webkit-input-placeholder {
  color: #1B1B1B;
  opacity: .8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input.light:-moz-placeholder,
textarea.light:-moz-placeholder {
  color: #1B1B1B;
  opacity: .8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input.light::-moz-placeholder,
textarea.light::-moz-placeholder {
  color: #1B1B1B;
  opacity: .8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

input.light:-ms-input-placeholder,
textarea.light:-ms-input-placeholder {
  color: #1B1B1B;
  opacity: .8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .5px
}

.checkboxEntry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 20px;
  min-height: 20px
}

.checkboxEntry.light span {
  color: rgba(255, 255, 255, .8)
}

.checkboxEntry.light.radio input:checked+span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #909090;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.checkboxEntry input {
  display: none
}

.checkboxEntry input:checked+span:before {
  border-color: #F2A900;
  background-color: #F2A900;
  background-position: center center
}

.checkboxEntry span {
  position: relative;
  font-size: 11px;
  line-height: 20px;
  padding-left: 30px;
  display: block;
  color: #888;
  text-transform: uppercase
}

.checkboxEntry span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #909090;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: url(../png/icon-6.png) 100px center no-repeat #fff;
  content: ""
}

.checkboxEntry.radio span:before {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: 0 0
}

.checkboxEntry.radio input:checked+span:before {
  border-color: #F2A900;
  background-color: #fff;
  border-width: 7px
}

.sumoWrapper {
  display: block;
  position: relative
}

.SelectBox {
  cursor: pointer
}

.SumoSelect {
  width: 100%;
  color: #4a4a4a
}

.SumoSelect:after,
.SumoSelect:before {
  left: 0;
  width: 0;
  height: 1px;
  background: #F2A900;
  z-index: 2
}

.SumoSelect.open .CaptionCont {
  background-color: #F2A900
}

.SumoSelect.open .CaptionCont label {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.SumoSelect.open .optWrapper {
  top: 40px
}

.SumoSelect .CaptionCont span:before,
.SumoSelect:before {
  top: 0;
  content: '';
  position: absolute
}

.SumoSelect:before {
  -webkit-transition: width 375ms linear;
  -o-transition: width 375ms linear;
  transition: width 375ms linear
}

.SumoSelect .CaptionCont:before,
.SumoSelect:after {
  -webkit-transition: width 375ms linear;
  -o-transition: width 375ms linear
}

.SumoSelect:after {
  position: absolute;
  bottom: 0;
  transition: width 375ms linear;
  content: ''
}

.SumoSelect .CaptionCont {
  background: #F5F5F5;
  border-color: rgba(209, 209, 209, .8);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear
}

.SumoSelect .CaptionCont label {
  -webkit-transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.SumoSelect .CaptionCont span:before {
  left: -1px;
  width: 1px;
  height: 0;
  background: #F2A900;
  -webkit-transition: height .3s linear;
  -o-transition: height .3s linear;
  transition: height .3s linear
}

.SumoSelect .CaptionCont span:after {
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 0;
  background: #F2A900;
  -webkit-transition: height .3s linear;
  -o-transition: height .3s linear;
  transition: height .3s linear;
  content: ''
}

.SumoSelect .CaptionCont:after,
.SumoSelect .CaptionCont:before {
  width: 0;
  height: 1px;
  background: #F2A900;
  position: absolute;
  right: 0;
  content: '';
  z-index: 2
}

.SumoSelect .CaptionCont:before {
  top: -1px;
  transition: width 375ms linear
}

.SumoSelect .CaptionCont:after {
  bottom: -1px;
  -webkit-transition: width 375ms linear;
  -o-transition: width 375ms linear;
  transition: width 375ms linear
}

.SumoSelect .CaptionCont label,
.SumoSelect .CaptionCont>span {
  cursor: pointer
}

.SumoSelect .CaptionCont label i,
.SumoSelect .CaptionCont>span i {
  width: 12px;
  background-image: none
}

.SumoSelect .CaptionCont label i:before,
.SumoSelect .CaptionCont>span i:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 1.5px;
  background: #1B1B1B;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ''
}

.SumoSelect .CaptionCont label i:after,
.SumoSelect .CaptionCont>span i:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1.5px;
  background: #1B1B1B;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: ''
}

.socialWrapper,
.socialWrapper a {
  position: relative
}

.SumoSelect .CaptionCont label.placeholder,
.SumoSelect .CaptionCont>span.placeholder {
  font-style: normal;
  color: inherit
}

.SumoSelect .CaptionCont label {
  right: 5px
}

.SumoSelect .optWrapper {
  -webkit-border-radius: 0;
  border-radius: 0
}

.SumoSelect .optWrapper .options {
  background-color: #F5F5F5;
  -webkit-border-radius: 0;
  border-radius: 0
}

.SumoSelect .optWrapper .options li.opt {
  width: 100%
}

.SumoSelect .optWrapper .options li.opt:first-child,
.SumoSelect .optWrapper .options li.opt:last-child {
  -webkit-border-radius: 0;
  border-radius: 0
}

.SumoSelect .SelectBox {
  padding-left: 15px;
  padding-right: 15px
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 10px 15px;
  border-bottom: 0;
  -webkit-transition: background 130ms linear, color 130ms linear;
  -o-transition: background 130ms linear, color 130ms linear;
  transition: background 130ms linear, color 130ms linear
}

.socialWrapper a {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #4F4F4F
}

.socialWrapper a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.socialWrapper a:last-child {
  margin-right: 0
}

.socialWrapper a span:after,
.socialWrapper a span:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: -webkit-calc(52% + 15px);
  width: calc(52% + 15px);
  height: 100%;
  -webkit-transform: translateY(105%) skew(15deg);
  -ms-transform: translateY(105%) skew(15deg);
  transform: translateY(105%) skew(15deg);
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  content: ''
}

.socialWrapper a span:after {
  left: auto;
  right: -15px;
  -webkit-transform: translateY(-105%) skew(15deg);
  -ms-transform: translateY(-105%) skew(15deg);
  transform: translateY(-105%) skew(15deg)
}

.socialWrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 2;
  transform: translate(-50%, -50%)
}

.simpleThumbnailWrapp {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0
}

.simpleThumbnail {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-weight: 500;
  padding: 0 20px;
  cursor: pointer
}

.simpleThumbnail .bgPattern {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 350ms ease-out;
  -o-transition: height 350ms ease-out;
  transition: height 350ms ease-out
}

.simpleThumbnail .thumbIcon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 15px
}

.products .productName:after,
.products:after {
  height: 100%;
  content: ''
}

.simpleThumbnail .thumbIcon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.simpleThumbnail .as {
  margin-bottom: 5px
}

.simpleThumbnail .simpleContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0 80px
}

.simpleThumbnail .simpleContent .as {
  font-weight: 600
}

.awardsThumbnail,
.sectionTitle,
.whatWedo {
  font-weight: 500;
  position: relative
}

.simpleThumbnail .simpleContent p {
  min-height: 40px
}

.simpleThumbnail .button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: opacity 250ms ease-out, -webkit-transform 250ms ease-out;
  -o-transition: transform 250ms ease-out, opacity 250ms ease-out;
  transition: transform 250ms ease-out, opacity 250ms ease-out;
  transition: transform 250ms ease-out, opacity 250ms ease-out, -webkit-transform 250ms ease-out
}

.awardsThumbnail {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  color: #1B1B1B
}

.awardsThumbnail .imgWrapper {
  display: inline-block;
  margin-bottom: 10px
}

.sectionTitle span,
.whatWedo .as span {
  display: block
}

.sectionTitle .as {
  margin-bottom: 7px
}

.whatWedo {
  font-size: 0
}

.whatWedo .imgWrapper {
  overflow: hidden;
  margin-bottom: 20px
}

.whatWedo .as {
  margin-bottom: 25px
}

.whatWedo ul {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin-left: 30px
}

.whatWedo li {
  margin-bottom: 18px;
  padding-right: 15px;
  line-height: 18px
}

.whatWedo li:last-child {
  margin-bottom: 0
}

.whatWedo a {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

sup {
  position: relative;
  top: -2px;
  font-size: .8em
}

.products {
  position: relative;
  display: block
}

.products:before {
  display: block;
  padding-bottom: 65%;
  content: ''
}

.products:after {
  position: absolute;
  top: 0;
  left: -30px;
  width: 130%;
  -webkit-transform: translateX(-110%) skew(15deg);
  -ms-transform: translateX(-110%) skew(15deg);
  transform: translateX(-110%) skew(15deg);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  transition: transform .5s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955)
}

.products .bgImage {
  -webkit-transition: -webkit-transform 1.9s linear .3s;
  -o-transition: transform 1.9s linear .3s;
  transition: transform 1.9s linear .3s;
  transition: transform 1.9s linear .3s, -webkit-transform 1.9s linear .3s
}

.products .productName {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 6px 16px;
  z-index: 2
}

.products .productName .as {
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.products .productName .as span {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.products .productName:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1B1B1B;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
  z-index: -1
}

@media (prefers-reduced-motion: reduce) {
  .products .productName:after {
    animation: none !important;
    transition: none !important;
  }
}

.products .arrow {
  position: absolute;
  top: 50%;
  left: -100%;
  max-width: 100px;
  max-height: 100%;
  -webkit-transform: translate(-50%, -68%);
  -ms-transform: translate(-50%, -68%);
  transform: translate(-50%, -68%);
  -webkit-transition: left .5s cubic-bezier(.455, .03, .515, .955);
  -o-transition: left .5s cubic-bezier(.455, .03, .515, .955);
  transition: left .5s cubic-bezier(.455, .03, .515, .955);
  z-index: 4
}

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

.products.style2 .as {
  font-size: 12px;
  line-height: 15px
}

.products.style2 .arrow {
  max-width: 80px
}

.products.style2 .productName {
  display: block;
  text-align: center;
  padding: 5px 15px;
  width: 100%
}

.products.style3 .arrow img {
  width: 50px;
  height: 50px
}

.products.style3 .as {
  font-size: 13px;
  font-weight: 600
}

.products.style3 .productName {
  width: 100%
}

.products[data-rel=videoPopup] .arrow {
  width: 30px;
  height: 50px
}

.products[data-rel=videoPopup] .arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 30px solid #F2A900;
  border-bottom: 25px solid transparent;
  -webkit-transition: border 250ms linear, -webkit-transform 250ms linear;
  -o-transition: border 250ms linear, transform 250ms linear;
  transition: border 250ms linear, transform 250ms linear;
  transition: border 250ms linear, transform 250ms linear, -webkit-transform 250ms linear;
  content: ''
}

.simpleProducts,
.simpleProducts .imgWrapper,
.trapeze,
.trapezeWrapper {
  position: relative
}

.products[data-rel=videoPopup] .arrow img {
  display: none
}

.simpleProducts {
  padding: 25px 35px;
  height: 100%
}

.simpleProducts.txtLeft {
  text-align: left
}

.simpleProducts .imgWrapper {
  display: block;
  width: 100%;
  margin-bottom: 12px
}

.simpleProducts .imgWrapper img {
  width: 33px;
  height: 33px;
  margin: 0 auto
}

.simpleProducts .simpleContent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.simpleProducts .simpleContent .as {
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px
}

.simpleProducts .simpleContent .as.light {
  font-weight: 400
}

.simpleProducts .simpleContent .button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.simpleProducts.noIcon {
  padding-top: 60px
}

.trapeze {
  height: 358px
}

.trapezeRotateBottom .bottom {
  background-size: cover;
}

.trapeze.size2 {
  height: 246px
}

.trapeze.size2 .overflowContent.overFlowHeight {
  height: 162px
}

.trapeze .bottom,
.trapeze .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

.trapeze .trapezeContent {
  position: relative;
  padding: 0 50px;
  text-align: center;
  height: inherit
}

.trapeze .trapezeContent.ul-left ul {
  text-align: left
}

.mobileFree .swiper-wrapper,
.popupContent,
.wrapper404 {
  text-align: center
}

.trapeze .trapezeContent .overflowContent {
  padding: 0 30px;
  margin: 0 50px
}

.trapeze .trapezeContent .tableView {
  height: inherit
}

.trapeze .trapezeContent .tableView .cellView {
  padding: 20px 115px
}

.trapeze .trapezeContent .as span {
  display: block
}

.trapeze .trapezeContent .as span p {
  color: white !important;
}

.trapeze .trapezeContent .imgWrapper {
  display: inline-block
}

.trapeze.positionTrapeze {
  margin-top: -42px
}

.trapeze.style2 .top {
  top: 0;
  -webkit-transform: perspective(1400px) rotateX(50deg);
  transform: perspective(1400px) rotateX(50deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}

.trapeze.style2 .bottom {
  top: -67px;
  -webkit-transform: perspective(1400px) rotateX(-50deg);
  transform: perspective(1400px) rotateX(-50deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%
}

.trapeze.smallTrapeze {
  max-width: 270px;
  height: 85px;
  margin-left: auto;
  margin-right: auto
}

.coupleTrapeze {
  position: relative
}

.jarallax .bgImage {
  z-index: -1;
  display: none
}

.conteinerJarralax {
  height: 340px
}

.conteinerJarralax:after,
.conteinerJarralax:before {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 170px solid transparent;
  border-bottom: 170px solid transparent;
  content: ''
}

.conteinerJarralax:before {
  left: 0;
  border-left: 35px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.conteinerJarralax:after {
  right: 0;
  border-right: 35px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.conteinerJarralax .jarallax-img {
  -o-object-fit: inherit!important;
  object-fit: inherit!important
}

.jarallax {
  position: relative;
  z-index: 0
}

.jarallax>.jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.overHidden {
  position: relative;
  height: 100%
}

.mobileFree {
  width: 100%
}

.mobileFree .overHidden {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  margin: 0 15px
}

.innerWrap {
  position: relative;
  display: block
}

.detailInfoWrapper {
  position: relative;
  width: 100%
}

.detailInfoWrapper .detailInfo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  visibility: hidden;
  -webkit-transition: background .3s linear 550ms, visibility .3s linear 550ms;
  -o-transition: background .3s linear 550ms, visibility .3s linear 550ms;
  transition: background .3s linear 550ms, visibility .3s linear 550ms
}

.detailInfoWrapper .detailInfo .detailContent {
  opacity: 0;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%);
  -webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955), -webkit-transform .6s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform .6s cubic-bezier(.455, .03, .515, .955), opacity .6s cubic-bezier(.455, .03, .515, .955);
  transition: transform .6s cubic-bezier(.455, .03, .515, .955), opacity .6s cubic-bezier(.455, .03, .515, .955);
  transition: transform .6s cubic-bezier(.455, .03, .515, .955), opacity .6s cubic-bezier(.455, .03, .515, .955), -webkit-transform .6s cubic-bezier(.455, .03, .515, .955)
}

.detailInfoWrapper .detailInfo .buttonClose {
  top: 0;
  right: 0;
  width: 22px;
  height: 22px
}

.detailInfoWrapper .detailInfo .imgWrapper {
  display: inline-block;
  margin-bottom: 20px
}

.detailInfoWrapper .detailInfo .as {
  font-weight: 500
}

.detailInfoWrapper .detailInfo.active {
  visibility: visible;
  background: #fff;
  -webkit-transition: background 10ms linear .5s, visibility 10ms linear .5s;
  -o-transition: background 10ms linear .5s, visibility 10ms linear .5s;
  transition: background 10ms linear .5s, visibility 10ms linear .5s
}

.detailInfoWrapper .detailInfo.active .detailContent {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.3s cubic-bezier(.455, .03, .515, .955) .5s, -webkit-transform 1.3s cubic-bezier(.455, .03, .515, .955) .5s;
  -o-transition: transform 1.3s cubic-bezier(.455, .03, .515, .955) .5s, opacity 1.3s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: transform 1.3s cubic-bezier(.455, .03, .515, .955) .5s, opacity 1.3s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: transform 1.3s cubic-bezier(.455, .03, .515, .955) .5s, opacity 1.3s cubic-bezier(.455, .03, .515, .955) .5s, -webkit-transform 1.3s cubic-bezier(.455, .03, .515, .955) .5s
}

.detailInfoWrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #F2A900;
  -webkit-transform: translateX(-120%) skew(15deg);
  -ms-transform: translateX(-120%) skew(15deg);
  transform: translateX(-120%) skew(15deg);
  -webkit-transition: -webkit-transform .8s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform .8s cubic-bezier(.455, .03, .515, .955);
  transition: transform .8s cubic-bezier(.455, .03, .515, .955);
  transition: transform .8s cubic-bezier(.455, .03, .515, .955), -webkit-transform .8s cubic-bezier(.455, .03, .515, .955);
  z-index: 11;
  content: ''
}

.detailInfoWrapper.active .buttonClose span {
  width: 100%
}

.detailInfoWrapper.active:before {
  -webkit-transform: translateX(120%) skew(15deg);
  -ms-transform: translateX(120%) skew(15deg);
  transform: translateX(120%) skew(15deg);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955) 150ms;
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955) 150ms;
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955) 150ms;
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955) 150ms, -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955) 150ms
}

.detailInfoWrapper.active:after {
  -webkit-transform: translateX(120%) skew(15deg);
  -ms-transform: translateX(120%) skew(15deg);
  transform: translateX(120%) skew(15deg);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

.bannerTrapeze .col-xs-12 {
  margin-top: -130px
}

.mCSB_scrollTools {
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  -o-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955)
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: silver
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 5px
}

.overflowContent.overFlowHeight {
  height: 176px
}

.mCustomScrollBox:hover .mCSB_scrollTools {
  opacity: 0
}

.stickyContent .seacrhInput {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  padding: 25px 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.stickyContent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.stickyContent .seacrhInput label {
  position: relative
}

.stickyContent .seacrhInput label:before {
  position: absolute;
  top: 50%;
  left: 55px;
  width: 1px;
  height: 12px;
  background: #4a4a4a;
  content: '';
  margin-top: -6px
}

.stickyContent .seacrhInput .simpleInput {
  border: 0;
  line-height: 14px;
  height: 40px;
  padding: 0 15px 0 60px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.stickyContent .seacrhInput .sumbitSearch {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.stickyContent .seacrhInput .sumbitSearch img {
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,
}

body:not(.mobile) .animateSection .imageSlide:before,
body:not(.mobile) .animateSection .simpleSlideImg.right:before,
body:not(.mobile) .animateSection .simpleSlideImg:before {
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

#features-and-benefits,
#scope {
  margin-top: -2px
}

body:not(.mobile) .animateSection .fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}

body:not(.mobile) .animateSection .fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px)
}

body:not(.mobile) .animateSection .imageSlide img {
  opacity: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%)
}

body:not(.mobile) .animateSection .imageSlide:before {
  left: 0;
  -webkit-transform: translateX(-130%) skew(15deg);
  -ms-transform: translateX(-130%) skew(15deg);
  transform: translateX(-130%) skew(15deg)
}

body:not(.mobile) .animateSection .trapezeRotateTop {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: 50% 98%;
  -ms-transform-origin: 50% 98%;
  transform-origin: 50% 98%
}

body:not(.mobile) .animateSection .trapezeRotateTop-2 {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(400px) rotateX(90deg);
  transform: perspective(400px) rotateX(90deg)
}

body:not(.mobile) .animateSection .trapezeRotateTop .top,
body:not(.mobile) .animateSection .trapezeRotateTop-2 .top {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px)
}

body:not(.mobile) .animateSection .trapezeRotateBottom {
  opacity: 0;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}

body:not(.mobile) .animateSection .trapezeRotateBottom-2 {
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg)
}

body:not(.mobile) .animateSection .trapezeRotateBottom .bottom,
body:not(.mobile) .animateSection .trapezeRotateBottom-2 .bottom {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px)
}

body:not(.mobile) .animateSection .bannerIcon,
body:not(.mobile) .animateSection .bannerIcon img {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

body:not(.mobile) .animateSection .bannerTitle:before {
  -webkit-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  transform: translateX(-110%)
}

body:not(.mobile) .animateSection .simpleSlideImg:before {
  left: 0;
  background: #fff;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

body:not(.mobile) .animateSection .simpleSlideImg.right:before {
  right: 0;
  background: #fff;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

body:not(.mobile) .animateSection .slideLeft {
  opacity: 0;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px)
}

body:not(.mobile) .animateSection .bigSlideLeft {
  opacity: 0;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px)
}

body:not(.mobile) .animateSection .slideRight {
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px)
}

body:not(.mobile) .animateSection .bigSlideRight {
  opacity: 0;
  -webkit-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px)
}

body:not(.mobile) .animateSection .careersSideImg:before {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}

body:not(.mobile) .animateSection .sectionAnimate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg)
}

body:not(.mobile) .animateSection .sectionAnimate .sectionInner2:after,
body:not(.mobile) .animateSection .sectionAnimate .sectionInner2:before,
body:not(.mobile) .animateSection .sectionAnimate .sectionInner:after,
body:not(.mobile) .animateSection .sectionAnimate .sectionInner:before,
body:not(.mobile) .animateSection .sectionAnimate:after,
body:not(.mobile) .animateSection .sectionAnimate:before {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: ''
}

body:not(.mobile) .animateSection .sectionAnimate:before {
  right: 30%;
  background: #9e9e9e
}

body:not(.mobile) .animateSection .sectionAnimate:after {
  right: 30%;
  background: #ccc;
  z-index: 2
}

body:not(.mobile) .animateSection .sectionAnimate .sectionInner:before {
  right: 30%;
  background: #E8E8E8;
  z-index: 3
}

body:not(.mobile) .animateSection .sectionAnimate .sectionInner:after {
  left: 70%;
  background: #9e9e9e
}

body:not(.mobile) .animateSection .sectionAnimate .sectionInner2:before {
  left: 69%;
  background: #ccc;
  z-index: 2
}

body:not(.mobile) .animateSection .sectionAnimate .sectionInner2:after {
  left: 69%;
  z-index: 3;
  background: #E8E8E8
}

.fullSizeSection,
.searchResult {
  position: relative
}

body:not(.mobile) .animateSection .sectionAnimate.color2:before {
  background: #e8e8e8
}

body:not(.mobile) .animateSection .sectionAnimate.color2 .sectionInner:before {
  background: #fff
}

body:not(.mobile) .animateSection .sectionAnimate.color2 .sectionInner:after {
  background: #e8e8e8
}

body:not(.mobile) .animateSection .sectionAnimate.color2 .sectionInner2:after {
  background: #fff
}

body:not(.mobile) .animateSection .sectionAnimate.color3:before {
  background: #000
}

body:not(.mobile) .animateSection .sectionAnimate.color3:after {
  background: #0b0b0b
}

body:not(.mobile) .animateSection .sectionAnimate.color3 .sectionInner:before {
  background: url(../jpg/brandsafeway-black-pattern.jpg)
}

body:not(.mobile) .animateSection .sectionAnimate.color3 .sectionInner:after {
  background: #000
}

body:not(.mobile) .animateSection .sectionAnimate.color3 .sectionInner2:before {
  background: #0b0b0b
}

body:not(.mobile) .animateSection .sectionAnimate.color3 .sectionInner2:after {
  background: url(../jpg/brandsafeway-black-pattern.jpg)
}

body:not(.mobile) .animateSection .sectionAnimate.color4:before {
  background: #fff
}

body:not(.mobile) .animateSection .sectionAnimate.color4 .sectionInner:before {
  background: #1B1B1B
}

body:not(.mobile) .animateSection .sectionAnimate.color4 .sectionInner:after {
  background: #fff
}

body:not(.mobile) .animateSection .sectionAnimate.color4 .sectionInner2:after {
  background: #1B1B1B
}

body:not(.mobile) .animateSection .sectionAnimate.leftToRight {
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg)
}

body:not(.mobile) .animateSection .sectionAnimate.leftToRight .sectionInner:before,
body:not(.mobile) .animateSection .sectionAnimate.leftToRight:after,
body:not(.mobile) .animateSection .sectionAnimate.leftToRight:before {
  right: 70%
}

body:not(.mobile) .animateSection .sectionAnimate.leftToRight .sectionInner2:before,
body:not(.mobile) .animateSection .sectionAnimate.leftToRight .sectionInner:after {
  right: auto;
  left: 30%
}

body:not(.mobile) .animateSection .sectionAnimate.leftToRight .sectionInner2:after {
  right: auto;
  left: 29%
}

body:not(.mobile) .animateSection .sectionAnimate.leftToRight-v2 {
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg)
}

body:not(.mobile) .animateSection .tabAminationBlock .tabSection.style1 .animationTab {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

body:not(.mobile) .animateSection .tabAminationBlock .tabSection.style2 .animationTab {
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

body:not(.mobile) .animateSection.animated .fadeInBottom,
body:not(.mobile) .animateSection.animated .fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: padding 250ms linear, opacity .8s cubic-bezier(.455, .03, .515, .955), -webkit-transform .8s cubic-bezier(.455, .03, .515, .955);
  -o-transition: padding 250ms linear, transform .8s cubic-bezier(.455, .03, .515, .955), opacity .8s cubic-bezier(.455, .03, .515, .955);
  transition: padding 250ms linear, transform .8s cubic-bezier(.455, .03, .515, .955), opacity .8s cubic-bezier(.455, .03, .515, .955);
  transition: padding 250ms linear, transform .8s cubic-bezier(.455, .03, .515, .955), opacity .8s cubic-bezier(.455, .03, .515, .955), -webkit-transform .8s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .imageSlide img {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1.5s cubic-bezier(.455, .03, .515, .955) .4s, -webkit-transform 1.5s cubic-bezier(.455, .03, .515, .955) .4s;
  -o-transition: transform 1.5s cubic-bezier(.455, .03, .515, .955) .4s, opacity 1.5s cubic-bezier(.455, .03, .515, .955) .4s;
  transition: transform 1.5s cubic-bezier(.455, .03, .515, .955) .4s, opacity 1.5s cubic-bezier(.455, .03, .515, .955) .4s;
  transition: transform 1.5s cubic-bezier(.455, .03, .515, .955) .4s, opacity 1.5s cubic-bezier(.455, .03, .515, .955) .4s, -webkit-transform 1.5s cubic-bezier(.455, .03, .515, .955) .4s
}

body:not(.mobile) .animateSection.animated .imageSlide:before {
  -webkit-transform: translateX(140%) skew(15deg);
  -ms-transform: translateX(140%) skew(15deg);
  transform: translateX(140%) skew(15deg);
  -webkit-transition: -webkit-transform 1.3s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.3s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.3s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.3s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.3s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .trapezeRotateTop,
body:not(.mobile) .animateSection.animated .trapezeRotateTop-2 {
  opacity: 1;
  -webkit-transform: perspective(2000px) rotateX(0) translateY(0);
  transform: perspective(2000px) rotateX(0) translateY(0);
  -webkit-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .bannerIcon,
body:not(.mobile) .animateSection.animated .trapezeRotateBottom,
body:not(.mobile) .animateSection.animated .trapezeRotateBottom-2 {
  -webkit-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  opacity: 1
}

body:not(.mobile) .animateSection.animated .trapezeRotateTop .top,
body:not(.mobile) .animateSection.animated .trapezeRotateTop-2 .top {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.trapezeRotateTop .top {
  background: url(../jpg/trapeze-bg.jpg) !important;
}

.trapezeRotateTop svg {
  display: none !important;
}

.trapezeRotateBottom svg {
  display: none !important;
}

body:not(.mobile) .animateSection.animated .trapezeRotateBottom,
body:not(.mobile) .animateSection.animated .trapezeRotateBottom-2 {
  -webkit-transform: perspective(2000px) rotateX(0) translateY(0);
  transform: perspective(2000px) rotateX(0) translateY(0);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .trapezeRotateBottom .bottom,
body:not(.mobile) .animateSection.animated .trapezeRotateBottom-2 .bottom {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

body:not(.mobile) .animateSection.animated .bannerTitle:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

body:not(.mobile) .animateSection.animated .bannerIcon {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .bannerIcon img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), opacity 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .simpleSlideImg:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .simpleSlideImg.right:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .bigSlideLeft,
body:not(.mobile) .animateSection.animated .bigSlideRight,
body:not(.mobile) .animateSection.animated .slideLeft,
body:not(.mobile) .animateSection.animated .slideRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .5s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform .5s cubic-bezier(.455, .03, .515, .955), opacity .5s cubic-bezier(.455, .03, .515, .955);
  transition: transform .5s cubic-bezier(.455, .03, .515, .955), opacity .5s cubic-bezier(.455, .03, .515, .955);
  transition: transform .5s cubic-bezier(.455, .03, .515, .955), opacity .5s cubic-bezier(.455, .03, .515, .955), -webkit-transform .5s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .careersSideImg:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1.2s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1.2s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate:before {
  width: 100%;
  -webkit-transition: width 1s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1s cubic-bezier(.455, .03, .515, .955);
  transition: width 1s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate:after {
  width: 100%;
  -webkit-transition: width 1.25s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1.25s cubic-bezier(.455, .03, .515, .955);
  transition: width 1.25s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate .sectionInner:before {
  width: 100%;
  -webkit-transition: width 1.5s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1.5s cubic-bezier(.455, .03, .515, .955);
  transition: width 1.5s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate .sectionInner:after {
  width: 100%;
  -webkit-transition: width 1s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1s cubic-bezier(.455, .03, .515, .955);
  transition: width 1s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate .sectionInner2:before {
  width: 100%;
  -webkit-transition: width 1.25s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1.25s cubic-bezier(.455, .03, .515, .955);
  transition: width 1.25s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .sectionAnimate .sectionInner2:after {
  width: 100%;
  -webkit-transition: width 1.5s cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 1.5s cubic-bezier(.455, .03, .515, .955);
  transition: width 1.5s cubic-bezier(.455, .03, .515, .955)
}

body:not(.mobile) .animateSection.animated .tabAminationBlock .tabSection.style1 .animationTab,
body:not(.mobile) .animateSection.animated .tabAminationBlock .tabSection.style2 .animationTab {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 1s cubic-bezier(.455, .03, .515, .955) 150ms, -webkit-transform 1s cubic-bezier(.455, .03, .515, .955) 150ms;
  -o-transition: transform 1s cubic-bezier(.455, .03, .515, .955) 150ms, opacity 1s cubic-bezier(.455, .03, .515, .955) 150ms;
  transition: transform 1s cubic-bezier(.455, .03, .515, .955) 150ms, opacity 1s cubic-bezier(.455, .03, .515, .955) 150ms;
  transition: transform 1s cubic-bezier(.455, .03, .515, .955) 150ms, opacity 1s cubic-bezier(.455, .03, .515, .955) 150ms, -webkit-transform 1s cubic-bezier(.455, .03, .515, .955) 150ms
}

body:not(.mobile) .animateSection.animated .aniDelay {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms
}

body:not(.mobile) .animateSection.animated .aniDelay2 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

body:not(.mobile) .animateSection.animated .aniDelay3 {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms
}

body:not(.mobile) .animateSection.animated .aniDelay4 {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}

body:not(.mobile) .animateSection.animated .aniDelay5 {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms
}

body:not(.mobile) .animateSection.animated .aniDelay6 {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s
}

body:not(.mobile) .animateSection.animated .aniDelay7 {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s
}

body:not(.mobile) .animateSection.animated .aniDelay8 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s
}

body:not(.mobile) .animateSection.animated .aniDelay9 {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s
}

body:not(.mobile) .animateSection.animated .aniDelay10 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s
}

body:not(.mobile) .animateSection.animated .aniDelay11 {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s
}

body:not(.mobile) .animateSection.animated .aniDelay12 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s
}

body:not(.mobile) .animateSection.animated .aniDelay13 {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s
}

body:not(.mobile) .animateSection.animated .aniDelay14 {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s
}

body:not(.mobile) .animateSection.animated .aniDelay15 {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s
}

body:not(.mobile) .animateSection.animated .aniDelay16 {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s
}

body:not(.mobile) .animateSection.animated .aniDelay17 {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s
}

body:not(.mobile) .animateSection.animated .aniDelay18 {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s
}

body:not(.mobile) .animateSection.animated .aniDelay19 {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s
}

body:not(.mobile) .animateSection.animated .aniDelay20 {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s
}

body:not(.mobile) .animateSection.animated .aniDelay21 {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s
}

body:not(.mobile) .animateSection.animated .aniDelay22 {
  -webkit-transition-delay: 3.15s;
  -o-transition-delay: 3.15s;
  transition-delay: 3.15s
}

body:not(.mobile) .animateSection.animated .aniDelay23 {
  -webkit-transition-delay: 3.3s;
  -o-transition-delay: 3.3s;
  transition-delay: 3.3s
}

body:not(.mobile) .animateSection.animated .aniDelay24 {
  -webkit-transition-delay: 3.45s;
  -o-transition-delay: 3.45s;
  transition-delay: 3.45s
}

body:not(.mobile) .animateSection.animated .aniDelay25 {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s
}

body:not(.mobile) .animateSection.animated .aniDelay26 {
  -webkit-transition-delay: 3.75s;
  -o-transition-delay: 3.75s;
  transition-delay: 3.75s
}

body:not(.mobile) .animateSection.animated .aniDelay27 {
  -webkit-transition-delay: 3.9s;
  -o-transition-delay: 3.9s;
  transition-delay: 3.9s
}

body:not(.mobile) .animateSection.animated .aniDelay28 {
  -webkit-transition-delay: 4.05s;
  -o-transition-delay: 4.05s;
  transition-delay: 4.05s
}

body:not(.mobile) .animateSection.animated .aniDelay29 {
  -webkit-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s
}

body:not(.mobile) .animateSection.animated .aniDelay30 {
  -webkit-transition-delay: 4.35s;
  -o-transition-delay: 4.35s;
  transition-delay: 4.35s
}

body:not(.mobile) .animateSection.animated .aniDelay31 {
  -webkit-transition-delay: 4.5s;
  -o-transition-delay: 4.5s;
  transition-delay: 4.5s
}

body:not(.mobile) .animateSection.animated .aniDelay32 {
  -webkit-transition-delay: 4.65s;
  -o-transition-delay: 4.65s;
  transition-delay: 4.65s
}

body:not(.mobile) .animateSection.animated .aniDelay33 {
  -webkit-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s
}

body:not(.mobile) .animateSection.animated .aniDelay34 {
  -webkit-transition-delay: 4.95s;
  -o-transition-delay: 4.95s;
  transition-delay: 4.95s
}

body:not(.mobile) .animateSection.animated .aniDelay35 {
  -webkit-transition-delay: 5.1s;
  -o-transition-delay: 5.1s;
  transition-delay: 5.1s
}

body:not(.mobile) .animateSection.animated .aniDelay36 {
  -webkit-transition-delay: 5.25s;
  -o-transition-delay: 5.25s;
  transition-delay: 5.25s
}

body:not(.mobile) .animateSection.animated .aniDelay37 {
  -webkit-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s
}

body:not(.mobile) .animateSection.animated .aniDelay38 {
  -webkit-transition-delay: 5.55s;
  -o-transition-delay: 5.55s;
  transition-delay: 5.55s
}

body:not(.mobile) .animateSection.animated .aniDelay39 {
  -webkit-transition-delay: 5.7s;
  -o-transition-delay: 5.7s;
  transition-delay: 5.7s
}

body:not(.mobile) .animateSection.animated .aniDelay40 {
  -webkit-transition-delay: 5.85s;
  -o-transition-delay: 5.85s;
  transition-delay: 5.85s
}

.wrapper404 .icon404 {
  display: inline-block;
  -webkit-animation: rotateAnimate 3s linear infinite;
  animation: rotateAnimate 3s linear infinite
}

.wrapper404 .cellView {
  padding: 140px 0 50px
}

.fullSizeSection .h100 {
  height: -webkit-calc(100vh);
  height: calc(100vh)
}

.h100 {
  height: -webkit-calc(100vh - 344px);
  height: calc(100vh - 344px)
}

@-webkit-keyframes rotateAnimate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

@keyframes rotateAnimate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.searchResult>* {
  margin-bottom: 30px
}

.searchResult>:last-child {
  margin-bottom: 0
}

.searchResult .as {
  margin-bottom: 15px
}

.searchResult a {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.searchResult li {
  margin-bottom: 5px
}

.searchResult li:last-child {
  margin-bottom: 0
}

.searchResult .imgWrapper {
  max-height: 60px
}

.searchResult .noResults .searchTxt {
  font-size: .7em;
  margin-left: 15px
}

@media (min-width:992px) {
  body:not(.mobile) .simpleArticle.style2 li:hover:after,
  body:not(.mobile) .simpleThumbnail:hover .bgPattern {
    height: 100%
  }
  body:not(.mobile) .simpleArticle a:hover {
    color: #8A2A2B
  }
  body:not(.mobile) .checkbox-entry span a:hover,
  body:not(.mobile) .checkbox-entry:hover span {
    color: #555;
    text-decoration: none
  }
  body:not(.mobile) .checkbox-entry a:hover {
    text-decoration: underline
  }
  body:not(.mobile) .checkbox-entry.light span a:hover,
  body:not(.mobile) .checkbox-entry.light:hover span {
    color: #fff;
    text-decoration: none
  }
  body:not(.mobile) .listNav li a:hover,
  body:not(.mobile) .searchResult a:hover,
  body:not(.mobile) .whatWedo a:hover {
    color: #8A2A2B
  }
  body:not(.mobile) .button:hover span {
    width: 26px
  }
  body:not(.mobile) .simpleThumbnail:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  body:not(.mobile) .socialWrapper a:hover span:after,
  body:not(.mobile) .socialWrapper a:hover span:before {
    -webkit-transform: translateY(0) skew(15deg);
    -ms-transform: translateY(0) skew(15deg);
    transform: translateY(0) skew(15deg)
  }
  body:not(.mobile) .products:hover:after {
    -webkit-transform: translateX(0) skew(15deg);
    -ms-transform: translateX(0) skew(15deg);
    transform: translateX(0) skew(15deg)
  }
  body:not(.mobile) .products:hover .arrow {
    left: 50%;
    -webkit-transition: left .5s cubic-bezier(.455, .03, .515, .955) 150ms;
    -o-transition: left .5s cubic-bezier(.455, .03, .515, .955) 150ms;
    transition: left .5s cubic-bezier(.455, .03, .515, .955) 150ms
  }
  body:not(.mobile) .products:hover .bgImage {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
  }
  body:not(.mobile) .products:hover .bgImage:after {
    -webkit-transform: translateX(110%) skew(15deg);
    -ms-transform: translateX(110%) skew(15deg);
    transform: translateX(110%) skew(15deg)
  }
  body:not(.mobile) .products:hover.style2:hover .productName:after,
  body:not(.mobile) .products:hover.style3:hover .productName:after {
    height: 0
  }
  body:not(.mobile) .products:hover[data-rel=videoPopup] .arrow:before {
    border-left-color: #fff;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85)
  }
  body:not(.mobile) .SumoSelect>.optWrapper>.options li.opt:hover {
    color: #F2A900;
    background-color: #f5f5f5
  }
  body:not(.mobile) .SumoSelect.open>.CaptionCont,
  body:not(.mobile) .SumoSelect:focus>.CaptionCont,
  body:not(.mobile) .SumoSelect:hover>.CaptionCont {
    border-color: rgba(209, 209, 209, .8);
    -webkit-box-shadow: none;
    box-shadow: none
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .simpleThumbnail:hover .button {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .socialWrapper a:hover span:after {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .socialWrapper a:hover span:before {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover:after {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover .arrow {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover .bgImage {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover .bgImage:after {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover.style2:hover .productName:after {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover.style3:hover .productName:after {
      animation: none !important;
      transition: none !important;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    body:not(.mobile) .products:hover[data-rel=videoPopup] .arrow:before {
      animation: none !important;
      transition: none !important;
    }
  }
  .detailInfo:hover .overflowContent.overFlowHeight .mCSB_scrollTools,
  .trapeze.size2:hover .overflowContent .mCSB_scrollTools,
  .trapezeWrapper:hover .overflowContent.overFlowHeight .mCSB_scrollTools,
  .trapezeWrapper:hover .overflowContent.overFlowHeightSmall .mCSB_scrollTools {
    opacity: 1
  }
  body:not(.mobile) .backButton:hover span {
    width: 24px
  }
  .headerHidden header {
    -webkit-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%)
  }
  .headerHidden header .headerTopBar {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 94px;
    transition: transform .2s linear, top .2s linear
  }
  .headerHidden .stickyWrapper .stickyContent.sticky {
    top: 25px;
    -webkit-transition: top 1ms linear;
    -o-transition: top 1ms linear;
    transition: top 1ms linear
  }
}

@media (max-width:1199px) {
  .simpleProducts {
    padding-left: 15px;
    padding-right: 15px
  }
  .trapeze {
    height: 297px
  }
  .trapeze .trapezeContent .tableView .cellView {
    padding: 30px 50px
  }
  .trapeze.coupleTrapeze {
    height: 520px
  }
  .overflowContent.overFlowHeight {
    height: 180px
  }
  .trapeze.size2 .overflowContent.overFlowHeightSmall {
    height: 87px
  }
}

@media (max-width:1025px) {
  .lg-tablet-show {
    display: block!important
  }
  .lg-tablet-hidden {
    display: none!important
  }
  .mobileBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
  }
  .jarallax>.jarallax-img,
  .trapeze svg {
    display: none
  }
  .trapeze {
    height: auto
  }
  .jarallax .bgImage {
    display: block
  }
}

@media (max-width:991px) {
  .clear-sm-3>[class*=col-]:nth-child(2n+1),
  .simpleThumbnail:nth-child(2n+1) {
    clear: both
  }
  .bannerWrapper .tableView,
  .bannerWrapper.style2 .tableView {
    height: 55vh
  }
  .h1,
  .simpleArticle h1,
  h1 {
    font-size: 34px;
    line-height: 40px
  }
  .h2,
  .simpleArticle h2,
  h2 {
    font-size: 30px;
    line-height: 38px
  }
  .h3,
  .simpleArticle h3,
  h3 {
    font-size: 24px;
    line-height: 29px
  }
  .h4,
  .simpleArticle h4,
  h4 {
    font-size: 20px;
    line-height: 26px
  }
  .h5,
  .simpleArticle h5,
  h5 {
    font-size: 18px;
    line-height: 24px
  }
  .h6,
  .simpleArticle h6,
  h6 {
    font-size: 16px;
    line-height: 20px
  }
  .simpleThumbnailWrapp {
    display: block;
    margin: 0 -15px
  }
  .simpleThumbnail {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    padding-left: 15px
  }
  .simpleThumbnail .button {
    opacity: 1;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .simpleThumbnail .simpleContent {
    padding-bottom: 15px
  }
  .bannerWrapper .svgElement {
    display: none
  }
  .bannerWrapper .cellView {
    padding: 90px 0
  }
  .bannerIcon {
    width: 140px;
    height: 140px
  }
  .stickyWrapper {
    min-height: 1px
  }
  .stickyWrapper .mobileStickynav {
    text-align: center;
    position: relative;
    display: block;
    padding: 15px 55px;
    background-color: #fff;
    border-bottom: 1px solid #d1d1d1
  }
  .stickyWrapper .stickyContent {
    border-bottom: 0;
    -webkit-box-shadow: 0 4px 10px rgba(41, 42, 46, .4);
    box-shadow: 0 4px 10px rgba(41, 42, 46, .4)
  }
  .stickyWrapper .stickyContent.sticky {
    top: 70px
  }
  .stickyWrapper .stickyContent.sticky .listNav a {
    padding: 0
  }
  .stickyWrapper .stickyContent .listNav {
    position: relative;
    background: #fff;
    z-index: 2;
    display: none;
    -webkit-box-shadow: 0 4px 10px rgba(41, 42, 46, .4);
    box-shadow: 0 4px 10px rgba(41, 42, 46, .4);
    padding: 5px 0
  }
  .stickyWrapper .stickyContent .listNav li {
    display: block;
    margin: 20px 15px;
    padding: 0;
    min-height: 1px
  }
  .stickyWrapper .stickyContent .listNav li a {
    padding: 0
  }
  .stickyWrapper .stickyContent .container {
    width: 100%
  }
  .stickyWrapper .stickyOffset {
    top: 0
  }
  .angleIconDown {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 16px;
    margin-top: -8px;
    -webkit-transition: -webkit-transform 250ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear
  }
  .angleIconDown:after,
  .angleIconDown:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    background: #F2A900;
    width: 17px;
    height: 3px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: background 250ms ease-out;
    -o-transition: background 250ms ease-out;
    transition: background 250ms ease-out;
    content: ""
  }
  .detailInfoWrapper .detailInfo .overflowContent,
  .trapeze .trapezeContent .overflowContent,
  .trapeze.coupleTrapeze,
  .trapeze.size2,
  .trapeze.smallTrapeze {
    height: auto
  }
  .angleIconDown:after.active,
  .angleIconDown:before.active {
    background: #8A2A2B
  }
  .angleIconDown:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg)
  }
  .simpleProducts.noIcon {
    padding-top: 35px
  }
  .whatWedo ul {
    margin-left: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%
  }
  .trapeze .trapezeContent {
    padding: 0 15px
  }
  .trapeze .trapezeContent .tableView .cellView {
    padding: 45px 0
  }
  .trapeze .trapezeContent .tableView .cellView .overflowContent {
    padding: 0;
    margin: 0
  }
  .iframePopup {
    min-height: 225px
  }
  .detailInfoWrapper .detailInfo {
    position: fixed;
    top: 70px;
    padding-bottom: 90px;
    left: 0;
    z-index: 10;
    overflow-y: auto
  }
  .detailInfoWrapper .detailInfo .buttonClose {
    top: 15px;
    right: 15px
  }
  .detailInfoWrapper:after,
  .detailInfoWrapper:before {
    -webkit-transform: translateX(-160%) skew(15deg);
    -ms-transform: translateX(-160%) skew(15deg);
    transform: translateX(-160%) skew(15deg)
  }
  .detailInfoWrapper.active:after,
  .detailInfoWrapper.active:before {
    -webkit-transform: translateX(160%) skew(15deg);
    -ms-transform: translateX(160%) skew(15deg);
    transform: translateX(160%) skew(15deg)
  }
  .products[data-rel=videoPopup] .arrow {
    left: 50%
  }
  .backButton {
    display: none
  }
  .noMobilePadding {
    padding-right: 0;
    padding-left: 0
  }
  .bannerWrapper.style3 .tableView .cellView {
    padding: 90px 0
  }
  .bannerTrapeze .col-xs-12 {
    margin-top: 0
  }
  .mobileNoPadding {
    padding: 0
  }
  .wrapper404 .cellView {
    padding: 50px 0
  }
  .stickyContent ul {
    display: block
  }
}

@media (min-width:992px) {
  .stickyWrapper .destopSticky {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 8;
    -webkit-transition: top .2s linear;
    -o-transition: top .2s linear;
    transition: top .2s linear
  }
  .stickyWrapper .destopSticky.sticky {
    top: 60px;
    -webkit-transition: top .2s linear .2s;
    -o-transition: top .2s linear .2s;
    transition: top .2s linear .2s
  }
  .verAlign-sm {
    font-size: 0
  }
  .verAlign-sm>[class*=col-] {
    float: none;
    display: inline-block;
    vertical-align: bottom
  }
  .simpleFlex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .trapezeSlace {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media (max-width:767px) {
  .searchResult .noResults .searchTxt,
  .simpleArticle ul {
    margin-left: 0
  }
  .h1,
  h1 {
    font-size: 28px;
    line-height: 36px
  }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 32px
  }
  .h3,
  h3 {
    font-size: 19px;
    line-height: 28px
  }
  .bannerWrapper .tableView {
    height: 50vh
  }
  .bannerWrapper.style2 .tableView {
    height: 30vh
  }
  .cellView {
    padding: 45px 0
  }
  .sectionTitle {
    display: block;
    text-align: center
  }
  .conteinerJarralax {
    height: 160px
  }
  .conteinerJarralax:after,
  .conteinerJarralax:before {
    content: none
  }
  .normall {
    line-height: 22px
  }
  .simpleThumbnail {
    margin-bottom: 15px
  }
  .simpleThumbnail:last-child {
    margin-bottom: 0
  }
  .detailInfoWrapper {
    padding: 0 15px
  }
  .detailInfoWrapper .detailInfo {
    padding-top: 30px
  }
  .detailInfoWrapper .detailInfo .buttonClose {
    top: 10px;
    right: 15px
  }
}

@media (max-width:330px) {
  .simpleThumbnail {
    width: 100%;
    display: block;
    vertical-align: top
  }
}

@media (min-width:768px) {
  .clear-xs-2>[class*=col-]:nth-child(2n+1) {
    clear: both
  }
  .verAlign-xs {
    font-size: 0
  }
  .verAlign-xs>[class*=col-] {
    float: none;
    display: inline-block;
    vertical-align: bottom
  }
}

@media screen and (min-width:0\0) {
  li {
    list-style-image: url(data:0)
  }
  .trapeze.size2 svg {
    position: relative;
    top: 18px;
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16)
  }
}

.popupWrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 14;
  -webkit-transition: left 1ms linear .6s;
  -o-transition: left 1ms linear .6s;
  transition: left 1ms linear .6s
}

.popupWrapper.active {
  left: 0;
  -webkit-transition: left 1ms linear;
  -o-transition: left 1ms linear;
  transition: left 1ms linear
}

.popupWrapper.active .bgLayer {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.popupWrapper .bgLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  bottom: -100px;
  opacity: 0;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .3s linear .3s;
  -o-transition: opacity .3s linear .3s;
  transition: opacity .3s linear .3s
}

.buttonClose {
  display: inline-block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 25px;
  right: 10px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.buttonClose span:first-child,
.buttonClose span:last-child {
  position: absolute;
  background: #fff;
  display: block;
  top: 50%;
  left: 50%;
  width: 0;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: width .3s ease-out;
  -o-transition: width .3s ease-out;
  transition: width .3s ease-out;
  content: ""
}

.popupContainer,
.popupContent:after {
  display: inline-block;
  vertical-align: middle
}

.buttonClose span:first-child:before,
.buttonClose span:last-child:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #F2A900;
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  transition: width .2s ease-out;
  content: ''
}

.buttonClose span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.buttonClose span:last-child:before {
  top: 0;
  bottom: auto;
  background: #F2A900;
  -webkit-transition: width .2s ease-out .2s;
  -o-transition: width .2s ease-out .2s;
  transition: width .2s ease-out .2s
}

.popupContent {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  font-size: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: height .3s linear, opacity .3s linear .3s, left 0s linear .3s, -webkit-transform .3s linear;
  -o-transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear .3s;
  transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear .3s;
  transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear .3s, -webkit-transform .3s linear
}

.historyDescription .as,
.historyYear {
  font-size: 30px
}

.popupContent.active {
  position: relative;
  opacity: 1;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: height .3s linear, opacity .3s linear .3s, left 0s linear, -webkit-transform .3s linear;
  -o-transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear;
  transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear;
  transition: transform .3s linear, height .3s linear, opacity .3s linear .3s, left 0s linear, -webkit-transform .3s linear
}

.popupContent.active .buttonClose span {
  width: 32px;
  -webkit-transition: width .3s ease-out .8s;
  -o-transition: width .3s ease-out .8s;
  transition: width .3s ease-out .8s
}

.popupContent.active .fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1s cubic-bezier(.455, .03, .515, .955);
  -o-transition: transform 1s cubic-bezier(.455, .03, .515, .955), opacity 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955), opacity 1s cubic-bezier(.455, .03, .515, .955);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955), opacity 1s cubic-bezier(.455, .03, .515, .955), -webkit-transform 1s cubic-bezier(.455, .03, .515, .955)
}

.popupContent.active .popupDelay {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms
}

.popupContent.active .popupDelay2 {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.popupContent.active .popupDelay3 {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms
}

.popupContent.active .popupDelay4 {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}

.popupContent .layerClose {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px
}

.popupContent .fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px)
}

.popupContent[data-rel=videoPopup] {
  padding: 0;
  height: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: height 350ms linear, left 0s linear .6s, opacity 0s linear .5s;
  -o-transition: height 350ms linear, left 0s linear .6s, opacity 0s linear .5s;
  transition: height 350ms linear, left 0s linear .6s, opacity 0s linear .5s
}

.popupContent[data-rel=videoPopup] .popupContainer {
  height: 100%;
  background: #000
}

.popupContent[data-rel=videoPopup] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.popupContent[data-rel=videoPopup].active {
  height: 100%;
  -webkit-transition: height 350ms linear;
  -o-transition: height 350ms linear;
  transition: height 350ms linear
}

.popupContent.iframeContainer .popupContainer {
  background: 0 0;
  height: 100%;
  overflow: hidden
}

.popupContent.iframeContainer.active .iframeWrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.popupContent:after {
  height: 100%;
  content: ''
}

.popupContainer {
  max-width: 100%;
  width: 100%;
  position: relative;
  text-align: left;
  background: #fff
}

.popupContainer.size1 {
  max-width: 750px
}

.popupContainer .buttonClose {
  position: absolute;
  top: 60px;
  right: 15px;
  background-color: #6b6b6b
}

.popupVideoWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.historyOverFlow,
.iframeWrapper,
.swiper-scrollbar,
.swiperMainWrapper,
.thankYouMsg {
  position: relative
}

.iframeWrapper,
.iframeWrapper iframe {
  width: 100%;
  height: 100%
}

.iframeWrapper #container {
  border: 0!important
}

.thankYouMsg {
  padding: 60px 30px;
  text-align: center
}

.thankYouMsg .imgWrapper {
  display: table;
  margin: 0 auto 20px
}

.swiper-button-disabled,
.swiper-button-disabled+.swiper-button-disabled+.swiper-container .swiper-pagination {
  display: none
}

.open-popup {
  cursor: pointer
}

@media (min-width:992px) {
  body:not(.mobile) .buttonClose:hover span:first-child:before,
  body:not(.mobile) .buttonClose:hover span:last-child:before {
    width: 100%
  }
  body:not(.mobile) .trapeze.open-popup:hover {
    opacity: .8
  }
}

.swiper-wrapper {
  cursor: url(../png/drag.png) 16 9, ew-resize
}

.swiper-button-disabled+.swiper-button-disabled+.swiper-container .swiper-wrapper {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  cursor: auto
}

.historyYear,
.location-text-entry,
.tabMenu {
  cursor: pointer
}

.swiper-pagination.relative-pagination {
  position: relative;
  margin-top: 30px
}

.historyDescription {
  padding: 130px 0 220px;
  text-align: center
}

.bottomSwiper {
  margin-top: -210px;
  margin-bottom: 50px;
  height: 160px
}

.bottomSwiper .swiper-slide {
  z-index: 5;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.bottomSwiper .swiper-slide-next,
.bottomSwiper .swiper-slide-prev {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.bottomSwiper .swiper-slide-next span,
.bottomSwiper .swiper-slide-prev span {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}

.bottomSwiper .swiper-slide.swiper-slide-active {
  z-index: 4;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.bottomSwiper .swiper-slide.swiper-slide-active span {
  color: #F2A900;
  -webkit-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4)
}

.historyOverFlow {
  height: 100%;
  overflow: hidden
}

.historyYear {
  line-height: 159px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  color: #D1D0D0
}

.historyYear span {
  display: block;
  -webkit-transition: color 250ms linear, -webkit-transform .3s linear;
  -o-transition: transform .3s linear, color 250ms linear;
  transition: transform .3s linear, color 250ms linear;
  transition: transform .3s linear, color 250ms linear, -webkit-transform .3s linear;
  backface-visibility: hidden
}

.historySlider .topSwiper .swiper-container,
.historySlider .topSwiper .swiper-slide,
.historySlider .topSwiper .swiper-wrapper {
  height: inherit
}

.swiper-scrollbar {
  max-width: 450px;
  margin: 50px auto 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: 0 0
}

.swiper-scrollbar:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #979797;
  content: ''
}

.swiper-scrollbar .swiper-scrollbar-drag {
  overflow: hidden;
  height: 20px;
  background: #1B1B1B;
  -webkit-border-radius: 0;
  border-radius: 0
}

.swiper-scrollbar .swiper-scrollbar-drag:after,
.swiper-scrollbar .swiper-scrollbar-drag:before {
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  content: ''
}

.swiper-scrollbar .swiper-scrollbar-drag:before {
  left: -25px;
  width: -webkit-calc(50% + 26px);
  width: calc(50% + 26px);
  -webkit-transform: translateY(100%) skew(15deg);
  -ms-transform: translateY(100%) skew(15deg);
  transform: translateY(100%) skew(15deg);
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out
}

.swiper-scrollbar .swiper-scrollbar-drag:after {
  right: -25px;
  width: -webkit-calc(50% + 26px);
  width: calc(50% + 26px);
  -webkit-transform: translateY(-100%) skew(15deg);
  -ms-transform: translateY(-100%) skew(15deg);
  transform: translateY(-100%) skew(15deg);
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out
}

.swiper-scrollbar.swiper-scrollbar-color2 .swiper-scrollbar-drag {
  background: #F2A900
}

.swiper-scrollbar.swiper-scrollbar-color2 .swiper-scrollbar-drag:after,
.swiper-scrollbar.swiper-scrollbar-color2 .swiper-scrollbar-drag:before {
  background: #1B1B1B
}

.swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 6px;
  background: 0 0;
  border: 1px solid #F2A900;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  overflow: hidden
}

.swiper-pagination-bullet:after,
.swiper-pagination-bullet:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  width: 55%;
  background: #F2A900;
  -webkit-transform: translateY(110%) skew(15deg);
  -ms-transform: translateY(110%) skew(15deg);
  transform: translateY(110%) skew(15deg);
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  content: ''
}

.tabMenu,
.tabsBlock.style2 {
  position: relative;
  display: block
}

.swiper-pagination-bullet:after {
  left: auto;
  right: -1px;
  background: #F2A900;
  -webkit-transform: translateY(-110%) skew(15deg);
  -ms-transform: translateY(-110%) skew(15deg);
  transform: translateY(-110%) skew(15deg);
  content: ''
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: translateY(0) skew(15deg);
  -ms-transform: translateY(0) skew(15deg);
  transform: translateY(0) skew(15deg)
}

.sliderFluid .swiper-container {
  margin: 0 -15px
}

.sliderFluid .swiper-container .swiper-slide {
  padding: 0 15px
}

@media (min-width:992px) {
  body:not(.mobile) .historyYear:hover {
    color: #F2A900
  }
  body:not(.mobile) .swiper-pagination-bullet:hover:after,
  body:not(.mobile) .swiper-pagination-bullet:hover:before,
  body:not(.mobile) .swiper-scrollbar:hover .swiper-scrollbar-drag:after,
  body:not(.mobile) .swiper-scrollbar:hover .swiper-scrollbar-drag:before {
    -webkit-transform: translateY(0) skew(15deg);
    -ms-transform: translateY(0) skew(15deg);
    transform: translateY(0) skew(15deg)
  }
}

@media (max-width:991px) {
  .swiper-scrollbar {
    margin-top: 30px
  }
}

@media (max-width:767px) {
  .sliderFluid-xs .swiper-container {
    margin: 0 -15px
  }
  .sliderFluid-xs .swiper-container .swiper-slide {
    padding: 0 15px
  }
  .bottomSwiper {
    height: 100px;
    margin-top: -100px;
    margin-bottom: 0
  }
  .bottomSwiper .swiper-slide-next,
  .bottomSwiper .swiper-slide-prev {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
  }
  .bottomSwiper .swiper-slide-next span,
  .bottomSwiper .swiper-slide-prev span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  .bottomSwiper .swiper-slide.swiper-slide-active span {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
  }
  .bottomSwiper .historyYear {
    line-height: 70px
  }
  .historyDescription {
    padding: 50px 0 100px
  }
  .historyDescription .as {
    font-size: 20px
  }
}

.tabMenu,
.tabsBlock.style2 .tabMenu b {
  font-size: 12px;
  line-height: 15px
}

.tabsBlock {
  padding-left: 75px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.tabsBlock .sectionTitle {
  text-align: left;
  display: inline-block
}

.map-title,
.tabsBlock.style2 .tabsMenuWrapp {
  text-align: center
}

.tabsBlock.style2 {
  padding-left: 0
}

.tabsBlock.style2 .overflowContent {
  padding: 0;
  margin: 0
}

.tabsBlock.style2 .overflowContent.overFlowHeight {
  height: 140px
}

.tabsBlock.style2 .tabMenu {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  margin: 10px;
  color: #fff;
  z-index: 1
}

.tabsBlock.style2 .tabMenu:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: height 250ms linear;
  -o-transition: height 250ms linear;
  transition: height 250ms linear
}

.tabMenu,
.tabMenu b {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.tabsBlock.style2 .tabMenu:after {
  content: none
}

.tabsBlock.style2 .tabMenu.active {
  color: #1B1B1B
}

.tabsBlock.style2 .tabMenu.active:before {
  height: 100%
}

.tabsBlock.style2 .tabEntry {
  overflow-y: auto
}

.tabsBlock.style2 .mobileTabMenu {
  padding-left: 60px
}

.tabMenu {
  color: #d1d1d1;
  font-weight: 300;
  padding-left: 21px;
  margin-bottom: 25px
}

.tabMenu:after,
.tabMenu:before {
  position: absolute;
  top: 14px;
  width: 16px;
  height: 4px;
  background: #F2A900;
  content: '';
  left: 0
}

.tabMenu:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.tabMenu:last-child {
  margin-bottom: 0
}

.tabMenu.active {
  color: #F2A900
}

.tabMenu b {
  font-size: 22px;
  line-height: 32px;
  display: block
}

.mapThumbnail a:not(.button),
.tabMenu span {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear
}

.tabMenu span {
  transition: color 250ms linear
}

.tabEntry {
  display: none;
  height: 100%
}

.tabEntry .row,
.tabEntry .tableView,
.tabEntry [class*=col-] {
  height: inherit
}

.tabEntry.tabAnimated {
  position: relative;
  overflow: hidden
}

.tabEntry.tabAnimated .animationWave:after {
  opacity: 1;
  width: 100%;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  -o-transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .5s
}

.tabEntry.tabAnimated .animationWave .animationWave2:after {
  opacity: 1;
  width: 100%;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  -o-transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s;
  transition: opacity .2s cubic-bezier(.455, .03, .515, .955), width .5s cubic-bezier(.455, .03, .515, .955) 150ms, transform .5s cubic-bezier(.455, .03, .515, .955) .5s, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) .5s
}

.tabEntry.tabAnimated .tabAnimationWrapper .tabAminationBlock .tabSection,
.tabEntry.tabAnimated .tabEnteryContent {
  opacity: 1;
  -webkit-transition: opacity 250ms cubic-bezier(.455, .03, .515, .955) .6s;
  -o-transition: opacity 250ms cubic-bezier(.455, .03, .515, .955) .6s;
  transition: opacity 250ms cubic-bezier(.455, .03, .515, .955) .6s
}

.tabAnimationWrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%
}

.tabAnimationWrapper .animationWave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.tabAnimationWrapper .animationWave .animationWave2:after,
.tabAnimationWrapper .animationWave:after {
  top: 0;
  width: 0;
  background-color: #F2A900;
  content: '';
  height: 100%;
  position: absolute;
  opacity: 0
}

.tabAnimationWrapper .animationWave:after {
  right: 49%
}

.tabAnimationWrapper .animationWave .animationWave2:after {
  left: 49%
}

.tabAnimationWrapper .tabAminationBlock {
  position: absolute;
  top: -50%;
  right: 40px;
  width: 100%;
  height: 100%;
  min-height: 2000px;
  -webkit-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  transform: rotate(33deg)
}

.tabAnimationWrapper .tabAminationBlock .tabSection {
  position: absolute;
  top: -61%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style1 {
  max-width: 40%
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
  max-width: 60%;
  top: 0;
  left: auto;
  right: -30px
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 .topSection {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: -webkit-calc(25%);
  height: calc(25%)
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 .topSection .bgImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 .topSection .bgImage.animationTab {
  right: 50%;
  left: auto
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 .bottomSection {
  position: absolute;
  top: -webkit-calc(25% + 30px);
  top: calc(25% + 30px);
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.tabAnimationWrapper .tabAminationBlock .tabSection.style2 .bottomSection .bgImage {
  top: -115px;
  left: auto;
  right: 0;
  width: 900px;
  height: 900px;
  background-position: 0 0;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg)
}

.tabAnimationWrapper .tabAminationBlock .tabSection .imgWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

/*.tabAnimationWrapper .tabAminationBlock .tabSection .imgWrapper img {*/
/*  position: absolute;*/
/*  bottom: -40px;*/
/*  left: 15px;*/
/*  -webkit-transform: rotate(-25deg);*/
/*  -ms-transform: rotate(-25deg);*/
/*  transform: rotate(-25deg)*/
/*}*/

.tabAnimationWrapper .tabAminationBlock .tabSection .imgWrapper img {
  position: absolute;
  bottom: -50px;
  left: 15px;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg)
}

.mainMenuTabWrap,
.mobileTabMenu {
  position: relative
}

.mobileTabMenu {
  border: 1px solid #fff;
  padding: 13px 60px 13px 15px;
  margin-bottom: 30px;
  display: none
}

.mobileTabMenu .angleIconDown {
  top: 50%;
  margin-top: -8px
}

@media (min-width:992px) {
  body:not(.mobile) .tabsBlock .tabMenu:hover .tabTitle,
  body:not(.mobile) .tabsBlock .tabMenu:hover span {
    color: #F2A900
  }
  body:not(.mobile) .tabsBlock.style2 .tabMenu:hover,
  body:not(.mobile) .tabsBlock.style2 .tabMenu:hover .tabTitle {
    color: #1B1B1B
  }
  body:not(.mobile) .tabsBlock.style2 .tabMenu:hover:before {
    height: 100%
  }
  .tabEnteryContent {
    opacity: 0
  }
}

@media (max-width:1500px) {
  .tabsBlock {
    padding-left: 0
  }
}

@media (max-width:1366px) {
  .tabAnimationWrapper .tabAminationBlock .tabSection {
    top: -68%
  }
}

@media (max-width:1199px) {
  .tabAnimationWrapper {
    width: 75%
  }
}

@media (max-width:991px) {
  .tabAnimationWrapper {
    display: none
  }
  .tabsBlock.style2 .overflowContent.overFlowHeight {
    height: auto
  }
  #why-brandSafway .tabEntry {
    padding: 0 15px
  }
}

@media (max-width:767px) {
  .teamMember .as {
    margin-bottom: 15px
  }
  .mobileTabMenu,
  .tabsBlock {
    display: block
  }
  .tabsMenuWrapp {
    display: none
  }
  .tabsBlock {
    overflow: visible
  }
  .tabsBlock .sectionTitle {
    display: block;
    text-align: center
  }
  .tabsBlock.style2 .mobileTabMenu {
    margin-bottom: 0
  }
  .tabsBlock.style2 .mobileTabMenu .as {
    font-size: 16px;
    line-height: 22px
  }
  .tabsBlock.style2 .tabsMenuWrapp {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(41, 42, 46, .4);
    box-shadow: 0 4px 10px rgba(41, 42, 46, .4);
    z-index: 5
  }
  .tabsBlock.style2 .tabEntry {
    height: auto
  }
  .tabsBlock.style2 .tabMenu {
    display: block;
    margin: 0;
    padding: 15px;
    color: #1B1B1B
  }
  .tabsBlock.style2 .tabMenu .as {
    font-size: 18px;
    line-height: 24px
  }
  .tabsBlock.style2 .tabMenu:before {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
  }
  .tabEntry .cellView {
    padding-top: 15px
  }
}

#map-wrapper,
.mapWrapper,
.mapWrapper .container,
.mapWrapper .row,
.worldMap {
  position: relative
}

#map-locations {
  height: 450px;
  padding-right: 10px;
  padding-left: 10px
}

#world-map {
  width: 100%;
  height: 800px
}

.mapWrapper {
  background: #fafafa
}

#map-wrapper {
  max-width: 1140px;
  margin: 0 auto
}

.mapDetail span,
.mapDetail ul {
  margin-bottom: 15px
}

#map-wrapper img {
  width: 100%;
  height: auto;
  display: block
}

#map-wrapper .image-map {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0
}

#map-wrapper .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  -webkit-transition: opacity .15s ease-in-out
}

#map-wrapper .image-hover.active {
  opacity: 1
}

.map-title {
  color: #898989;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  font-size: 12px;
  line-height: 1.2em;
  white-space: nowrap;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out
}

.map-title.active {
  color: #F2A900
}

.mapDetail .title,
.mapDetail span {
  color: #1B1B1B;
  font-weight: 500
}

.map-title span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.map-title[data-rel="0"] {
  left: 15%;
  top: 39%
}

.map-title[data-rel="1"] {
  left: 17%;
  top: 30%
}

.map-title[data-rel="2"] {
  left: 25.8%;
  top: 64%
}

.map-title[data-rel="3"] {
  left: 47%;
  top: 49%
}

.map-title[data-rel="4"] {
  left: 64%;
  top: 28%
}

.map-title[data-rel="5"] {
  left: 69%;
  top: 39%
}

.mapDetailsWrapper {
  position: absolute;
  top: 90px;
  left: -101%;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 7;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F5F5F5));
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
  background: -o-linear-gradient(top, #FFF 0, #F5F5F5 100%);
  background: linear-gradient(180deg, #FFF 0, #F5F5F5 100%)
}

.mapDetailsWrapper .buttonClose span {
  -webkit-transition: width .3s ease-out .5s;
  -o-transition: width .3s ease-out .5s;
  transition: width .3s ease-out .5s
}

.mapDetailsWrapper.active {
  left: 0;
  opacity: 1
}

@media(max-width:1500px) {
  .mapDetailsWrapper.active {
    z-index: 8
  }
}

.mapDetailsWrapper.active .buttonClose span {
  width: 100%
}

.mapDetail {
  position: relative;
  padding: 70px 0;
  display: none
}

.mapDetail ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 20px
}

.mapDetail ul li a {
  position: relative;
  padding: 20px;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 250ms linear;
  -o-transition: filter 250ms linear;
  transition: filter 250ms linear;
  transition: filter 250ms linear, -webkit-filter 250ms linear
}

.mapDetail ul li p {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 250ms linear;
  -o-transition: filter 250ms linear;
  transition: filter 250ms linear;
  transition: filter 250ms linear, -webkit-filter 250ms linear
}

.mapDetail.active {
  display: block
}

.mapDetail span {
  font-size: 12px;
  display: block
}

.mapDetail .responsiveTabNav {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0 15px 35px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: left
}

.mapBrendsInfo .nav-tab ul,
.mapBrendsInfo .responsiveTabNav {
  margin: 0 15px
}

.mapDetail .responsiveMapList {
  top: 155px
}

.mapDetail .responsiveMapList li {
  display: block;
  padding: 10px 15px
}

.mapDetail .imgWrapper img {
  position: relative;
  z-index: 2
}

.responsiveTabNav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  color: #fff;
  padding: 20px 60px;
  background: rgba(0, 0, 0, .6);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-transition: background .3s linear, color .3s linear;
  -o-transition: background .3s linear, color .3s linear;
  transition: background .3s linear, color .3s linear;
  display: none
}

.responsiveTabNav.active {
  background: #F2A900;
  color: #1A1718
}

.mapBrendsInfo .responsiveTabNav i {
  right: 20px
}

.si-wrapper-bottom,
.si-wrapper-top {
  -webkit-box-orient: vertical;
  margin-left: 0
}

.responsiveTabNav i {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 16px;
  margin-top: -8px;
  -webkit-transition: -webkit-transform 250ms linear;
  -o-transition: transform 250ms linear;
  transition: transform 250ms linear;
  transition: transform 250ms linear, -webkit-transform 250ms linear
}

.responsiveTabNav i:after,
.responsiveTabNav i:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  background: #F2A900;
  width: 18px;
  height: 4px;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  -webkit-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  content: ""
}

.responsiveTabNav i:after.active,
.responsiveTabNav i:before.active {
  background: #8A2A2B
}

.responsiveTabNav i:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-32deg);
  -ms-transform: rotate(-32deg);
  transform: rotate(-32deg)
}

.responsiveMapList {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: #fff;
  text-align: center;
  z-index: 16;
  padding: 15px 0;
  display: none
}

.responsiveMapList li {
  position: relative;
  padding: 10px 15px;
  font-weight: 500;
  display: block
}

.mapThumbnail {
  position: relative;
  width: 230px;
  padding: 30px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .16);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, .16);
  background-color: #fff
}

.mapThumbnail .imgWrapper {
  max-width: 120px
}

.mapThumbnail .as {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 3px
}

.mapThumbnail a:not(.button) {
  display: inline-block;
  transition: color 250ms linear;
  margin-bottom: 10px
}

.mapThumbnail ul li a:not(.button) {
  margin-bottom: 5px
}

.mapThumbnail p {
  margin-bottom: 10px
}

.mapThumbnail .button {
  margin-top: 10px;
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.mapThumbnail .button span i:after,
.mapThumbnail .button span:before {
  -webkit-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear
}

.mapThumbnail .button span i:before {
  top: 2px;
  -webkit-transition: background 250ms linear;
  -o-transition: background 250ms linear;
  transition: background 250ms linear
}

.pac-container .pac-item,
.pac-container .pac-item-query {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.location-text-entry span:first-child {
  font-weight: 700
}

.pac-container {
  font-size: 12px;
  margin-top: -1px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid rgba(209, 209, 209, .8);
  background-color: #f5f5f5
}

.pac-container .pac-item {
  cursor: pointer;
  padding: 8px 10px
}

.mao-location-heading {
  position: relative;
  font-size: 0;
  padding: 27px 40px;
  border-bottom: 1px solid #d1d1d1
}

.mao-location-heading span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center
}

[class*=si-shadow-wrapper],
[class*=si-wrapper] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: absolute
}

.mao-location-heading span:first-child {
  font-weight: 700;
  text-align: left
}

.mao-location-heading span:nth-child(3) {
  text-align: right
}

.brandLogo,
.careersSideImg,
.contactInfo,
.counterWrapper .counterNumber,
.docWrapper,
.docWrapper .docDownload,
.ladership,
.map-locations-wrapper span:nth-child(2),
.pageBreadcrumbs,
.pageBreadcrumbs a,
.servicesDetail .as,
.sideBarItem .sideBarInfo,
.somethingGreat,
.teamMember {
  text-align: center
}

@media (min-width:992px) {
  body:not(.mobile) .mapThumbnail a:not(.button):hover,
  body:not(.mobile) .pac-container .pac-item:hover .pac-item-query {
    color: #F2A900
  }
  body:not(.mobile) .mapDetail a:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
  }
  body:not(.mobile) .mapThumbnail .button:hover span {
    width: 16px
  }
  body:not(.mobile) .pac-container .pac-item:hover {
    color: #F2A900;
    background-color: #f5f5f5
  }
}

.si-float-wrapper {
  position: absolute;
  width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

[class*=si-wrapper] {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  cursor: default
}

.si-wrapper-top {
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%)
}

.si-wrapper-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

[class*=si-shadow-wrapper] {
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .29804;
  z-index: 1
}

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1
}

.si-shadow-frame {
  -webkit-box-shadow: 0 1px 3px 0 #000;
  box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  -webkit-box-shadow: -.71px .71px 3px 0 #000;
  box-shadow: -.71px .71px 3px 0 #000
}

.si-shadow-inner-pointer-top {
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-45deg);
  -ms-transform: translate(-50%, 50%) rotate(-45deg);
  transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg)
}

.si-frame {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff
}

.si-content {
  overflow: auto
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: .5;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.si-close-button:focus,
.si-close-button:hover {
  opacity: .7
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
  border-width: 15px
}

.si-pointer-border-bottom,
.si-pointer-border-top {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.si-pointer-top {
  border-bottom: 0
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb
}

.si-pointer-bg-top {
  border-top-color: #fff
}

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0
}

.si-pointer-bottom {
  border-top: 0
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0
}

.si-pointer-left {
  border-right: 0
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb
}

.si-pointer-bg-left {
  border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0
}

.si-pointer-right {
  border-left: 0
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb
}

.si-pointer-bg-right {
  border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0
}

@media (max-width:1100px) {
  .map-title {
    font-size: 1.2vw
  }
}

@media (max-width:767px) {
  .responsiveTabNav {
    display: block
  }
  .mapDetailsWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
  }
  .mapDetailsWrapper .buttonClose {
    top: 140px
  }
  .mapDetail {
    padding: 200px 0 55px
  }
  .mapDetail ul li {
    padding: 10px
  }
  .locationResultWrapper .map-locations-wrapper div {
    padding-left: 0;
    padding-right: 0
  }
  .locationResultWrapper .map-locations-wrapper span {
    width: 100%;
    text-align: center;
    padding: 8px 0
  }
  .locationResultWrapper .map-locations-wrapper span:nth-child(3) {
    text-align: center
  }
  #map-locations {
    height: 340px
  }
}

footer {
  position: relative;
  color: #231F20;
  font-weight: 500;
  padding: 50px 0;
  overflow: hidden;
  letter-spacing: .5px;
  width: 100%
}

footer a span {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

footer .footerInfo {
  line-height: 20px
}

footer .footerInfo a {
  display: table;
  padding: 16px;
}

footer .ftlogo {
  display: inline-block
}

footer .ftlogo img {
  width: 240px;
  height: 28px;
  display: block
}

footer .bottomInfo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

footer .footerLines {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  overflow: hidden
}

footer .footerLines:after,
footer .footerLines:before {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  height: 20px;
  z-index: 1;
  -webkit-transform: translateY(100%) skew(15deg);
  -ms-transform: translateY(100%) skew(15deg);
  transform: translateY(100%) skew(15deg);
  -webkit-transition: -webkit-transform 750ms cubic-bezier(.455, .03, .515, .955) 250ms;
  -o-transition: transform 750ms cubic-bezier(.455, .03, .515, .955) 250ms;
  transition: transform 750ms cubic-bezier(.455, .03, .515, .955) 250ms;
  transition: transform 750ms cubic-bezier(.455, .03, .515, .955) 250ms, -webkit-transform 750ms cubic-bezier(.455, .03, .515, .955) 250ms;
  content: ''
}

footer .footerLines:after {
  left: auto;
  right: -15px;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  -webkit-transform: translateY(-100%) skew(15deg);
  -ms-transform: translateY(-100%) skew(15deg);
  transform: translateY(-100%) skew(15deg)
}

body.mobile footer .footerLines:after,
body.mobile footer .footerLines:before,
footer.animetLines .footerLines:after,
footer.animetLines .footerLines:before {
  -webkit-transform: translateY(0) skew(15deg);
  -ms-transform: translateY(0) skew(15deg);
  transform: translateY(0) skew(15deg)
}

@media (min-width:992px) {
  body:not(.mobile) footer a:hover span {
    color: #8A2A2B
  }
}

@media (max-width:767px) {
  footer {
    padding-top: 0;
    text-align: center;
    padding-bottom: 65px
  }
  footer a {
    margin-left: auto;
    margin-right: auto
  }
  footer .bottomInfo {
    display: block
  }
}

.counterWrapper {
  position: relative
}

.counterWrapper .counterNumber span {
  font-size: 18px;
  line-height: 22px;
  display: block
}

.counterWrapper .counterNumber i {
  font-size: 78px;
  line-height: 96px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle
}

.counterWrapper .counterNumber p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -4px
}

.counterWrapper .count {
  font-size: 0;
  color: #1B1B1B;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.counterWrapper .count.showNumber {
  opacity: 1
}

.counterWrapper .count p {
  font-size: 78px;
  line-height: 96px;
  font-weight: 500
}

.ladership {
  font-size: 0
}

.ladership>[class*=col-] {
  display: inline-block;
  vertical-align: top;
  float: none
}

.patternSeparator,
.teamMember {
  position: relative;
  display: block;
  overflow: hidden
}

.teamMember {
  font-weight: 500;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.docWrapper ul li,
.teamMember .as {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear
}

.teamMember .as {
  margin-bottom: 5px;
  transition: color 250ms linear
}

.teamMember p {
  margin-top: 5px;
  min-height: 40px;
  padding: 0 25px
}

.patternSeparator {
  width: 100%;
  height: 8px;
  margin: 8px 0;
  background-image: url(../svg/diagonal-slanted-lines.svg);
  background-repeat: repeat-x;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%
}

.patternSeparator:after,
.patternSeparator:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  height: 100%;
  background: #F2A900;
  -webkit-transform: translateY(110%) skew(15deg);
  -ms-transform: translateY(110%) skew(15deg);
  transform: translateY(110%) skew(15deg);
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  content: ''
}

.patternSeparator:after {
  left: auto;
  right: -15px;
  background: #8A2A2B;
  -webkit-transform: translateY(-110%) skew(15deg);
  -ms-transform: translateY(-110%) skew(15deg);
  transform: translateY(-110%) skew(15deg)
}

.deliveryWrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px
}

.deliveryWrapp .imgWrapper {
  position: relative;
  padding: 0 15px;
  overflow: hidden
}

.deliveryWrapp .deliveryImg {
  max-width: 600px
}

@media (max-width:1500px) {
  body.mobile #why-brandSafway {
    background-color: #1B1B1B
  }
}

@media (max-width:991px) {
  .deliveryWrapp {
    display: none
  }
  .counterWrapper .count i,
  .counterWrapper .count p {
    font-size: 50px;
    line-height: 65px
  }
}

@media (max-width:767px) {
  .ladership>[class*=col-] {
    display: block
  }
  .teamMember .as {
    margin-bottom: 12px
  }
  .teamMember p {
    margin-top: 12px;
    min-height: 1px
  }
}

.careersSideImg {
  position: relative;
  overflow: hidden;
  z-index: 6
}

.careersSideImg:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 275px solid transparent;
  border-right: 275px solid transparent;
  border-bottom: 180px solid #fff;
  content: ''
}

.careersSideImg .imgWrapper {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  z-index: 2;
  padding-top: 15px
}

.careersSideImg.color2:after,
.careersSideImg.color2:before {
  border-bottom-color: #1B1B1B
}

.carrersInfo {
  position: relative;
  z-index: 6
}

.carrersInfo .tableView {
  height: 450px
}

.carrersInfo .cellView {
  padding: 75px 0
}

.docWrapper .docDownload {
  position: relative;
  max-width: 260px;
  height: 260px;
  display: block;
  font-size: 0;
  margin: 0 auto
}

.docWrapper .docDownload:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: ''
}

.docWrapper .docDownload .button {
  vertical-align: middle
}

.docWrapper ul li {
  cursor: pointer;
  display: inline-block;
  margin: 0 7px;
  position: relative;
  padding: 0 3px;
  overflow: hidden;
  transition: color 250ms linear
}

.docWrapper ul li b {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.docWrapper ul li:after,
.docWrapper ul li:before {
  position: absolute;
  top: 0;
  left: -14px;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  height: 100%;
  background: #F2A900;
  z-index: -1;
  -webkit-transform: translateY(100%) skew(15deg);
  -ms-transform: translateY(100%) skew(15deg);
  transform: translateY(100%) skew(15deg);
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  content: ''
}

.docWrapper ul li:after {
  left: auto;
  -webkit-transform: translateY(-100%) skew(15deg);
  -ms-transform: translateY(-100%) skew(15deg);
  transform: translateY(-100%) skew(15deg);
  right: -14px
}

.docWrapper ul li.active {
  color: #fff
}

.docWrapper ul li.active:after,
.docWrapper ul li.active:before {
  -webkit-transform: translateY(0) skew(15deg);
  -ms-transform: translateY(0) skew(15deg);
  transform: translateY(0) skew(15deg)
}

body.mobile .mobileColor {
  background: #e8e8e8
}

body.mobile .mobileColor2 {
  background: #1b1b1b
}

@media (max-width:1199px) {
  .careersSideImg: before {
    border-right: 220px solid transparent;
    border-left: 220px solid transparent
  }
}

@media (max-width:767px) {
  .careersSideImg {
    display: none
  }
  .careersSideImg:after,
  .careersSideImg:before {
    content: none
  }
  .careersSideImg .imgWrapper {
    padding-top: 0
  }
  .carrersInfo .tableView {
    height: auto
  }
  .carrersInfo .cellView {
    padding: 45px 0
  }
}

.contactInfo {
  font-weight: 500;
  display: table;
  margin: 0 auto
}


html[lang="ro"] .contactInfo.phone {
  display: none;
}

.contactInfo .as {
  position: relative;
  font-weight: 500;
  padding: 10px 15px;
  overflow: hidden;
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.contactInfo .as:after,
.contactInfo .as:before {
  position: absolute;
  top: 0;
  left: -14px;
  width: -webkit-calc(50% + 15px);
  width: calc(50% + 15px);
  height: 100%;
  z-index: -1;
  -webkit-transform: translateY(100%) skew(15deg);
  -ms-transform: translateY(100%) skew(15deg);
  transform: translateY(100%) skew(15deg);
  -webkit-transition: -webkit-transform 350ms ease-out;
  -o-transition: transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  content: ''
}

.contactInfo .as:after {
  left: auto;
  -webkit-transform: translateY(-100%) skew(15deg);
  -ms-transform: translateY(-100%) skew(15deg);
  transform: translateY(-100%) skew(15deg);
  right: -14px
}

.contactInfo p {
  font-size: 18px;
  line-height: 22px;
  display: block
}

.contactInfo .imgWrapper {
  display: inline-block
}

.contactInfo span {
  display: block
}

@media (min-width:992px) {
  body:not(.mobile) .docWrapper ul li:hover b {
    color: #F2A900
  }
  body:not(.mobile) .contactInfo a:hover .as,
  body:not(.mobile) .docWrapper ul li.active:hover b {
    color: black;
  }
  body:not(.mobile) .contactInfo a:hover .as:after,
  body:not(.mobile) .contactInfo a:hover .as:before {
    -webkit-transform: translateY(0) skew(15deg);
    -ms-transform: translateY(0) skew(15deg);
    transform: translateY(0) skew(15deg)
  }
}

.mobileSideBar img,
.pageBreadcrumbs .breadPrev:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.bannerProducts {
  margin-top: -215px
}

.somethingGreat {
  position: relative;
  overflow: hidden
}

.somethingGreat .as {
  display: inline-block
}

.somethingGreat .imgWrapper {
  position: relative;
  display: table;
  margin: 0 auto;
  overflow: hidden
}

@media (max-width:991px) {
  .careersSideImg: before {
    border-left: 170px solid transparent;
    border-right: 170px solid transparent
  }
  .bannerProducts {
    margin-top: auto
  }
}

.servicesDetail .as {
  margin-bottom: 40px
}

.servicesDetail ul {
  max-width: 500px;
  margin: 0 auto
}

.servicesDetail ul.normall {
  line-height: 18px
}

.servicesDetail ul .as {
  margin-bottom: 25px;
  padding-top: 10px
}

.servicesDetail ul li {
  margin-bottom: 15px;
  padding-right: 15px
}

.servicesDetail ul a {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.servicesDetail ul.light {
  color: #fff
}

@media(min-width:1199px) {
  .tabsBlock.style2 .overflowContent.flowsize2.overFlowHeight {
    height: 350px
  }
}

.coupleTrapeze {
  height: 630px
}

.mediaBlogItem .blogImage:before,
.sideBarItem .tagList a:before {
  width: 100%;
  height: 0;
  content: '';
  left: 0
}

@media (min-width:992px) {
  body:not(.mobile) .servicesDetail li a:hover {
    color: #F2A900
  }
}

.pageBreadcrumbs a.active,
.sideBarItem .light {
  color: #fff
}

.mediaBlogItem {
  position: relative
}

.mediaBlogItem .blogImage {
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 56%;
  overflow: hidden
}

.mediaBlogItem .blogImage:before {
  position: absolute;
  bottom: 0;
  border-left: 27em solid transparent;
  border-right: 27em solid transparent;
  border-bottom: 60px solid #EBEBEB
}

.pageBreadcrumbs a,
.pageBreadcrumbs a.mobPagi+* {
  border-left: 1px solid #dfdfdf
}

.mediaBlog {
  position: relative;
  padding: 30px 100px
}

.mediaBlog .as {
  margin-bottom: 20px;
  -webkit-transition: color .3s linear;
  -o-transition: color .3s linear;
  transition: color .3s linear
}

.mediaBlog .imgWrapper,
.mediaBlog .simpleArticle {
  margin-bottom: 15px
}

.mediaBlog .button {
  margin-bottom: 5px
}

.mediaBlog .blogDate {
  font-weight: 700;
  margin-bottom: 25px
}

.sideBarItem,
.sideBarItem .as {
  margin-bottom: 30px
}

.sideBarItem {
  position: relative;
  padding: 40px 60px
}

.sideBarItem.normall {
  line-height: 23px
}

.sideBarItem .bgPattern {
  z-index: -1
}

.sideBarItem .imgWrapper {
  margin-bottom: 20px
}

.sideBarItem .sideBarLink a {
  display: table;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
  margin-bottom: 10px
}

.sideBarItem .sideBarLink a:last-child {
  margin-bottom: 0
}

.sideBarItem .light b {
  font-weight: 600
}

.sideBarItem .tagList a {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding: 0 5px;
  z-index: 2;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear
}

.sideBarItem .tagList a:before {
  position: absolute;
  top: 0;
  background-color: #F2A900;
  -webkit-transition: height .2s linear;
  -o-transition: height .2s linear;
  transition: height .2s linear;
  z-index: -1
}

.sideBarItem .sideBarInfo {
  line-height: 34px
}

.sideBarItem .sideBarInfo a:not(.button) {
  display: table;
  margin: 0 auto;
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.mobileSideBar {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #F2A900;
  z-index: 10;
  display: none
}

.mobileSideBar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%)
}

.pageBreadcrumbs,
.pageBreadcrumbs a {
  position: relative
}

.pageBreadcrumbs {
  font-size: 0
}

.pageBreadcrumbs a {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
  z-index: 1;
  -webkit-transition: color 350ms ease-out 150ms;
  -o-transition: color 350ms ease-out 150ms;
  transition: color 350ms ease-out 150ms
}

.pageBreadcrumbs a:first-child {
  margin-right: -1px
}

.pageBreadcrumbs a:after {
  position: absolute;
  top: 0;
  left: -15px;
  width: 0;
  height: 100%;
  background-color: #F2A900;
  z-index: -1;
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  -webkit-transition: width 350ms cubic-bezier(.455, .03, .515, .955);
  -o-transition: width 350ms cubic-bezier(.455, .03, .515, .955);
  transition: width 350ms cubic-bezier(.455, .03, .515, .955);
  content: ''
}

.pageBreadcrumbs .breadNext:before,
.pageBreadcrumbs .breadPrev:before {
  top: 50%;
  left: 50%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: ''
}

.pageBreadcrumbs a.active:after {
  width: 150%
}

.pageBreadcrumbs .pageBreadSeparator {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 70px;
  height: 50px;
  border-right: 1px solid #dfdfdf
}

.pageBreadcrumbs .pageBreadSeparator span {
  width: 2px;
  height: 2px;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
  background-color: #737373
}

.pageBreadcrumbs .mobPagi {
  display: none;
  position: relative
}

.pageBreadcrumbs .breadPrev:before {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 6px solid #1d1d1d;
  transform: translate(-50%, -50%);
  -webkit-transition: border 325ms ease-out;
  -o-transition: border 325ms ease-out;
  transition: border 325ms ease-out
}

.pageBreadcrumbs .breadNext {
  display: none;
  position: relative
}

.pageBreadcrumbs .breadNext:before {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #1d1d1d;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: border 325ms ease-out;
  -o-transition: border 325ms ease-out;
  transition: border 325ms ease-out
}

.closeSBlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  -webkit-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
  z-index: 11
}

.closeSBlayer.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

@media (min-width:992px) {
  body:not(.mobile) .mediaBlog .as:hover,
  body:not(.mobile) .sideBarLink a:hover {
    color: #F2A900
  }
  body:not(.mobile) .hvrLight a:hover,
  body:not(.mobile) .tagList a:hover {
    color: #fff
  }
  body:not(.mobile) .tagList a:hover:before {
    height: 100%
  }
  body:not(.mobile) .sideBarInfo a:not(.button):hover {
    color: #F2A900
  }
  body:not(.mobile) .pageBreadcrumbs a:hover {
    color: #fff;
    -webkit-transition: color 350ms ease-out;
    -o-transition: color 350ms ease-out;
    transition: color 350ms ease-out
  }
  body:not(.mobile) .pageBreadcrumbs a:hover:after {
    width: 150%;
    -webkit-transition: width 350ms cubic-bezier(.455, .03, .515, .955);
    -o-transition: width 350ms cubic-bezier(.455, .03, .515, .955);
    transition: width 350ms cubic-bezier(.455, .03, .515, .955)
  }
  body:not(.mobile) .pageBreadcrumbs a:hover.breadPrev:before {
    border-right: 6px solid #fff
  }
  body:not(.mobile) .pageBreadcrumbs a:hover.breadNext:before {
    border-left: 6px solid #fff
  }
}

@media (max-width:1199px) {
  .mediaBlog,
  .sideBarItem {
    padding-left: 15px;
    padding-right: 15px
  }
  .mediaBlogItem .blogImage:before {
    border-left: 22em solid transparent;
    border-right: 22em solid transparent
  }
}

@media (max-width:991px) {
  .mediaBlogItem .blogImage: before {
    content: none
  }
  .sideBarItem {
    margin-bottom: 0
  }
  .mobileSideBar {
    display: block
  }
  .mediaSideBar {
    position: fixed;
    top: 70px;
    left: -101%;
    width: 320px;
    height: 100%;
    padding-bottom: 70px;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: left .3s cubic-bezier(.455, .03, .515, .955);
    -o-transition: left .3s cubic-bezier(.455, .03, .515, .955);
    transition: left .3s cubic-bezier(.455, .03, .515, .955);
    z-index: 12
  }
  .mediaSideBar.active {
    left: 0
  }
  .mobileClose {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 24px;
    height: 24px;
    z-index: 6
  }
  .mobileClose:after,
  .mobileClose:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #1B1B1B;
    content: ''
  }
  .mobileClose:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
  }
  .mobileClose:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
  }
  .stickyContent .seacrhInput {
    padding: 10px 0
  }
}

@media (max-width:767px) {
  .pageBreadcrumbs .pageBreadSeparator,
  .pageBreadcrumbs a: not(.mobPagi) {
  display: none
}
  .pageBreadcrumbs .breadNext,
  .pageBreadcrumbs .breadPrev {
    display: inline-block
  }
  .pageBreadcrumbs a:before {
    background-color: transparent
  }
}

.locationResultWrapper {
  position: relative
}

.locationResultWrapper .sectionTitle {
  padding: 0 85px
}

.locationResultWrapper .locationCounter {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.locationResultWrapper .locationCounter span {
  display: inline-block
}

.locationNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  background-color: #fff;
  -webkit-transition: padding .2s linear;
  -o-transition: padding .2s linear;
  transition: padding .2s linear
}

.locationNav>label {
  width: 20%;
  margin: 0 5px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2
}

.locationNav .locationInput {
  max-width: 140px
}

.locationNav .locationInput .simpleInput {
  height: 40px
}

.locationNav .SumoSelect>.optWrapper>.options li.opt {
  margin-left: 0;
  margin-right: 0
}

.locationNaVPosition {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -215px
}

.locationNaVPosition .stickyWrapper {
  min-height: 132px
}

.locationNaVPosition .stickyContent {
  border: 0;
  background-color: transparent
}

.locationNaVPosition .stickyContent.stickyBorders.sticky {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background: #fff
}

.brandLogo {
  position: relative;
  overflow: hidden
}

.brandLogo .imgWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden
}

.brandLogo .imgWrapper img {
  max-width: 1140px;
  max-height: 240px
}

.brandLogo.tableView {
  display: block;
  margin-top: 90px
}

.brandLogo.tableView .cellView {
  display: block;
  width: auto;
  padding: 0
}

.locationDetails {
  position: relative
}

.locationDetails.light {
  color: #fff
}

.locationDetails a:not(.button) {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}

.locationDetails a:not(.button):hover {
  color: #F2A900
}

.map-locations-wrapper div {
  position: relative;
  font-size: 0;
  padding: 27px 40px;
  border-bottom: 1px solid #d1d1d1
}

.map-locations-wrapper div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #F2A900;
  -webkit-transition: height .3s cubic-bezier(.455, .03, .515, .955);
  -o-transition: height .3s cubic-bezier(.455, .03, .515, .955);
  transition: height .3s cubic-bezier(.455, .03, .515, .955);
  content: ''
}

.map-locations-wrapper div a {
  -webkit-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear
}
.mao-fourcoll  .mao-location-heading span,
.mao-fourcoll .map-locations-wrapper span {
  width: 25%;

}

.mao-fourcoll .map-locations-wrapper span {
  white-space: normal;
  overflow: visible;
}

.mao-fourcoll .mao-location-heading span:nth-child(2),
.mao-fourcoll .mao-location-heading span:nth-child(3),
.mao-fourcoll .map-locations-wrapper span:nth-child(3),
.mao-fourcoll .map-locations-wrapper span:nth-child(2) {
  text-align: center;

}

.mao-fourcoll  .mao-location-heading span:nth-child(4),

.mao-fourcoll .map-locations-wrapper span:nth-child(4){
  text-align: right;
}
.mao-fourcoll  .location-text-entry {
  font-size: 0;
}
.map-locations-wrapper span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  width: 33.3333%;
  white-space: nowrap;
  overflow: hidden
}

.carrersInfo .as b,
.font700 li,
.sl-current,
h1.font700,
h2.font700,
h3.font700,
h4.font700,
h5.font700,
h6.font700 {
  font-weight: 700
}

.map-locations-wrapper span:nth-child(3) {
  text-align: right
}

.map-popup {
  position: fixed;
  left: -100%;
  width: 100%;
  top: -100px;
  bottom: -100px;
  z-index: 10;
  -webkit-transition: left 0s .3s;
  -o-transition: left 0s .3s;
  transition: left 0s .3s
}

.map-popup.active {
  left: 0;
  -o-transition: left 0s;
  transition: left 0s;
  -webkit-transition: left 0s
}

.map-popup.active:before {
  background: rgba(0, 0, 0, .8)
}

.map-popup.active .map-popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.map-popup.active .buttonClose span {
  width: 100%;
  -webkit-transition: width .3s ease-out 150ms;
  -o-transition: width .3s ease-out 150ms;
  transition: width .3s ease-out 150ms
}

.map-popup:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  content: "";
  transition: .3s
}

.map-popup .map-popup-content {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 100px;
  padding: 15px;
  font-size: 0;
  text-align: center;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.map-popup .map-popup-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.map-popup .map-popup-content .map-popup-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.map-popup .map-popup-align {
  display: inline-block;
  width: 500px;
  max-width: 100%;
  padding: 70px 30px;
  background: #fff;
  vertical-align: middle;
  position: relative
}

.map-popup .map-popup-text {
  font-size: 24px;
  line-height: 32px
}

.map-popup .buttonClose {
  right: 10px;
  top: 10px
}

.simpleThumbnail.normall {
  line-height: 22px
}

@media (min-width:992px) {
  body:not(.mobile) .map-locations-wrapper div:hover:before {
    height: 100%
  }
  body:not(.mobile) .map-locations-wrapper div:hover a:hover {
    color: #8A2A2B
  }
  .docDownload:hover .button span {
    width: 26px
  }
}

@media(max-width:1366px) {
  .tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
    max-width: 70%;
    right: -100px
  }
}

@media (max-width:1199px) {
  .trapezeContent .overflowContent.overFlowHeight {
    height: 176px
  }
  .trapeze.size2 {
    height: 205px
  }
  .trapeze.size2 .overflowContent {
    height: 115px
  }
}

@media (max-width:991px) {
  .trapeze.size2,
  .trapeze.size2.locationTrapeze .overflowContent {
    height: auto
  }
  .brandLogo.tableView {
    margin-top: 0
  }
  .stickyWrapper .stickyContent .locationNav {
    display: none;
    padding: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
  }
  .stickyWrapper .stickyContent .locationNav>label {
    width: 100%;
    margin: 0 0 15px
  }
  .stickyWrapper .stickyContent .locationNav>label:last-child {
    margin-bottom: 0
  }
  .stickyWrapper .stickyContent .locationNav .locationInput {
    max-width: 100%
  }
  .locationNaVPosition {
    margin-top: auto
  }
  .locationNaVPosition .stickyWrapper {
    min-height: 1px
  }
  .locationNaVPosition .mobileStickynav {
    border-bottom: 0
  }
}

@media (max-width:767px) {
  .locationResult li {
    padding: 15px
  }
  .locationResult span {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px
  }
  .locationResult span:nth-child(3) {
    text-align: center;
    margin-bottom: 0
  }
  .locationResultWrapper .sectionTitle .as {
    margin-bottom: 5px
  }
  .servicesDetail ul li,
  .whatWedo ul {
    margin-bottom: 15px
  }
  .locationResultWrapper .locationCounter {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  .locationResultWrapper .sectionTitle {
    padding: 0
  }
  .awardsThumbnail {
    max-width: 350px
  }
  .brandLogo .imgWrapper img {
    max-width: 241px
  }
  .whatWedo ul:last-child {
    margin-bottom: 0
  }
  .bannerWrapper .bannerTitle .as {
    font-size: 24px
  }
}

@media (min-width:768px) {
  .alignSlide .swiper-wrapper {
    -webkit-justify-content: center;
    justify-content: center
  }
}

@media (max-width:1080px) and (min-width:992px) {
  header .container {
    margin-right: 60px;
    width: 930px
  }
}

body.mobile #why-barnd {
  background: #1B1B1B
}

#why-barnd .simpleArticle {
  padding: 0 15px
}

.locationNaVPosition .listNav {
  position: relative
}

.locationNaVPosition .stickyContent:not(.sticky) .listNav:before {
  position: absolute;
  bottom: -8px;
  left: 0 width: 100%;
  height: 8px;
  background: #fff;
  content: '';
  z-index: 2
}

.servicesDetail {
  text-align: left
}

html[lang=fr] .awardsThumbnail.large {
  font-size: 14px;
  line-height: 26px
}

html[lang=fr] .products.style2 .productName {
  padding: 5px 20px
}

html[lang=fr] .sideBarItem.normall {
  line-height: 22px
}

html[lang=fr] .simpleThumbnail .simpleContent h3.as {
  font-size: 23px
}

html[lang=fr] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

@media (max-width:1460px) {
  html[lang=fr] #why-barnd .sectionTitle .as {
    font-size: 25px
  }
}

@media (max-width:1366px) {
  html[lang=fr] #why-barnd .sectionTitle .as {
    font-size: 21px
  }
  html[lang=fr] .simpleArticle.ulSize2 ul {
    font-size: 14px
  }
  html[lang=fr] .tabAnimationWrapper .tabAminationBlock .tabSection.style2 .bottomSection .bgImage {
    height: 1000px
  }
  html[lang=fr] .stickyWrapper .stickyContent .listNav li {
    max-width: 300px
  }
  html[lang=fr] .tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
    max-width: 80%;
    right: -150px
  }
}

@media (max-width:1025px) and (min-width:992px) {
  html[lang=fr] header #logo {
    margin-right: 5px
  }
}

@media(max-width:991px) {
  html[lang=fr] .simpleProducts .simpleContent .as {
    line-height: 24px
  }
  html[lang=fr] #why-barnd .sectionTitle .as {
    font-size: 18px
  }
  html[lang=fr] .stickyWrapper .stickyContent .listNav li {
    max-width: 100%
  }
}

@media(max-width:767px) {
  html[lang=fr] .simpleThumbnail .simpleContent h3.as {
    font-size: 18px
  }
  html[lang=fr] .simpleThumbnail .simpleContent h6.as {
    font-size: 13px
  }
}

html[lang=es] header #logo {
  margin-right: 50px
}

html[lang=es] .simpleThumbnail .simpleContent h3.as {
  font-size: 22px
}

html[lang=es] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

html[lang=es] .awardsThumbnail {
  max-width: 330px
}

html[lang=es] .awardsThumbnail.large {
  font-size: 14px;
  line-height: 26px
}

html[lang=es] #why-barnd .sectionTitle .as {
  font-size: 20px
}

html[lang=es] .sideBarItem .button {
  font-size: 12px
}

@media (min-width:992px) {
  html[lang=es] header nav li {
    margin: 0 3px
  }
  .locationNav {
    z-index: 1
  }
}

@media (min-width:992px) and (max-width:1199px) {
  html[lang=es] header #logo {
    margin-right: 10px
  }
  html[lang=es] header nav {
    text-align: center
  }
  html[lang=es] header nav li a {
    font-size: 12px;
    line-height: 18px;
    float: left
  }
  html[lang=es] nav li {
    margin: 0 1px;
    max-width: 140px
  }
  html[lang=es] header nav li:hover .dropDown {
    top: 145px
  }
  html[lang=es] header nav li i {
    top: 64%
  }
  html[lang=es] header .searchToggle {
    top: 66px
  }
}

@media (max-width:1366px) {
  html[lang=es] .simpleThumbnail .simpleContent h3.as {
    font-size: 22px
  }
  html[lang=es] .awardsThumbnail.large,
  html[lang=es] .simpleThumbnail .simpleContent h6.as {
    font-size: 14px
  }
}

@media (max-width:1199px) {
  html[lang=es] .simpleProducts.noIcon {
    padding-top: 38px
  }
  html[lang=es] .overflowContent.overFlowHeight {
    height: 176px
  }
  html[lang=es] .normall.locationInput {
    font-size: 10px
  }
  html[lang=es] .simpleThumbnail .simpleContent h3.as {
    font-size: 19px
  }
}

@media (max-width:767px) {
  html[lang=es] .simpleThumbnail .simpleContent h3.as {
    font-size: 18px
  }
}

html[lang=it] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

html[lang=it] .awardsThumbnail {
  max-width: 300px
}

@media(max-width:1366px) {
  html[lang=it] .awardsThumbnail {
    max-width: 360px
  }
  html[lang=it] .tabEntry .simpleArticle.ulSize2 ul {
    font-size: 14px
  }
  html[lang=it] .tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
    max-width: 80%;
    right: -150px
  }
}

@media (max-width:1199px) {
  html[lang=it] .simpleThumbnail .simpleContent h3.as {
    font-size: 23px
  }
  html[lang=it] .normall.locationInput {
    font-size: 11px
  }
}

@media (max-height:767px) {
  html[lang=it] .simpleThumbnail .simpleContent h6.as {
    min-height: 60px
  }
}

html[lang=ro] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

html[lang=ro] .awardsThumbnail {
  max-width: 360px
}

@media(max-width:1366px) {
  html[lang=ro] .simpleThumbnail .simpleContent h6.as {
    font-size: 15px
  }
  html[lang=ro] #why-barnd .sectionTitle .as {
    font-size: 20px
  }
  html[lang=ro] .simpleArticle.ulSize2 ul {
    font-size: 14px
  }
  html[lang=ro] .tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
    max-width: 80%;
    right: -150px
  }
}

@media (max-width:1199px) and (min-width:992px) {
  html[lang=it] header #logo {
    margin-right: 5px
  }
  html[lang=it] .simpleProducts.noIcon {
    padding-top: 7px;
    padding-bottom: 7px
  }
  html[lang=ro] header #logo {
    margin-right: 30px
  }
  html[lang=nl] header #logo {
    margin-right: 25px
  }
}

@media (max-width:1199px) {
  html[lang=ro] .simpleThumbnail .simpleContent h3.as {
    font-size: 19px
  }
  html[lang=ro] .simpleProducts.noIcon {
    padding-top: 38px
  }
  html[lang=ro] .simpleThumbnail .simpleContent h6.as {
    font-size: 14px
  }
}

html[lang=de] .simpleThumbnail .simpleContent h3.as {
  font-size: 20px
}

html[lang=de] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

html[lang=de] .awardsThumbnail {
  max-width: 300px
}

@media (max-width:1366px) {
  html[lang=de] .simpleThumbnail .simpleContent h3.as {
    font-size: 19px
  }
  html[lang=de] .tabMenu b {
    font-size: 18px
  }
  html[lang=de] .simpleArticle.ulSize2 ul {
    font-size: 14px
  }
  html[lang=de] .stickyWrapper .stickyContent .listNav li {
    max-width: 246px
  }
}

@media (max-width:1199px) {
  html[lang=de] .simpleProducts.noIcon {
    padding-top: 15px;
    padding-bottom: 0
  }
  html[lang=de] .simpleProducts .simpleContent .as {
    margin-bottom: 0
  }
  html[lang=de] .simpleThumbnail .simpleContent h3.as {
    font-size: 16px
  }
  html[lang=de] .simpleThumbnail.normall {
    line-height: 22px
  }
  html[lang=de] .overflowContent.overFlowHeight {
    height: 175px
  }
}

@media (max-width:991px) {
  html[lang=de] .stickyWrapper .stickyContent .listNav li {
    max-width: 100%
  }
}

@media (max-width:767px) {
  html[lang=ro] .simpleThumbnail .simpleContent h6.as {
    min-height: 60px
  }
  html[lang=ro] .simpleThumbnail .simpleContent p {
    min-height: 66px
  }
  html[lang=de] .trapeze h3.as {
    font-size: 19px
  }
  html[lang=de] .trapeze.size2 h3.as {
    font-size: 18px
  }
  html[lang=nl] .simpleThumbnail .simpleContent h6.as {
    font-size: 15px
  }
}

html[lang=nl] .trapeze.size2 h3.as {
  font-size: 23px
}

html[lang=nl] .trapeze.size2 h6.as {
  word-break: break-all
}

@media(max-width:1366px) {
  html[lang=nl] .awardsThumbnail {
    max-width: 300px
  }
  html[lang=nl] .tabAnimationWrapper .tabAminationBlock .tabSection.style2 {
    max-width: 90%;
    right: -200px;
    height: 125%
  }
}

@media (max-width:1199px) {
  html[lang=nl] .simpleProducts.noIcon {
    padding-top: 15px
  }
  html[lang=nl] .simpleThumbnail .simpleContent h3.as {
    font-size: 20px
  }
  html[lang=nl] .simpleThumbnail .simpleContent h6.as {
    word-break: break-all
  }
  html[lang=nl] .simpleArticle.ulSize2 ul {
    font-size: 14px
  }
  html[lang=nl] .stickyWrapper .stickyContent .listNav li {
    max-width: 200px
  }
}

@media (max-width:991px) {
  html[lang=nl] .stickyWrapper .stickyContent .listNav li {
    max-width: 100%
  }
}

html[lang=pl] .simpleThumbnail .simpleContent h3.as {
  font-size: 22px
}

html[lang=pl] .simpleThumbnail .simpleContent h6.as {
  font-size: 14px
}

@media (max-width:1366px) {
  html[lang=pl] .stickyWrapper .stickyContent .listNav li {
    max-width: 200px
  }
}

@media(max-width:1199px) {
  html[lang=pl] .simpleProducts.noIcon {
    padding-top: 40px
  }
  html[lang=pl] .simpleThumbnail .simpleContent h3.as {
    font-size: 19px
  }
  html[lang=pl] .tabEntry .simpleArticle.ulSize2 ul {
    font-size: 12px
  }
  html[lang=pl] .locationNav .normall {
    font-size: 11px
  }
}

@media (max-width:991px) {
  html[lang=pl] .stickyWrapper .stickyContent .listNav li {
    max-width: 100%
  }
}

@media screen and (min-width:0\0) {
  .products .productName {
    padding-top: 16px;
    padding-bottom: 16px
  }
  .products .productName .as {
    display: block;
    min-height: 1px
  }
}

.countryFlags .SumoSelect>.optWrapper>.options li.opt:not(:first-child) {
  padding-left: 50px
}

.countryFlags .SumoSelect>.optWrapper>.options li.opt.disabled+.opt {
  padding-left: 15px
}

.countryFlags .opt:before {
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -14px;
  width: 34px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: ''
}

/*.countryFlags .opt:nth-child(2):before {
  background-image: url(../img/Australia.png)
}*/

.countryFlags .opt:nth-child(3):before {
  background-image: url(../png/austria.png)
}

.countryFlags .opt:nth-child(4):before {
  background-image: url(../png/belgium.png)
}

.countryFlags .opt:nth-child(5):before {
  background-image: url(../png/canada.png)
}

.countryFlags .opt:nth-child(6):before {
  background-image: url(../png/channel-islands.png)
}

.countryFlags .opt:nth-child(7):before {
  background-image: url(../png/chile.png)
}

/*.countryFlags .opt:nth-child(9):before {
  background-image: url(../img/Colombia.png)
}*/

.countryFlags .opt:nth-child(8):before {
  background-image: url(../png/costa-rica.png)
}

.countryFlags .opt:nth-child(9):before {
    background-image: url(../png/chech.png)
}

.countryFlags .opt:nth-child(10):before {
  background-image: url(../png/egypt.png)
}

.countryFlags .opt:nth-child(11):before {
  background-image: url(../png/el_salvador.png)
}

.countryFlags .opt:nth-child(12):before {
  background-image: url(../png/france.png)
}

.countryFlags .opt:nth-child(13):before {
  background-image: url(../png/germany.png)
}

.countryFlags .opt:nth-child(14):before {
  background-image: url(../png/great_britain.png)
}

.countryFlags .opt:nth-child(15):before {
  background-image: url(../png/guatemala.png)
}

.countryFlags .opt:nth-child(16):before {
  background-image: url(../png/india.png)
}

.countryFlags .opt:nth-child(17):before {
  background-image: url(../png/ireland.png)
}

.countryFlags .opt:nth-child(18):before {
  background-image: url(../png/italy.png)
}

.countryFlags .opt:nth-child(19):before {
  background-image: url(../png/luxembourg.png)
}

.countryFlags .opt:nth-child(20):before {
  background-image: url(../png/malaya.png)
}

.countryFlags .opt:nth-child(21):before {
  background-image: url(../png/mexico.png)
}

.countryFlags .opt:nth-child(22):before {
  background-image: url(../png/netherlands.png)
}

.countryFlags .opt:nth-child(23):before {
  background-image: url(../png/panama.png)
}

.countryFlags .opt:nth-child(24):before {
  background-image: url(../png/poland.png)
}

.countryFlags .opt:nth-child(25):before {
  background-image: url(../png/puerto_rico.png)
}

.countryFlags .opt:nth-child(26):before {
  background-image: url(../png/qatar.png)
}

.countryFlags .opt:nth-child(27):before {
  background-image: url(../png/romania.png)
}

.countryFlags .opt:nth-child(28):before {
  background-image: url(../png/arabia.png)
}

.countryFlags .opt:nth-child(29):before {
  background-image: url(../png/singapore.png)
}

.countryFlags .opt:nth-child(30):before {
  background-image: url(../png/spain.png)
}

.countryFlags .opt:nth-child(31):before {
  background-image: url(../png/arab_emirates.png)
}

.countryFlags .opt:nth-child(32):before {
  background-image: url(../png/united_states.png)
}

.locationNav label>span:first-child {
  padding: 3px
}

.location-error>span:not(.sumoWrapper) {
  background: #be0000;
  color: #fff
}

.location-error .simpleInput,
.location-error .sumo_form p.CaptionCont {
  border-color: #be0000
}

@media(max-width:767px) {
  html[lang=pl] .trapeze h3.as {
    font-size: 17px
  }
  html[lang=pl] .simpleThumbnail .simpleContent h6.as {
    font-size: 13px
  }
  html[lang=pl] .simpleThumbnail .simpleContent h3.as {
    font-size: 18px
  }
  .home_simple_products .simpleProducts .simpleContent {
    display: block
  }
  .home_simple_products .simpleProducts .simpleContent .as {
    margin-bottom: 0
  }
}

@media screen and (min-width:0\0) {
  .conteinerJarralax img {
    position: absolute!important;
    max-width: 1139px!important;
    top: -90%!important;
    left: 0!important;
    margin-top: 0!important;
    transform: translate3d(0, 0, 0)!important
  }
  .conteinerJarralax:after {
    right: 1px
  }
  #content-block {
    overflow: auto
  }
  section.section:not(.bannerWrapper):not(#text_blocks) {
    overflow: hidden
  }
  section.section {
    clear: both
  }
}

.section .stickyWrapper .backButton {
  margin: 0;
  -webkit-transform: translateY(-50%)!important;
  transform: translateY(-50%)!important
}

sup {
  font-family: sans-serif
}

.stickyWrapper .stickyContent .listNav li a {
  padding: 29px 0
}

.stickyWrapper {
  min-height: 1px
}

@media (max-width:1199px) {
  .stickyWrapper .backButton {
    max-width: 200px
  }
}

@media (max-width:1100px) {
  .stickyWrapper .backButton {
    max-width: 120px;
    font-size: 12px;
    line-height: 19px
  }
}

@media (min-width:991px) and (max-width:1500px) {
  header nav li .dropDown {
    height: 70vh
  }
}

@media (max-width:991px) {
  .stickyWrapper .stickyContent .listNav li a {
    padding: 0
  }
}

.whatWedo.ul-list .sa a {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  color: #1B1B1B
}

.whatWedo.ul-list .sa ul {
  font-size: 12px;
  line-height: 28px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

.locationNav input {
  line-height: 14px
}

.trapeze.size2 .overflowContent {
  overflow-y: auto
}

.hideArrow .angleIconDown {
  display: none
}

.hideArrow {
  position: relative!important;
  top: 0!important
}

header nav li.subMenuActive a {
  color: #F2A900
}

.trapezeLogoWrap {
  position: absolute;
  top: -90px;
  width: 100%;
  text-align: center;
  z-index: 1
}

.trapezeLogo {
  position: relative;
  display: inline-block;
  height: 110px;
  width: 265px;
  background-color: #fff;
  z-index: 1
}

.trapezeLogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%
}

.sl-overlay,
.sl-wrapper .sl-close {
  display: none;
  right: 0;
  top: 0;
  position: fixed
}

.simpleArticleLarge {
  font-size: 16px;
  line-height: 30px
}

.products.style4:before {
  padding-bottom: 50%
}

.products.style4 .arrow {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.sl-overlay {
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1050
}

.sl-wrapper {
  z-index: 1040
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer
}

.sl-wrapper .sl-close {
  z-index: 1060;
  height: 70px;
  width: 70px;
  line-height: 44px;
  color: #000;
  font-size: 3rem
}

.sl-wrapper .sl-close .buttonClose {
  top: 10px
}

.sl-wrapper .sl-close .buttonClose span {
  width: 32px;
  -webkit-transition: width .3s ease-out .8s;
  -o-transition: width .3s ease-out .8s;
  transition: width .3s ease-out .8s
}

.sl-wrapper .sl-close:focus {
  outline: 0
}

.sl-wrapper .sl-counter {
  display: none!important;
  position: fixed;
  top: 180px;
  left: 55px;
  z-index: 1060;
  color: #000;
  font-size: 32px
}

.sl-current {
  font-size: 32px;
  padding-right: 2px
}

.sl-total {
  font-size: 24px;
  padding-left: 2px
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -35px;
  height: 50px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 30px
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 30px
}

.sl-wrapper .sl-navigation button:focus {
  outline: 0
}

.sl-prev .swiper-button-prev {
  left: 0;
  background: 0 0;
  width: 50px;
  height: 50px;
  margin-top: -25px
}

.sl-next .swiper-button-next {
  right: 0;
  background: 0 0;
  width: 50px;
  height: 50px;
  margin-top: -25px
}

.sl-next .swiper-button-next:before,
.sl-prev .swiper-button-prev:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  left: 50%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 1
}

.sl-prev .swiper-button-prev:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 5px 0;
  color: #fff;
  position: absolute;
  font-size: 12px;
  bottom: 0;
  left: 0;
  right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060
}

.sl-spinner {
  display: none
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:992px) {
  .sl-next .swiper-button-next:hover:before,
  .sl-prev .swiper-button-prev:hover:before {
    border-color: #F2A900
  }
}

@media (max-width:991px) {
  .swiper-entry-building {
    padding: 0 75px
  }
  .sl-wrapper .sl-close {
    width: 50px;
    height: 50px
  }
  .sl-wrapper .sl-close,
  .sl-wrapper .sl-close .buttonClose {
    top: 0;
    right: 0
  }
  .sl-wrapper .sl-navigation button {
    height: 60px;
    width: 60px;
    margin-top: -30px
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 0
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 0
  }
}

.headerHidden .locationNaVPosition .stickyWrapper .stickyContent.sticky {
  top: 0
}

@media (max-width:767px) {
  .mapThumbnail {
    padding-left: 0;
    padding-right: 0;
    width: auto
  }

  .mao-fourcoll  .mao-location-heading span,
  .mao-fourcoll .map-locations-wrapper span {
    width: 100%;

  }

  .mao-fourcoll  .mao-location-heading span:nth-child(4),
  .mao-fourcoll .map-locations-wrapper span:nth-child(4) {
    text-align: center;

  }
}

.mapDetailsWrapper .buttonClose {
  width: 30px;
  height: 30px
}

.mapDetailsWrapper .buttonClose span:first-child,
.mapDetailsWrapper .buttonClose span:last-child {
  background: #1B1B1B
}

.SumoSelect>.optWrapper {
  z-index: 9;
}

.literatureTable{

}

.literatureTable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.literatureTable thead {
  background-color: #EBEBEB;
  cursor: pointer;
}
.literatureTable thead tr {
  border-bottom: 0;
}
.literatureTable thead td {
  padding: 27px 40px;
  text-align: center;
}
.literatureTable thead td:first-child,
.literatureTable tbody td:first-child {
  font-weight: 700;
  text-align: left;
}
.literatureTable thead td:last-child,
.literatureTable tbody td:last-child {
  text-align: right;
}
.literatureTable tr {
  border-bottom: 1px solid #d1d1d1;
}
.literatureTable tbody td {
  position: relative;

  text-align: center;
  -webkit-transition: color .25s linear;
  transition: color .25s linear;
}
.literatureTable tbody td:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: height .25s linear;
  transition: height .25s linear;
}
.literatureTable tbody td a {
  display: block;
  padding: 27px 40px;
}

@media(min-width: 991px) {
  .literatureTable tbody tr:hover td:before {
    height: 100%;
  }
  .literatureTable tbody tr:hover td {
    color: #fff;
  }
  .literatureTable tbody tr:hover .arrowDown i:before ,
  .literatureTable tbody tr:hover .arrowDown i:after,
  .literatureTable tbody tr:hover .arrowDown {
    background-color: #fff;
  }

}
.map-locations-wrapper .location-text-entry {
  position: relative;
  display: block;
  font-size: 0;
  padding: 27px 40px;
  border-bottom: 1px solid #d1d1d1;
}

.map-locations-wrapper .location-text-entry:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #F2A900;
  -webkit-transition: height .3s cubic-bezier(.455,.03,.515,.955);
  transition: height .3s cubic-bezier(.455,.03,.515,.955);
  content: '';
}

.mao-location-heading {
  background-color: #EBEBEB;
}

.downloadLink {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding-left: 50px;
}

.map-locations-wrapper .downloadLink {
  padding: 3px 0 3px 30px;
  border-bottom: 0;
  font-size: 12px;
}

.map-locations-wrapper .downloadLink:before {
  content: none;
}

.locationResultWrapper.size-career .map-locations-wrapper span ,
.locationResultWrapper.size-career .mao-location-heading span  {
  width: 25%;
}

.locationResultWrapper.size-career  .map-locations-wrapper span:nth-child(3),
.locationResultWrapper.size-career  .mao-location-heading span:nth-child(3)
{
  text-align: center;
}
.locationResultWrapper.size-career  .map-locations-wrapper span:nth-child(4),
.locationResultWrapper.size-career  .mao-location-heading span:nth-child(4)
{
  text-align: right;
}

@media (max-width: 767px) {
  .literatureTable thead {
    display: none;
  }
  .literatureTable,
  .literatureTable tbody,
  .literatureTable tr,
  .literatureTable td {
    display: block;
  }
  .literatureTable tbody td {
    text-align: center;
  }
  .literatureTable tbody td:first-child {
    text-align: center;
    padding-top: 15px;
  }
  .literatureTable tbody td:last-child {
    text-align: center;
    padding-bottom: 15px;
  }
  .literatureTable tbody td a {
    display: block;
    padding: 15px;
  }
  .locationResultWrapper.size-career .map-locations-wrapper span ,
  .locationResultWrapper.size-career .mao-location-heading span  {
    width: 100%;

  }
  .locationResultWrapper.size-career  .map-locations-wrapper span:nth-child(4),
  .locationResultWrapper.size-career  .mao-location-heading span:nth-child(4)
  {
    text-align: center;
  }

}

/*button white*/
.button.btnWhite {
  color: #fff
}
.button.btnWhite span,
.button.btnWhite span i:before,
.button.btnWhite span i:after {
  background: #fff;
}

.location-text-entry span a,
.location-text-entry span {
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}

/*Hover*/
@media (min-width: 992px) {
  .location-text-entry:hover span a,
  .location-text-entry:hover span {
    color: #000000;
  }
  .map-locations-wrapper .location-text-entry:hover:before {
    height: 100%;
  }
  .location-text-entry:hover .arrowDown,
  .location-text-entry:hover .arrowDown i:after,
  .location-text-entry:hover .arrowDown i:before{
    background-color: #fff;
  }

}
.invalid {
    border: 1px solid #FF0000 !important;
}
.simpleInput:focus {
    color: #FF0000;
}
.uploadInput {
    position: relative;
}
.uploadInput input {
    padding-right: 47px;
}
.uploadIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    pointer-events: none;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uploadIcon  {
    -webkit-transition: opacity .25s linear, transform .25s linear;
    transition: opacity .25s linear, transform .25s linear;
}

.clearInput .uploadIcon,
.uploadClose {
    opacity: 0;
}

.clearInput .uploadIcon.uploadClose {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
    z-index: 2;
}

@media (min-width: 992px) {
    .clearInput .uploadIcon.uploadClose:hover {
        -webkit-transform: translateY(-50%) scale(.8);
        transform: translateY(-50%) scale(.8);
    }
}

.popupContainer.size2 {
  width: auto;
}

.link-article-color-2 a:not(.button){
  color:#8A2A2B;
}
  @media (min-width: 992px){
    body:not(.mobile) .link-article-color-2 a:not(.button):hover {
      color: #fff;
  }
  }





@media not all and (min-resolution:.001dpcm) {
  @media {
    .socialWrapper a span:before, .socialWrapper a span:after{transition: none!important; -webkit-transition: none!important;}

  }
}

.mobile .mCSB_scrollTools
{
  opacity:1 !important;
}

@media (max-width: 767px){
  .h2 {
    font-size: 24px;
  }
}
.h1 sup{
  font-family: sans-serif;
  font-size: .5em;
  line-height: 2.1em;
  vertical-align: top;
}

sup{
  font-family: sans-serif;
  font-size: .5em;
  line-height: 2.1em;
  vertical-align: top;
}

.case-title
{
  padding-left: 15px;
}

.serchWraper .simpleInput {

  height: 40px;

}

.whatWedo.whatWedo-expertise ul {
  margin-left: 0px
}

.inputWrapper .checkbox_regist {

  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  box-shadow: none;
  height: 20px;
  margin-left: 55px;
}
.inputWrapper .checkbox_regist_text {
    line-height: 2;
}

.js-cookie-consent.cookie-consent {
  z-index: 10;
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;

  background-color: rgba(0 , 0,0,0.8);
}
span.cookie-consent__message {
  color: #fff;
}

span.cookie-consent__message a:hover{
  color: #FF0000;
}
button.js-cookie-consent-agree {
  margin-left: 10px;
  border: none;
  border-radius: 3px;
  background: #FF0000;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}

button.js-cookie-consent-agree:hover{
  margin-left: 10px;
  border: none;
  border-radius: 3px;
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  color: #FF0000;
}
.mandatory{
  text-align: left;
}

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

.flex-col a.button {
  align-self: unset !important;
}

a:focus {
  outline: 2px solid #F2A900;
  outline-offset: 2px;
}

.overHidden a:focus {
  display: block;
  border: 2px solid #F2A900;
}

.contactInfo a:focus {
  display: block;
}

.trapeze.trapezeRotateTop .trapezeContent h3, .trapeze.trapezeRotateTop .trapezeContent p {
  color: white !important;
}
.gallery {

}

.gallery__row {
  margin-left: 1rem;
  margin-right: 1rem;
}

.gallery__row--card {
  position: relative;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
}

.gallery__row--card:focus .gallery__row--card-img {
  border: 2px solid #F2A900;
}

.gallery__row--card-img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.gallery__row--card-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}

.gallery__row--card:after {
  content: '\A';
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  left: 5px;
  background:rgba(0,0,0,0.6);
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.gallery__row--card:hover:after {
  opacity: 1;
}

.gallery__row--card:hover .gallery__row--card-icon {
  display: block;
  z-index: 123123;
}

/* Modal */
::backdrop {
  background: rgba(0,0,0,0.75);
}

dialog::backdrop ,
dialog + .backdrop {
  background: rgba(0,0,0,0.75);
}

.gallery-modal {
  height: 90vh;
  padding-top: 2rem;
  overflow: hidden;
}

.gallery-modal .swiper-scrollbar.relativeScrollbar {
  visibility: hidden;
}

.gallery-modal .container, .gallery-modal .container .row, .gallery-modal .container .col-xs-12 {
  height: 100%;
}

.gallery__row--card__container {
  width: 100%;
  max-width: 96%;
  height: auto;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media screen and (min-width: 800px) {
  .gallery-modal {
    height: 90vh;
  }
  .gallery-modal .swiper-container {
    height: 100%;
  }
  .gallery__row--card__container {
    justify-content: center;
    height: 100%;
    max-height: 90%;
  }
}

.gallery-modal .swiper-container .gallery__row--card-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.gallery-modal .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-modal__close-button-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}

.gallery-modal__close-button-container--button {
  cursor: pointer;
  appearance: none;
  border: none;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2253%22%20height%3D%2253%22%20viewBox%3D%220%200%2053%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2226.5%22%20r%3D%2225.5%22%20fill%3D%22white%22%20stroke%3D%22%23E7AC3B%22%20stroke-width%3D%222%22%2F%3E%3Cmask%20id%3D%22mask0_4057_1205%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%227%22%20y%3D%227%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_4057_1205)%22%3E%3Cpath%20d%3D%22M17.5258%2037.9488L16.0513%2036.4742L25.5258%2027L16.0513%2017.5258L17.5258%2016.0513L27%2025.5258L36.4742%2016.0513L37.9488%2017.5258L28.4742%2027L37.9488%2036.4742L36.4742%2037.9488L27%2028.4742L17.5258%2037.9488Z%22%20fill%3D%22%237D292B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
}

.gallery-modal__close-button-container--button:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2253%22%20height%3D%2253%22%20viewBox%3D%220%200%2053%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2226.5%22%20r%3D%2225.5%22%20fill%3D%22%23E7AC3B%22%20stroke%3D%22%23E7AC3B%22%20stroke-width%3D%222%22%2F%3E%3Cmask%20id%3D%22mask0_4106_188%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%227%22%20y%3D%227%22%20width%3D%2240%22%20height%3D%2240%22%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_4106_188)%22%3E%3Cpath%20d%3D%22M17.5258%2037.9488L16.0513%2036.4742L25.5258%2027L16.0513%2017.5258L17.5258%2016.0513L27%2025.5258L36.4742%2016.0513L37.9488%2017.5258L28.4742%2027L37.9488%2036.4742L36.4742%2037.9488L27%2028.4742L17.5258%2037.9488Z%22%20fill%3D%22%231B1B1B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 30px 30px;
}

.gallery-modal .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2253%22%20height%3D%2253%22%20viewBox%3D%220%200%2053%2053%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2226.5%22%20r%3D%2225.5%22%20fill%3D%22white%22%20stroke%3D%22%23E7AC3B%22%20stroke-width%3D%222%22%2F%3E%3Cmask%20id%3D%22mask0_4057_1201%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2213%22%20y%3D%2215%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Crect%20x%3D%2213%22%20y%3D%2215%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23mask0_4057_1201)%22%3E%3Cpath%20d%3D%22M29%2036.6538L19.3463%2027L29%2017.3463L30.4193%2018.7655L22.1845%2027L30.4193%2035.2345L29%2036.6538Z%22%20fill%3D%22%237D292B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.gallery-modal .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA1MyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI1LjUiIGZpbGw9IiNFN0FDM0IiIHN0cm9rZT0iI0U3QUMzQiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxtYXNrIGlkPSJtYXNrMF80MTA2XzE5OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTMiIHk9IjE1IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCB4PSIxMyIgeT0iMTUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDEwNl8xOTgpIj4KPHBhdGggZD0iTTI5IDM2LjY1MzhMMTkuMzQ2MyAyN0wyOSAxNy4zNDYzTDMwLjQxOTMgMTguNzY1NUwyMi4xODQ1IDI3TDMwLjQxOTMgMzUuMjM0NUwyOSAzNi42NTM4WiIgZmlsbD0iIzFCMUIxQiIvPgo8L2c+Cjwvc3ZnPgo=");
  background-size: 32px 32px;
}

.gallery-modal .swiper-button-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA1MyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI1LjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNFN0FDM0IiIHN0cm9rZS13aWR0aD0iMiIvPgo8bWFzayBpZD0ibWFzazBfNDA1N18xMjAzIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxNiIgeT0iMTUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+CjxyZWN0IHg9IjE2IiB5PSIxNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF80MDU3XzEyMDMpIj4KPHBhdGggZD0iTTIzLjAxOTMgMzYuNjUzOEwyMS42IDM1LjIzNDVMMjkuODM0NSAyN0wyMS42IDE4Ljc2NTVMMjMuMDE5MyAxNy4zNDYzTDMyLjY3MyAyN0wyMy4wMTkzIDM2LjY1MzhaIiBmaWxsPSIjN0QyOTJCIi8+CjwvZz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.2s ease-in-out;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}

.gallery-modal .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA1MyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI1LjUiIGZpbGw9IiNFN0FDM0IiIHN0cm9rZT0iI0U3QUMzQiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxtYXNrIGlkPSJtYXNrMF80MTA2XzE5MyIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMTYiIHk9IjE1IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgo8cmVjdCB4PSIxNiIgeT0iMTUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iI0Q5RDlEOSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfNDEwNl8xOTMpIj4KPHBhdGggZD0iTTIzLjAxOTMgMzYuNjUzOEwyMS42IDM1LjIzNDVMMjkuODM0NSAyN0wyMS42IDE4Ljc2NTVMMjMuMDE5MyAxNy4zNDYzTDMyLjY3MyAyN0wyMy4wMTkzIDM2LjY1MzhaIiBmaWxsPSIjMUIxQjFCIi8+CjwvZz4KPC9zdmc+Cg==");
  background-size: 32px 32px;
}

.gallery__row--card-caption {
  font-size: 1.25rem;
  margin-top: 1rem;
  width: 100%;
  max-width: 96%;
  text-align: left;
}

@media screen and (min-width: 800px) {
  .gallery-modal .swiper-button-prev {
    background-size: 53px 53px;
    width: 53px;
    height: 60px;
  }
  .gallery-modal .swiper-button-next {
    background-size: 53px 53px;
    width: 53px;
    height: 60px;
  }

  .gallery-modal .swiper-button-prev:hover {
    background-size: 53px 53px;
  }
  .gallery-modal .swiper-button-next:hover {
    background-size: 53px 53px;
  }
}

.small-cta {
  width: 100%;
  padding: 1rem;
  background: #7f312e;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.small-cta h3 {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.small-cta a {
  background-color: #F2A900;
  font-weight: bold;
  padding: 0px 15px;
  z-index: 4;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  min-width: 80px;
  white-space: nowrap;
}

.small-cta__cta-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.small-cta__cta-row h3 {
  margin-bottom: 1rem;
}

@media (min-width:768px) {
  .small-cta__cta-row {
    flex-direction: row;
  }

  .small-cta__cta-row h3 {
    margin-bottom: 0rem;
    text-align: left;
  }

  .small-cta a {
    margin-left: 2rem;
  }
}

.switchback {
  padding: 2rem;
}

.switchback h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.switchback p {
  margin-bottom: 1rem;
}

.switchback ul {
  list-style: disc;
}

.switchback ol {
  list-style: unset;
}

.switchback ul li::marker, .switchback ol li::marker {
  color: #7f312e;
}

.switchback ul, .switchback ol {
  padding-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.switchback li {
  color: #4a4a4a;
  /*padding-left: 20px;*/
  letter-spacing: .5px
}

.switchback__dark {
  background-image: url(../jpg/trapeze-bg.jpg);
}

.switchback__dark h3, .switchback__dark p, .switchback__dark ol, .switchback__dark ul, .switchback__dark li {
  color: white;
}

.switchback__text, .switchback__image {
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .switchback__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.career-button {
  background-color: #F2A900;
  font-weight: bold;
  padding: 5px 15px;
  z-index: 4;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  min-width: 80px;
  white-space: nowrap;
}

.stat-block__number {
  color: #7f312e;
}

.stat-block .counterWrapper .count {
  opacity: 1 !important;
}

.three-icon-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding-top: 1rem;*/
  padding-bottom: 1rem;
}

.three-icon-block__content h3 {
  color: #7f312e;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.red-text {
  color: #7f312e !important;
  font-weight: bold;
}

.full-width-image {
  width: 100vw;
}

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