@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1301px) {
  .container {
    width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1301px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1301px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1301px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.half {
  float: left;
  width: 50%;
}

@font-face {
  font-family: "fontello";
  src: url("/assets/fontello.1b2aed08.eot?73553180");
  src: url("/assets/fontello.1b2aed08.eot?73553180#iefix") format("embedded-opentype"), url("/assets/fontello.58a2dd02.woff?73553180") format("woff"), url("/assets/fontello.de5be14b.ttf?73553180") format("truetype"), url("/assets/fontello.8ac313e1.svg?73553180#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?73553180#fontello') format('svg');
  }
}
*/
.inputfile + label:before, .blog-wall .read-lnk:after, .blog-event .read-lnk:after, .tariff-offer .tariff-offers .folder .title .discount:after, .tariff-offer .tariff-slider .slick-arrow:before, .tutorials-container .tutorial-single .slick-arrow:before, .half-half-slider .slick-arrow:before, .video-block .videos .slider .slide:after, .alert-button .alert-cta:after, nav.main-menu .main-nav li.menu_subscribe a:after, nav.main-menu .main-nav .menu-item.has-children > a:after, .user-login:after, [class^=button]:after, .ph-selectric .btn:after, .selectric .btn:after, [class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-right-open:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-megaphone:before {
  content: "";
}

/* '' */
.icon-user:before {
  content: "";
}

/* '' */
.icon-down-open:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-left-open:before {
  content: "";
}

/* '' */
.icon-up-open:before {
  content: "";
}

/* '' */
.icon-play:before {
  content: "";
}

/* '' */
.icon-compte:before {
  content: "";
}

/* '' */
.icon-share:before {
  content: "";
}

/* '' */
.icon-upload:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #c1c1c1;
  background: transparent;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 48px 0 20px;
  font-size: 14px;
  line-height: 48px;
  color: #a6a6a6;
  height: 48px;
}
.selectric .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #c1c1c1;
  text-align: center;
  border-left: 1px solid #c1c1c1;
}
.selectric .btn:after {
  content: "";
  vertical-align: middle;
  line-height: inherit;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f3f3f3;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  border-top: 0;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 14px 20px;
  border-top: 1px solid #c1c1c1;
  color: #a6a6a6;
  cursor: pointer;
}
.selectric-items li:first-child {
  border-top: 0;
}
.selectric-items li.selected {
  background: #fff;
  color: #333333;
}
.selectric-items li:hover {
  background: #fff;
}
.selectric-items li:after, .selectric-items li:before {
  content: none;
  display: none;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.ph-selectric-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 9000;
}

.ph-selectric-responsive {
  width: 100%;
}

.ph-selectric {
  border-bottom: 1px solid #eb483c;
  background: transparent;
  position: relative;
}
.ph-selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  margin: 0 50px 0 50px;
  font-size: 36px;
  line-height: 64px;
  color: #fff;
  height: 64px;
  width: calc(100% - 50px - 50px);
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .ph-selectric .label {
    font-size: 18px;
  }
}
.ph-selectric .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 64px;
  line-height: 64px;
  color: #eb483c;
  text-align: center;
}
.ph-selectric .btn:after {
  content: "";
  vertical-align: middle;
  line-height: inherit;
}

.ph-selectric-hover .ph-selectric .button {
  color: #a2a2a2;
}

.ph-selectric-open {
  z-index: 9999;
}
.ph-selectric-open .ph-selectric-items {
  display: block;
}

.ph-selectric-disabled {
  cursor: default;
  user-select: none;
}

.ph-selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ph-selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.ph-selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.ph-selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.ph-selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  border-top: 0;
}
.ph-selectric-items .ph-selectric-scroll {
  height: 100%;
  overflow: auto;
}
.ph-selectric-items ul,
.ph-selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 36px;
  text-align: right;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  .ph-selectric-items ul,
.ph-selectric-items li {
    font-size: 18px;
    text-align: left;
  }
}
.ph-selectric-items li {
  display: block;
  padding: 8px 20px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 1px;
  background: #eb483c;
}
.ph-selectric-items li:empty {
  display: none;
}
.ph-selectric-items li:first-child {
  border-top: 0;
}
.ph-selectric-items li.selected {
  background: #d54137;
}
.ph-selectric-items li:hover {
  background: #d54137;
}
.ph-selectric-items li:after, .ph-selectric-items li:before {
  content: none;
  display: none;
}
.ph-selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.ph-selectric-items .ph-selectric-group .ph-selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.ph-selectric-items .ph-selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.ph-selectric-items .ph-selectric-group li {
  padding-left: 25px;
}

.interactive-map .place-infos .content .desc, .interactive-map .filters .filter, footer nav ul a:hover, footer nav ul a:focus, footer nav ul a, p, ol, ul, body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: normal;
}

.home-mobile-nav .btn-menu, nav.main-menu .main-nav .small-items a, nav.main-menu a, header .btn-menu {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-style: normal;
}
.home-mobile-nav .btn-menu:hover, nav.main-menu .main-nav .small-items a:hover, nav.main-menu a:hover, header .btn-menu:hover, .home-mobile-nav .btn-menu:focus, nav.main-menu .main-nav .small-items a:focus, nav.main-menu a:focus, header .btn-menu:focus {
  color: #eb483c;
  text-decoration: none;
}
@media all and (max-width: 1300px) {
  .home-mobile-nav .btn-menu, nav.main-menu .main-nav .small-items a, nav.main-menu a, header .btn-menu {
    font-size: 16px;
  }
}

header a {
  font-size: 14px;
  color: #eb483c;
  text-decoration: none;
  font-style: normal;
  transition: color 0.3s ease;
}
header a:hover, header a:focus {
  color: #fff;
  text-decoration: none;
}

.tutorials-container .tutorial-single .tutorial-btn .tuto-cta, a {
  font-style: italic;
  color: #eb483c;
}
.tutorials-container .tutorial-single .tutorial-btn .tuto-cta:hover, a:hover, .tutorials-container .tutorial-single .tutorial-btn .tuto-cta:focus, a:focus {
  color: #d54137;
}

.blog-wall .title-recent-articles, .bike-angels-signup .title, .title-level-1 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  color: #eb483c;
  line-height: 1.0153846154;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media all and (max-width: 1300px) {
  .blog-wall .title-recent-articles, .bike-angels-signup .title, .title-level-1 {
    font-size: 44px;
  }
}
@media all and (max-width: 991px) {
  .blog-wall .title-recent-articles, .bike-angels-signup .title, .title-level-1 {
    font-size: 30px;
    line-height: 1.1;
  }
}

.tutorials-container .tutorial-single .slider-text .slide .title-level-1, .tutorials-container .tutorial-single .slider-text .slide .upper-step, .interactive-map .place-infos .content > .name, .title-level-2 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
@media all and (max-width: 1300px) {
  .tutorials-container .tutorial-single .slider-text .slide .title-level-1, .tutorials-container .tutorial-single .slider-text .slide .upper-step, .interactive-map .place-infos .content > .name, .title-level-2 {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slider-text .slide .title-level-1, .tutorials-container .tutorial-single .slider-text .slide .upper-step, .interactive-map .place-infos .content > .name, .title-level-2 {
    font-size: 24px;
  }
}

.bike-angels-signup .tagline, .title-level-3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4em;
}
@media all and (max-width: 1300px) {
  .bike-angels-signup .tagline, .title-level-3 {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .bike-angels-signup .tagline, .title-level-3 {
    font-size: 20px;
  }
}

.title-level-4 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #eb483c;
  line-height: 1.1em;
}
@media all and (max-width: 1300px) {
  .title-level-4 {
    font-size: 30px;
  }
}
@media all and (max-width: 991px) {
  .title-level-4 {
    font-size: 30px;
  }
}

.title-level-5 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
}
@media all and (max-width: 1300px) {
  .title-level-5 {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .title-level-5 {
    font-size: 14px;
  }
}

.title-level-6 {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.28;
}
@media all and (max-width: 1300px) {
  .title-level-6 {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .title-level-6 {
    font-size: 14px;
  }
}

.pricing-card .price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}
.pricing-card .price sup {
  top: -44px;
  font-size: 52px;
  margin-left: 6px;
}
.en .pricing-card .price sup, .pricing-card .en .price sup {
  margin-left: 0;
  margin-right: 6px;
}

.note {
  position: relative;
  font-size: 0.75em;
  color: #898e90;
  padding-left: 20px;
}
.note:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "*";
  font-size: 20px;
  line-height: 1;
  color: #eb483c;
}

.title-level-1, .title-level-2, .title-level-3, .title-level-4, .title-level-5, .title-level-6 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

p, ul, ol, blockquote {
  margin-top: 0;
  margin-bottom: 1em;
}

* {
  -webkit-font-smoothing: antialiased;
}

.title-level-4 {
  margin: 0;
}

.title-level-5 {
  margin: 0 0 0.5em 0;
}

.title-level-6 {
  margin: 0 0 0.5em 0;
}

a.arrow-link i, a .arrow-link-white i {
  transition: margin 0.3s;
}
a.arrow-link:hover i, a .arrow-link-white:hover i {
  margin-left: 8px;
}
a.arrow-link:not(:last-of-type), a .arrow-link-white:not(:last-of-type) {
  margin-right: 15px;
}
a.arrow-link-white {
  color: #fff;
}
a.arrow-link-white span, a.arrow-link-white i {
  color: #fff;
}

span.accent {
  color: #eb483c;
}

hr {
  height: 0;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 30px 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
ul li:before {
  position: absolute;
  left: 0;
  content: "▪";
  color: #eb483c;
}

[data-hover] > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

[class^=button] {
  position: relative;
  display: inline-block;
  background: #eb483c;
  color: #fff;
  border-radius: 35px;
  padding: 0 40px;
  line-height: 60px;
  margin-bottom: 35px;
  text-decoration: none;
  border: 2px solid #eb483c;
  font-style: normal;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
}
@media all and (max-width: 1300px) {
  [class^=button] {
    line-height: 60px;
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  [class^=button] {
    line-height: 45px;
    padding: 0 25px;
  }
}
[class^=button] span {
  position: relative;
  transition: left 0.3s ease;
  left: 0;
}
[class^=button]:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  content: "";
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
}
[class^=button][class*=-inv]:after {
  content: "";
}
[class^=button][class*=-inv][class*=-menu]:after {
  right: auto !important;
  left: 0em;
}
[class^=button][class*=-inv]:after {
  transform: translate(0, -50%);
}
[class^=button][class*=-inv]:hover span, [class^=button][class*=-inv]:focus span, [class^=button][class*=-inv].hover span {
  left: 0.6em;
}
[class^=button][class*=-inv]:hover:after, [class^=button][class*=-inv]:focus:after, [class^=button][class*=-inv].hover:after {
  left: 0.4em;
}
@media all and (max-width: 991px) {
  [class^=button][class*=-inv] span {
    left: 0.3em;
  }
  [class^=button][class*=-inv]:after {
    right: -0.3em;
  }
}
[class^=button]:hover, [class^=button]:focus, [class^=button].hover {
  text-decoration: none;
  color: #fff;
  outline: none;
}
[class^=button]:hover span, [class^=button]:focus span, [class^=button].hover span {
  left: -0.6em;
}
[class^=button]:hover:after, [class^=button]:focus:after, [class^=button].hover:after {
  opacity: 1;
  right: 1em;
}
@media all and (max-width: 991px) {
  [class^=button]:hover span, [class^=button]:focus span, [class^=button].hover span {
    left: -0.3em;
  }
  [class^=button]:hover:after, [class^=button]:focus:after, [class^=button].hover:after {
    right: 0.3em;
  }
}
[class^=button][class*=-small] {
  font-size: 14px;
  line-height: 46px;
  height: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 1300px) {
  [class^=button][class*=-small] {
    height: 45px;
    line-height: 41px;
    padding: 0 20px;
    min-width: 185px;
  }
  [class^=button][class*=-small]:hover span, [class^=button][class*=-small]:focus span, [class^=button][class*=-small].hover span {
    left: -0.3em;
  }
  [class^=button][class*=-small]:hover:after, [class^=button][class*=-small]:focus:after, [class^=button][class*=-small].hover:after {
    right: 0.3em;
  }
  [class^=button][class*=-small][class*=-inv]:hover span, [class^=button][class*=-small][class*=-inv]:focus span, [class^=button][class*=-small][class*=-inv].hover span {
    right: -0.3em;
  }
  [class^=button][class*=-small][class*=-inv]:hover:after, [class^=button][class*=-small][class*=-inv]:focus:after, [class^=button][class*=-small][class*=-inv].hover:after {
    left: 0.3em;
  }
}
[class^=button][class*=-menu] {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  text-transform: uppercase;
}
[class^=button][class*=-menu]:hover:after, [class^=button][class*=-menu]:focus:after, [class^=button][class*=-menu].hover:after {
  right: 5px;
}
[class^=button][class*=clear] {
  background: transparent;
  color: #eb483c;
  margin-right: 15px;
}
[class^=button][class*=clear]:hover, [class^=button][class*=clear]:hover, [class^=button][class*=clear].hover {
  text-decoration: none;
  color: #eb483c;
}
[class^=button][class*=clear][class*=-white] {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
[class^=button][class*=clear][class*=-white]:hover, [class^=button][class*=clear][class*=-white]:hover, [class^=button][class*=clear][class*=-white].hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
[class^=button][class*=-gray] {
  background: #ececec;
  border-color: #ececec;
  color: #2c313e;
}
[class^=button][class*=-gray]:hover, [class^=button][class*=-gray]:hover, [class^=button][class*=-gray].hover {
  color: #2c313e;
}
[class^=button][class*=-white] {
  background: #fff;
  border-color: #fff;
  color: #eb483c;
}
[class^=button][class*=-white]:hover, [class^=button][class*=-white]:hover, [class^=button][class*=-white].hover {
  color: #eb483c;
}
[class^=button][class*=-fw] {
  width: 100%;
  text-align: center;
  min-width: 0;
}

.user-login {
  position: relative;
  display: inline-block;
  font-size: 38px !important;
  text-align: center;
  width: 38px;
  height: 38px;
  color: #eb483c;
  text-decoration: none;
  vertical-align: middle;
}
.user-login:after {
  content: "";
  vertical-align: top;
  margin: 0;
}
.user-login:before {
  content: none;
  display: none;
}
.user-login:hover, .user-login:focus {
  color: #d54137;
  text-decoration: none !important;
}
.clear .user-login:hover, .clear .user-login:focus {
  color: #d54137;
}

.open-data-history .document-csv:before, .financial-statements a:before, .off-grid-image-block > .container .document a:before, .openings .opening .doc a:before, .press-releases .press-release .doc a:before {
  vertical-align: middle;
  position: relative;
  top: 6px;
  margin-right: 10px;
  display: inline-block;
  width: 30px;
}
.open-data-history [class*=-pdf].document-csv:before, .financial-statements a[class*=-pdf]:before, .off-grid-image-block > .container .document a[class*=-pdf]:before, .openings .opening .doc a[class*=-pdf]:before, .press-releases .press-release .doc a[class*=-pdf]:before {
  content: url(/assets/pdf-icon.f9b51e5f.svg);
}
.open-data-history [class*=-csv].document-csv:before, .financial-statements a[class*=-csv]:before, .off-grid-image-block > .container .document a[class*=-csv]:before, .openings .opening .doc a[class*=-csv]:before, .press-releases .press-release .doc a[class*=-csv]:before {
  content: url(/assets/csv-icon.c748cb9e.svg);
}
.open-data-history [class*=-json].document-csv:before, .financial-statements a[class*=-json]:before, .off-grid-image-block > .container .document a[class*=-json]:before, .openings .opening .doc a[class*=-json]:before, .press-releases .press-release .doc a[class*=-json]:before {
  content: url(/assets/json-icon.a150cf62.svg);
}
.open-data-history [class*=-xml].document-csv:before, .financial-statements a[class*=-xml]:before, .off-grid-image-block > .container .document a[class*=-xml]:before, .openings .opening .doc a[class*=-xml]:before, .press-releases .press-release .doc a[class*=-xml]:before {
  content: url(/assets/xml-icon.4aa07af9.svg);
}

.folders .folder .title:after, .openings .view-more .plus:after, .press-releases .view-more .plus:after, .folders .folder .title:before, .openings .view-more .plus:before, .press-releases .view-more .plus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  margin: 25px 30px 0 0;
  transition: transform 0.3s ease;
  transform: rotate(0);
}
.folders .folder .title:before, .openings .view-more .plus:before, .press-releases .view-more .plus:before {
  width: 1px;
  height: 25px;
  right: 0;
  top: 0;
}
.folders .folder .title:after, .openings .view-more .plus:after, .press-releases .view-more .plus:after {
  width: 25px;
  height: 1px;
  right: -12px;
  top: 12px;
}

form {
  margin: 60px 0;
}

input:not([type=file]) {
  padding: 0 70px 0 20px;
  margin: 0 0 30px 0;
  border: 1px solid #c1c1c1;
  outline: none;
  width: 100%;
  line-height: 48px;
  height: 48px;
  border-radius: 0;
  background: transparent;
}

textarea {
  padding: 16px 70px 16px 20px;
  margin: 0 0 30px 0;
  border: 1px solid #c1c1c1;
  outline: none;
  width: 100%;
  line-height: 1.4em;
  border-radius: 0;
  background: transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c1c1c1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #c1c1c1;
}

::-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c1c1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #c1c1c1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #c1c1c1;
}

html, body {
  background: #f3f3f3;
}

* {
  -webkit-font-smoothing: antialiased;
  outline: none;
}

