/** (c) mediaeins | @version 1.0 **/ /* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

body.contactBar__open {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

body .section-contact-bar {
  padding: 0;
  position: relative;
  z-index: 101;
}
@media (max-width: 1000px) {
  body .section-contact-bar {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transform: translateY(-100%);
  }
}
body .section-contact-bar.sticky {
  position: fixed;
  top: 0;
}
@media (max-width: 1000px) {
  body .section-contact-bar.sticky {
    top: 40px;
  }
}
body .section-contact-bar.sticky {
  left: 0;
  width: 100%;
}
body .section-contact-bar .inline-content {
  text-align: right;
  max-width: 940px;
}
body .section-contact-bar .col {
  display: inline-block;
  text-align: left;
  padding: 5px 9px;
  color: #393838;
  float: left;
}
body .section-contact-bar .col:not(:first-child) {
  box-shadow: -1px 0 0 #E4E4E4;
}
@media (max-width: 1000px) {
  body .section-contact-bar .col {
    padding: 25px 30px;
    text-align: left;
    width: 100%;
  }
}
body .section-contact-bar [class^=icon-], body .section-contact-bar [class*=" icon-"] {
  float: left;
  padding-right: 12px;
  height: 18px;
}
body .section-contact-bar .content {
  display: inline-block;
  color: #393838;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  body .section-contact-bar .content {
    width: 86%;
  }
}
@media (max-width: 1000px) {
  body .section-contact-bar .content ad {
    display: block;
  }
}
body .section-contact-bar .content time {
  position: relative;
}
body .section-contact-bar .content time:first-child {
  margin-right: 15px;
}
@media (max-width: 1000px) {
  body .section-contact-bar .content time {
    display: block;
  }
}
body .section-contact-bar .content time:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #2D2D2D transparent transparent transparent;
}
@media (max-width: 1000px) {
  body .section-contact-bar .content time:after {
    top: 15px;
  }
}
body .section-contact-bar .content b {
  font-weight: inherit;
  margin-right: 5px;
  color: #6d6d6d;
}
@media (max-width: 1000px) {
  body .section-contact-bar .content b {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
  }
}
body .section-contact-bar .content t {
  margin-left: 5px;
}
@media (max-width: 1000px) {
  body .section-contact-bar .content t {
    margin-left: 0px;
  }
}
body .section-contact-bar .open-times {
  position: relative;
  cursor: pointer;
}
body .section-contact-bar .all-open-times {
  display: none;
  position: absolute;
  background: #2D2D2D;
  line-height: 1.5;
  color: #d2d2d2;
  right: -8px;
  top: 37px;
  z-index: 2;
  padding: 15px 0;
  padding-top: 27px;
  border-radius: 5px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  body .section-contact-bar .all-open-times {
    position: absolute;
    top: 68px;
    right: 50%;
    margin-top: 10px;
    box-shadow: 0 0 0;
    transform: translateX(50%);
  }
}
body .section-contact-bar .all-open-times.show {
  display: block;
}
body .section-contact-bar .all-open-times:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2D2D2D transparent;
}
@media (max-width: 1000px) {
  body .section-contact-bar .all-open-times:before {
    right: 50%;
    transform: translateX(50%);
  }
}
body .section-contact-bar .all-open-times .close {
  position: absolute;
  top: 24px;
  right: 8px;
  color: black;
  background: #cdc8c8;
  padding: 2px;
  line-height: 1;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 50%;
  margin-top: -15px;
  cursor: pointer;
}
body .section-contact-bar .all-open-times .day {
  white-space: nowrap;
  padding: 2px 12px;
}
body .section-contact-bar .all-open-times .day:not(:last-child) {
  margin-bottom: 10px;
}
body .section-contact-bar .all-open-times .day:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}
body .section-contact-bar .all-open-times .name {
  display: inline-block;
  width: 100px;
}
body .section-contact-bar .toogle {
  display: none;
}
@media (max-width: 1000px) {
  body .section-contact-bar .toogle {
    display: block;
    z-index: 99;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 2;
    background: #E4E4E4;
    color: #2D2D2D;
    cursor: pointer;
  }
}
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  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);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  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-slide-zoomed {
  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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.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;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.no-scrolling {
  overflow: hidden;
  height: 100%;
}
.no-scrolling body {
  overflow: scroll;
}

#content-layer {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0 80px;
  display: none;
}
#content-layer:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
#content-layer .close {
  background: #2D2D2D;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 50%;
  margin-right: -378px;
  cursor: pointer;
}
@media (max-width: 640px) {
  #content-layer .close {
    top: 6px;
    right: 6px;
    margin-right: auto;
  }
}
#content-layer .close:before, #content-layer .close:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background: white;
  top: 23px;
  left: 10px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#content-layer .close:before {
  transform: rotate(45deg);
}
#content-layer .close:after {
  transform: rotate(-45deg);
}
#content-layer .close:hover:before {
  transform: rotate(0deg);
}
#content-layer .close:hover:after {
  transform: rotate(0deg);
}
#content-layer .wrapper {
  width: 800px;
  max-height: 99%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 99;
  background: white;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 60px 0;
}
@media (max-width: 640px) {
  #content-layer .wrapper {
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    height: 99%;
    width: 98%;
    margin: 1%;
    padding-top: 80px;
  }
}
#content-layer #layerSlider {
  width: 100%;
  height: 600px;
}
@media (max-width: 640px) {
  #content-layer #layerSlider {
    height: auto;
    padding: 0 0 50px;
  }
}
#content-layer #layerSlider .swiper-wrapper {
  align-items: center;
}
#content-layer #layerSlider .swiper-slide {
  text-align: center;
  height: auto;
}
@media (min-width: 640px) {
  #content-layer #layerSlider .swiper-slide {
    height: 94%;
  }
  #content-layer #layerSlider .swiper-slide img {
    max-height: 100%;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
  }
}
#content-layer #layerSlider .copyright {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}
#content-layer #layerSlider .swiper-pagination {
  bottom: 0;
}
#content-layer .inline-content {
  padding: 0 45px;
}
#content-layer .inline-content .heading-large {
  margin-bottom: 40px;
}
#content-layer .inline-content .heading {
  font-size: 45px;
  font-size: 2.8125rem;
  margin: 20px 0;
  line-height: 1.2;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: -50px;
}
#content-layer .inline-content ul {
  padding-left: 20px;
}

.js-content-layer {
  cursor: pointer;
  position: relative;
}
.js-content-layer.icon {
  cursor: pointer;
  position: relative;
}
.js-content-layer.icon:before {
  content: "+";
  position: absolute;
  color: white;
  right: 0px;
  bottom: 7px;
  z-index: 2;
  font-size: 29px;
  border: 2px solid;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.1;
}
.js-content-layer.icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -6px;
  background: black;
  width: 50px;
  height: 50px;
}

.content-layer-content {
  display: none;
}

.content-layer_toogle {
  padding: 50px;
  text-align: center;
  font-weight: 500;
  margin: 50px 0;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.section-header.full-bg-section, .section-header.col {
  color: #fff;
  padding: 200px 60px;
  height: 800px;
  height: 80vh;
  display: table;
  width: 100%;
}
.section-header.full-bg-section .headline, .section-header.col .headline {
  max-width: 500px;
  margin: 0 auto;
}
.section-header.full-bg-section .inline-content, .section-header.col .inline-content {
  display: table-cell;
  vertical-align: middle;
}
.section-header.col {
  display: block;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 1080px) {
  .section-header.col {
    padding-top: 50px;
    height: inherit;
  }
}
.section-header.col .inline-content {
  text-align: left;
  padding: 0 120px;
  max-width: inherit;
  display: inline-block;
  height: inherit;
}
@media (max-width: 768px) {
  .section-header.col .inline-content {
    padding: 0 50px;
  }
}
.section-header.col .inline-content .ctn {
  width: 50%;
  float: left;
  display: table;
  height: inherit;
}
@media (max-width: 1080px) {
  .section-header.col .inline-content .ctn {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section-header.col .inline-content .ctn .text {
  max-width: 500px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .section-header.col .inline-content .ctn .text {
    max-width: inherit;
  }
}
.section-header.col .inline-content .ctn .image-ctn {
  height: inherit;
  display: table-cell;
  vertical-align: bottom;
}
.section-header.col .inline-content .ctn .image-ctn img {
  top: 5px;
  position: relative;
}
.section-header.col .headline,
.section-header.col .introtext,
.section-header.col .btn-ctn {
  max-width: inherit;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .section-header.full-bg-section {
    width: 100%;
  }
  .section-header.full-bg-section .ctn:not(:last-child) {
    margin-bottom: 50px;
  }
}
.section-header .inline-content {
  text-align: center;
  width: 100%;
}
.section-header .subline {
  opacity: 0.8;
}
.section-header .introtext {
  margin: 25px auto 0 !important;
}
.section-header .btn-ctn {
  margin-top: 30px !important;
}
.section-header .full-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

input,
textarea {
  outline: none;
  font-family: inherit;
  font-weight: inherit;
}

textarea {
  resize: none;
  min-height: 200px;
}

input[type=submit] {
  border: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  line-height: 1.45em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=file],
textarea {
  font-size: 0.9em;
  padding: 8px 10px;
  border: 0;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=file]:focus,
textarea:focus {
  border: 1px solid #5C180F;
}

select {
  font-family: inherit;
  font-weight: inherit;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em;
  color: #2D2D2D;
  border: 1px solid transparent;
  border-width: 1px 0;
  padding: 10px 0;
}

input[type=text],
input[type=email],
input[type=tel] input[type=file],
textarea {
  font-family: "Roboto", sans-serif;
  color: #2D2D2D;
  border: 1px solid transparent;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
input[type=text].error,
input[type=email].error,
input[type=tel] input[type=file].error,
textarea.error {
  border: 1px solid #f00;
}

.checkbox--section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .checkbox--section {
  height: 1px;
}
.checkbox--section {
  margin-bottom: 24px;
}
.checkbox--section input[type=checkbox],
.checkbox--section label {
  float: left;
}
.checkbox--section input[type=checkbox] {
  margin: 0;
}
.checkbox--section label {
  font-family: "Roboto", sans-serif;
  text-align: left;
  float: left;
  margin-left: 18px;
}

button:focus {
  outline: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(151, 151, 151, 0.5);
  font-family: "Roboto", sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(151, 151, 151, 0.5);
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(151, 151, 151, 0.5);
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(151, 151, 151, 0.5);
}

.placeholder {
  color: rgba(151, 151, 151, 0.5) !important;
}

.hidden {
  display: none !important;
}

.visbility-hidden {
  display: none;
  visibility: hidden;
}

.vertical-spacer {
  margin-bottom: 20px;
}

.mb-none {
  margin-bottom: 0 !important;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.text-style-normal {
  text-transform: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.horizontal-spacer {
  margin-bottom: 14px;
}

.page-width {
  max-width: 996px;
  margin: 0 auto;
}

/* Base Styles here - style all used default elements here
======================================================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  color: #fff;
}
@media (max-width: 320px) {
  html {
    font-size: 90%;
  }
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  font: 100 1rem/1 "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #2D2D2D;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: #F3F3F3 !important;
  line-height: 1.2;
  top: 0;
}

/* Zeichne jeden markierten Text gelb auf rotem Hintergrund */
::-moz-selection {
  color: #fff;
  background: #5C180F;
}

