.pagebody {
  max-width: $sm;
  margin: 0 auto;
  padding: 25px;
}
.map {
  color: #686868;
  font-family: $primaryFont;
  font-weight: 300;
  line-height: 18px;
}
/* PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
/* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
/* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
/* for open/close transition */
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
/* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.ActiveProjects {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #111;
}
.ActiveProjects__project {
  height: 100%;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.ActiveProjects__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 30%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.6) 100%);
}
.project .ActiveProjects__overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
}
.ActiveProjects__content {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  text-align: right;
  transition: opacity 0.25s;
}
.ActiveProjects__content:hover {
  opacity: 1;
}
.ActiveProjects__title {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.ActiveProjects__description {
  display: none;
  font-size: 10px;
  line-height: 13.571428571428573px;
  color: #aaa;
}
@media screen and (min-width: 720px) {
  .ActiveProjects__content {
    left: 50%;
  }
  .ActiveProjects__description {
    display: block;
  }
  .ActiveProjects__title {
    font-size: 18px;
    line-height: 24.42857142857143px;
  }
}
.ProjectGrid {
  min-height: 100%;
}
.ProjectGrid__options {
  text-align: center;
  padding: 25px 0;
  background-color: #e6e6e6;
  border-bottom: 1px solid $ddd;
  position: relative;
  z-index: 102;
  box-shadow: 0 4px 12px -6px #000;
  left: 0;
  right: 0;
}
.ProjectGrid__options > * {
  vertical-align: middle;
}
.ProjectGrid__row {
  *zoom: 1;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ProjectGrid__row:before,
.ProjectGrid__row:after {
  content: '';
  display: table;
}
.ProjectGrid__row:after {
  clear: both;
}
.ProjectGrid__row > * {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ProjectGrid__row:nth-child(even) .ProjectGrid__project {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ProjectGrid__optiontitle {
  display: inline-block;
  font-family: 'Raleway';
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
}
.ProjectGrid__option {
  display: inline-block;
  padding: 7px 17px;
  border: 2px solid;
  border-radius: 30px;
  margin: 5px;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.ProjectGrid__option:hover,
.ProjectGrid__option:active {
  opacity: 0.8;
}
.ProjectGrid__option.active,
.ProjectGrid__option.active:hover,
.ProjectGrid__option.active:active {
  background-color: #79be41;
  color: #fff;
  border-color: #79be41;
  opacity: 1;
}
.ProjectGrid__project {
  background-size: cover;
  display: block;
  position: relative;
  overflow: hidden;
}
.ProjectGrid__project::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.ProjectGrid__overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.4;
  transition: all 0.3s;
}
@media screen and (min-width: 720px) {
  .ProjectGrid__content {
    opacity: 1;
  }
  .ProjectGrid__project .ProjectGrid__overlay:hover {
    opacity: 0.8;
  }
  .ProjectGrid__project:hover .ProjectGrid__content {
    opacity: 1;
/*
@media screen and (min-width: $sm) and (max-width: 1140px)
  .ProjectGrid__project
    span(1/2, cycle: 2)
    
@media screen and (min-width: 1140px)
  .ProjectGrid__project
    span(1/3, cycle: 3)
*/
  }
}
.ProjectGrid__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  transition: opacity 0.5s;
  text-decoration: none;
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.ProjectGrid__title {
  font-size: 18px;
  line-height: 24.42857142857143px;
  padding-bottom: 5px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.ProjectGrid__description {
  font-size: 12px;
  line-height: 16.285714285714285px;
  color: #aaa;
}
@media screen and (max-width: 720px) {
  .ProjectGrid__content .ProjectGrid__description,
  .ProjectGrid__content .projectpage__button {
    display: none;
  }
}
@media screen and (min-width: 720px) {
  .ProjectGrid__content {
    position: static;
    background-color: #f2f5f0;
  }
  .ProjectGrid__title {
    font-size: 36px;
    line-height: 48.85714285714286px;
    color: #79be41;
    font-weight: 300;
  }
  .ProjectGrid__options {
    position: absolute;
  }
  .ProjectGrid__projects {
    padding-top: 91px;
  }
}
.banner {
  background-size: cover;
  height: 100%;
  position: relative;
  background-attachment: fixed;
}
.banner__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.55) 100%);
}
.banner__img {
  position: absolute;
  z-index: 10;
  bottom: 25px;
  left: 0;
  right: 0;
}
.banner__img div {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
}
.banner__img img {
  max-width: 100%;
  width: 165px;
}
html,
body {
  font-size: 18px;
  line-height: 24.42857142857143px;
  color: #686868;
  font-family: 'Open Sans', 'Helvetica Neue', Sans;
  font-weight: 300;
  padding: 0;
  margin: 0;
  height: 100%;
}
.wrapper {
  height: 100%;
}
li {
  list-style-type: circle;
}
.header {
  position: absolute;
  z-index: 20;
  right: 25px;
  top: 25px;
  text-align: right;
}
.header li {
  list-style: none;
  display: block;
}
.header a {
  text-decoration: none;
  color: #eee;
  transition: all 0.3s;
  display: block;
  font-size: 24px;
  line-height: 32.57142857142857px;
  font-weight: 400;
}
.header a:hover,
.header a:focus,
.header a:active {
  color: #fff;
}
@media screen and (max-width: 720px) {
  .Projects .header a {
    color: #686868;
  }
}
.header__logo {
  display: none;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  width: 120px;
  position: absolute;
  left: 25px;
  top: 25px;
  margin-top: -10px;
  z-index: 10;
}
.header__logo img {
  width: 100%;
}
.header__logo:hover,
.header__logo:focus,
.header__logo:active {
  -webkit-transform: none;
  transform: none;
}
@media screen and (min-width: 720px) {
  .header__logo {
    bottom: calc(20%);
    margin-bottom: 25px;
    right: 25px;
    left: auto;
    top: auto;
    margin-top: auto;
  }
  .header li {
    display: inline-block;
    margin: 0 15px;
  }
  .header a {
    font-size: 18px;
    line-height: 24.42857142857143px;
  }
}
.Home__title {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: 0;
  top: 42.5%;
  margin-left: -163px;
  margin-top: -52px;
  text-align: center;
  color: #bbb;
  font-size: 14px;
  line-height: 21px;
  max-width: 330px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.Home__title img {
  width: 160px;
}
.Home__titleinner {
  position: relative;
  margin: 0;
}
.Home__titleinner div {
  display: none;
}
@media screen and (min-width: 720px) {
  .Home__title {
    bottom: 0;
    top: auto;
    left: 0;
    text-align: left;
    margin: 0;
  }
  .Home__titleinner {
    margin: 25px;
  }
  .Home__titleinner div {
    display: block;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans';
  font-weight: 300;
}
h3 {
  font-family: 'Raleway';
  font-weight: 500;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
  line-height: 38px;
  font-family: 'Raleway';
  border-bottom: 2px solid;
  color: #79be41;
  font-weight: 500;
  text-transform: uppercase;
}
h2 {
  font-size: 24px;
  line-height: 32.57142857142857px;
  color: #353535;
}
h3 {
  font-size: 14px;
  line-height: 19px;
  color: #7bab54;
}
.page.wrapper {
  height: 60%;
}
.pagebody {
  max-width: 720px;
  margin: 0 auto;
  padding: 25px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.map {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .personnel {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-top: -20px;
  }
  .personnel:before,
  .personnel:after {
    content: '';
    display: table;
  }
  .personnel:after {
    clear: both;
  }
  .personnel:last-child {
    margin-right: 0%;
  }
}
.personnel h2 {
  margin-bottom: 3px;
}
.personnel h3 {
  margin-top: 0;
}
.personnel ul {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.personnel li {
  list-style: none;
  border-bottom: 1px solid #eee;
  display: block;
  padding-top: 10px;
}
.personnel li a {
  float: right;
  color: #686868;
  font-weight: 500;
  font-family: 'Raleway';
  text-decoration: none;
  transition: all 0.3s;
}
.personnel li a:hover {
  color: #333;
}
.wrapper.project {
  height: 100%;
}
.project .ActiveProjects__project {
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projectpage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #f2f5f0;
  padding: 25px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 21.714285714285715px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.projectpage__logo {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 120px;
}
.projectpage__title {
  font-size: 36px;
  line-height: 48.85714285714286px;
  padding-bottom: 5px;
  color: #79be41;
}
.projectpage__location,
.projectpage__price {
  text-decoration: uppercase;
  font-family: 'Raleway';
  color: #000;
  font-size: 18px;
  line-height: 24.42857142857143px;
}
.projectpage__type {
  font-size: 11px;
  line-height: 14.928571428571429px;
}
.projectpage__description {
  font-size: 12px;
  line-height: 16.285714285714285px;
}
.projectpage__description p {
  margin-bottom: 0;
}
.projectpage__disclaimer {
  left: 10px;
  font-size: 9px;
  line-height: 12.214285714285715px;
  font-style: italic;
  z-index: 10;
}
.projectpage__button {
  text-transform: uppercase;
  font-weight: 300;
  padding: 9px 7px;
  text-align: center;
  border: 1px solid;
  border-radius: 80px;
  margin-top: 25px;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
  min-width: 100px;
  text-decoration: none;
  color: #686868;
}
.projectpage__button:hover {
  color: #fff;
  background-color: #79be41;
  border-color: #79be41;
}
@media screen and (min-width: 720px) {
  .projectpage {
    right: auto;
    width: 250px;
  }
  .projectpage__logo {
    width: 160px;
  }
}
/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: July 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
/* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 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 {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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: #79be41;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 25px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
/* Safari 4+, Chrome */
/* Chrome 10+, Safari 5.1+, iOS 5+ */
/* Firefox 3.6-15 */
/* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
/* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
/* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.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;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.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,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.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%;
  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%;
  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);
  }
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