body.opened {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media all and (max-width: 991px) {
  body.fixed-mobile {
    padding-top: 60px;
  }
  body.fixed-mobile .nav-fixer {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
}

.light-bg {
  background: #fff;
  position: relative;
}
.light-bg .bg {
  background: #fff;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
}

.container.spaced {
  padding-top: 80px;
  padding-bottom: 80px;
}
.container.spaced.use-margin {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  .container.spaced.use-margin.with-promo {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .container.spaced {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container.spaced.use-margin {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .container.spaced.use-margin.with-promo {
    margin-bottom: 0;
  }
}

.use-padding {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  .use-padding {
    padding-bottom: 30px;
  }
}

.page-wrap {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  overflow: hidden;
}
.page-wrap.masthead-ctn {
  z-index: 0;
}
.page-wrap.o-visible {
  overflow: visible;
  z-index: 2;
}
.page-wrap.opened {
  transform: translate(-260px, 0);
}
.page-wrap.opened:after {
  opacity: 0.3;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s linear 0s;
}
@media all and (max-width: 767px) {
  .page-wrap.opened {
    transform: translate(-260px, 0);
  }
}
.page-wrap.offset {
  transform: translate(-10%, 0);
}
.page-wrap.offset:after {
  opacity: 0.3;
  visibility: visible;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s linear 0s;
}
.page-wrap.header {
  z-index: 10;
  overflow: visible;
}
.page-wrap.header:after {
  display: none;
}
@media all and (max-width: 991px) {
  .page-wrap.header.fixed-mobile {
    position: fixed;
    top: 0;
    left: 0;
  }
}
.page-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s linear 0.3s;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 0;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: none;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #fff;
  margin: 0;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background: #eb483c;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #f3f3f3;
  padding-right: 15px;
  position: relative;
  background: #fff;
}
header a {
  margin: 0 10px;
}
header a[class^=icon-] {
  font-size: 20px;
  vertical-align: middle;
  margin: 0;
}
header a:hover, header a:focus {
  color: #d54137;
}
header a.social, header a.social:hover, header a.social:focus {
  text-decoration: none !important;
}
header .left {
  float: left;
}
header .right {
  float: right;
}
header .right .download-app {
  position: relative;
  display: inline-block;
  background: #eb483c;
  color: #fff;
  border-radius: 35px;
  padding: 0 20px;
  line-height: 38px;
  margin-bottom: 35px;
  text-decoration: none;
  border: 2px solid #eb483c;
  font-style: normal;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
header .logo {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 38px;
  background: url(/assets/bixi-logo.cbfbdf97.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 30px 0 20px;
  vertical-align: middle;
}
header .logo.no-partner:after {
  display: none;
}
@media all and (max-width: 1300px) {
  header .logo {
    width: 100px;
    height: 28px;
    margin-right: 23px;
  }
  header .logo:after {
    height: 28px;
    right: -21px;
  }
}
header .partner {
  display: inline-block;
  margin-left: 20px;
  line-height: 12px;
  font-size: 11px;
  color: #000;
  vertical-align: middle;
  position: relative;
  top: 0px;
  text-decoration: none !important;
}
header .partner:hover, header .partner:visited, header .partner:focus {
  color: #000;
}
header .partner span {
  margin-top: 5px;
  display: block;
  width: 130px;
  height: 24px;
  background: url(/assets/partner-logo-2019_FR.17eafef6.png) top left no-repeat;
  background-size: 100% auto;
}
.en header .partner span {
  width: 130px;
  height: 24px;
  background-image: url(/assets/partner-logo-2019_EN.5511d67c.png);
}
header .partner.fido {
  margin-top: 11px;
  margin-left: 10px;
}
header .partner.fido span {
  margin-top: 10px;
  width: 60px;
  height: 30px;
  background: url(/assets/fido-logo-fr.d9636d10.png) top left no-repeat;
  background-size: 100% auto;
}
.en header .partner.fido span {
  width: 60px;
  height: 30px;
  background-image: url(/assets/fido-logo-en.d2e0c3db.png);
  background-size: 100% auto;
}
@media all and (max-width: 1300px) {
  header .partner {
    top: 0;
    line-height: 1.1;
  }
  header .partner span {
    width: 124px;
    height: 23px;
  }
}
@media all and (max-width: 991px) {
  header .partner {
    display: none;
  }
}
header.clear {
  position: absolute;
  background: transparent;
  border-bottom: none;
}
header.clear .logo {
  background-position: bottom center;
}
header.clear .logo:after {
  background: rgba(255, 255, 255, 0.3);
}
header.clear .partner {
  color: #fff;
}
header.clear .partner span {
  background-position: bottom left;
}
header.clear .partner.fido {
  background-position: bottom left;
}
header.clear .partner:hover, header.clear .partner:visited, header.clear .partner:focus {
  color: #fff;
}
header.clear a:hover, header.clear a:focus {
  color: #fff;
  text-decoration: underline;
}
header .right {
  float: right;
}
@media all and (max-width: 1300px) {
  header .social, header .bixi-account {
    display: none;
  }
}
header [class^=button] {
  margin: 0 0 0 15px;
}
header [class^=button]:last-child {
  margin-right: 15px;
}
header .btn-menu {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  color: #eb483c;
}
header .btn-menu i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 26px;
  vertical-align: middle;
  margin: -4px 18px 0 20px;
}
header .btn-menu i span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 13px;
  margin-top: -1px;
  background: #eb483c;
  transition: width 0.3s ease;
}
header .btn-menu i:after, header .btn-menu i:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #eb483c;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}
header .btn-menu i:after {
  top: 5px;
}
header .btn-menu i:before {
  bottom: 4px;
}
.opened header .btn-menu i span {
  width: 0px;
}
.opened header .btn-menu i:before {
  transform: translate(0, -7px) rotate(45deg);
}
.opened header .btn-menu i:after {
  transform: translate(0, 7px) rotate(-45deg);
}
@media all and (max-width: 991px) {
  header {
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
  }
  header .logo:after {
    display: none;
  }
  header:not(.clear) {
    padding-right: 0;
  }
  header.clear {
    padding: 20px 20px 0 20px;
    height: auto;
  }
  header.clear .logo, header.clear .user-login {
    margin: 0;
  }
}

footer {
  margin-top: 60px;
  padding: 60px 0;
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
footer .logo {
  position: relative;
  display: inline-block;
  width: 105px;
  height: 30px;
  background: url(/assets/bixi-logo.cbfbdf97.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 30px 20px 20px;
}
footer .logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: -27px;
  width: 2px;
  height: 43px;
  background: rgba(255, 255, 255, 0.3);
}
footer .partner_title, footer .logo {
  display: block;
}
footer .partner_title {
  font-size: 1rem;
  margin: 40px 0 0 25px;
}
footer .partner {
  display: inline-block;
  margin-left: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #000;
  position: relative;
  text-decoration: none !important;
  margin-top: 15px;
}
footer .partner:hover, footer .partner:visited, footer .partner:focus {
  color: #000;
}
footer .partner span {
  position: relative;
  display: block;
  width: 151px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .partner.doordash span {
  width: 65px;
  height: 20px;
  margin-right: 25px;
  background-image: url(/assets/doordash-logo.6705e5cc.png);
  background-size: contain;
  background-position: center center;
}
footer .partner.rachelle-bery span {
  width: 68px;
  height: 39px;
  background-image: url(/assets/rachelle-bery_logo.ce6f79b2.png);
}
footer .partner.ckoi {
  margin-right: 25px;
}
footer .partner.ckoi span {
  width: 65px;
  height: 39px;
  background-position: center center;
  background-size: contain;
  background-image: url(/assets/ckoi_logo.9d5e53e3.jpg);
}
footer .partner.hilo {
  margin-right: 25px;
  margin-left: 25px;
}
footer .partner.hilo span {
  width: 65px;
  height: 50px;
  background-image: url(/assets/Hilo_Logo_par-HQ_BleuFonce_cropped.a4060664.png);
}
footer .partner.hilo.eng span {
  width: 66px;
  height: 51px;
  background-image: url(/assets/Hilo_Logo_by-HQ_BleuFonce_cropped.91fc1582.png);
}
footer .partner.fizz span {
  width: 65px;
  height: 43px;
  background-image: url(/assets/Logo_Fizz_Descripteur_RGB.cf1d047b.jpg);
}
footer .partner.artm span {
  width: 69px;
  height: 18px;
  background-image: url(/assets/Artmlogo.26328af6.png);
}
footer .title-level-2 {
  margin-top: 0;
  font-weight: 400;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}
footer nav ul li {
  margin-bottom: 10px;
  padding: 0;
}
footer nav ul li:before {
  content: "";
  display: none;
}
footer .download-app {
  position: relative;
  display: inline-block;
  background: #eb483c;
  color: #fff;
  border-radius: 35px;
  padding: 0 20px;
  line-height: 38px;
  margin-bottom: 15px;
  text-decoration: none;
  border: 2px solid #eb483c;
  font-style: normal;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  footer .download-app {
    left: 37%;
  }
}
@media all and (max-width: 767px) {
  footer .download-app {
    left: 35%;
  }
}
@media all and (max-width: 480px) {
  footer .download-app {
    left: 0%;
  }
}
footer .social a {
  font-size: 24px;
  color: #eb483c;
  transition: color 0.3s ease;
  margin-right: 10px;
  display: inline-block;
}
footer .social a:hover, footer .social a:focus {
  text-decoration: none;
  color: #d54137;
}
footer .input {
  position: relative;
  margin-top: 30px;
}
footer .input input {
  padding: 0 70px 0 20px;
  height: 50px;
  line-height: 50px;
}
footer .input button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-left: 1px solid #c1c1c1;
  background: transparent;
  z-index: 2;
  color: #c1c1c1;
  font-size: 24px;
}
footer .input .icon-phone {
  top: 80px;
}
@media all and (max-width: 991px) {
  footer .partner {
    margin: 25px 20px;
    height: auto;
    width: auto;
  }
  footer .partner span {
    position: static;
    margin-top: 5px;
  }
  footer .partner.doordash span {
    width: 85px;
    margin-right: 0;
  }
  footer .title-level-2 {
    margin-bottom: 25px;
  }
  footer .social {
    font-size: 0;
    margin-bottom: 40px;
  }
  footer .social a {
    width: 33.3333333333%;
    margin: 0;
    text-align: center;
  }
}

.copy-footer {
  line-height: 70px;
  font-size: 12px;
  color: #696969;
}
.copy-footer .by {
  font-style: normal;
}
.copy-footer .right {
  text-align: right;
  font-size: 0;
}
.copy-footer .right a {
  font-size: 12px;
  display: inline-block;
  color: #696969;
  padding-left: 12px;
  font-style: normal;
}
.copy-footer .right a:hover, .copy-footer .right a:focus {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .copy-footer {
    text-align: center;
  }
  .copy-footer .right {
    margin-top: 10px;
    text-align: center;
    line-height: 2;
  }
}

.pricing .pricing-wrapper:last-of-type() {
  margin-bottom: 100px;
}
@media all and (max-width: 991px) {
  .pricing .pricing-wrapper:last-of-type() {
    margin-bottom: 50px;
  }
}
.pricing .pricing-card {
  z-index: 2;
}
.pricing .title {
  z-index: 2;
}
.pricing .pricing-wrapper {
  position: relative;
}
.pricing .pricing-wrapper .bg {
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  min-width: 100vw;
  width: 100vw;
  height: 100%;
  z-index: 1;
}
.pricing .pricing-wrapper .bg ~ .pricing-wrapper .container.spaced {
  padding-top: 0;
}
.pricing .pricing-wrapper:first-of-type + a + .pricing-wrapper .bg {
  background: #f3f3f3;
}

.pricing-white, .pricing-accent, .pricing-dark {
  background-position: bottom center;
  background-repeat: no-repeat;
}
.pricing-white.pull-up, .pricing-accent.pull-up, .pricing-dark.pull-up {
  margin-top: 50px;
}
.pricing-white.pull-up .title, .pricing-accent.pull-up .title, .pricing-dark.pull-up .title {
  margin-top: 45px;
  z-index: 2;
}
.pricing-white .title, .pricing-accent .title, .pricing-dark .title {
  margin-top: 130px;
}
@media all and (max-width: 991px) {
  .pricing-white .title, .pricing-accent .title, .pricing-dark .title {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .pricing-white .title, .pricing-accent .title, .pricing-dark .title {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1300px) {
  .pricing-accent.empty .bg {
    display: none;
  }
}

.press-releases .title-level-2 {
  margin-bottom: 60px;
}
.press-releases .filters .selectric {
  margin-bottom: 20px;
}
.press-releases .press-release {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}
.press-releases .press-release.last {
  border-bottom: 0;
}
.press-releases .press-release.visible {
  display: block;
}
.press-releases .press-release.last {
  border-bottom: none;
}
.press-releases .press-release .inside {
  position: relative;
  opacity: 1;
}
.press-releases .press-release .date {
  color: #898e90;
  margin-bottom: 10px;
}
.press-releases .press-release .excerpt {
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .press-releases .press-release .short-description {
    margin-bottom: 20px;
  }
}
.press-releases .press-release .doc a {
  display: inline-block;
}
.press-releases .view-more {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ececec;
  margin-top: 60px;
  cursor: pointer;
}
.press-releases .view-more .plus {
  position: relative;
  top: -2px;
  width: 50px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.press-releases .view-more .plus:after, .press-releases .view-more .plus:before {
  margin: 18px 25px;
}
.press-releases .view-more .plus.opened:after {
  transform: rotate(180deg);
}
.press-releases .view-more .plus.opened:before {
  transform: rotate(270deg);
}

.back-release {
  display: inline-block;
  margin-bottom: 30px;
}

.image-bank-ctn {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .image-bank-ctn {
    padding-top: 0px;
  }
}

@media all and (min-width: 992px) {
  .image-bank .media:nth-child(4n+1) {
    clear: both;
  }
}
.image-bank .img {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
  overflow: hidden;
  background: #ececec;
}
.image-bank .img.clear {
  display: none;
}
.image-bank .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.image-bank .copy {
  text-align: right;
  font-size: 11px;
}
.image-bank .title-level-3 {
  margin: 10px 0;
}

.contact .messages {
  margin-bottom: 40px;
}
.contact .messages .error {
  color: #eb483c;
}
.contact .messages .error, .contact .messages .success {
  display: none;
}
.contact .messages.error .error {
  display: block;
}
.contact .messages.error .success {
  display: none;
}
.contact .messages.success .error {
  display: none;
}
.contact .messages.success .success {
  display: block;
}
.contact form {
  margin-top: 40px;
}
.contact .newsletter {
  background: #eb483c;
  padding: 30px;
  margin-bottom: 30px;
}
.contact .newsletter, .contact .newsletter .title-level-2, .contact .newsletter p {
  color: #fff;
}
.contact .newsletter form {
  position: relative;
  margin: 0;
}
.contact .newsletter form input {
  padding: 0 70px 0 20px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  background: #fff;
  color: #c1c1c1;
}
.contact .newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-left: 1px solid #c1c1c1;
  background: transparent;
  z-index: 2;
  color: #c1c1c1;
  font-size: 24px;
}
.contact .newsletter form .icon-phone {
  top: 50px;
}
@media all and (max-width: 991px) {
  .contact .infos {
    margin-bottom: 80px;
  }
}

.openings .title-level-2 {
  margin-bottom: 60px;
}
.openings .filters .selectric {
  margin-bottom: 20px;
}
.openings .opening {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(193, 193, 193, 0.5);
}
.openings .opening.last {
  border-bottom: 0;
}
.openings .opening.visible {
  display: block;
}
.openings .opening.last {
  border-bottom: none;
}
.openings .opening .inside {
  position: relative;
  opacity: 1;
}
.openings .opening .date {
  color: #898e90;
  margin-bottom: 10px;
}
.openings .opening .excerpt {
  margin-bottom: 10px;
}
.openings .opening:first-child {
  padding-top: 0;
}
.openings .opening .doc a {
  display: inline-block;
}
.openings .view-more {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ececec;
  margin-top: 60px;
  cursor: pointer;
}
.openings .view-more .plus {
  position: relative;
  top: -2px;
  width: 50px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}
.openings .view-more .plus:after, .openings .view-more .plus:before {
  margin: 18px 25px;
}
.openings .view-more .plus.opened:after {
  transform: rotate(180deg);
}
.openings .view-more .plus.opened:before {
  transform: rotate(270deg);
}
@media all and (max-width: 991px) {
  .openings .opening .short-description {
    margin-bottom: 20px;
  }
}

.back-release {
  display: inline-block;
  margin-bottom: 30px;
}

.tabs {
  display: block;
  width: 100%;
  color: #7c8082;
  border-bottom: 1px solid #c1c1c1;
  text-transform: uppercase;
  padding-bottom: 20px;
  cursor: pointer;
}
.tabs, .tabs a {
  text-decoration: none;
  font-style: normal;
  color: #333333;
}
.tabs.active, .tabs:hover {
  transition: all ease 0.3s;
  border-bottom: 1px solid #eb483c;
  text-decoration: none;
}
.tabs.active, .tabs.active a, .tabs:hover, .tabs:hover a {
  color: #eb483c;
}
@media all and (max-width: 768px) {
  .tabs {
    margin-top: 20px;
  }
}

.price-box {
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  background: transparent;
  border: 1px solid #eb483c;
  margin: 15px 0;
}
.price-box p {
  color: #fff;
  font-weight: 500;
  font-size: 90px;
  letter-spacing: -0.08em;
  margin: 0;
}
@media all and (max-width: 1300px) {
  .price-box p {
    font-size: 60px;
    line-height: 72px;
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .price-box p {
    font-size: 45px;
    line-height: 54px;
    padding: 0 12px;
    margin: 5px 0;
  }
}
@media all and (max-width: 1300px) {
  .price-box {
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .price-box {
    padding: 0 12px;
    margin: 5px 0;
  }
}
.price-box sup {
  display: inline-block;
  position: relative;
  top: -35px;
  font-size: 36px;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1300px) {
  .price-box sup {
    top: -23px;
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .price-box sup {
    top: -17.25px;
    font-size: 18px;
  }
}
.price-box .price {
  float: left;
}
.price-box .aside {
  float: left;
  margin: 25px 0 0 20px;
  padding-left: 20px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0em;
  border-left: 1px solid #fff;
}
@media all and (max-width: 1300px) {
  .price-box .aside {
    margin-top: 16px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .price-box .aside {
    margin-top: 12px;
    font-size: 16.5px;
    line-height: 16.5px;
  }
}

nav.main-menu {
  position: relative;
  margin-top: 0;
  z-index: 10;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
nav.main-menu.offset {
  transform: translate(-10%, 0);
}
nav.main-menu .row {
  font-size: 0;
}
nav.main-menu .main-nav {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: -80px 0 0 0;
  padding: 0;
  z-index: 2;
}
nav.main-menu .main-nav .button-menu {
  color: #fff;
}
nav.main-menu .main-nav .download-app {
  border: 2px solid #eb483c;
  border-radius: 35px;
  margin: 10px;
  text-align: center;
}
nav.main-menu .main-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100px;
  background: #fff;
  transform: translate(0);
  transition: width 0.7s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
nav.main-menu .main-nav li {
  list-style: none;
}
nav.main-menu .main-nav li:before {
  content: "";
  display: none;
}
nav.main-menu .main-nav .menu-item {
  float: left;
  padding-right: 35px;
  height: 100px;
  line-height: 100px;
  background: #fff;
}
nav.main-menu .main-nav .menu-item > a {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
}
nav.main-menu .main-nav .menu-item > a.active_1 {
  color: #eb483c;
  text-decoration: none;
}
@media all and (min-width: 992px) {
  nav.main-menu .main-nav .menu-item > a.active_1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #eb483c;
  }
}
nav.main-menu .main-nav .menu-item.logo-item {
  align-items: center;
  display: none;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 1300px) {
  nav.main-menu .main-nav .menu-item {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media all and (min-width: 992px) {
  nav.main-menu .main-nav .menu-item:hover.has-children .sub-menu {
    display: block;
  }
}
nav.main-menu .main-nav .menu-item.has-children {
  position: relative;
}
nav.main-menu .main-nav .menu-item.has-children > a:focus {
  color: inherit;
}
nav.main-menu .main-nav .menu-item.has-children > a:after {
  font-size: 16px;
  content: "";
}
@media all and (max-width: 991px) {
  nav.main-menu .main-nav .menu-item.has-children > a:after {
    content: "";
  }
}
@media all and (max-width: 991px) {
  nav.main-menu .main-nav .menu-item.has-children:hover > a {
    color: inherit;
  }
}
@media all and (min-width: 992px) {
  nav.main-menu .main-nav .menu-item.has-children:hover > a {
    color: #eb483c;
  }
}
nav.main-menu .main-nav .menu-item.has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -30px;
  width: 250px;
  padding: 20px 30px 20px;
  background: #fff;
  text-align: left;
  line-height: 1.4;
}
@media all and (min-width: 992px) {
  nav.main-menu .main-nav .menu-item.has-children .sub-menu {
    display: none;
  }
}
nav.main-menu .main-nav .menu-item.has-children .sub-menu .menu-item {
  width: 100%;
  display: block;
  line-height: 1.4;
  height: auto;
  padding: 10px 0;
}
nav.main-menu .main-nav .menu-item.has-children .sub-menu .menu-item a {
  line-height: 1.4;
  height: auto;
  padding: 0;
}
nav.main-menu .main-nav .menu-item.has-children .sub-menu .menu-item a.active_1:before {
  content: none;
}
nav.main-menu .main-nav .small-items {
  font-size: 0;
}
nav.main-menu .main-nav .small-items a {
  text-transform: none;
  color: #eb483c;
  display: block;
  padding: 0 15px;
  line-height: 40px;
}
nav.main-menu .main-nav .small-items a.social {
  margin-top: 10px;
  display: inline-block;
  width: 33.333%;
  text-align: center;
  font-size: 24px;
}
nav.main-menu .main-nav .small-items .bottom {
  margin-top: 30px;
}
nav.main-menu .main-nav .small-items .bottom:before, nav.main-menu .main-nav .small-items .bottom:after {
  content: " ";
  display: table;
}
nav.main-menu .main-nav .small-items .bottom:after {
  clear: both;
}
nav.main-menu .main-nav .small-items .logo {
  width: 97px;
  height: 18.5px;
  background: url(/assets/bixi-logo.cbfbdf97.png) top center no-repeat;
  background-size: 65% auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
nav.main-menu .main-nav .small-items .logo.no-partner:after {
  display: none;
}
nav.main-menu .main-nav .small-items span.partner_title {
  display: block;
  font-size: 1rem;
  text-align: center;
  margin: 40px 0 25px 0;
}
nav.main-menu .main-nav .small-items .partner {
  font-size: 11px;
  color: #000;
  line-height: 1;
  position: relative;
  top: 0px;
  text-align: center;
  margin-top: 35px;
}
nav.main-menu .main-nav .small-items .partner:last-of-type {
  margin-bottom: 25px;
}
nav.main-menu .main-nav .small-items .partner span {
  display: block;
  width: 98px;
  height: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 6px auto 0 auto;
}
.en nav.main-menu .main-nav .small-items .partner span {
  width: 98px;
  height: 19px;
  background: url(/assets/partner-logo-2019_EN.5511d67c.png) top left;
  background-size: 100% auto;
}
nav.main-menu .main-nav .small-items .partner.rachelle-bery span {
  width: 68px;
  height: 39px;
  background-image: url(/assets/rachelle-bery_logo.ce6f79b2.png);
}
nav.main-menu .main-nav .small-items .partner.ckoi span {
  width: 65px;
  height: 24px;
  background-image: url(/assets/ckoi_logo.9d5e53e3.jpg);
}
nav.main-menu .main-nav .small-items .partner.fizz span {
  width: 66px;
  height: 43px;
  background-image: url(/assets/Logo_Fizz_Descripteur_RGB.cf1d047b.jpg);
}
nav.main-menu .main-nav .small-items .partner.artm span {
  width: 69px;
  height: 18px;
  background-image: url(/assets/Artmlogo.26328af6.png);
}
nav.main-menu .main-nav .small-items .partner.hilo span {
  width: 65px;
  height: 50px;
  background-image: url(/assets/Hilo_Logo_par-HQ_BleuFonce_cropped.a4060664.png);
}
nav.main-menu .main-nav .small-items .partner.hilo.eng span {
  width: 66px;
  height: 51px;
  background-image: url(/assets/Hilo_Logo_by-HQ_BleuFonce_cropped.91fc1582.png);
}
nav.main-menu .main-nav li.menu_subscribe {
  padding: 0;
  background: #eb483c;
}
nav.main-menu .main-nav li.menu_subscribe.menu-item {
  padding: 0;
}
nav.main-menu .main-nav li.menu_subscribe a {
  padding: 26px 22px 26px 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  height: 100px;
  vertical-align: middle;
  transition: padding 0.3s ease;
}
nav.main-menu .main-nav li.menu_subscribe a:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 42px;
  height: 24px;
  background: url(/assets/bixi-icon.b6f45c5a.svg) no-repeat;
  background-position: center 0;
}
nav.main-menu .main-nav li.menu_subscribe a:after {
  content: "";
  margin: 0 0 0 8px;
  position: relative;
  width: 0;
  left: -5px;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
}
nav.main-menu .main-nav li.menu_subscribe a:hover:before {
  animation: bixi_roll 1.2s 1 ease;
}
nav.main-menu .main-nav li.menu_subscribe a:hover:after {
  left: 0;
  opacity: 1;
}
@media all and (max-width: 1300px) {
  nav.main-menu .main-nav li.menu_subscribe a {
    padding: 26px 10px;
  }
}
@keyframes bixi_roll {
  0% {
    background-position: center 0;
  }
  49% {
    background-position: 64px 0;
  }
  50% {
    background-position: -99999px 0;
  }
  51% {
    background-position: -64px 0;
  }
  100% {
    background-position: center 0;
  }
}
@media all and (min-width: 992px) {
  .page-wrap.header + nav.main-menu {
    background: #fff;
    height: 75px;
    line-height: 75px;
  }
  .page-wrap.header + nav.main-menu .main-nav {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .page-wrap.header + nav.main-menu .main-nav .menu-item {
    height: 74px;
    line-height: 74px;
  }
  .page-wrap.header + nav.main-menu .main-nav .menu-item a {
    line-height: 74px;
    height: 74px;
  }
  .page-wrap.header + nav.main-menu ul#menu {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .page-wrap.header + nav.main-menu ul#menu:after {
    display: none;
  }
  .page-wrap.header + nav.main-menu ul#menu .menu-item:not(.logo-item) {
    float: none;
    display: inline-block;
  }
  .page-wrap.header + nav.main-menu ul#menu .menu-item:not(.logo-item).menu_subscribe {
    display: none;
  }
  .page-wrap.header + nav.main-menu ul#menu .menu-item:not(.logo-item).has-children .sub-menu {
    padding: 20px 30px 20px;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 260px;
    height: 100%;
    transform: translate(260px, 0);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 1000;
    overflow: hidden;
    background: #fff;
  }
}
@media all and (max-width: 991px) and (max-width: 767px) {
  nav.main-menu {
    width: 260px;
    transform: translate(260px, 0);
  }
}
@media all and (max-width: 991px) {
  nav.main-menu .user-login {
    color: #eb483c;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu .container {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  nav.main-menu .container .row {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  nav.main-menu .container .row [class*=col] {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu ul#menu {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
  nav.main-menu ul#menu .head {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 10px;
    background: #f3f3f3;
    margin-bottom: 15px;
    font-size: 16px;
  }
  nav.main-menu ul#menu .head .user-login {
    margin-left: 6px;
  }
  nav.main-menu ul#menu:after {
    display: none;
  }
  nav.main-menu ul#menu .menu-item {
    display: block;
    padding: 0;
    float: none;
    height: auto;
    line-height: 40px;
    padding: 0 15px;
  }
  nav.main-menu ul#menu .menu-item a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
  }
  nav.main-menu ul#menu .menu-item.has-children {
    position: static;
  }
  nav.main-menu ul#menu .menu-item.has-children .sub-menu {
    padding: 15px 0;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: translate(260px, 0);
    transition: transform 0.3s ease;
    z-index: 2000;
    background: #272b38;
  }
}
@media all and (max-width: 991px) and (max-width: 767px) {
  nav.main-menu ul#menu .menu-item.has-children .sub-menu {
    transform: translate(260px, 0);
  }
}
@media all and (max-width: 991px) {
  nav.main-menu ul#menu .menu-item.has-children .sub-menu .back {
    font-size: 16px;
    line-height: 40px;
    padding: 0 15px;
    color: #eb483c;
    text-transform: uppercase;
  }
  nav.main-menu ul#menu .menu-item.has-children .sub-menu .back:before {
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    transform: scale(-1, 1);
    margin-left: 0;
    position: static;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu ul#menu .menu-item.has-children .sub-menu .menu-item {
    background: transparent;
  }
  nav.main-menu ul#menu .menu-item.has-children .sub-menu .menu-item a {
    color: #fff;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu ul#menu .menu-item.has-children.opened .sub-menu {
    transform: translate(0, 0);
  }
}
@media all and (max-width: 991px) {
  nav.main-menu ul#menu .menu_subscribe {
    display: none;
  }
}
@media all and (max-width: 991px) {
  nav.main-menu.opened {
    transform: translate(0, 0);
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.standalone-level-2 {
  margin: 40px 0;
}

.nav-fixer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background-color: #f3f3f3;
  transition: transform 0.3s ease-out;
}

.hide {
  transform: translateY(-70px);
}

.full-hide {
  transform: translateY(-146px);
}

body:not(.home) {
  padding-top: 145px;
  transition: padding 0.3s ease-out;
}
@media all and (max-width: 991px) {
  body:not(.home) {
    padding-top: 60px;
  }
}

.home .main-menu .menu-item .logo {
  overflow: hidden;
  display: block;
  width: 110px;
  height: 20px;
  background: url(/assets/bixi-logo.cbfbdf97.png) no-repeat bottom center;
  background-size: 66% auto;
}
.home .main-menu.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 200;
}
.home .main-menu.fixed .main-nav:after {
  width: 200vw;
  transform: translateX(50%);
}
.home .main-menu.fixed .main-nav .menu-item:not(.menu_subscribe):not(.logo-item) {
  padding-left: 18px;
  padding-right: 18px;
}
@media all and (max-width: 1300px) {
  .home .main-menu.fixed .main-nav .menu-item:not(.menu_subscribe):not(.logo-item) {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media all and (max-width: 1300px) {
  .home .main-menu.fixed .main-nav .menu-item.logo-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1300px) {
  .home .main-menu.fixed .main-nav .menu-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .home .main-menu.fixed .main-nav .menu-item a {
    font-size: 14px;
  }
}
.home .main-menu.fixed .logo {
  width: 110px;
}
.home .main-menu.fixed .menu-item.logo-item {
  display: flex;
  width: auto;
  opacity: 1;
}

.cta-row {
  margin: 0 0 100px 0;
}
@media all and (max-width: 991px) {
  .cta-row {
    margin: 35px 0;
  }
}

[class^=cta] {
  margin: 50px 0;
}
@media all and (max-width: 767px) {
  [class^=cta] .title-level-1 {
    margin-top: 1em;
  }
}
[class^=cta] .img {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 1;
}
[class^=cta] .img .bg {
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  transition: transform 1s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat top center;
  background-size: cover;
}
[class^=cta] [class^=button] {
  margin: 1em 0 0 0;
}
[class^=cta] [class^=button]:not(:last-of-type) {
  margin-right: 15px;
}
[class^=cta] .arrow-link, [class^=cta] .arrow-link-white {
  margin-top: calc(14/16 * 1em);
  display: inline-block;
}
[class^=cta] .content {
  z-index: 3;
}
[class^=cta] .content img {
  max-width: 70%;
}
[class^=cta]:after {
  content: "";
  position: absolute;
  top: 0;
  border: 1px solid #eb483c;
}
[class^=cta][class*=-small] {
  padding-top: 1px;
}
[class^=cta][class*=-small] a {
  z-index: 4;
}
[class^=cta][class*=-small] .cta-small-wrapper {
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-small] .cta-small-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
[class^=cta][class*=-small] .content > div {
  padding: 60px;
  background: #fff;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-small] .content > div {
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-small] .content > div {
    padding: 30px;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-small] .content {
    padding: 0 15px;
  }
}
[class^=cta][class*=-small] .img {
  position: relative;
  z-index: 2;
  margin-left: calc(-6 / 12 * 100%);
  margin-bottom: 50px;
}
[class^=cta][class*=-small] .img img {
  width: 100%;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-small] .img {
    margin-left: 0;
    margin-bottom: 0px;
  }
}
[class^=cta][class*=-small] .aside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-left: calc(8 / 12 * 100%);
  z-index: 3;
  transition: transform 0.3s ease;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-small] .aside {
    display: none;
  }
}
[class^=cta][class*=-small]:after {
  top: 30px;
  left: calc(0.5/6 * 100% + 30px);
  width: calc(5/6 * 100% - 30px);
  height: 100%;
}
[class^=cta][class*=-small].hover .aside {
  transform: translate(0, -10px);
}
[class^=cta][class*=-large] {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-large] {
    padding: 45px 0;
  }
}
[class^=cta][class*=-large] .content {
  margin-top: 50px;
}
[class^=cta][class*=-large] .content > div {
  padding: 90px;
  background: #fff;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-large] .content > div {
    padding: 50px;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-large] .content > div {
    padding: 30px;
  }
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-large] .content {
    margin-top: 35px;
  }
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-large] .content {
    margin-top: calc(185 / 320 * 100% - 30px);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-large] .content {
    margin-top: calc(185 / 320 * 100% - 30px);
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
[class^=cta][class*=-large] .img {
  position: relative;
  margin-left: calc(-1/12 * 100% - 15px);
  padding-top: 37.5%;
  transform: translate(15px, 0);
}
[class^=cta][class*=-large] .img > .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat;
  background-size: cover;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-large] .img {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0) !important;
    width: 100%;
    margin-left: 0;
    padding-top: 57.8125%;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-large] .img {
    width: calc(100% - 30px);
    left: 0;
    transform: none !important;
    margin-left: 15px;
    margin-right: 15px;
  }
}
[class^=cta][class*=-large]:after {
  right: calc(2/12 * 100% + 15px);
  width: calc(6/12 * 100% - 30px);
  height: 0;
  padding-top: calc(6/12 * 100% - 30px);
  z-index: -1;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-large]:after {
    left: auto;
    right: calc(1/12 * 100%);
    width: calc(8/12 * 100%);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-large]:after {
    width: 100%;
    right: auto;
    left: calc(3/12 * 100%);
  }
}
[class^=cta][class*=-large][class*=-inverted] .img {
  transform: translate(-15px, 0);
}
[class^=cta][class*=-large][class*=-inverted]:after {
  right: auto;
  left: calc(3/12 * 100%);
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-large][class*=-inverted]:after {
    right: auto;
    left: calc(1/12 * 100%);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-large][class*=-inverted]:after {
    left: auto;
    right: calc(3/12 * 100%);
  }
}
[class^=cta][class*=-double-images] {
  padding-bottom: 50px;
  overflow: hidden;
}
[class^=cta][class*=-double-images]:before, [class^=cta][class*=-double-images]:after {
  content: " ";
  display: table;
}
[class^=cta][class*=-double-images]:after {
  clear: both;
}
[class^=cta][class*=-double-images] .img {
  position: relative;
  width: calc(5/7 * 100%);
  height: 0;
  padding-top: calc(5/7 * 73%);
  float: left;
}
[class^=cta][class*=-double-images] .img.front {
  z-index: 2;
  margin-top: 195px;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-double-images] .img.front {
    margin-top: 130px;
  }
}
[class^=cta][class*=-double-images] .img.back {
  margin-left: calc(-3/7 * 100%);
}
[class^=cta][class*=-double-images]:after {
  width: calc(5/7 * 100%);
  height: 0;
  padding-top: calc(5/7 * 100%);
  top: 105px;
  left: 110px;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-double-images]:after {
    top: 55px;
    left: 80px;
  }
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-promo] {
    padding-top: 1px;
  }
}
[class^=cta][class*=-promo] .content {
  position: relative;
  padding: 60px 130px 60px 110px;
  margin-top: 30px;
  background: #fff;
}
[class^=cta][class*=-promo] .content img {
  margin-bottom: 40px;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-promo] .content {
    padding: 40px 90px 40px 40px;
    margin-top: 50px;
  }
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo] .content {
    padding: 40px 90px 40px 40px;
    margin-top: calc(350/515 * 100% + 50px);
    z-index: 3;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-promo] .content {
    padding: 40px 20px;
    margin-top: calc(350/515 * 100% + 30px);
  }
}
[class^=cta][class*=-promo] .img {
  position: relative;
  margin-top: 100px;
  transform: translate(15px, 0);
  padding-top: calc(350/515 * 5/12 * 100%);
  z-index: 4;
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo] .img {
    position: absolute;
    left: 0;
    margin-top: 50px;
    padding-top: calc(350/515 * 100%);
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-promo] .img {
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-right: -30px;
  }
}
[class^=cta][class*=-promo]:after {
  top: 0;
  left: calc(4/12 * 100% + 30px);
  width: calc(5/12 * 100% - 30px);
  height: 0;
  padding-top: calc(5/12 * 100% - 30px);
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo]:after {
    left: auto;
    right: calc(1/12 * 100%);
    width: calc(8/12 * 100%);
    padding-top: calc(8/12 * 100% - 30px);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-promo]:after {
    width: 100%;
    right: auto;
    left: calc(3/12 * 100%);
  }
}
[class^=cta][class*=-promo][class*=-inverted] .content {
  margin-left: 15px;
  padding: 60px 130px 60px 130px;
}
@media all and (max-width: 1300px) {
  [class^=cta][class*=-promo][class*=-inverted] .content {
    padding: 40px 40px 40px 90px;
  }
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo][class*=-inverted] .content {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-promo][class*=-inverted] .content {
    padding: 40px 20px;
  }
}
[class^=cta][class*=-promo][class*=-inverted] .img {
  transform: translate(-30px, 0);
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo][class*=-inverted] .img {
    transform: none;
    left: 15px;
  }
}
[class^=cta][class*=-promo][class*=-inverted]:after {
  left: calc(3/12 * 100% + 15px);
}
@media all and (max-width: 991px) {
  [class^=cta][class*=-promo][class*=-inverted]:after {
    right: auto;
    left: calc(1/12 * 100%);
  }
}
@media all and (max-width: 767px) {
  [class^=cta][class*=-promo][class*=-inverted]:after {
    left: auto;
    right: calc(3/12 * 100%);
  }
}
[class^=cta][class*=-promo].hover .aside {
  top: -10px;
}