::selection {
  color: #fff;
  background: #5C180F;
}

img {
  max-width: 100%;
}

/* ############# */
.section {
  background: #F3F3F3;
  padding: 60px;
}
@media (max-width: 480px) {
  .section {
    padding: 20px;
  }
}
.section {
  position: relative;
}
.section.bg-white {
  background: #fff;
}
.section .inline-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

address {
  font-style: normal;
}
address a {
  color: inherit;
  text-decoration: none;
}

.color-grey {
  color: #2D2D2D !important;
}

.color-white {
  color: #fff !important;
}

/* ############# */
.headline {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 100;
  position: relative;
  padding-bottom: 30px;
}
.headline:after {
  content: "";
  background: #979797;
  height: 1px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
}

.subline {
  margin-bottom: 20px;
}

/* ############# */
.btn-pri {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  color: #0176FF;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  position: relative;
  padding: 10px 14px;
  border-radius: 4px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-pri:after {
  font-family: "iconfont";
  content: "\e902";
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.btn-pri:hover {
  text-decoration: none;
  background-color: #0176FF;
  color: #fff;
}

.btn-trans {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  color: #0176FF;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  position: relative;
  padding: 10px 14px;
  border-radius: 4px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-trans:after {
  font-family: "iconfont";
  content: "\e902";
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.btn-trans:hover {
  text-decoration: none;
  background-color: #0176FF;
  color: #fff;
}
.btn-trans {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-trans:hover {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0 80px rgba(0, 0, 0, 0.2);
}

.btn-clean {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  color: #0176FF;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  position: relative;
  padding: 10px 14px;
  border-radius: 4px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-clean:after {
  font-family: "iconfont";
  content: "\e902";
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.btn-clean:hover {
  text-decoration: none;
  background-color: #0176FF;
  color: #fff;
}
.btn-clean {
  margin-top: 20px;
  padding: 0;
  font-size: 17px;
  font-size: 1.0625rem;
}
.btn-clean:after {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.btn-clean:hover {
  background: inherit;
  color: #0176FF;
}
.btn-clean:hover:after {
  margin-left: 8px;
}

/* icons */
.icon-arrow-down:before {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e900";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.subpage .section-contact-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}
body.subpage .main-navi {
  position: fixed;
  z-index: 98;
  background: #fff;
  color: #2D2D2D !important;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
body.subpage .main-navi .logo.withBg {
  background: url(../images/logo.svg) no-repeat;
  height: 58px;
  position: relative;
  top: 0;
}
body.subpage .main-navi nav a {
  padding: 9px 0;
}
body.subpage .main-navi nav a.active:after {
  background: #2D2D2D;
  bottom: 5px;
}
body.subpage .section-header {
  margin-top: 96px;
  padding: 0;
  height: 360px;
}
body.subpage .section-header .intro {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  bottom: 15%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 0 25px black;
}
body.subpage .section-header .intro .headline {
  font-size: 48px;
  font-size: 3rem;
  position: relative;
  max-width: initial;
  display: inline-block;
  padding: 0;
  padding-bottom: 19px;
  margin-bottom: 18px;
  hyphens: auto;
}
@media (max-width: 640px) {
  body.subpage .section-header .intro .headline {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
body.subpage .section-header .intro .headline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #5C180F;
  height: 3px;
  margin-left: 0;
  width: 40%;
}
body.subpage .section-header .intro p {
  font-size: 20px;
  font-size: 1.25rem;
}

.main-navi.sticky nav a.shop {
  color: #5c1811;
}
.main-navi nav a.shop {
  border: 1px solid;
  padding: 10px !important;
  border-radius: 3px;
  text-align: center;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.main-navi {
  padding: 20px 0;
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 640px) {
  .main-navi {
    top: 39px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
}
.main-navi .inline-content {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .main-navi .inline-content {
    padding: 0 20px;
  }
}
.main-navi .logo {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.main-navi .logo.withBg {
  background: url(../images/logo_flag.svg) no-repeat;
  height: 150px;
  position: relative;
  top: -20px;
}
.main-navi nav {
  float: left;
  padding: 10px 0;
  display: inline-block;
}
@media (max-width: 920px) {
  .main-navi nav {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #F3F3F3;
  }
  .main-navi nav.active {
    padding: inherit;
    height: 100vh;
  }
  .main-navi nav a {
    width: 100%;
    margin: 0 !important;
    padding-left: 20px !important;
  }
  .main-navi nav a:not(:last-child) {
    border-bottom: 1px solid #dadada;
    padding: 20px !important;
  }
}
.main-navi nav a {
  color: inherit;
  text-decoration: none;
  margin: 0 12px;
  position: relative;
  display: inline-block;
}
.main-navi nav a.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -6px;
}
@media (max-width: 920px) {
  .main-navi nav a.active:after {
    width: 5px;
    height: 70%;
    bottom: 15%;
  }
}
.main-navi.sticky {
  position: fixed;
  background: #fff;
  color: #2D2D2D !important;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.main-navi.sticky .logo.withBg {
  background: url(../images/logo.svg) no-repeat;
  height: 58px;
  position: relative;
  top: 0;
}
.main-navi.sticky nav a {
  padding: 9px 0;
}
.main-navi.sticky nav a.active:after {
  background: #2D2D2D;
  bottom: 5px;
}
.main-navi.big .inline-content {
  max-width: 100%;
  padding: 0 50px;
}
.main-navi.nav-position_center .inline-content {
  text-align: center;
}
.main-navi.nav-position_center nav {
  float: none;
}
.main-navi.nav-position_right nav {
  float: right;
}
.main-navi .subnav {
  position: absolute;
  right: 16px;
}
.main-navi .subnav a {
  position: relative;
  top: 0;
  left: 0;
  padding-right: 5px;
  float: left;
}
.main-navi .subnav .text {
  float: left;
}
.main-navi .subnav [class^=icon-], .main-navi .subnav [class*=" icon-"] {
  position: relative;
  float: left;
  padding-right: 10px;
}
.main-navi .nav-toogle {
  display: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 920px) {
  .main-navi .nav-toogle {
    display: block;
  }
}
.main-navi .nav-toogle {
  padding: 19px 0 19px 22px;
  cursor: pointer;
}
.main-navi .nav-toogle.active .icon {
  background: #fff;
}
.main-navi .nav-toogle.active .icon:before {
  transform: rotate(45deg);
  top: 0;
}
.main-navi .nav-toogle.active .icon:after {
  transform: rotate(-45deg);
  top: 0;
}
.main-navi .nav-toogle .icon {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 12px;
  height: 2px;
  background: #2D2D2D;
  margin-left: 5px;
}
.main-navi .nav-toogle .icon:before, .main-navi .nav-toogle .icon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #2D2D2D;
  transform: rotate(0deg);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.main-navi .nav-toogle .icon:before {
  top: -4px;
}
.main-navi .nav-toogle .icon:after {
  top: 4px;
}

.main-navi.preview {
  position: relative;
  background: #fff;
}
.main-navi.preview:nth-child(odd) {
  background: #F3F3F3;
}
.main-navi.preview {
  margin: 50px 0;
}
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  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);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  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-slide-zoomed {
  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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.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;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.swiper-container {
  width: 80%;
  height: 300px;
}

.swiper-slide {
  padding: 0 50px;
  padding-bottom: 16px;
}
.swiper-slide .content {
  text-align: center;
  background: #fff;
  color: #2D2D2D;
  border-radius: 5px;
  height: inherit;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  /* Center slide text vertically */
  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;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.section.col-2 li {
  width: 46%;
}
.section.col-4 li {
  width: 21%;
}

.section-features .introtext {
  max-width: 800px;
  margin: 25px auto 0;
}
.section-features.full-bg-section {
  color: #fff;
  padding: 200px 60px;
}
.section-features .subline,
.section-features .introtext,
.section-features .description {
  opacity: 0.8;
}
.section-features .teaser-image-ctn {
  margin-top: 50px;
  border-radius: 7px;
  height: 400px;
  overflow: hidden;
}
.section-features .teaser-image-ctn img {
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.section-features .full-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.section-features .full-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.section-features .full-bg img {
  transform: translate(-50%, -25%);
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media (max-width: 640px) {
  .section-features .full-bg img {
    height: 100%;
    width: initial;
    left: 0;
    top: 0;
    transform: translate(0, 0) !important;
  }
}

.features {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.features.small {
  max-width: 600px;
}
.features li {
  color: inherit;
  padding: 5px;
  width: 29%;
  margin: 8% 2%;
  text-align: center;
}
@media (max-width: 801px) {
  .features li {
    width: 46% !important;
  }
}
@media (max-width: 640px) {
  .features li {
    width: 100% !important;
  }
}
.features li [class^=icon-], .features li [class*=" icon-"] {
  margin-bottom: 20px;
}
.features li .image {
  margin-bottom: 30px;
}
.features li .name {
  font-weight: bold;
  margin-bottom: 15px;
}
.features li a {
  display: inherit;
  color: initial;
  text-decoration: none;
}
.features li .description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.content__picture-stage .size-1,
.content__picture-stage .size-2 {
  float: left;
  margin-bottom: 4%;
}
@media (min-width: 768px) {
  .content__picture-stage .size-1,
  .content__picture-stage .size-2 {
    margin-bottom: 1%;
  }
}
.content__picture-stage .size-2 {
  float: left;
  width: 48%;
}
@media (min-width: 768px) {
  .content__picture-stage .size-2 {
    width: 49.5%;
  }
}
.content__picture-stage .size-2.first {
  margin-right: 4%;
}
@media (min-width: 768px) {
  .content__picture-stage .size-2.first {
    margin-right: 1%;
  }
}
.content__picture-stage .size-3 {
  float: left;
  width: 32.66%;
  margin-bottom: 1%;
}
.content__picture-stage .size-3.middle {
  margin-right: 1%;
  margin-left: 1%;
}
.content__picture-stage .label {
  font-size: 1.8rem;
  position: absolute;
  bottom: 4px;
  left: 0px;
  width: 100%;
  background: linear-gradient(0deg, black, transparent);
  color: #f4f4f4;
  padding: 18px;
  padding-top: 20%;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .content__picture-stage .label {
    display: none;
  }
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  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);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  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-slide-zoomed {
  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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.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;
}

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

.section-news {
  margin-bottom: 80px;
}
.section-news .no-result {
  margin: 30px auto;
}
.section-news .no-result .txtC {
  width: 100%;
  text-align: center;
}
.section-news .headline {
  padding-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 20px;
  margin-left: 20px;
}
.section-news .headline:after {
  left: 0;
  margin-left: 0;
  width: 150px;
}
.section-news .swiper-container {
  margin-top: 10px;
  width: 100%;
  height: 390px;
}
.section-news .swiper-slide {
  padding: 0;
}
.section-news .swiper-slide .card {
  cursor: pointer;
  display: flex;
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.section-news .swiper-slide .card a {
  width: 100%;
  height: 100%;
}
.section-news .swiper-slide .image-container {
  border-radius: 7px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.section-news .swiper-slide .image-content .image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  display: inline-block;
  background-size: cover;
}
.section-news .swiper-slide .image-content.no-image {
  background: url(../images/logo.svg) no-repeat;
  height: 60%;
  width: 100%;
  background-position: center;
  opacity: 0.7;
}
.section-news .swiper-slide img {
  width: 100%;
  /*min-height: 300px;*/
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.section-news .swiper-slide .content {
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 0 0 2px 2px;
  background: transparent;
  background: transparent; /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, #2D2D2D));
  background: -webkit-linear-gradient(top, transparent 0%, #2D2D2D 90%); /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, transparent 0%, #2D2D2D 90%); /* FF3.6+ */
  background: -ms-linear-gradient(top, transparent 0%, #2D2D2D 90%); /* IE10+ */
  background: -o-linear-gradient(top, transparent 0%, #2D2D2D 90%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, transparent 0%, #2D2D2D 90%); /* W3C */
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 100px;
}
.section-news .swiper-slide .content .btn {
  margin-top: 10px;
  text-decoration: none;
  font-variant: small-caps;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
}
.section-news .swiper-pagination-bullets {
  margin-top: 50px;
}
.section-news .all-posts {
  float: right;
  margin-top: 30px;
  margin-right: 20px;
}
.section-news .bg {
  background: url(../images/news-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 350px;
}
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  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);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  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-slide-zoomed {
  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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.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;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.slider-friends .swiper-container {
  width: 100%;
  height: 200px;
}
.slider-friends .swiper-slide {
  padding: 0 50px;
  padding-bottom: 16px;
  border-radius: 0;
}
.slider-friends .swiper-slide .content {
  position: relative;
  padding: 20px;
  height: 200px;
  text-align: center;
  border-radius: 0;
  box-shadow: 0 0 0;
  /* Center slide text vertically */
  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;
}
.slider-friends .swiper-slide .content img {
  max-height: 86px;
  max-width: 150px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
.slider-friends .swiper-slide .content .overlay {
  display: none;
}
.slider-friends .overlay-cnt {
  display: none;
  text-align: center;
  background: white;
  padding: 10px;
}
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  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);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

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

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

.swiper-container-3d {
  -webkit-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-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

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

.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;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: 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;
  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-slide-zoomed {
  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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.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-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

.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;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

footer {
  background: #2D2D2D;
  color: #fff;
  overflow: hidden;
}
footer .section {
  background: inherit;
  padding: 0;
}
footer .inline-content {
  text-align: center;
}
@media (min-width: 990px) {
  footer .inline-content {
    text-align: inherit;
  }
}
footer .logo-ctn {
  display: inline-block;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 990px) {
  footer .logo-ctn {
    float: left;
    left: 0;
    bottom: inherit;
    position: relative;
    transform: none;
    padding-right: 40px;
    border-right: 1px solid #555353;
  }
}
footer .logo-ctn .content {
  background: #fff;
  margin-top: 184px;
  height: 180px;
}
footer .logo {
  background: url(../images/logo.svg) no-repeat center;
  height: 79px;
  position: relative;
  top: 0;
  width: 135px;
}
footer .col {
  padding: 40px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  display: inline-block;
  margin-bottom: 200px;
  float: none;
}
@media (min-width: 990px) {
  footer .col {
    margin: 0 auto;
    padding-left: 40px;
    padding-top: 50px;
    float: left;
    margin-bottom: 0;
  }
}
footer .col .part {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  footer .col .part {
    float: left;
    margin-bottom: 0;
  }
}
footer .col .part .line:not(:last-child) {
  margin-bottom: 10px;
}
footer .col .part:not(:last-child) {
  padding-right: 120px;
}
footer .col .part a {
  color: inherit;
  text-decoration: none;
}
footer .col .heading {
  margin-bottom: 15px;
}
footer .contact-numbers .line span {
  width: 40px;
  display: inline-block;
}
footer .open-times {
  margin-top: 35px;
}
footer .open-times b {
  display: block;
  font-weight: 100;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}
footer .open-times b:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35%;
  height: 1px;
  background: #fff;
}
footer .open-times span {
  width: 60px;
  display: inline-block;
}
footer .open-times .time {
  display: inline-block;
  margin-left: 12px;
  width: inherit;
}
footer .firm-links a {
  color: inherit;
  text-decoration: none;
  display: block;
}
footer .payment .line {
  margin-bottom: 16px;
}
footer .payment img {
  margin-right: 15px;
}
/* mixins and other helpers
====================================================================== */
/**
 * usage example:
 *  .heading {
 *      font-size: 2em;
 *      @include between(mobile_portrait, mobile_landscape) {
 *          font-size: 1.5em;
 *      }
 *  }
 */
/* --------------------------------------------------
	:: Typographic mixins
---------------------------------------------------*/
/**
 * Set a rem font size with pixel fallback
 * Usage:  
 * @include font-size(14px)
 * 
 * Output: 
 * font-size: 16px; //Will be overridden if browser supports rem
 * font-size: 0.8rem;
 */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* icon fonts
====================================================================== */
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?uxp3g5");
  src: url("../fonts/iconfont.eot?uxp3g5#iefix") format("embedded-opentype"), url("../fonts/iconfont.ttf?uxp3g5") format("truetype"), url("../fonts/iconfont.woff?uxp3g5") format("woff"), url("../fonts/iconfont.svg?uxp3g5#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "iconfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * http://materializecss.com/grid.html
 */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2.5;
}
.row .col.s1 {
  width: 4.1666666667%;
  margin-left: 0;
}
.row .col.s2 {
  width: 8.3333333333%;
  margin-left: 0;
}
.row .col.s3 {
  width: 12.5%;
  margin-left: 0;
}
.row .col.s4 {
  width: 16.6666666667%;
  margin-left: 0;
}
.row .col.s5 {
  width: 20.8333333333%;
  margin-left: 0;
}
.row .col.s6 {
  width: 25%;
  margin-left: 0;
}
.row .col.s7 {
  width: 29.1666666667%;
  margin-left: 0;
}
.row .col.s8 {
  width: 33.3333333333%;
  margin-left: 0;
}
.row .col.s9 {
  width: 37.5%;
  margin-left: 0;
}
.row .col.s10 {
  width: 41.6666666667%;
  margin-left: 0;
}
.row .col.s11 {
  width: 45.8333333333%;
  margin-left: 0;
}
.row .col.s12 {
  width: 50%;
  margin-left: 0;
}
.row .col.s13 {
  width: 54.1666666667%;
  margin-left: 0;
}
.row .col.s14 {
  width: 58.3333333333%;
  margin-left: 0;
}
.row .col.s15 {
  width: 62.5%;
  margin-left: 0;
}
.row .col.s16 {
  width: 66.6666666667%;
  margin-left: 0;
}
.row .col.s17 {
  width: 70.8333333333%;
  margin-left: 0;
}
.row .col.s18 {
  width: 75%;
  margin-left: 0;
}
.row .col.s19 {
  width: 79.1666666667%;
  margin-left: 0;
}
.row .col.s20 {
  width: 83.3333333333%;
  margin-left: 0;
}
.row .col.s21 {
  width: 87.5%;
  margin-left: 0;
}
.row .col.s22 {
  width: 91.6666666667%;
  margin-left: 0;
}
.row .col.s23 {
  width: 95.8333333333%;
  margin-left: 0;
}
.row .col.s24 {
  width: 100%;
  margin-left: 0;
}
.row .col.offset-s1 {
  margin-left: 4.1666666667%;
}
.row .col.offset-s2 {
  margin-left: 8.3333333333%;
}
.row .col.offset-s3 {
  margin-left: 12.5%;
}
.row .col.offset-s4 {
  margin-left: 16.6666666667%;
}
.row .col.offset-s5 {
  margin-left: 20.8333333333%;
}
.row .col.offset-s6 {
  margin-left: 25%;
}
.row .col.offset-s7 {
  margin-left: 29.1666666667%;
}
.row .col.offset-s8 {
  margin-left: 33.3333333333%;
}
.row .col.offset-s9 {
  margin-left: 37.5%;
}
.row .col.offset-s10 {
  margin-left: 41.6666666667%;
}
.row .col.offset-s11 {
  margin-left: 45.8333333333%;
}
.row .col.offset-s12 {
  margin-left: 50%;
}
.row .col.offset-s13 {
  margin-left: 54.1666666667%;
}
.row .col.offset-s14 {
  margin-left: 58.3333333333%;
}
.row .col.offset-s15 {
  margin-left: 62.5%;
}
.row .col.offset-s16 {
  margin-left: 66.6666666667%;
}
.row .col.offset-s17 {
  margin-left: 70.8333333333%;
}
.row .col.offset-s18 {
  margin-left: 75%;
}
.row .col.offset-s19 {
  margin-left: 79.1666666667%;
}
.row .col.offset-s20 {
  margin-left: 83.3333333333%;
}
.row .col.offset-s21 {
  margin-left: 87.5%;
}
.row .col.offset-s22 {
  margin-left: 91.6666666667%;
}
.row .col.offset-s23 {
  margin-left: 95.8333333333%;
}
.row .col.offset-s24 {
  margin-left: 100%;
}
@media only screen and (min-width : 601px) {
  .row .col.m1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.m2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.m3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.m4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.m5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.m6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.m7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.m8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.m9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.m10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.m11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.m12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.m13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.m14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.m15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.m16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.m17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.m18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.m19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.m20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.m21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.m22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.m23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.m24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-m1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-m2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m3 {
    margin-left: 12.5%;
  }
  .row .col.offset-m4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-m6 {
    margin-left: 25%;
  }
  .row .col.offset-m7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-m8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m9 {
    margin-left: 37.5%;
  }
  .row .col.offset-m10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-m12 {
    margin-left: 50%;
  }
  .row .col.offset-m13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-m14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m15 {
    margin-left: 62.5%;
  }
  .row .col.offset-m16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-m18 {
    margin-left: 75%;
  }
  .row .col.offset-m19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-m20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m21 {
    margin-left: 87.5%;
  }
  .row .col.offset-m22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-m24 {
    margin-left: 100%;
  }
}
@media only screen and (min-width : 801px) {
  .row .col.l1 {
    width: 4.1666666667%;
    margin-left: 0;
  }
  .row .col.l2 {
    width: 8.3333333333%;
    margin-left: 0;
  }
  .row .col.l3 {
    width: 12.5%;
    margin-left: 0;
  }
  .row .col.l4 {
    width: 16.6666666667%;
    margin-left: 0;
  }
  .row .col.l5 {
    width: 20.8333333333%;
    margin-left: 0;
  }
  .row .col.l6 {
    width: 25%;
    margin-left: 0;
  }
  .row .col.l7 {
    width: 29.1666666667%;
    margin-left: 0;
  }
  .row .col.l8 {
    width: 33.3333333333%;
    margin-left: 0;
  }
  .row .col.l9 {
    width: 37.5%;
    margin-left: 0;
  }
  .row .col.l10 {
    width: 41.6666666667%;
    margin-left: 0;
  }
  .row .col.l11 {
    width: 45.8333333333%;
    margin-left: 0;
  }
  .row .col.l12 {
    width: 50%;
    margin-left: 0;
  }
  .row .col.l13 {
    width: 54.1666666667%;
    margin-left: 0;
  }
  .row .col.l14 {
    width: 58.3333333333%;
    margin-left: 0;
  }
  .row .col.l15 {
    width: 62.5%;
    margin-left: 0;
  }
  .row .col.l16 {
    width: 66.6666666667%;
    margin-left: 0;
  }
  .row .col.l17 {
    width: 70.8333333333%;
    margin-left: 0;
  }
  .row .col.l18 {
    width: 75%;
    margin-left: 0;
  }
  .row .col.l19 {
    width: 79.1666666667%;
    margin-left: 0;
  }
  .row .col.l20 {
    width: 83.3333333333%;
    margin-left: 0;
  }
  .row .col.l21 {
    width: 87.5%;
    margin-left: 0;
  }
  .row .col.l22 {
    width: 91.6666666667%;
    margin-left: 0;
  }
  .row .col.l23 {
    width: 95.8333333333%;
    margin-left: 0;
  }
  .row .col.l24 {
    width: 100%;
    margin-left: 0;
  }
  .row .col.offset-l_l1 {
    margin-left: 4.1666666667%;
  }
  .row .col.offset-l_r1 {
    margin-right: 4.1666666667%;
  }
  .row .col.offset-l_l2 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l_r2 {
    margin-right: 8.3333333333%;
  }
  .row .col.offset-l_l3 {
    margin-left: 12.5%;
  }
  .row .col.offset-l_r3 {
    margin-right: 12.5%;
  }
  .row .col.offset-l_l4 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l_r4 {
    margin-right: 16.6666666667%;
  }
  .row .col.offset-l_l5 {
    margin-left: 20.8333333333%;
  }
  .row .col.offset-l_r5 {
    margin-right: 20.8333333333%;
  }
  .row .col.offset-l_l6 {
    margin-left: 25%;
  }
  .row .col.offset-l_r6 {
    margin-right: 25%;
  }
  .row .col.offset-l_l7 {
    margin-left: 29.1666666667%;
  }
  .row .col.offset-l_r7 {
    margin-right: 29.1666666667%;
  }
  .row .col.offset-l_l8 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l_r8 {
    margin-right: 33.3333333333%;
  }
  .row .col.offset-l_l9 {
    margin-left: 37.5%;
  }
  .row .col.offset-l_r9 {
    margin-right: 37.5%;
  }
  .row .col.offset-l_l10 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l_r10 {
    margin-right: 41.6666666667%;
  }
  .row .col.offset-l_l11 {
    margin-left: 45.8333333333%;
  }
  .row .col.offset-l_r11 {
    margin-right: 45.8333333333%;
  }
  .row .col.offset-l_l12 {
    margin-left: 50%;
  }
  .row .col.offset-l_r12 {
    margin-right: 50%;
  }
  .row .col.offset-l_l13 {
    margin-left: 54.1666666667%;
  }
  .row .col.offset-l_r13 {
    margin-right: 54.1666666667%;
  }
  .row .col.offset-l_l14 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l_r14 {
    margin-right: 58.3333333333%;
  }
  .row .col.offset-l_l15 {
    margin-left: 62.5%;
  }
  .row .col.offset-l_r15 {
    margin-right: 62.5%;
  }
  .row .col.offset-l_l16 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l_r16 {
    margin-right: 66.6666666667%;
  }
  .row .col.offset-l_l17 {
    margin-left: 70.8333333333%;
  }
  .row .col.offset-l_r17 {
    margin-right: 70.8333333333%;
  }
  .row .col.offset-l_l18 {
    margin-left: 75%;
  }
  .row .col.offset-l_r18 {
    margin-right: 75%;
  }
  .row .col.offset-l_l19 {
    margin-left: 79.1666666667%;
  }
  .row .col.offset-l_r19 {
    margin-right: 79.1666666667%;
  }
  .row .col.offset-l_l20 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l_r20 {
    margin-right: 83.3333333333%;
  }
  .row .col.offset-l_l21 {
    margin-left: 87.5%;
  }
  .row .col.offset-l_r21 {
    margin-right: 87.5%;
  }
  .row .col.offset-l_l22 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l_r22 {
    margin-right: 91.6666666667%;
  }
  .row .col.offset-l_l23 {
    margin-left: 95.8333333333%;
  }
  .row .col.offset-l_r23 {
    margin-right: 95.8333333333%;
  }
  .row .col.offset-l_l24 {
    margin-left: 100%;
  }
  .row .col.offset-l_r24 {
    margin-right: 100%;
  }
}

.page-index .section-header {
  padding: 140px 60px 270px;
}
@media (max-width: 768px) {
  .page-index .section-header {
    padding-top: 420px;
  }
}
.page-index .section-contact-bar {
  background: #fff;
}
.page-index .main-navi:not(.sticky) nav a {
  text-shadow: 0 0 50px black, 0 0 14px black;
}
.page-index .teaser-shop h2,
.page-index .video-premiere h2 {
  text-align: center;
  font-weight: normal;
  font-size: 33px;
}
.page-index .teaser-shop a,
.page-index .video-premiere a {
  text-align: center;
  display: block;
  color: black;
}
.page-index .teaser-shop a span,
.page-index .video-premiere a span {
  text-transform: uppercase;
  border: 2px solid;
  line-height: 1;
  padding: 14px;
  display: inline-block;
  font-size: 16px;
  margin-top: 50px;
  font-weight: bold;
}
.page-index .teaser-shop .embed-container,
.page-index .video-premiere .embed-container {
  position: relative;
  margin-top: 20px;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.page-index .teaser-shop .embed-container iframe,
.page-index .video-premiere .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-index .teaser-shop {
  padding-top: 0;
}
@media (max-width: 768px) {
  .page-index .teaser-shop {
    margin-top: 30px;
  }
}
.page-index .teaser-shop a, .page-index .teaser-shop img {
  display: block;
  cursor: pointer;
}
.page-index .contact-layer {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -90px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-index .contact-layer {
    bottom: -200px;
  }
}
.page-index .contact-layer .inline-content {
  color: #2D2D2D;
  background: #F3F3F3;
  display: inline-block;
  max-width: 60%;
  box-shadow: 0 1px 0 0 #979797;
}
@media (max-width: 768px) {
  .page-index .contact-layer .inline-content {
    max-width: 90%;
  }
}
@media (min-width: 1080px) {
  .page-index .contact-layer .inline-content {
    max-width: 74%;
  }
}
@media (min-width: 1600px) {
  .page-index .contact-layer .inline-content {
    max-width: 46%;
  }
}
.page-index .contact-layer address {
  float: left;
  width: 50%;
  padding: 20px 40px;
  text-align: left;
}
@media (max-width: 990px) {
  .page-index .contact-layer address {
    float: none;
    width: 100%;
  }
}
@media (min-width: 1080px) {
  .page-index .contact-layer address {
    width: 45%;
  }
}
.page-index .contact-layer address .line {
  width: 100%;
  display: inline-block;
  line-height: 1.6;
}
.page-index .contact-layer address .line span {
  display: inline-block;
  width: 55px;
}
.page-index .contact-layer address .line:first-child {
  padding-bottom: 15px;
  position: relative;
}
.page-index .contact-layer address .line:first-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 30%;
  height: 2px;
  background: #5C180F;
}
.page-index .contact-layer address .line:last-child {
  margin-top: 15px;
}
.page-index .contact-layer address h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 100;
  margin-bottom: 10px;
}
.page-index .contact-layer .history {
  background: #2D2D2D;
  width: 44%;
  float: right;
  position: relative;
  right: 10%;
  top: -80px;
  padding: 30px 20px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
@media (max-width: 990px) {
  .page-index .contact-layer .history {
    float: none;
    width: 100%;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .page-index .contact-layer .history {
    right: 0;
    width: 90%;
    left: 5%;
  }
}
@media (min-width: 1080px) {
  .page-index .contact-layer .history {
    width: 52%;
  }
}
.page-index .contact-layer .history p:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .page-index .content__picture-stage {
    padding-top: 180px;
  }
}
.page-index .section-features.services .features {
  margin: 40px auto 50px;
}
.page-index .section-features.services .features li {
  margin: 3% 2%;
}
.page-index .section-features.services .features li .name {
  font-weight: normal;
}