.alert-button {
  position: fixed;
  bottom: 112px;
  right: 0;
  z-index: 10000;
  background: #eb483c;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
.alert-button a {
  color: #fff;
  font-style: normal;
}
.alert-button a:hover {
  text-decoration: none;
}
@media all and (max-width: 1025px) {
  .alert-button a {
    width: 100%;
  }
}
.alert-button .alert-cta {
  padding: 10px 20px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-button .alert-cta:before {
  content: "";
  display: block;
  margin: 0 auto 0;
  width: 42px;
  height: 24px;
  background: url(/assets/bixi-icon.b6f45c5a.svg) no-repeat;
  background-position: center 0;
  margin-right: 10px;
}
.alert-button .alert-cta:after {
  content: "";
  margin: 0 0 0 8px;
  position: relative;
  width: 0;
  left: -5px;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.3s ease;
}
.alert-button .alert-cta:hover:before {
  animation: bixi_roll 1.2s 1 ease;
}
.alert-button .alert-cta:hover:after {
  left: 0;
  opacity: 1;
}
@keyframes bixi_roll {
  0% {
    background-position: center 0;
  }
  49% {
    background-position: 64px 0;
  }
  50% {
    background-position: -99999px 0;
  }
  51% {
    background-position: -64px 0;
  }
  100% {
    background-position: center 0;
  }
}
.alert-button .btn {
  position: relative;
  top: 0.05em;
}
@media all and (min-width: 1025px) {
  .alert-button {
    width: auto;
  }
  .alert-button .alert-cta-text {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  .alert-button {
    margin: 15px auto;
    position: static;
    display: flex;
    align-items: stretch;
  }
  body:not(.home) .alert-button {
    display: none;
  }
  .alert-button .alert-cta {
    font-size: 24px;
    padding: 20px 60px 20px 40px;
  }
  .alert-button .alert-cta:after {
    left: 0;
    margin: 0 0 0 15px;
    opacity: 1;
    width: auto;
  }
  .alert-button .alert-cta:before {
    margin: 0 30px 0 0;
  }
  .alert-button .alert-cta:hover:before {
    animation: none;
  }
  .alert-button .alert-cta-text {
    background: #d54137;
    flex: 1 1 auto;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;
  }
  .alert-button .alert-cta-text .title-level-2, .alert-button .alert-cta-text p {
    color: #fff;
  }
  .alert-button .alert-cta-text [class^=button] {
    margin-bottom: 0;
    margin-left: 120px;
  }
}
@media all and (max-width: 991px) {
  .alert-button .alert-cta {
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }
  .alert-button .alert-cta-text {
    display: none;
  }
}

.alerts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(110%, 0);
  background: #f3f3f3;
  z-index: 11000;
  padding: 50px 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
@media all and (max-width: 767px) {
  .alerts {
    padding: 20px 0;
  }
}
.alerts.visible {
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alerts .back-btn {
  margin: 20px 0 35px;
}
.alerts .inner {
  padding: 60px 0;
}
@media all and (max-width: 991px) {
  .alerts .inner {
    padding: 0;
  }
}
.alerts .cta-map [class^=button] {
  margin-top: 30px;
}
@media all and (max-width: 991px) {
  .alerts .cta-map {
    margin-top: 40px;
  }
}
.alerts .alert-date {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.alerts .alert-date:first-child {
  margin-top: 0;
}
.alerts .content {
  background: #eb483c;
  color: #fff;
  margin: -120px -15px -80px;
  padding: 8.3333333333% 15px;
}
.alerts .content hr {
  opacity: 0.25;
  margin: 15px 0;
}
.alerts .content .title-level-1 {
  color: #fff;
}
@media all and (max-width: 991px) {
  .alerts .content {
    margin: 30px -15px;
  }
}
.alerts .alert-content {
  padding-left: 30px;
}

body.alert-page .alert-button {
  display: none;
}
body.alert-page .back-btn {
  visibility: hidden;
}
body.alert-page .alerts {
  position: static;
  transform: translate(0, 0);
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table tr {
  border-bottom: 1px solid #c1c1c1;
}
table tr th {
  text-transform: uppercase;
}
table tr td,
table tr th {
  padding: 16px 5px;
}
table.accent {
  color: #eb483c;
}
table.accent tr {
  border-bottom-color: #eb483c;
}
table.leaderboard tr:first-child {
  border-bottom: none;
}
table.leaderboard th {
  background-color: #eb483c;
  color: #fff;
}
table.borderless tr {
  border: none;
}
table.bike-angels-rewards {
  width: 90% !important;
  margin: 30px auto;
}
@media all and (max-width: 992px) {
  table.bike-angels-rewards {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  table.bike-angels-rewards td {
    width: 100% !important;
    display: block;
  }
}
table.content-centered tr td {
  text-align: center;
}
.inpage-nav, .standalone-menu {
  background: #272b38;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translateZ(-1px);
}
@media all and (min-width: 992px) {
  .inpage-nav.fixed .ctn, .standalone-menu.fixed .ctn {
    width: calc(100% - 150px);
  }
  .ie9 .inpage-nav.fixed .ctn, .ie9 .standalone-menu.fixed .ctn {
    width: 80%;
  }
  .inpage-nav.fixed .logo, .standalone-menu.fixed .logo {
    left: 20px;
    transform: translate(0%, 0);
  }
}
.inpage-nav .nav-wrapper, .standalone-menu .nav-wrapper {
  position: relative;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 1300px) {
  .inpage-nav .nav-wrapper, .standalone-menu .nav-wrapper {
    width: 100%;
    max-width: none;
  }
}
@media all and (max-width: 991px) {
  .inpage-nav .nav-wrapper, .standalone-menu .nav-wrapper {
    max-width: none;
    width: auto;
    overflow-x: scroll;
  }
}
.inpage-nav .logo, .standalone-menu .logo {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 25px;
  left: -20px;
  width: 110px;
  height: 20px;
  background: url(/assets/bixi-logo.cbfbdf97.png) no-repeat bottom center;
  background-size: 66% auto;
  transform: translate(-100%, 0);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inpage-nav .ctn, .standalone-menu .ctn {
  display: table;
  width: 100%;
  table-layout: fixed;
  float: right;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media all and (max-width: 991px) {
  .inpage-nav .ctn, .standalone-menu .ctn {
    table-layout: auto;
    width: auto;
    text-align: left;
    float: left;
  }
}
.inpage-nav .ctn a, .standalone-menu .ctn a {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 25px 0;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  transition: color 0s linear 0.15s, opacity 0.3s ease;
}
@media all and (max-width: 991px) {
  .inpage-nav .ctn a, .standalone-menu .ctn a {
    width: 250px;
  }
}
.inpage-nav .ctn a:hover, .standalone-menu .ctn a:hover {
  opacity: 1;
}
.inpage-nav .ctn a:after, .standalone-menu .ctn a:after {
  content: "";
  position: absolute;
  top: 101%;
  bottom: 0;
  left: 1px;
  right: 1px;
  background: #fff;
  z-index: 1;
  transition: top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inpage-nav .ctn a:before, .standalone-menu .ctn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  right: 1px;
  background: #2c313e;
}
.inpage-nav .ctn a span, .standalone-menu .ctn a span {
  position: relative;
  z-index: 2;
}
.inpage-nav .ctn a.active, .standalone-menu .ctn a.active {
  color: #eb483c;
  opacity: 1;
}
.inpage-nav .ctn a.active:after, .standalone-menu .ctn a.active:after {
  top: 0%;
}

.scroll-section {
  position: relative;
  overflow: visible;
}
.edge .scroll-section {
  overflow: hidden;
}
.scroll-section .bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scroll-section .bg.edge {
  height: 100vh;
}
.scroll-section .bg.edge .img {
  background-attachment: scroll;
}
.scroll-section .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.scroll-section .bg .img.invis {
  opacity: 0;
}
@media all and (max-width: 1024px) {
  .scroll-section .bg {
    clip: rect(0, auto, auto, 0);
  }
  .scroll-section .bg .img {
    position: fixed;
    will-change: transform;
    background-attachment: scroll;
  }
}
@media all and (max-width: 767px) {
  .scroll-section .bg {
    display: none;
  }
}
.scroll-section .content {
  background: #fff;
  padding: calc(1/12 * 100%);
  position: relative;
  top: -50px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .scroll-section .content {
    top: 0;
  }
}
.scroll-section .content .title-level-1:not(:first-child) {
  margin-top: 1em;
}

.video-block .videos .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
}
@media all and (max-width: 1300px) {
  .video-block .videos .slider {
    height: 490px;
  }
}
@media all and (max-width: 767px) {
  .video-block .videos .slider {
    height: 300px;
  }
}
.video-block .videos .slider .slick-list {
  width: 50vw;
}
.video-block .videos .slider .slick-list .slick-track {
  width: 50vw;
}
.video-block .videos .slider .slick-list .slick-track .slick-slide {
  width: 50vw;
}
.video-block .videos .slider .slick-list .slick-track .slick-slide .slide {
  width: 50vw;
}
@media all and (max-width: 991px) {
  .video-block .videos .slider .slick-list {
    width: calc(100vw - 30px);
  }
  .video-block .videos .slider .slick-list .slick-track {
    width: calc(100vw - 30px);
  }
  .video-block .videos .slider .slick-list .slick-track .slick-slide {
    width: calc(100vw - 30px);
  }
  .video-block .videos .slider .slick-list .slick-track .slick-slide .slide {
    width: calc(100vw - 30px);
    height: calc(210/310*100vw);
  }
}
.video-block .videos .slider .slide {
  height: 650px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 1300px) {
  .video-block .videos .slider .slide {
    height: 490px;
  }
}
@media all and (max-width: 991px) {
  .video-block .videos .slider .slide {
    width: calc(100vw - 30px);
  }
}
@media all and (max-width: 767px) {
  .video-block .videos .slider .slide {
    height: 300px;
  }
}
.video-block .videos .slider .slide:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #fff;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  background: #eb483c;
}
.video-block .videos .slider .slide .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 1s ease;
}
.video-block .videos .slider .slide .bg-video img {
  max-width: 60vw;
}
.video-block .videos .slider .slide:hover .bg-video {
  transform: scale(1.2);
  transition: transform 6s ease;
}
@media all and (max-width: 400px) {
  .video-block.off-grid-image-block .media {
    height: calc(210/310*100vw);
    padding-top: 0;
    background-position: bottom left;
  }
}
@media all and (min-width: 400px) and (max-width: 990px) {
  .video-block.off-grid-image-block {
    padding-bottom: calc(210/310*100vw + 30px);
  }
}
.video-block [class^=button] {
  margin: 1em 0 0 0;
}
.video-block .arrow-link, .video-block .arrow-link-white {
  margin-top: calc(14/16 * 1em);
  display: inline-block;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  transform: translate(0, 110%);
  z-index: 1000;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-overlay.opened {
  transform: translate(0, 0);
}
.video-overlay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #eb483c;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
}
.video-overlay .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-overlay .player iframe {
  width: 100%;
  height: 100%;
}

.off-grid-image-block {
  position: relative;
  min-height: 33.8541666667vw;
  margin-bottom: 130px;
  padding-top: 40px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .off-grid-image-block {
    margin-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  .off-grid-image-block {
    padding-bottom: 15px;
    margin-bottom: 80px;
  }
}
.off-grid-image-block [class^=button] {
  margin: 1em 0 0 0;
}
.off-grid-image-block [class^=button]:not(:last-of-type) {
  margin-right: 15px;
}
.off-grid-image-block .arrow-link, .off-grid-image-block .arrow-link-white {
  margin-top: calc(14/16 * 1em);
  display: inline-block;
}
.off-grid-image-block .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.off-grid-image-block > .container {
  position: relative;
  min-height: 33.8541666667vw;
}
@media all and (max-width: 767px) {
  .off-grid-image-block > .container {
    padding-bottom: 40px;
  }
}
.off-grid-image-block > .container:after {
  content: "";
  width: calc(8/12 * 100%);
  height: 50px;
  border: 1px solid #eb483c;
  border-top: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: calc(-4/12 * 100%);
}
@media all and (max-width: 991px) {
  .off-grid-image-block > .container:after {
    display: none;
  }
}
.off-grid-image-block.inverted .media {
  left: unset;
}
.off-grid-image-block.inverted .media:not(.videos) {
  right: 50%;
}
@media all and (max-width: 991px) {
  .off-grid-image-block.inverted .media {
    left: 15px;
  }
}
.off-grid-image-block .media {
  position: absolute;
  top: 120px;
  left: 50%;
  z-index: 1;
}
.off-grid-image-block .media img {
  max-width: unset;
  min-width: 50vw;
  min-height: 500px;
}
@media all and (max-width: 1300px) {
  .off-grid-image-block .media img {
    width: 100%;
    height: auto;
    min-height: unset;
    min-width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 1300px) {
  .off-grid-image-block .media {
    background-position: bottom center;
  }
}
@media all and (max-width: 991px) {
  .off-grid-image-block .media {
    position: relative;
    top: 0;
    left: 15px;
    width: calc(100vw - 30px);
    padding-top: 0;
  }
}
@media all and (max-width: 400px) {
  .off-grid-image-block .media {
    max-height: 300px;
    padding-top: 0;
    background-position: bottom left;
  }
}

.intro-block {
  position: relative;
}
.intro-block .promo-box-ctn {
  z-index: 5;
}
@media all and (max-width: 991px) {
  .intro-block .promo-box-ctn {
    float: unset;
  }
}
.intro-block .promo-box {
  margin-bottom: 80px;
  padding: 70px 45px;
  background: #eb483c;
  color: #fff;
}
.intro-block .promo-box p, .intro-block .promo-box [class^=title] {
  color: inherit;
}
@media all and (max-width: 991px) {
  .intro-block .promo-box {
    padding: 50px 30px;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.intro-block .promo-box-title {
  margin-bottom: 0.25em;
  font-size: 120px;
}
.intro-block .promo-box-title sup {
  top: -1em;
  font-size: 0.4em;
}
@media all and (max-width: 991px) {
  .intro-block .promo-box-title {
    font-size: 80px;
  }
}
.intro-block .promo-box-label {
  margin-bottom: 0.5em;
  font-size: 40px;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  .intro-block .promo-box-label {
    font-size: 24px;
  }
}
.intro-block .bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 0);
  background: no-repeat bottom center;
  background-size: auto 100%;
}
.intro-block .bg img {
  display: none;
  margin-right: auto;
  margin-left: auto;
}
.intro-block .bg.with-promo {
  background-position: bottom right;
}
@media all and (max-width: 991px) {
  .intro-block .bg {
    background: none;
    background-image: none;
    background-size: 0;
    position: static;
    transform: none;
  }
  .intro-block .bg img {
    display: block;
  }
  .intro-block .bg.with-promo {
    margin-top: -40%;
  }
}
@media all and (max-width: 991px) and (max-width: 991px) {
  .intro-block .bg.with-promo {
    margin-top: 0;
  }
}
.intro-block .button-small-clear, .intro-block .button-small-clear-white, .intro-block .button-small, .intro-block .button-small-white, .intro-block .arrow-link, .intro-block .arrow-link-white {
  margin-top: 1em;
  margin-bottom: 0;
}
.intro-block .button-small-clear:first-child, .intro-block .button-small-clear-white:first-child, .intro-block .button-small:first-child, .intro-block .button-small-white:first-child, .intro-block .arrow-link:first-child, .intro-block .arrow-link-white:first-child {
  margin-top: 25px;
}
.intro-block .button-small-clear:not(:last-of-type), .intro-block .button-small-clear-white:not(:last-of-type), .intro-block .button-small:not(:last-of-type), .intro-block .button-small-white:not(:last-of-type), .intro-block .arrow-link:not(:last-of-type), .intro-block .arrow-link-white:not(:last-of-type) {
  margin-right: 15px;
}
.intro-block .arrow-link, .intro-block .arrow-link-white {
  display: inline-block;
}
@media all and (max-width: 991px) {
  .intro-block {
    background-size: 100% auto;
  }
}
.intro-block:not(.half-half-image) .content {
  padding-bottom: 180px;
}
@media all and (max-width: 991px) {
  .intro-block:not(.half-half-image) .content {
    padding-bottom: 0;
  }
}
.intro-block .content {
  position: relative;
  z-index: 1;
}
.intro-block .content [class*=title] {
  margin-bottom: 1em;
}
.intro-block .content .arrow {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 19px/2);
  width: 30px;
  height: 15px;
  margin-top: 35px;
  overflow: hidden;
  cursor: pointer;
}
.intro-block .content .arrow:after, .intro-block .content .arrow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 30px;
  height: 3px;
  background: #eb483c;
  transform-origin: center left;
}
.intro-block .content .arrow:after {
  transform: translate(1px, 1px) rotate(-135deg);
}
.intro-block .content .arrow:before {
  transform: translate(0, 0) rotate(-45deg);
}
@media all and (max-width: 991px) {
  .intro-block .content .arrow {
    position: relative;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-block:not(:first-child) .content .arrow {
  display: none;
}
.intro-block.inverted:not(.half-half-image) .block-elements {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.intro-block.inverted:not(.half-half-image) .bg {
  min-height: 500px;
}
.intro-block.inverted:not(.half-half-image) .bg.with-promo {
  background-position: bottom left;
}
@media all and (max-width: 991px) {
  .intro-block.inverted:not(.half-half-image) .bg {
    min-height: 1px;
  }
}
@media all and (max-width: 991px) {
  .intro-block.inverted:not(.half-half-image) .block-elements {
    flex-direction: column;
  }
}
.intro-block + .light-bg {
  margin-top: -80px;
}
@media all and (max-width: 991px) {
  .intro-block + .light-bg {
    margin-top: 0;
  }
}

.half-half-image .aside img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
@media all and (max-width: 767px) {
  .half-half-image .aside img {
    display: block;
    margin: 30px 0 0 0;
    width: auto;
  }
  .half-half-image.inverted .block-elements {
    display: flex;
    flex-direction: column-reverse;
  }
}

.half-half-slider {
  margin-bottom: 80px;
}
.half-half-slider .content {
  padding: 140px 75px;
  background-color: #272b38;
  color: #fff;
}
.half-half-slider .content p {
  color: inherit;
  line-height: 1.5;
}
.half-half-slider .content p:last-child {
  margin-bottom: 0;
}
.half-half-slider .content [class*=title] {
  color: inherit;
  line-height: 1.25;
}
.half-half-slider .content [class*=title]:first-of-type {
  margin-top: 0;
}
.half-half-slider .content [class*=button], .half-half-slider .content .arrow-only, .half-half-slider .content .arrow-only-white {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
.half-half-slider .content [class*=button]:not(:last-of-type), .half-half-slider .content .arrow-only:not(:last-of-type), .half-half-slider .content .arrow-only-white:not(:last-of-type) {
  margin-right: 15px;
}
@media all and (max-width: 1300px) {
  .half-half-slider .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 991px) {
  .half-half-slider .content {
    padding: 75px 140px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .half-half-slider .content {
    padding: 60px;
  }
}
.half-half-slider .reusable-slider {
  text-align: center;
}
@media all and (max-width: 991px) {
  .half-half-slider .reusable-slider {
    margin-top: 30px;
  }
}
.half-half-slider .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.half-half-slider .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.half-half-slider .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 6px;
}
.half-half-slider .slick-dots li button {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(235, 72, 60, 0.2);
}
.half-half-slider .slick-dots li.slick-active button {
  background-color: #eb483c;
}
.half-half-slider .slider-ctn {
  width: calc(100% + 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.half-half-slider .slick-arrow {
  position: relative;
  z-index: 2;
  transform: translateY(0);
}
.half-half-slider .slick-arrow:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -0.2em;
  width: 100%;
  height: 100%;
  color: black;
  font-size: 25px;
  transform-origin: center center;
}
.half-half-slider .slick-arrow.slick-prev {
  left: 0;
  margin-right: 25px;
}
.half-half-slider .slick-arrow.slick-prev:before {
  content: "";
}
.half-half-slider .slick-arrow.slick-next {
  right: 0;
  margin-left: 25px;
}
.half-half-slider .slide-icon {
  margin: 0 auto 30px;
  max-height: 250px;
}
@media all and (max-width: 1300px) {
  .half-half-slider {
    margin-bottom: 30px;
  }
}

.text-block {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .text-block {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.cta-promo-container {
  margin: 80px auto;
}
.cta-promo-container .cta-row, .cta-promo-container .cta-promo, .cta-promo-container .cta-promo-inverted {
  margin: 0;
}
@media all and (min-width: 992px) {
  .cta-promo-container .cta-promo .img::after {
    width: 375px;
    height: 375px;
    padding-top: 0;
  }
}
@media all and (min-width: 1301px) {
  .cta-promo-container .cta-promo .img::after {
    width: 500px;
    height: 500px;
  }
}
@media all and (max-width: 767px) {
  .cta-promo-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 992px) {
  .cta-promo-container {
    min-height: 375px;
  }
}
@media all and (min-width: 1301px) {
  .cta-promo-container {
    min-height: 500px;
  }
}

.feature-listing-banner {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #272b38;
  color: #fff;
}
.feature-listing-banner p, .feature-listing-banner [class^=title] {
  color: inherit;
  text-align: center;
}
.feature-listing-banner p:last-child {
  margin-bottom: 0;
}
.feature-listing-banner .features-ctn {
  display: flex;
  flex-wrap: wrap;
}
.feature-listing-banner .feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feature-listing-banner .feature-card:nth-child(n+5) {
  margin-top: 2em;
}
@media all and (max-width: 991px) {
  .feature-listing-banner .feature-card:nth-child(n+3) {
    margin-top: 4em;
  }
}
@media all and (max-width: 767px) {
  .feature-listing-banner .feature-card {
    width: 100%;
  }
  .feature-listing-banner .feature-card:nth-child(n+2) {
    margin-top: 4em;
  }
}
.feature-listing-banner .feature-content {
  padding: 0 40px;
}
.feature-listing-banner .feature-icon {
  max-height: 70px;
  margin-bottom: 1em;
}
@media all and (max-width: 991px) {
  .feature-listing-banner {
    margin-bottom: 30px;
  }
}

.intro-block.with-promo + .feature-listing-banner {
  margin-top: -80px;
}
@media all and (max-width: 991px) {
  .intro-block.with-promo + .feature-listing-banner {
    margin-top: 0;
  }
}

.tarif-details .feature-listing-banner:nth-last-child(2) {
  margin-bottom: 0;
}

.hero-banner {
  margin: 80px 0 80px;
  display: flex;
}
.hero-banner .btns-ctn {
  margin-top: 30px;
  text-align: center;
}
.hero-banner .hero-ctn {
  padding: 185px 0;
  margin-bottom: calc(1/12 * (1280px - 30px));
  position: relative;
  z-index: 1;
  color: #fff;
}
.hero-banner .hero-ctn p, .hero-banner .hero-ctn [class^=title] {
  color: inherit;
  text-align: center;
  line-height: 1.25;
}
.hero-banner .hero-ctn p:last-of-type {
  margin-bottom: 0;
}
.hero-banner .hero-ctn [class^=title] {
  margin-bottom: 30px;
}
.hero-banner .hero-ctn [class^=button], .hero-banner .hero-ctn .arrow-only {
  display: inline-block;
  margin: 10px 8px 0 8px;
}
.hero-banner .hero-ctn .centered {
  float: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .hero-banner .hero-ctn .centered {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 1300px) {
  .hero-banner .hero-ctn {
    padding: 150px 0;
    margin-bottom: calc(1/12 * (970px - 30px));
  }
}
@media all and (max-width: 991px) {
  .hero-banner .hero-ctn {
    padding: 120px 0;
    margin-bottom: calc(1/12 * (750px - 30px));
  }
}
@media all and (max-width: 768px) {
  .hero-banner .hero-ctn {
    margin-bottom: calc(1/12 * (100% - 30px));
  }
}
.hero-banner .bg {
  margin: 0 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.hero-banner .bg::before {
  content: "";
  display: block;
  position: absolute;
  margin-top: calc(1/12 * 100%);
  height: 100%;
  width: 100%;
  top: 0;
  left: calc(1/12 * 100%);
  border: 1px solid #eb483c;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .hero-banner .bg::before {
    width: calc(10/12 * 100%);
  }
}
.hero-banner .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media all and (max-width: 1300px) {
  .hero-banner {
    margin-bottom: calc(1/12 * (970px - 30px));
  }
}
@media all and (max-width: 767px) {
  .hero-banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-header {
  padding: 80px 0;
  background: #2c313e;
}
.section-header .row > div {
  text-align: center;
}
.section-header .title-level-1 {
  text-transform: none;
}
.section-header .title-level-2, .section-header p {
  color: #fff;
}
.section-header .title-level-1:last-child,
.section-header [class^=button]:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 991px) {
  .section-header {
    padding: 40px 0;
  }
}

.folders {
  padding-top: 60px;
  clear: both;
  margin-bottom: 120px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .folders {
    margin-bottom: 40px;
  }
}
.folders .folder .media {
  margin-bottom: 30px;
}
.folders .folder .title {
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 25px 80px 25px 0;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: color 0.3s ease, padding 0.3s ease;
}
@media all and (min-width: 992px) {
  .folders .folder .title:hover {
    padding-left: 10px;
    padding-right: 70px;
  }
}
.folders .folder .content {
  display: none;
  padding-bottom: 30px;
}
.folders .folder.opened .title {
  color: #eb483c;
}
@media all and (min-width: 992px) {
  .folders .folder.opened .title:hover {
    padding-left: 0;
    padding-right: 80px;
  }
}
.folders .folder.opened .title:after {
  transform: rotate(180deg);
  transform: translateZ(0) rotate(180deg);
}
.folders .folder.opened .title:before {
  transform: rotate(270deg);
  transform: translateZ(0) rotate(270deg);
}

.faq.reusable .folders {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .faq.reusable .folders {
    margin-bottom: 0;
  }
}

.img-spacer {
  width: 100%;
  height: 400px;
  position: relative;
  background: #eb483c url(/assets/img-spacer-bg.556abfcb.jpg) no-repeat;
  background-size: cover;
}
@media all and (max-width: 1300px) {
  .img-spacer {
    height: 300px;
  }
}
@media all and (max-width: 991px) {
  .img-spacer {
    height: 200px;
    background-position: center center;
    background-size: auto 450px;
  }
}
.img-spacer .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%);
  background: #eb483c url(/assets/img-spacer-bg.556abfcb.jpg) no-repeat;
  background-size: cover;
}

.faq {
  padding-top: 80px;
  margin-top: 100px;
}
.faq .folder .content {
  padding-left: 40px;
  padding-right: 40px;
}
.faq.reusable {
  padding-top: 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media all and (max-width: 991px) {
  .faq {
    margin-top: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .faq {
    padding-top: 40px;
  }
  .faq.reusable {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.financial-statements .statement {
  margin-bottom: 20px;
}
.financial-statements .title-level-2 {
  margin-bottom: 70px;
}
.board-directors .title {
  z-index: 2;
}
.board-directors .title-level-2 {
  margin-bottom: 70px;
}
.board-directors .director {
  margin-bottom: 40px;
  z-index: 2;
}
.board-directors .director:nth-of-type(4n + 2) {
  clear: left;
}

.career-opening .career-container {
  position: relative;
}
.career-opening .career-container-bg {
  background-image: url("/assets/bixi-bike.4c49c68f.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 29.6875%;
}
.career-opening .meta {
  font-size: 14px;
  color: #898e90;
}
.career-opening .button-menu-clear {
  margin-top: 35px;
}
.career-opening .button-menu-clear span {
  margin: 0 20px;
}
.career-opening .career-info {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.career-opening .career-content {
  margin-top: 2.5em;
}
.career-opening .career-description {
  padding-bottom: 100px;
}
.career-opening .career-description .title-level-3 {
  margin-top: 2em;
}
.career-opening .career-description .title-level-3:first-child {
  margin-top: 0px;
}
.career-opening .career-form-container {
  background-color: #fff;
  padding-top: 100px;
}
.career-opening .career-form-container form {
  margin: 0px;
}
.career-opening .career-form-container .selectric {
  background: none;
  margin: 0 0 30px 0;
}
.career-opening .career-form-container .title-level-3 {
  color: #eb483c;
}
@media all and (max-width: 992px) {
  .career-opening .career-container-bg {
    background-image: none;
  }
}

.share-snippet {
  display: inline-block;
}
.share-snippet .circled {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  text-align: center;
  border: 2px solid #fff;
  color: #eb483c;
  background: #fff;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  transform: scale(0) translateZ(0);
}
.share-snippet .circled:before {
  margin: 0;
}
.share-snippet .circled:nth-child(1) {
  transition-delay: 0.05s;
}
.share-snippet .circled:nth-child(2) {
  transition-delay: 0.1s;
}
.share-snippet .circled:nth-child(3) {
  transition-delay: 0.15s;
}
.share-snippet .circled:nth-child(4) {
  transition-delay: 0.2s;
}
.share-snippet .circled:nth-child(5) {
  transition-delay: 0.25s;
}
.share-snippet .circled:hover {
  background: #eb483c;
  color: #fff;
  border-color: #eb483c;
}
.share-snippet .icon-share {
  transform: scale(1);
  transform: scale(1) translateZ(0);
  background: #eb483c;
  color: #fff;
  border: none;
  line-height: 40px;
}
.share-snippet:hover .circled {
  transform: scale(1);
  transform: scale(1) translateZ(0);
}
.share-snippet:hover .circled:nth-child(1) {
  transition-delay: 0.2s;
}
.share-snippet:hover .circled:nth-child(2) {
  transition-delay: 0.15s;
}
.share-snippet:hover .circled:nth-child(3) {
  transition-delay: 0.1s;
}
.share-snippet:hover .circled:nth-child(4) {
  transition-delay: 0.05s;
}
.share-snippet:hover .circled:nth-child(5) {
  transition-delay: 0s;
}
.share-snippet.vertical .circled {
  display: block;
}
.share-snippet.vertical .circled + .circled {
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  .share-snippet.vertical .circled + .circled {
    margin-top: 0;
    margin-left: 10px;
  }
}

.open-data-history {
  padding: 120px 15px;
}
.open-data-history .document-csv {
  margin-top: 40px;
}

.open-data-chart-tabs {
  margin-bottom: 80px;
}

.grapics-title {
  margin-bottom: 50px;
}

.open-data-charts {
  background: #fff;
  padding: 120px 0;
}
.open-data-charts .filters .selectric {
  margin-bottom: 20px;
}

[data-form-messages] {
  display: none;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #c1c1c1;
  line-height: 1.4;
}
[data-form-messages] .error {
  color: #eb483c;
}
[data-form-messages] .error, [data-form-messages] .success {
  display: none;
}
[data-form-messages].error .error {
  display: block;
}
[data-form-messages].error .success {
  display: none;
}
[data-form-messages].success .error {
  display: none;
}
[data-form-messages].success .success {
  display: block;
}

form fieldset {
  padding: 0;
  margin: 0 0 40px 0;
  border: none;
}
form fieldset:before, form fieldset:after {
  content: " ";
  display: table;
}
form fieldset:after {
  clear: both;
}
form fieldset .title-level-2 + p {
  margin-top: -0.5em;
}
form [data-selectric] {
  opacity: 0;
}
form .form-control {
  position: relative;
}
form .form-control .message {
  color: #eb483c;
  position: absolute;
  top: 3px;
  left: 4px;
  font-size: 9px;
}
form textarea {
  max-width: 100%;
  min-height: 100px;
}
form .selectric-wrapper select {
  display: block;
}
form input {
  padding-right: 20px;
  height: 50px;
}
form label {
  display: inline-block;
  padding-bottom: 6px;
}
form .g-recaptcha {
  margin: 10px 0 20px 0;
}

.pin-wrapper {
  display: block;
  margin-top: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  color: #333333 !important;
}
.pin-wrapper .pin {
  display: block;
  margin: 0 auto;
  width: 47px;
  height: 50px;
  padding-top: 8px;
  background: url(/assets/pin-blog.119982cb.svg) no-repeat top center;
  background-size: contain;
  margin-bottom: 10px;
}
.pin-wrapper:after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  content: "";
  width: 1px;
  height: 30px;
  background: #eb483c;
}

.carte-interactive-page .small-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.carte-interactive-page #intro-block-1 {
  background-color: #92dff8;
}
.carte-interactive-page #intro-block-1 .content {
  min-height: 610px;
}
.carte-interactive-page #intro-block-1 .content p {
  padding-right: 20%;
}
@media all and (max-width: 991px) {
  .carte-interactive-page #intro-block-1 .content {
    min-height: 0;
  }
  .carte-interactive-page #intro-block-1 .content p {
    padding-right: 0;
  }
}

.interactive-map {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 60px;
}
@media all and (max-width: 991px) {
  .interactive-map {
    height: 80vh;
  }
}
.interactive-map .place-infos .close, .interactive-map .sidebar-button {
  position: absolute;
  top: 0;
  left: 0;
  background: #eb483c;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
}
.interactive-map .place-infos .close:after, .interactive-map .sidebar-button:after, .interactive-map .place-infos .close:before, .interactive-map .sidebar-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  margin: -2px 0 0 -11px;
  border-radius: 4px;
  background: #fff;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.interactive-map .place-infos .close:after, .interactive-map .sidebar-button:after {
  width: 18px;
  transform: translate(4px, -5px) rotate(45deg);
}
.interactive-map .place-infos .close:before, .interactive-map .sidebar-button:before {
  width: 18px;
  transform: translate(4px, 5px) rotate(-45deg);
}
.interactive-map .sidebar-button {
  transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.interactive-map .mapCtn.sidebar-opened .sidebar-button:after {
  width: 22px;
  transform: rotate(45deg);
}
.interactive-map .mapCtn.sidebar-opened .sidebar-button:before {
  width: 22px;
  transform: rotate(-45deg);
}
@media all and (max-width: 767px) {
  .interactive-map .mapCtn.sidebar-opened .sidebar-button {
    left: -60px;
  }
}
.interactive-map .mapCtn.place-infos-opened .sidebar-button {
  visibility: hidden;
}
.interactive-map .mapCtn {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: #272b38;
  transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.interactive-map .mapCtn #wnMap {
  width: 100%;
  height: 100%;
}
.interactive-map .mapCtn #wnMap[data-zoom="14"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="13"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="12"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="11"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="10"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="9"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="8"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="7"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="6"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="5"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="4"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="3"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="2"] .bixi-map-point[data-type=station], .interactive-map .mapCtn #wnMap[data-zoom="1"] .bixi-map-point[data-type=station] {
  background-size: 50%;
  background-position: center center;
}
.interactive-map .mapCtn #wnMap[data-zoom="14"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="13"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="12"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="11"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="10"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="9"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="8"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="7"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="6"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="5"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="4"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="3"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="2"] .bixi-map-point:not([data-type=station]) .icon, .interactive-map .mapCtn #wnMap[data-zoom="1"] .bixi-map-point:not([data-type=station]) .icon {
  position: relative;
  transform: scale(0.6, 0.6);
  transform-origin: bottom center;
}
.interactive-map .mapCtn .bixi-map-point {
  position: absolute;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station] {
  left: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  background: url(/assets/station.28b7c8d7.svg) no-repeat;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station] .info {
  position: absolute;
  top: 50%;
  left: 50px;
  background: #fff;
  width: 250px;
  padding: 20px;
  color: #272b38;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  transform: translate(0, -50%) scale(0, 0);
  transform-origin: center left;
  transition: transform 0s linear;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station] .info:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station] .info:after {
  position: absolute;
  top: 0;
  right: 8px;
  content: "×";
  font-size: 24px;
  color: #272b38;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station].active {
  z-index: 10;
}
.interactive-map .mapCtn .bixi-map-point[data-type=station].active .info {
  transform: translate(0, -50%) scale(1, 1);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.interactive-map .mapCtn .bixi-map-point:not([data-type=station]) {
  width: 0px;
  height: 0px;
  z-index: 1;
}
.interactive-map .mapCtn .bixi-map-point .pin {
  position: absolute;
  bottom: 0;
  left: -19px;
  width: 38px;
  height: 50px;
  cursor: pointer;
}
.interactive-map .mapCtn .bixi-map-point img {
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 18px;
  height: 30px;
  transform: translate(-50%, 0);
  cursor: pointer;
}
.interactive-map .mapCtn .bixi-map-point img * {
  fill: #fff !important;
}
.interactive-map .mapCtn .bixi-map-point.disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0.3s;
}
.interactive-map .mapCtn.sidebar-opened {
  left: 430px;
}
.interactive-map .mapCtn.sidebar-opened ~ .sidebar {
  visibility: visible;
  transition: visibility 0s linear 0s;
}
.interactive-map .mapCtn.place-infos-opened {
  right: 50%;
}
@media all and (max-width: 991px) {
  .interactive-map .mapCtn.place-infos-opened {
    right: 75%;
  }
}
@media all and (max-width: 991px) {
  .interactive-map .mapCtn.sidebar-opened {
    left: 0;
    transform: translate(430px, 0);
  }
  .interactive-map .mapCtn.place-infos-opened {
    right: 0;
    transform: translate(-75%, 0);
  }
}
@media all and (max-width: 767px) {
  .interactive-map .mapCtn.sidebar-opened {
    left: 0;
    transform: translate(100%, 0);
  }
  .interactive-map .mapCtn.place-infos-opened {
    right: 0;
    transform: translate(-100%, 0);
  }
}
.interactive-map .sidebar {
  position: absolute;
  top: 0;
  left: 0;
  background: #272b38;
  width: 430px;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
  visibility: hidden;
  transition: visibility 0s linear 0.6s;
}
.interactive-map .sidebar .inside {
  position: relative;
}
.interactive-map .sidebar .title-level-3 {
  color: #fff;
  line-height: 1.4;
  padding: 30px 30px 30px;
}
@media all and (max-width: 767px) {
  .interactive-map .sidebar {
    width: 100%;
    height: 100%;
    overflow: scroll;
  }
}
.interactive-map .filters .filter {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #383d4b;
  margin-bottom: 1px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.interactive-map .filters .filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  transition: opacity 0.3s ease;
}
.interactive-map .filters .filter span, .interactive-map .filters .filter svg {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
}
.interactive-map .filters .filter .name {
  width: calc(100% - 85px - 35px - 40px - 40px);
}
@media all and (max-width: 767px) {
  .interactive-map .filters .filter .name {
    width: calc(100% - 45px - 35px - 40px - 40px);
  }
}
.interactive-map .filters .filter .icon {
  width: 45px;
  height: 100%;
  margin: 0 35px;
}
.interactive-map .filters .filter .icon img {
  max-height: 65%;
}
.interactive-map .filters .filter .icon svg {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .interactive-map .filters .filter .icon {
    margin: 0 15px 0 25px;
  }
}
.interactive-map .filters .filter .checkbox {
  position: absolute;
  top: 20px;
  right: 40px;
}
.interactive-map .filters .filter .checkbox .check {
  transition: opacity 0.3s ease;
}
.interactive-map .filters .filter.disabled {
  opacity: 0.25;
}
.interactive-map .filters .filter.disabled:before {
  opacity: 0;
}
.interactive-map .filters .filter.disabled .checkbox .check {
  opacity: 0;
}
.interactive-map .filters .filter:first-child .icon {
  width: 15px;
  margin: 0 50px;
}
@media all and (max-width: 767px) {
  .interactive-map .filters .filter {
    height: 90px;
    line-height: 90px;
  }
  .interactive-map .filters .filter .checkbox {
    top: 26px;
    right: 20px;
  }
}
.interactive-map .filters #filter-0:before {
  background: #eb483c;
}
.interactive-map .filters #filter-0 .icon svg * {
  fill: #eb483c !important;
}
.interactive-map .place-infos {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 1;
}
.interactive-map .place-infos .close:after {
  width: 22px;
  transform: rotate(45deg);
}
.interactive-map .place-infos .close:before {
  width: 22px;
  transform: rotate(-45deg);
}
.interactive-map .place-infos .image {
  position: relative;
}
.interactive-map .place-infos .image .icon {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 50px;
  height: 70px;
}
.interactive-map .place-infos .image .icon svg {
  width: 100%;
  height: 100%;
}
.interactive-map .place-infos .image .icon svg path {
  fill: #fff !important;
}
.interactive-map .place-infos .content {
  position: relative;
  padding: 60px 140px;
}
.interactive-map .place-infos .content .desc {
  margin-bottom: 40px;
}
.interactive-map .place-infos .content > .name {
  margin-bottom: 30px;
}
.interactive-map .place-infos .content .share-snippet {
  position: absolute;
  top: 60px;
  left: 50px;
}
.interactive-map .place-infos .content .share-snippet i {
  background: #eb483c;
  color: #fff;
}
@media all and (max-width: 1300px) {
  .interactive-map .place-infos .content .share-snippet {
    left: 25px;
    top: 30px;
  }
}
@media all and (max-width: 991px) {
  .interactive-map .place-infos .content .share-snippet i:nth-child(n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .interactive-map .place-infos .content .share-snippet {
    left: 10px;
  }
}
.interactive-map .place-infos .content address {
  position: relative;
  padding-left: 50px;
  width: 100%;
}
.interactive-map .place-infos .content address .name {
  color: #eb483c;
}
.interactive-map .place-infos .content address:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  float: left;
  background: url(/assets/pin-blog.119982cb.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 38px;
  margin-right: 20px;
}
@media all and (max-width: 991px) {
  .interactive-map .place-infos {
    overflow: scroll;
  }
  .interactive-map .place-infos .content {
    padding: 30px 90px;
  }
}
@media all and (max-width: 991px) {
  .interactive-map .place-infos {
    width: 75%;
  }
}
@media all and (max-width: 767px) {
  .interactive-map .place-infos {
    width: 100%;
  }
  .interactive-map .place-infos .content {
    padding: 30px 20px 30px 60px;
  }
}

.our-partners {
  position: relative;
}
.our-partners .title, .our-partners .partners-list {
  z-index: 2;
}
.our-partners .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%);
}
.our-partners .partners-list a {
  float: left;
  height: 0;
  padding-top: 25%;
  background: center center no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.our-partners .partners-list a.small {
  width: 25%;
  margin: 0 4%;
}
.our-partners .partners-list a.medium {
  width: 43%;
  margin: 0 3%;
}
.our-partners .partners-list a.large {
  width: 66.6666%;
  margin: 0 16.66665% 30px;
}
@media all and (max-width: 1300px) {
  .our-partners .partners-list {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .our-partners .partners-list a.large {
    padding-top: 40%;
  }
}

.tutorials-container {
  margin: 0 auto 50px auto;
  background: #f3f3f3;
}
.tutorials-container .row {
  margin: 0 0;
}
.tutorials-container .tutorials-title {
  margin-bottom: 10px;
  padding-top: 50px;
}
.tutorials-container .tutorials-title a {
  opacity: 0;
  transition: opacity 0.5s;
}
.tutorials-container .tutorials-title a.visible {
  opacity: 1;
}
.tutorials-container .tutorials-title a i {
  margin-right: 8px;
  transition: margin 0.3s;
}
.tutorials-container .tutorials-title a:hover i {
  margin-right: 3px;
}
@media all and (max-width: 767px) {
  .tutorials-container .tutorials-title .title-level-1 {
    padding: 20px 0 10px 0;
    margin-bottom: 0px;
  }
}
.tutorials-container [class*=col].img {
  z-index: 1;
  padding: 0;
  margin-top: -100px;
  margin-left: calc((-8 / 12 * 1280px) + 15px );
  position: relative;
  left: calc((100vw - 1280px) / 2 + 30px);
}
@media all and (max-width: 1300px) {
  .tutorials-container [class*=col].img {
    margin-left: calc((-8 / 12 * 970px) + 15px );
    left: calc((100vw - 970px) / 2 + 30px);
  }
}
@media all and (max-width: 991px) {
  .tutorials-container [class*=col].img {
    display: none;
  }
}
.tutorials-container .tutorials-wrapper {
  position: relative;
}
.tutorials-container .tutorials-wrapper:after {
  content: "";
  position: absolute;
  top: 100%;
  border: 1px solid #eb483c;
  border-top: 0;
  left: 20%;
  width: 80%;
  height: 75px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorials-wrapper:after {
    display: none;
  }
}
.tutorials-container .tutorials-wrapper .tutorial-bg {
  background: #fff;
  padding: 50px;
  z-index: 10;
  position: relative;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorials-wrapper .tutorial-bg {
    padding: 0;
    background: none;
  }
}
.tutorials-container .tutorials-wrapper .tutorial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorials-wrapper {
    background: transparent;
    padding: 0;
  }
}
.tutorials-container .tutorial-single {
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.tutorials-container .tutorial-single .title-level-1 {
  flex-basis: 100%;
}
.tutorials-container .tutorial-single.tuto-home {
  flex-direction: row;
}
.tutorials-container .tutorial-single:after {
  content: "";
  display: block;
  width: calc(100% / 3);
}
.tutorials-container .tutorial-single .tutorial-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 15px;
  padding-bottom: 20px;
  width: calc(100% / 2 - 30px);
  border-bottom: 1px solid #dfdfdf;
}
.tutorials-container .tutorial-single .tutorial-btn:nth-child(n+4) {
  margin-top: 20px;
}
.tutorials-container .tutorial-single .tutorial-btn .tuto-title {
  display: block;
  margin-bottom: 0;
  font-size: 22px;
}
.tutorials-container .tutorial-single .tutorial-btn .link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tutorials-container .tutorial-single .tutorial-btn .link-overlay:hover ~ .btn-label .tuto-cta {
  text-decoration: underline;
}
.tutorials-container .tutorial-single .tutorial-btn .link-overlay:hover ~ .btn-label .tuto-cta i {
  margin-left: 8px;
}
.tutorials-container .tutorial-single .tutorial-btn .tuto-cta i {
  transition: margin 0.3s;
}
.tutorials-container .tutorial-single .tutorial-btn .image {
  margin-right: 50px;
}
.tutorials-container .tutorial-single .tutorial-btn .image img {
  height: 154px;
  width: auto;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .tutorial-btn .image {
    margin-right: 20px;
    border: 2px #eb483c solid;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .tutorials-container .tutorial-single .tutorial-btn .image img {
    height: 60%;
  }
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .tutorial-btn {
    width: calc(100% / 2 - 30px);
  }
  .tutorials-container .tutorial-single .tutorial-btn:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .tutorials-container .tutorial-single .tutorial-btn {
    width: calc(100% - 30px);
  }
  .tutorials-container .tutorial-single .tutorial-btn:nth-child(n+2) {
    margin-top: 20px;
  }
}
.tutorials-container .tutorial-single .slider-text {
  position: relative;
  margin-bottom: 0;
}
.tutorials-container .tutorial-single .slider-text .slide {
  background-color: #fff;
  margin-bottom: 40px;
}
.tutorials-container .tutorial-single .slider-text .slide .upper-step {
  display: none;
}
.tutorials-container .tutorial-single .slider-text .slide img {
  display: none;
}
.tutorials-container .tutorial-single .slider-text .slide .title-level-1, .tutorials-container .tutorial-single .slider-text .slide .upper-step {
  text-transform: uppercase;
  color: #eb483c;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slider-text .slide {
    text-align: center;
    margin-bottom: 0;
    margin: 0 10px;
    padding: 0 15px;
    opacity: 0.5;
    padding: 70px 15px 15px 15px;
  }
  .tutorials-container .tutorial-single .slider-text .slide img {
    display: block;
    margin: 0 auto 20px auto;
  }
  .tutorials-container .tutorial-single .slider-text .slide .title-level-1 {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tutorials-container .tutorial-single .slider-text .slide .upper-step {
    display: block;
    font-size: 14px;
  }
  .tutorials-container .tutorial-single .slider-text .slide.slick-current {
    opacity: 1;
  }
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slider-text {
    padding: 0;
  }
}
.tutorials-container .tutorial-single .slider-image {
  padding-right: 0;
  margin-bottom: 0;
}
.tutorials-container .tutorial-single .slider-image .slide img {
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slider-image {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
}
.tutorials-container .tutorial-single .slick-arrow {
  top: auto;
  bottom: -21px;
  z-index: 2;
}
.tutorials-container .tutorial-single .slick-arrow:before {
  content: "";
  color: black;
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  transform-origin: center center;
}
.tutorials-container .tutorial-single .slick-arrow.slick-prev {
  width: auto;
  height: auto;
  left: 5px;
}
.tutorials-container .tutorial-single .slick-arrow.slick-prev:before {
  content: "";
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media all and (max-width: 767px) {
  .tutorials-container .tutorial-single .slick-arrow.slick-prev {
    left: -10px;
  }
}
.tutorials-container .tutorial-single .slick-arrow.slick-next {
  width: auto;
  height: auto;
  right: 5px;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slick-arrow.slick-next {
    right: 5px;
  }
}
@media all and (max-width: 767px) {
  .tutorials-container .tutorial-single .slick-arrow.slick-next {
    right: -10px;
  }
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.tutorials-container .tutorial-single .slick-dots {
  position: relative;
  bottom: 0;
  left: 0;
  width: auto;
  text-align: center;
}
.tutorials-container .tutorial-single .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: rgba(235, 72, 60, 0.2);
}
.tutorials-container .tutorial-single .slick-dots li.slick-active {
  background: #eb483c;
}
.tutorials-container .tutorial-single .slick-dots li:before {
  content: none;
}
.tutorials-container .tutorial-single .slick-dots li button {
  display: none;
}
@media all and (max-width: 767px) {
  .tutorials-container .tutorial-single .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
  }
}
.tutorials-container .tutorial-single .slick-dots button {
  background: rgba(235, 72, 60, 0.2);
}
.tutorials-container .tutorial-single .slick-dots .slick-active button {
  background: #eb483c;
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single .slick-dots {
    margin-top: 20px;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 90px);
  }
}
@media all and (max-width: 991px) {
  .tutorials-container .tutorial-single {
    display: block;
    padding: 30px 15px;
  }
  .tutorials-container .tutorial-single.tuto-home {
    display: flex;
    background-color: #fff;
    margin: 0 15px;
  }
  .tutorials-container .tutorial-single.tutorial-slider {
    padding: 30px 0;
  }
}
@media all and (max-width: 991px) {
  .tutorials-container {
    margin: 30px auto;
    padding: 0;
  }
  .tutorials-container .container {
    width: 100%;
    padding: 0;
  }
}

.small-title {
  margin: 50px auto;
}
.small-title .title {
  padding-left: 30px;
}

.bike-angels-signup {
  background-color: #272b38;
  padding: 80px 0;
}
.bike-angels-signup .title {
  color: #fff;
  margin-bottom: 10px;
}
.bike-angels-signup .tagline {
  color: #fff;
  margin-bottom: 40px;
}
.bike-angels-signup .bike-angel-form {
  margin: 0;
  position: relative;
}
.bike-angels-signup .bike-angel-form label,
.bike-angels-signup .bike-angel-form input {
  color: #fff;
}
.bike-angels-signup .bike-angel-form button {
  margin-bottom: 0;
}
.bike-angels-signup .bike-angel-form button:disabled {
  opacity: 0.6;
}
.bike-angels-signup .bike-angel-form button:disabled:hover {
  cursor: not-allowed;
}
.bike-angels-signup .message-wrapper {
  padding: 20px 0;
}
.bike-angels-signup .message-wrapper .form-msg {
  color: #fff;
}

.bike-angel-leaderboard {
  padding: 80px 0;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  background-color: #2c313e;
  z-index: 1000;
  opacity: 0;
  z-index: -1;
}
.cookie.hidden {
  display: none;
}
.cookie .cookie-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cookie .cookie-container [class^=button] {
  margin-bottom: 0;
  line-height: 40px;
  font-size: 14px;
}
.cookie .cookie-container .text {
  margin-right: 8vw;
}
@media all and (max-width: 767px) {
  .cookie .cookie-container {
    flex-direction: column;
  }
  .cookie .cookie-container .text {
    margin-bottom: 15px;
  }
}

.tariff-offer-single {
  margin: 100px 0;
}
.tariff-offer-single .row.flex {
  display: flex;
}
@media all and (max-width: 991px) {
  .tariff-offer-single .row.flex {
    display: block;
  }
}
.tariff-offer-single .tariff-offer-content {
  display: flex;
  flex-direction: column;
}
.tariff-offer-single .tariff-offer-content .exclusive-login {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: center;
  background: #eb483c;
  padding: 40px 100px;
}
.tariff-offer-single .tariff-offer-content .exclusive-login, .tariff-offer-single .tariff-offer-content .exclusive-login .title-level-2, .tariff-offer-single .tariff-offer-content .exclusive-login .title-level-3, .tariff-offer-single .tariff-offer-content .exclusive-login input, .tariff-offer-single .tariff-offer-content .exclusive-login p, .tariff-offer-single .tariff-offer-content .exclusive-login a:not([class]) {
  color: #fff;
}
.tariff-offer-single .tariff-offer-content .exclusive-login a:not([class]) {
  text-decoration: underline;
}
.tariff-offer-single .tariff-offer-content .exclusive-login form {
  margin: 10px 0 0;
}
.tariff-offer-single .tariff-offer-content .exclusive-login input {
  margin-bottom: 0;
  border: 1px solid #fff;
}
.tariff-offer-single .tariff-offer-content .exclusive-login input::placeholder {
  color: #fff;
}
.tariff-offer-single .tariff-offer-content .exclusive-login .not-a-member {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.tariff-offer-single .tariff-offer-content .exclusive-login .not-a-member [class^=button] {
  margin-top: 0;
}
@media all and (max-width: 1300px) {
  .tariff-offer-single .tariff-offer-content .exclusive-login {
    padding: 40px 60px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer-single .tariff-offer-content .exclusive-login {
    padding: 40px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer-single .tariff-offer-content .exclusive-login {
    padding: 30px;
  }
}
.tariff-offer-single .tariff-offer-content .content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 15px;
}
.tariff-offer-single .tariff-offer-content .content .img {
  flex: 0 0 150px;
}
@media all and (max-width: 1300px) {
  .tariff-offer-single .tariff-offer-content .content .img {
    flex: 0 0 100px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer-single .tariff-offer-content .content .img {
    flex: 0 0 auto;
  }
}
.tariff-offer-single .tariff-offer-content .content .text {
  margin-right: 15px;
}
@media all and (max-width: 991px) {
  .tariff-offer-single .tariff-offer-content .content .text {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer-single .tariff-offer-content .content {
    flex-direction: column;
  }
  .tariff-offer-single .tariff-offer-content .content img {
    margin-bottom: 15px;
  }
}
.tariff-offer-single .tariff-offer-back {
  margin-bottom: 15px;
}
.tariff-offer-single [class^=button] {
  margin-bottom: 0;
  line-height: 40px;
  font-size: 14px;
  margin-top: 25px;
}
@media all and (max-width: 991px) {
  .tariff-offer-single .image {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer-single {
    margin: 40px 0;
  }
}

.tariff-offer {
  margin: 100px 0;
}
.tariff-offer .tariff-offer-title .title-level-1 {
  margin-bottom: 0;
}
.tariff-offer .tariff-offers-row {
  display: flex;
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-offers-row {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-slider-container {
    padding: 0;
  }
}
.tariff-offer .tariff-slider {
  margin: 60px 0;
}
.tariff-offer .tariff-slider .tariff-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tariff-offer .tariff-slider .tariff-slide .small-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #eb483c;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.tariff-offer .tariff-slider .tariff-slide .logo {
  margin-bottom: 20px;
}
.tariff-offer .tariff-slider .tariff-slide p {
  margin-bottom: 20px;
  width: 100%;
}
.tariff-offer .tariff-slider .tariff-slide .know-more {
  margin-top: auto;
}
.tariff-offer .tariff-slider .tariff-slide .know-more i:before {
  transform: rotate(180deg);
}
.tariff-offer .tariff-slider .tariff-slide .link-overlay {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}
.tariff-offer .tariff-slider .tariff-slide .link-overlay:focus {
  outline: none;
}
.tariff-offer .tariff-slider .slick-track {
  display: flex;
  margin: 0;
  float: none;
}
.tariff-offer .tariff-slider .slick-track .slick-slide {
  float: none;
  height: auto;
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-slider .slick-track .slick-slide {
    opacity: 0.5;
  }
  .tariff-offer .tariff-slider .slick-track .slick-slide.slick-active {
    opacity: 1;
  }
}
.tariff-offer .tariff-slider .slick-arrow {
  top: 50%;
  bottom: -21px;
  z-index: 2;
  transform: translate(0, -50%);
}
.tariff-offer .tariff-slider .slick-arrow:before {
  content: "";
  color: black;
  display: inline-block;
  vertical-align: middle;
  font-size: 35px;
  transform-origin: center center;
}
.tariff-offer .tariff-slider .slick-arrow.slick-prev {
  width: auto;
  height: auto;
  left: -35px;
}
.tariff-offer .tariff-slider .slick-arrow.slick-prev:before {
  content: "";
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-slider .slick-arrow.slick-prev {
    left: -32px;
  }
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.tariff-offer .tariff-slider .slick-arrow.slick-next {
  width: auto;
  height: auto;
  right: -35px;
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-slider .slick-arrow.slick-next {
    right: -32px;
  }
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-slider .slick-arrow {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.tariff-offer .tariff-offers {
  padding: 40px;
  margin-bottom: 0;
  background-color: #fff;
}
.tariff-offer .tariff-offers .other-offers {
  color: #DA291C;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.tariff-offer .tariff-offers .folder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.tariff-offer .tariff-offers .folder.opened .title {
  border: 1px solid #DA291C;
}
.tariff-offer .tariff-offers .folder.opened .title .discount:before {
  transform: scale(1.01, 1);
}
.tariff-offer .tariff-offers .folder.opened .title .discount span {
  color: #fff;
}
.tariff-offer .tariff-offers .folder.opened .title .discount:after {
  color: #fff;
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-offers .folder.opened .title .discount:after {
    transform: rotate(90deg);
  }
}
.tariff-offer .tariff-offers .folder .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  padding: 0;
  cursor: pointer;
}
.tariff-offer .tariff-offers .folder .title img {
  max-height: 40px;
  margin: 10px 15px 10px 10px;
  align-self: flex-start;
}
.tariff-offer .tariff-offers .folder .title p {
  margin-bottom: 0;
}
.tariff-offer .tariff-offers .folder .title .category {
  color: #898e90;
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-offers .folder .title .category {
    display: none;
  }
}
.tariff-offer .tariff-offers .folder .title .discount {
  position: relative;
  color: #DA291C;
  font-weight: 700;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 10px 0 15px;
}
.tariff-offer .tariff-offers .folder .title .discount span {
  position: relative;
  z-index: 2;
  transition: color 0.3s;
}
.tariff-offer .tariff-offers .folder .title .discount:after {
  position: relative;
  font-size: 16px;
  content: "";
  opacity: 1;
  transition: color 0.3s;
  transition: transform 0.3s;
}
.tariff-offer .tariff-offers .folder .title .discount:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DA291C;
  transform-origin: left center;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.tariff-offer .tariff-offers .folder .title:hover {
  padding: 0;
}
.tariff-offer .tariff-offers .folder .title:after, .tariff-offer .tariff-offers .folder .title:before {
  content: none;
}
.tariff-offer .tariff-offers .folder .content {
  display: none;
  padding: 25px 0;
}
.tariff-offer .tariff-offers .folder .content [class^=button] {
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .tariff-offer .tariff-offers {
    padding: 15px;
  }
}
@media all and (max-width: 991px) {
  .tariff-offer .tariff-content-wrapper {
    display: none;
  }
}
.tariff-offer .tariff-details {
  position: relative;
}
.tariff-offer .tariff-details:after {
  content: "";
  position: absolute;
  top: 30px;
  right: calc(-0.5/6 * 100% + 30px);
  z-index: 1;
  border: 1px solid #eb483c;
  width: calc(12/12 * 100% - 30px);
  height: 100%;
}
.tariff-offer .tariff-details .tariff-details-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 40px;
}
.tariff-offer .tariff-details .tariff-details-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.tariff-offer .tariff-details .tariff-details-content img {
  margin-left: 20px;
}
.tariff-offer .tariff-details .tariff-details-content [class^=button] {
  margin-bottom: 0;
  line-height: 40px;
  font-size: 14px;
  margin-top: 25px;
}
.tariff-offer .tariff-details .tariff-details-content .note {
  margin: 0;
}
@media all and (max-width: 1300px) {
  .tariff-offer .tariff-details .tariff-details-content {
    flex-direction: column;
  }
  .tariff-offer .tariff-details .tariff-details-content img {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.blog-header {
  height: 610px;
  background: #272b38 url("/assets/blog-header-bg.755e82f0.jpg") center bottom no-repeat;
  position: relative;
}
.blog-header .logo {
  margin-top: 55px;
}
.blog-header .bixi {
  height: 492px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/assets/blog-header-bixi.37bf416b.png") center bottom no-repeat;
  background-size: cover;
}
@media all and (max-width: 1300px) {
  .blog-header .bixi {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  .blog-header .bixi {
    height: 300px;
  }
}
@media all and (max-width: 767px) {
  .blog-header {
    height: auto;
    text-align: center;
    background-size: cover;
  }
  .blog-header .logo {
    margin-top: 30px;
    width: 80%;
  }
  .blog-header .bixi {
    height: 0;
    padding-top: 40.8163265306%;
    margin-top: 40px;
    position: relative;
    bottom: auto;
    left: auto;
    background-position: 83% 0%;
  }
}

.blog-event {
  position: relative;
}
.blog-event, .blog-event p, .blog-event .title-level-1, .blog-event a {
  color: #fff;
}
.blog-event .fullwidth-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-event .read-lnk {
  display: inline-block;
}
.blog-event .read-lnk:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.blog-event i.bixi {
  display: block;
  width: 95px;
  height: 60px;
  background: url("/assets/bixi-icon.b6f45c5a.svg") center center no-repeat;
  margin-bottom: 30px;
}
.blog-event .date {
  margin-bottom: 15px;
}
.blog-event .title-level-1 {
  margin-bottom: 25px;
}
.blog-event p {
  margin-bottom: 30px;
}
.blog-event:hover, .blog-event:hover p, .blog-event:hover .title-level-1, .blog-event:hover a {
  color: #fff;
}
.blog-event:hover a {
  text-decoration: underline;
}

.blog-post .section-header .category, .following-article .category, .blog-wall .category {
  display: inline-block;
  padding: 5px 10px;
  background: #eb483c;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 11px;
  position: relative;
  transition: background 0.3s;
  z-index: 10;
}
.blog-post .section-header .category:hover, .following-article .category:hover, .blog-wall .category:hover {
  text-decoration: none;
  background: #d54137;
}

.blog-category {
  padding: 80px 0;
}
.blog-category .following-article-container {
  margin-bottom: 0;
}
.blog-category .following-article-container:nth-child(n+4) {
  margin-top: 30px;
}

.blog-post-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-wall {
  padding-bottom: 95px;
  background: url(/assets/blog-bg.e5ce6264.jpg) center bottom no-repeat;
}
.blog-wall > .container > .row {
  margin: 0;
}
.blog-wall.home-blog {
  padding-bottom: 0;
  margin-bottom: 95px;
}
.blog-wall .title-level-1 {
  margin-bottom: 30px;
  font-size: 45px;
}
.blog-wall .read-lnk {
  display: inline-block;
}
.blog-wall .read-lnk:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}
.blog-wall .featured {
  padding-top: 130px;
}
.blog-wall .featured .fullwidth-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog-wall .featured .post-picture {
  position: relative;
}
.blog-wall .featured .post-picture .share-snippet {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.blog-wall .featured .post-picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #2f4174;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.blog-wall .featured .post-picture:hover:after {
  opacity: 0.6;
}
.blog-wall .featured .picture {
  padding-top: 47.4666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.blog-wall .featured .post-info {
  position: relative;
  padding-left: 30px;
}
.blog-wall .featured .post-info .content {
  position: relative;
  z-index: 2;
}
.blog-wall .featured .post-info:after {
  display: block;
  content: " ";
  border: 1px solid #eb483c;
  position: absolute;
  top: -40px;
  right: 0;
  width: 150%;
  height: calc(100% - 110px);
  min-height: 350px;
}
.blog-wall .featured .post-info:hover a:not(.category) {
  text-decoration: underline;
}
.blog-wall .featured .pub {
  margin-top: 50px;
  position: relative;
  z-index: 2;
  min-height: 200px;
}
.blog-wall .featured .pub > a {
  display: inline-block;
  width: 300px;
}
.blog-wall .title-recent-articles {
  margin: 100px 0 60px;
  color: #eb483c;
}
.blog-wall .billboard {
  position: relative;
  padding: 52.6315789474% 0 0 0;
  background: #eb483c;
}
.blog-wall .billboard .blog-event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/blog-event-bg.f94b2815.jpg") top left no-repeat;
  background-size: cover;
}
.blog-wall .billboard .blog-event {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
}
.blog-wall .billboard .blog-poll {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
}
.blog-wall .billboard .blog-poll, .blog-wall .billboard .blog-poll .title-level-1 {
  color: #fff;
}
.blog-wall .billboard .blog-poll form {
  margin: 40px 0;
}
.blog-wall .billboard .blog-poll .blog-poll-answer {
  margin-bottom: 15px;
}
.blog-wall .billboard .blog-poll .blog-poll-answer .blog-poll-result {
  padding: 0 30px 0 40px;
  height: 20px;
  position: relative;
  margin: 10px 0 20px;
  display: none;
}
.blog-wall .billboard .blog-poll .blog-poll-answer .blog-poll-result .blog-poll-number {
  position: absolute;
  left: 0px;
  top: 0;
}
.blog-wall .billboard .blog-poll .blog-poll-answer .blog-poll-result .blog-poll-bar {
  position: absolute;
  top: 50%;
  border: 0;
  border-bottom: 1px #fff solid;
  height: 0;
  width: 0;
}
.blog-wall .billboard .blog-poll .blog-poll-answer .blog-poll-result .blog-poll-bar.show-result {
  display: block;
}
.blog-wall .billboard .blog-poll .blog-poll-answer .blog-poll-result .blog-poll-bar:before {
  content: url(/assets/bixi-icon.b6f45c5a.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  top: -10px;
}
.blog-wall .billboard .blog-poll .blog-poll-answer label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
.blog-wall .billboard .blog-poll .blog-poll-answer label:after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 100%;
  transform: translate(0, -50%);
}
.blog-wall .billboard .blog-poll .blog-poll-answer label:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(0, -50%);
}
.blog-wall .billboard .blog-poll .blog-poll-answer label.show-result {
  cursor: default;
}
.blog-wall .billboard .blog-poll .blog-poll-answer label.show-result:after {
  opacity: 0.5;
}
.blog-wall .billboard .blog-poll .blog-poll-answer label.show-result:before {
  display: none;
}
.blog-wall .billboard .blog-poll .blog-poll-answer input[type=radio] {
  width: auto;
  margin-bottom: 0;
  display: none;
}
.blog-wall .billboard .blog-poll .blog-poll-answer input[type=radio]:checked + label:before {
  opacity: 1;
}
.blog-wall .billboard .blog-poll [class^=button] {
  margin-top: 15px;
  border-color: #fff;
}
.blog-wall .blog-map-cta {
  background: url(/assets/bixi-map-cta.060c1db6.jpg) #272b38 center center;
  background-size: cover;
  padding: 40px;
  margin: 30px 0;
}
.blog-wall .blog-map-cta .pin {
  width: 48px;
  height: 62px;
  background: url(/assets/pin-blog.119982cb.svg) no-repeat bottom center;
  background-size: cover;
  margin-bottom: 25px;
}
.blog-wall .blog-map-cta .title-level-1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 25px;
}
@media all and (max-width: 1300px) {
  .blog-wall .blog-map-cta .title-level-1 {
    font-size: 35px;
  }
}
.blog-wall .blog-map-cta p {
  color: #fff;
  margin-bottom: 25px;
}
.blog-wall .blog-map-cta span {
  color: #fff;
}
.blog-wall .blog-map-cta a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.blog-wall .blog-map-cta a:hover ~ span {
  text-decoration: underline;
}
.blog-wall .blog-wall-post {
  position: relative;
}
.blog-wall .blog-wall-post .fullwidth-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog-wall .blog-wall-post .post-info {
  background: #fff;
}
.blog-wall .blog-wall-post .post-info .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13.1578947368%;
}
.blog-wall .blog-wall-post .post-picture {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.blog-wall .blog-wall-post .post-picture .share-snippet {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.blog-wall .blog-wall-post .post-picture:after {
  position: absolute;
  bottom: 30px;
  left: -80px;
  display: block;
  content: " ";
  height: 1px;
  width: 100px;
  background: #eb483c;
}
.blog-wall .blog-wall-post .post-picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #2f4174;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.blog-wall .blog-wall-post:nth-child(2n) .post-picture:after {
  left: auto;
  right: -80px;
}
.blog-wall .blog-wall-post:hover .post-picture:before {
  opacity: 0.6;
}
.blog-wall .blog-wall-post:hover a:not(.category) {
  text-decoration: underline;
}
.blog-wall .invert-wall-posts .blog-wall-post .post-picture:after {
  left: auto;
  right: -80px;
}
.blog-wall .invert-wall-posts .blog-wall-post:nth-child(2n) .post-picture:after {
  left: -80px;
  right: auto;
}
.blog-wall .blog-funfacts {
  padding: 0;
}
.blog-wall .funfact {
  position: relative;
  padding: 78.9473684211% 0 0 0;
  background: #272b38;
}
.blog-wall .funfact .title-level-2 {
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  padding-top: 40px;
  position: relative;
}
.blog-wall .funfact .title-level-2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  width: 35px;
  height: 28px;
  background: url("/assets/quote.e2f959fd.png") center center no-repeat;
  background-size: cover;
}
.blog-wall .funfact .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 13.1578947368%;
}
.blog-wall .funfact:nth-child(2n) {
  background: #eb483c;
}
@media all and (max-width: 1300px) {
  .blog-wall .featured .title-level-1 {
    line-height: 1.1;
    font-size: 35px;
  }
  .blog-wall .blog-wall-post .col-sm-push-6,
.blog-wall .blog-wall-post .col-sm-pull-6 {
    left: auto;
    right: auto;
  }
  .blog-wall .blog-wall-post .col-md-push-6 {
    left: 50%;
  }
  .blog-wall .blog-wall-post .col-md-pull-6 {
    right: 50%;
  }
}
@media all and (min-width: 1301px) {
  .blog-wall .featured .title-level-1 {
    font-size: 45px;
  }
}
@media all and (max-width: 1300px) {
  .blog-wall .featured .picture {
    padding-top: 100%;
  }
  .blog-wall .blog-wall-post .post-info .content,
.blog-wall .funfact .content,
.blog-wall .billboard .blog-poll,
.blog-wall .billboard .blog-event {
    padding: 30px;
  }
}
@media all and (max-width: 991px) {
  .blog-wall .featured {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .blog-wall .billboard {
    height: auto;
  }
  .blog-wall .billboard .blog-poll, .blog-wall .billboard .blog-event {
    position: relative;
    top: auto;
    left: auto;
  }
  .blog-wall .billboard .blog-poll form, .blog-wall .billboard .blog-poll [class^=button] {
    margin-bottom: 0;
  }
  .blog-wall .billboard .blog-event-bg {
    background-image: url(/assets/blog-featured-event-large.a301cf5f.jpg);
    background-position: center center;
  }
  .blog-wall .blog-wall-post .post-picture:after {
    left: auto;
    right: -80px;
  }
  .blog-wall .blog-wall-post:nth-child(2n) .post-picture:after {
    left: -80px;
    right: auto;
  }
  .blog-wall .funfact {
    padding-top: 39.4736842105%;
    width: 50%;
    float: left;
  }
}
@media all and (max-width: 767px) {
  .blog-wall .featured {
    padding: 40px 0;
  }
  .blog-wall .featured .post-info {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-wall .featured .post-info .content {
    padding: 30px 0;
  }
  .blog-wall .featured .post-info .pub {
    margin-top: 0;
    text-align: center;
  }
  .blog-wall .featured .post-info:after {
    right: 50%;
    transform: translate(50%, 0);
  }
  .blog-wall .billboard {
    padding: 0;
  }
  .blog-wall .blog-wall-post {
    margin-top: 40px;
  }
  .blog-wall .blog-wall-post .post-picture {
    padding-top: 80%;
  }
  .blog-wall .blog-wall-post .post-info {
    padding-top: 0;
    height: auto;
    right: 0%;
  }
  .blog-wall .blog-wall-post .post-info .content {
    position: relative;
    top: auto;
    left: auto;
  }
  .blog-wall .blog-wall-post .post-picture:after, .blog-wall .blog-wall-post:nth-child(2n) .post-picture:after {
    height: 70px;
    width: 1px;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 30px;
  }
  .blog-wall .funfact {
    margin-top: 40px;
    padding-top: 0;
    height: auto;
    width: 100%;
    float: none;
  }
  .blog-wall .funfact .content {
    position: relative;
    top: auto;
    left: auto;
  }
}
@media all and (max-width: 330px) {
  .blog-wall .featured .post-info .pub {
    position: relative;
  }
  .blog-wall .featured .post-info .pub a {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.blog-event-list {
  padding-top: 85px;
  background: #fff;
  margin-bottom: 200px;
}
.blog-event-list .blog-event {
  margin-bottom: 55px;
}
.blog-event-list .blog-event, .blog-event-list .blog-event p, .blog-event-list .blog-event .title-level-1 {
  color: #333333;
  transition: color 0.3s;
}
.blog-event-list .blog-event i.bixi {
  background-image: url(/assets/bixi-icon-red.1e33ebb2.svg);
}
.blog-event-list .blog-event .title-level-1 {
  font-size: 36px;
}
.blog-event-list .blog-event .date, .blog-event-list .blog-event a {
  color: #eb483c;
}
.blog-event-list .blog-event:nth-child(2n+1) {
  clear: left;
}
.blog-event-list .blog-event:hover, .blog-event-list .blog-event:hover p, .blog-event-list .blog-event:hover .title-level-1, .blog-event-list .blog-event:hover a {
  color: #eb483c;
}
.blog-event-list .blog-event:hover a {
  text-decoration: underline;
}
.blog-event-list .blog-events {
  min-height: 740px;
}
@media all and (max-width: 991px) {
  .blog-event-list .blog-events {
    min-height: 0;
  }
}
.blog-event-list .slider {
  margin-bottom: 35px;
}
.blog-event-list .slider .slick-dots {
  bottom: 0;
}
.blog-event-list .slider .slick-dots li button {
  background: #f9c8c4;
}
.blog-event-list .slider .slick-dots li.slick-active button {
  background: #eb483c;
}
.blog-event-list .outpic {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-event-list .outpic .picture {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 67.96875%;
}
@media all and (max-width: 1300px) {
  .blog-event-list .outpic .picture {
    padding-top: 90.4255319149%;
  }
}
@media all and (max-width: 991px) {
  .blog-event-list .outpic {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .blog-event-list {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .blog-event-list .slider {
    margin-top: 40px;
  }
  .blog-event-list .blog-event:nth-child(2n+1) {
    clear: none;
  }
}

.blog-instagram-feed {
  padding: 100px 0;
}
.blog-instagram-feed .title-level-1 {
  margin-bottom: 10px;
}
.blog-instagram-feed .title-level-2 {
  margin-bottom: 35px;
}
.blog-instagram-feed .feed-cta {
  text-align: right;
}
.blog-instagram-feed .feed-cta [class^=button] {
  margin-bottom: 0;
}
.blog-instagram-feed .feed-item {
  margin-bottom: 30px;
}
.blog-instagram-feed .feed-item a {
  position: relative;
  overflow: hidden;
  display: block;
  height: auto;
  background: center center no-repeat;
  background-size: cover;
}
.blog-instagram-feed .feed-item a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media all and (max-width: 767px) {
  .blog-instagram-feed .feed-cta {
    text-align: left;
    margin-bottom: 40px;
  }
}

.home .following-articles {
  margin-bottom: 50px;
}
@media all and (max-width: 991px) {
  .home .following-articles {
    margin-bottom: 30px;
  }
}
.following-articles .blog-wall-post {
  display: flex;
  margin-top: 50px;
}
@media all and (max-width: 991px) {
  .following-articles .blog-wall-post {
    flex-direction: column;
  }
}

.following-article {
  background-color: #fff;
  height: 100%;
}
.following-article .fullwidth-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.following-article .thin-line {
  height: 0;
  padding-top: 53.3333333333%;
  position: absolute;
}
.following-article .thin-line div {
  width: 1px;
  height: 100px;
  background-color: #eb483c;
  position: absolute;
  z-index: 1;
  margin-left: 50px;
}
.following-article .article-thumbnail {
  height: 0;
  padding-top: 74.0740740741%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.following-article .article-thumbnail .fullwidth-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.following-article .article-thumbnail .share-snippet {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
}
.following-article .article-thumbnail:after {
  content: " ";
  display: block;
  background: #eb483c;
  width: 1px;
  height: 100px;
  position: absolute;
  bottom: -20px;
  left: 50px;
}
.following-article .article-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: #2f4174;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}
.following-article .category {
  margin: 0;
}
.following-article .following-article-content {
  position: relative;
}
.following-article .following-article-content .title-level-2 {
  margin-top: 0.5em;
  line-height: 1.2;
}
.following-article .following-article-content .text {
  padding: 50px;
}
.following-article:hover .article-thumbnail:before {
  opacity: 0.6;
}
.following-article:hover a:not(.category) {
  text-decoration: underline;
}

@media all and (max-width: 991px) {
  .following-article-container {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .following-article-container:last-of-type() {
    margin-bottom: 0px;
  }

  .following-article .article-thumbnail {
    padding-top: 54.3209876543%;
    background-size: cover;
  }
  .following-article .article-thumbnail:after {
    left: 30px;
    height: 70px;
    bottom: -10px;
  }
  .following-article .following-article-content .text {
    padding: 30px;
  }
}
.blog-post .backtoblog {
  display: inline-block;
  margin-bottom: 20px;
}
.blog-post .section-header {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-post .section-header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 49, 62, 0.9);
}
.blog-post .section-header .container {
  z-index: 1;
  position: relative;
}
.blog-post .section-header .category {
  margin-bottom: 0;
}
.blog-post .text-content img {
  display: block;
}
.blog-post .text-content figcaption {
  font-size: 0.75em;
  color: #898e90;
  text-align: right;
  padding-top: 10px;
}
.blog-post .category {
  background-color: #eb483c;
  color: #fff;
}
.blog-post .meta {
  font-size: 14px;
  color: #898e90;
}
.blog-post .article {
  margin-top: 75px;
  position: relative;
}
@media all and (max-width: 991px) {
  .blog-post .article {
    margin-top: 30px;
  }
}
.blog-post .article span {
  color: #eb483c;
}
.blog-post .main-content img {
  margin-top: 20px;
}
.blog-post .main-content .text-content {
  margin: 40px 0;
}
.blog-post .main-content .thin-line {
  width: 100px;
  height: 1px;
  background-color: #eb483c;
}
.blog-post .main-content > div:last-child {
  margin: 40px 0;
}
.blog-post .author {
  background-color: #fff;
}
.blog-post .author .author-thumbnail {
  height: 0;
  padding-top: 55%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-post .author .author-content {
  padding: 30px;
}
.blog-post .author .author-content .author-title {
  color: #eb483c;
  margin-top: 0;
}
.blog-post .author .author-content .title-level-2 {
  margin-bottom: 0;
  font-size: 26px;
}
.blog-post .author .author-content p {
  margin-top: 1em;
}
.blog-post .author .author-content .social a:hover {
  text-decoration: none;
}
.blog-post .category-list {
  margin: 60px 0px;
}
.blog-post .category-list a {
  text-decoration: none;
}
.blog-post .category-list .category {
  padding: 15px 20px;
  border-bottom: 1px solid #c83d33;
  transition: background 0.3s;
}
.blog-post .category-list .category:hover {
  background: #d54137;
}
.blog-post .category-list a:last-child .category {
  border-bottom: none;
}
.blog-post .following-articles {
  padding-bottom: 170px;
}
@media all and (max-width: 991px) {
  .blog-post .share-snippet.vertical {
    margin-bottom: 20px;
  }
  .blog-post .share-snippet.vertical .circled {
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
  }
}

.overflow-shown {
  overflow: visible;
}

.career-form-container {
  background: #fff;
  padding: 90px 0;
  margin-bottom: 60px;
  z-index: 2;
  transform: translateZ(1px);
}
.career-form-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%);
  background-color: #fff;
}
.career-form-container fieldset {
  border: none;
  margin: 40px 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.career-form-container fieldset:first-child {
  margin-top: 0;
}
.career-form-container form {
  z-index: 2;
  margin: 0;
}
.career-form-container form label {
  display: block;
  margin-bottom: 10px;
}
.career-form-container form .title-level-3 {
  color: #eb483c;
}
.career-form-container form textarea {
  margin-bottom: 0;
}
.career-form-container form input[type=file] {
  border: none;
  line-height: normal;
}
.career-form-container .selectric {
  background: transparent;
}
.career-form-container .selectric .btn {
  background: transparent;
}
.career-form-container .button-col {
  text-align: right;
}
.career-form-container .g-recaptcha {
  display: inline-block;
}
@media all and (max-width: 991px) {
  .career-form-container .selectric-wrapper {
    margin-bottom: 30px;
  }
  .career-form-container .resume {
    width: 100%;
  }
  .career-form-container .button-col {
    margin-top: 30px;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .career-form-container {
    padding: 40px 0;
  }
  .career-form-container fieldset {
    margin-top: 20px;
  }
  .career-form-container [class^=button][class*=clear] {
    margin-bottom: 0;
  }
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  position: relative;
  display: inline-block;
  border: 1px solid #c1c1c1;
  color: #333333;
  padding: 0 20px;
  line-height: 48px;
  margin-bottom: 35px;
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}
.inputfile + label:before {
  content: "";
  font-size: 20px;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #eb483c;
  border-color: #eb483c;
  color: #fff;
  transition: all ease 0.3s;
}

.home-mobile-nav {
  overflow: hidden;
  text-align: center;
  z-index: 9000;
  height: 85px;
  position: static;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.home-mobile-nav:after {
  content: none;
  display: none;
}
.home-mobile-nav .ctn {
  width: 150%;
  height: 85px;
  line-height: 85px;
  overflow: hidden;
  position: relative;
  transform: translate(-33.3333333333%, 0);
  transition: transform 0.3s ease, height 0.3s ease;
}
.home-mobile-nav .ctn > div, .home-mobile-nav .ctn > a {
  width: 33.3333333333%;
  float: left;
  height: 100%;
}
.home-mobile-nav .logo {
  background: #fff;
  text-align: left;
}
.home-mobile-nav .logo a {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 16px;
  background: url(/assets/bixi-logo.cbfbdf97.png) top center no-repeat;
  background-size: 100% auto;
  margin: 0 0 0 18px;
  vertical-align: middle;
}
.home-mobile-nav .menu {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.home-mobile-nav .btn-menu {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -42px);
  transition: all 0.3s ease;
  color: #eb483c;
}
.home-mobile-nav .btn-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25vw;
  width: 50vw;
  height: 100%;
}
.home-mobile-nav .btn-menu i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 26px;
  vertical-align: middle;
  margin: -4px 0 0 12px;
}
.home-mobile-nav .btn-menu i span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 13px;
  left: 0;
  margin-top: -1px;
  background: #eb483c;
  transition: width 0.3s ease;
}
.home-mobile-nav .btn-menu i:after, .home-mobile-nav .btn-menu i:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #eb483c;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}
.home-mobile-nav .btn-menu i:after {
  top: 5px;
}
.home-mobile-nav .btn-menu i:before {
  bottom: 4px;
}
.home-mobile-nav.opened .btn-menu i span {
  width: 0px;
}
.home-mobile-nav.opened .btn-menu i:before {
  transform: translate(0, -7px) rotate(45deg);
}
.home-mobile-nav.opened .btn-menu i:after {
  transform: translate(0, 7px) rotate(-45deg);
}
.home-mobile-nav .subscribe {
  background: #eb483c;
  padding: 18px 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
}
.home-mobile-nav .subscribe:before {
  content: "";
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  height: 24px;
  background: url(/assets/small-bixi.b40d5e82.png) no-repeat;
  background-position: center 0;
}
.home-mobile-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.home-mobile-nav.small .ctn {
  height: 60px;
  line-height: 60px;
}
.home-mobile-nav.small .ctn {
  transform: translate(0, 0);
}
.home-mobile-nav.small .btn-menu {
  right: 18px;
  transform: translate(0, -50%);
}

.masthead {
  background: #272b38;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .masthead {
    height: 600px;
  }
}
.masthead .social-ctn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 6;
}
.masthead .social-ctn a {
  display: block;
  font-size: 32px;
  text-decoration: none !important;
}
.masthead .slide {
  position: relative;
  width: 100%;
  height: 800px;
  padding-top: 70px;
  padding-bottom: 80px;
  overflow: hidden;
  z-index: 2;
}
@media all and (max-width: 1300px) {
  .masthead .slide {
    height: 600px;
  }
}
.masthead .slide > .bg {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  height: 0;
  width: 110%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  background: center center;
  background-size: cover;
  transition: transform 1s ease-out;
}
.masthead .slide > .bg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
}
.masthead .slide > .bg video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  outline: none;
  object-fit: cover;
}
.edge .masthead .slide > .bg video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media all and (max-width: 991px) {
  .masthead .slide > .bg {
    height: 100%;
    padding: 0;
  }
}
.masthead .slide > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  outline: none !important;
  cursor: pointer;
}
.masthead .slide .container {
  height: 100%;
}
.masthead .slide .container .row {
  height: 100%;
}
.masthead .slide .container [class^=col-] {
  display: table;
  height: 100%;
}
.masthead .slide .container [class^=col-] .centered {
  display: table-cell;
  vertical-align: middle;
}
.masthead .slide .container [class^=col-] .centered.text-align-center {
  text-align: center;
}
.masthead br.other-link {
  display: none;
}
@media all and (max-width: 991px) {
  .masthead br.other-link {
    display: block;
  }
}
.masthead [data-secondary] {
  position: relative;
  z-index: 2;
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .masthead [data-secondary] {
    margin: 10px 0 0 0;
  }
}
.masthead .title-level-1 {
  color: #fff;
  margin-bottom: 10px;
}
.masthead .title-level-2 {
  color: #fff;
  line-height: 1.1;
}
.masthead br {
  clear: both;
}
.masthead [class^=button] {
  margin-bottom: 0;
}
.masthead .price-box {
  display: inline-block;
  margin-bottom: 40px;
}
@media all and (max-width: 1300px) {
  .masthead .price-box {
    margin-bottom: 27px;
  }
}
@media all and (max-width: 991px) {
  .masthead {
    height: 520px;
  }
  .masthead.fixed {
    margin-bottom: 85px;
  }
  .masthead .title-level-1 {
    margin-bottom: 8px;
  }
  .masthead .title-level-2 {
    margin-bottom: 8px;
  }
  .masthead .price-box {
    margin-bottom: 20px;
  }
  .masthead .slide {
    height: 520px;
    padding: 70px 0 0;
  }
  .masthead video {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .masthead {
    height: 400px;
  }
  .masthead .title-level-2 {
    font-size: 20px;
  }
  .masthead .title-level-2 br {
    display: none;
  }
  .masthead .slide {
    height: 400px;
  }
}

.section-header.pricing {
  display: table;
  width: 100%;
  height: 600px;
  padding: 0;
  background-size: cover;
}
.section-header.pricing select {
  opacity: 0;
}
@media all and (max-width: 1300px) {
  .section-header.pricing {
    height: 660px;
  }
}
@media all and (max-width: 767px) {
  .section-header.pricing {
    height: auto;
    padding: 60px 0;
    display: block;
    min-height: 400px;
  }
}
.section-header.pricing > .ctn {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .section-header.pricing > .ctn {
    display: block;
  }
}
.section-header.pricing .title-level-1 {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}
.section-header.pricing .title-level-2 {
  color: #fff;
}
.section-header.pricing .ph-selectric-wrapper {
  position: relative;
  top: 10px;
  margin: 0 30px;
}
.section-header.pricing .results {
  display: none;
  opacity: 0;
}
.section-header.pricing .results .cards {
  text-align: left;
}
@media all and (max-width: 767px) {
  .section-header.pricing .results .cards .pricing-card {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section-header.pricing .results .aside {
  text-align: left;
}
.section-header.pricing .results .aside .title-level-1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-header.pricing .results .aside .title-level-2 {
  margin-bottom: 20px;
}
.section-header.pricing .results .btns {
  width: 50%;
}
@media all and (max-width: 767px) {
  .section-header.pricing .results .btns {
    width: 100%;
  }
}
.section-header.pricing .results .btns [class^=button] {
  margin-bottom: 10px;
}
.section-header.pricing .part1, .section-header.pricing .part2 {
  display: block;
  position: relative;
}
@media all and (max-width: 991px) {
  .section-header.pricing .part1 br {
    display: none;
  }
}
.section-header.pricing .part1 .ph-selectric-wrapper {
  width: 360px;
}
@media all and (max-width: 767px) {
  .section-header.pricing .part1 .ph-selectric-wrapper {
    width: 100%;
    margin: 0;
  }
}
.section-header.pricing .part2 {
  display: none;
}
.section-header.pricing .part2 .title-level-1 {
  padding-top: 30px;
}
.section-header.pricing .part2 .user-ctn {
  display: none;
}
.section-header.pricing .part2 .ph-selectric-wrapper {
  width: 100%;
  margin: 0;
}

.pricing-card {
  margin-bottom: 30px;
  cursor: pointer;
  z-index: 1;
}
@media all and (max-width: 1300px) {
  .pricing-card:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 1300px) {
  .pricing-card:nth-child(2n+1) {
    clear: none;
  }
  .pricing-card:nth-child(2n) {
    clear: none;
  }
}
.pricing-card.pull-up {
  margin-top: -130px;
}
@media all and (max-width: 991px) {
  .pricing-card.pull-up {
    margin-top: 0;
  }
}
.pricing-card.pull-down {
  margin-bottom: -100px;
}
.pricing-card .ctn {
  position: relative;
  padding: 60px 45px;
  overflow: hidden;
  height: auto;
}
.pricing-card .ctn [class*=col-] {
  padding: 0;
}
@media all and (max-width: 991px) {
  .pricing-card .ctn .right {
    text-align: left;
    margin-top: 20px;
  }
}
@media all and (max-width: 991px) {
  .pricing-card .ctn {
    padding: 30px 22px;
  }
}
@media all and (max-width: 767px) {
  .pricing-card .ctn {
    height: auto !important;
  }
}
.pricing-card:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  bottom: 0;
  transform: scale(1);
  transition: transform 0.3s ease;
  z-index: -1;
}
.pricing-card.hover:after {
  transform: scale(1.05);
}
.pricing-card p {
  margin-bottom: 30px;
}
.pricing-card [class^=button] {
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}
.pricing-card .right {
  text-align: right;
}
.pricing-card .details {
  line-height: 40px;
  font-style: italic;
  cursor: pointer;
}
.pricing-card .details i {
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}
.pricing-card .details:hover, .pricing-card .details.hover {
  text-decoration: underline;
}
.pricing-card .details:hover i, .pricing-card .details.hover i {
  left: 3px;
}
.pricing-card .name {
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-card .btns :nth-child(2) {
  margin-top: 10px;
}
.pricing-accent .pricing-card .ctn, .pricing-card.accent .ctn {
  background: #eb483c;
  color: #fff;
}
.pricing-accent .pricing-card:after, .pricing-card.accent:after {
  background-color: #eb483c;
}
.pricing-accent .pricing-card p, .pricing-accent .pricing-card a:not([class^=button]), .pricing-card.accent p, .pricing-card.accent a:not([class^=button]) {
  color: #fff;
}
.pricing-white .pricing-card .ctn, .pricing-card.white .ctn {
  background: #fff;
  color: #eb483c;
}
.pricing-white .pricing-card:after, .pricing-card.white:after {
  background-color: #fff;
}
.pricing-white .pricing-card p, .pricing-white .pricing-card a:not([class^=button]), .pricing-card.white p, .pricing-card.white a:not([class^=button]) {
  color: #eb483c;
}
.pricing-dark .pricing-card .ctn, .pricing-card.dark .ctn {
  background: #272b38;
  color: #fff;
}
.pricing-dark .pricing-card:after, .pricing-card.dark:after {
  background: #272b38;
}
.pricing-dark .pricing-card p, .pricing-dark .pricing-card a:not([class^=button]), .pricing-card.dark p, .pricing-card.dark a:not([class^=button]) {
  color: #fff;
}

.pricing-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0);
  background: #f3f3f3;
  z-index: 1000;
  padding: 50px 0;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
.pricing-overlay.visible {
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tarif-details .back-btn {
  margin-top: 20px;
}
.tarif-details table td:last-child {
  white-space: nowrap;
}
.tarif-details .intro-block .bg.with-promo {
  background-size: auto 50vw;
}

/*# sourceMappingURL=/assets/index.css.map */