@charset "UTF-8";
/* Variable */
/* Tools */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
------------------------------------------------------------- */
/* Base */
html {
  font-size: 10px;
}

body {
  font-family: "Muli";
  line-height: 1.5;
  font-size: 1.55rem;
  color: #0e1c37;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
body.is-opened {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}
main:before,
main:after {
  content: "";
  display: table;
}
main:after {
  clear: both;
}

.ls-overflow-visible {
  overflow: hidden !important;
}

::-webkit-selection {
  color: #fff;
  background: #ca8f89;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #ca8f89;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #ca8f89;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
  /* mobile tap color */
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
h3,
h4 {
  margin: 0;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}

h1,
h2,
h3 {
  color: #539878;
}

h1 {
  font-size: 4.3rem;
  color: #0e1c37;
  margin: 0rem 0 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-size: 2.4rem;
  color: #0e1c37;
  font-weight: 800;
  margin-bottom: 2.8rem;
}

h3 {
  font-size: 2.3rem;
  margin-bottom: 2.5rem;
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #838383;
}

/**********************
@FONT FACE
**********************/
@font-face {
  font-family: "Noe Display";
  src: url("../fonts/NoeDisplay.woff") format("woff"),
    url("../fonts/NoeDisplay.woff2") format("woff2");
}

@font-face {
  font-family: "Noe Display";
  src: url("../fonts/NoeDisplay-Medium.woff") format("woff"),
    url("../fonts/NoeDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.woff2") format("woff2");
}

@font-face {
  font-family: "Brown Pro";
  src: url("../fonts/BrownPro-Light.woff") format("woff"),
    url("../fonts/BrownPro-Light.woff2") format("woff2");
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 2.5rem;
  padding: 0;
}
p a:after {
  width: 100%;
  height: 3px;
  background-color: #539878;
  position: absolute;
  left: 0;
  bottom: -4px;
}

hr {
  height: 1px;
  padding: 0;
  border: none;
  background-color: #747474;
}

ul {
  margin: 0;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75rem;
    margin: 0rem 0 2rem;
  }
  h2 {
    font-size: 2.75rem;
    margin-bottom: 2.8rem;
  }
  h3 {
    font-size: 2.45rem;
    margin-bottom: 2.5rem;
  }
  h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  p {
    margin: 0 0 2rem 0;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

/**********************
RESET CSS
**********************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn,
em {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

p {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -epub-hyphens: auto;
}

pre {
  margin: 0;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

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

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol {
  margin: 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

ol,
ul,
li {
  padding: 0;
  list-style-type: none;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  /* 1 */
}

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

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

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

.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.clearfix:after,
.cf:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  section {
    border-width: 10px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

/* Layout */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-semifluid {
  margin-right: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}
.container-semifluid--left {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 990px) {
  .container-semifluid {
    margin-left: auto;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 0;
  }
  .container-semifluid--left {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
  .container-semifluid,
  .container-semifluid--left {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
  .container-semifluid,
  .container-semifluid--left {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
  .container-semifluid,
  .container-semifluid--left {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1230px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
  .container-semifluid,
  .container-semifluid--left {
    width: 95vw;
    max-width: 100%;
  }
}

@media (min-width: 1466px) {
  .container-semifluid,
  .container-semifluid--left {
    width: 90vw;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 576px) {
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .col-xxl,
  .col-xxl-1,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .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-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .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-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .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-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col-xs {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.pull-xs-1 {
  right: 8.333333%;
}

.pull-xs-2 {
  right: 16.666667%;
}

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

.pull-xs-4 {
  right: 33.333333%;
}

.pull-xs-5 {
  right: 41.666667%;
}

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

.pull-xs-7 {
  right: 58.333333%;
}

.pull-xs-8 {
  right: 66.666667%;
}

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

.pull-xs-10 {
  right: 83.333333%;
}

.pull-xs-11 {
  right: 91.666667%;
}

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

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

.push-xs-1 {
  left: 8.333333%;
}

.push-xs-2 {
  left: 16.666667%;
}

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

.push-xs-4 {
  left: 33.333333%;
}

.push-xs-5 {
  left: 41.666667%;
}

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

.push-xs-7 {
  left: 58.333333%;
}

.push-xs-8 {
  left: 66.666667%;
}

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

.push-xs-10 {
  left: 83.333333%;
}

.push-xs-11 {
  left: 91.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1370px) {
  .col-xxl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xxl-0 {
    right: auto;
  }
  .pull-xxl-1 {
    right: 8.333333%;
  }
  .pull-xxl-2 {
    right: 16.666667%;
  }
  .pull-xxl-3 {
    right: 25%;
  }
  .pull-xxl-4 {
    right: 33.333333%;
  }
  .pull-xxl-5 {
    right: 41.666667%;
  }
  .pull-xxl-6 {
    right: 50%;
  }
  .pull-xxl-7 {
    right: 58.333333%;
  }
  .pull-xxl-8 {
    right: 66.666667%;
  }
  .pull-xxl-9 {
    right: 75%;
  }
  .pull-xxl-10 {
    right: 83.333333%;
  }
  .pull-xxl-11 {
    right: 91.666667%;
  }
  .pull-xxl-12 {
    right: 100%;
  }
  .push-xxl-0 {
    left: auto;
  }
  .push-xxl-1 {
    left: 8.333333%;
  }
  .push-xxl-2 {
    left: 16.666667%;
  }
  .push-xxl-3 {
    left: 25%;
  }
  .push-xxl-4 {
    left: 33.333333%;
  }
  .push-xxl-5 {
    left: 41.666667%;
  }
  .push-xxl-6 {
    left: 50%;
  }
  .push-xxl-7 {
    left: 58.333333%;
  }
  .push-xxl-8 {
    left: 66.666667%;
  }
  .push-xxl-9 {
    left: 75%;
  }
  .push-xxl-10 {
    left: 83.333333%;
  }
  .push-xxl-11 {
    left: 91.666667%;
  }
  .push-xxl-12 {
    left: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0%;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .align-items-center-sm {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 1px 12px -2px #c1c1c1;
  padding: 1.5rem 0 3.5rem;
}
.header__inner {
  align-items: center;
  position: relative;
}
.header__inner--mobile {
  display: none;
}
.header__logo {
  max-width: 201px;
}
.header__logo img {
  display: block;
}
.header__logo--mobile {
  display: none;
}
.header__nav {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header__nav > ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.header__search {
  width: 15%;
  position: relative;
}
.header__search:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../images/search-icon.svg);
  position: absolute;
  left: -22px;
  top: 5px;
}
.header__search input {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
}
.header__search input.submit {
  display: none;
}
.header__nav--mobile {
  display: none;
  position: absolute;
  top: 0;
  padding-top: 51px;
  left: 0;
  height: 100vh;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.header__nav--mobile .menu--mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.header__nav--mobile .menu--mobile .menu-item {
  display: block !important;
  font-size: 2.6rem;
  padding: 0.5rem 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.header__nav--mobile .menu--mobile .menu-item a {
  border: none;
}
.header__nav--mobile .menu--mobile .menu-item:hover {
  display: block;
  text-decoration: none;
}
.header__nav--mobile .menu--mobile .menu-item .sub-menu {
  display: none;
}
.header__nav--mobile .menu--mobile .menu-item .sub-menu li {
  font-size: 1.6rem;
  padding: 0;
}
.header__nav--mobile .menu--mobile .menu-item .sub-menu li:last-child {
  text-decoration: underline;
}

.menu {
  margin: 1rem 0 0;
}
.menu .menu-item {
  font-size: 1.8rem;
  font-weight: bold;
  color: #434343;
  position: relative;
}
.menu .menu-item:hover:after,
.menu .menu-item.current-menu-item:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  background-color: #0e1c37;
  bottom: -0.5rem;
}
.menu .menu-item.header__nav__cart {
  background-image: url(../images/icone-panier.svg);
  height: 25px;
  width: 30px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: right;
  /* margin-top: -1px; */
  padding-top: 0.7rem;
  padding-right: 0.1rem;
}
.menu .menu-item.header__nav__cart span {
  background-color: #539878;
  color: #fff;
  padding: 0.05rem 0.3rem;
  line-height: 0;
  font-size: 1.1rem;
}

/*------------------------------------*\
    $MENU
\*------------------------------------*/
/*********************
Mobile Nav
*********************/
/**** Hamburger ****/
.hamburger-icon {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 47px;
  color: #3a3519;
  z-index: 999;
  height: 47px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.hamburger-icon span {
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  color: #9c9c9c;
  background-color: #9c9c9c;
  -webkit-transition: -webkit-background 0.5s;
  transition: background 0.5s;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.hamburger-icon span:before,
.hamburger-icon span:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  color: #9c9c9c;
  content: "";
  background-color: #9c9c9c;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transform: translateY(9px);
}
.hamburger-icon span:before {
  top: 0;
}
.hamburger-icon span:after {
  transform: translateY(-9px);
  top: 0;
}

.hamburger-icon.is-opened span {
  background: transparent;
}

.hamburger-icon.is-opened span::before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  background-color: #9c9c9c;
}

.hamburger-icon.is-opened span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  background-color: #9c9c9c;
}

.hamburger-icon.is-opened {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .header {
    width: 100%;
    margin-bottom: 0;
    padding: 1rem 0;
  }
  .header__logo {
    display: none;
  }
  .header__logo--mobile {
    width: 140px;
    display: inline-block;
  }
  .header__logo--mobile img {
    display: block;
  }
  .header__right {
    display: none;
  }
  .header__nav {
    display: none;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  .mobile-menu .top-nav {
    float: none;
    text-align: center;
  }
  .mobile-menu .top-nav .menu-item {
    display: block !important;
    font-size: 20px;
    color: #000;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #000;
  }
  .mobile-menu .top-nav .menu-item a {
    border: none;
  }
  .mobile-menu .top-nav .menu-item:hover {
    display: block;
    text-decoration: none;
    background: #000;
  }
  .is-scroll-down .header {
    transform: translateY(0) !important;
  }
  .is-scroll-up .header {
    transform: translateY(0) !important;
  }
  .header__inner--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .header__logo--mobile {
    padding-left: 1.5rem;
  }
  .header__right--mobile {
    display: flex;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .mobile-menu {
    display: none;
  }
  .hamburger-icon {
    display: none !important;
  }
  .mobile-header img {
    width: 100px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

.footer__l1 {
  background-color: #9fadb5;
  padding: 2rem 0 4rem;
  color: #fff;
}
.footer__l1__items {
  display: flex;
  justify-content: space-between;
}
.footer__l1__item ul li {
  margin-bottom: 1rem;
  font-size: 1.38rem;
  line-height: 1.1;
}

.footer__l2 {
  background-color: #0e1c37;
  padding: 2rem 0;
  color: #fff;
}
.footer__l2__items {
  display: flex;
  justify-content: space-between;
}
.footer__l2__left {
  font-size: 1.3rem;
  font-weight: 700;
}
.footer__l2__right {
  font-size: 1.3rem;
}

.footer__subtitle {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 1.5rem;
  min-height: 19px;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .footer__l1 {
    padding: 0;
  }
  .footer__l1 .container {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .footer__l1__img {
    width: 50%;
    background-color: #000;
  }
  .footer__l1__items {
    display: block;
    width: 50%;
    padding: 2rem 1.5rem;
  }
  .footer__l2__left {
    font-size: 1rem;
  }
  .footer__l2__right {
    font-size: 0.9rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

/* Modules */
.btn {
  color: #fff;
  font-size: 1.75rem;
  background-color: #0e1c37;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.9rem;
  text-decoration: underline;
}
.btn:after {
  transition: opacity 0.2s;
  height: 3px;
  background-color: #539878;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.btn:hover:after {
  opacity: 1;
}

.s-slider .slider__item {
  align-items: stretch;
  display: flex !important;
  min-height: 655px;
  flex-wrap: wrap;
}

.s-slider .slider__left {
  background-color: #000;
  width: 50%;
  background-position: center center;
  background-size: cover;
}

.s-slider .slider__right {
  background-color: #0e1c37;
  width: 50%;
}

.s-slider .slider__content {
  width: 42vw;
  padding: 6.5rem 0 3rem 3rem;
  color: #fff;
}

.s-slider .slider__title {
  font-size: 5.1rem;
  color: #fff;
  margin: 0rem 0 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 12rem;
  position: relative;
}
.s-slider .slider__title:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #fff;
  bottom: -22px;
  right: 0;
}

.s-slider .slider__text {
  line-height: 1.3;
}

.s-homenews .homenews__inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #005ba4;
}

.s-homenews .homenews__img {
  background-color: #000;
  width: 30%;
  background-position: center;
  background-size: cover;
}

.s-homenews .homenews__news {
  width: 20%;
  padding: 2.2rem 3rem;
  text-decoration: underline;
  color: #fff;
}
.s-homenews .homenews__news--title {
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.2;
}
.s-homenews .homenews__news--subtitle {
  font-size: 1.6rem;
}

.s-homenews .homenews__item {
  width: 25%;
  padding: 2.5rem 4rem;
  color: #fff;
}

.s-homenews .homenews__title {
  color: #fff14c;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.s-homenews .homenews__date {
  font-size: 2rem;
  font-size: 1.5rem;
}

.s-homenews .homenews__excerpt {
  margin-top: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.s-homeapps .homeapps__header {
  margin-top: 7rem;
  background-color: #0e1c37;
  padding: 2.5rem 0 9rem;
  text-align: center;
}
.s-homeapps .homeapps__header h3 {
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.s-homeapps .homeapps__tabs {
  display: flex;
  text-align: center;
  margin-top: -7rem;
}
.s-homeapps .homeapps__tabs a {
  height: 7rem;
  display: flex;
  width: 33.333%;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  font-size: 1.75rem;
  align-items: center;
  text-transform: uppercase;
}
.s-homeapps .homeapps__tabs a:nth-child(1) {
  background-color: #f3f4f4;
}
.s-homeapps .homeapps__tabs a:nth-child(2) {
  background-color: #e1e9ff;
}
.s-homeapps .homeapps__tabs a:nth-child(3) {
  background-color: #cdd5ff;
}

.s-homeapps .homeapps__tab--mobile {
  display: none;
  margin: 0 auto;
  width: 86%;
  height: 5rem;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  font-size: 1.75rem;
  align-items: center;
  text-transform: uppercase;
}
.s-homeapps .homeapps__tab--mobile--1 {
  background-color: #f3f4f4;
}
.s-homeapps .homeapps__tab--mobile--2 {
  background-color: #e1e9ff;
}
.s-homeapps .homeapps__tab--mobile--3 {
  background-color: #cdd5ff;
}

.s-homeapps .homeapps__pane {
  display: flex;
  padding: 4rem 0;
}
.s-homeapps .homeapps__pane .container {
  display: flex;
  flex-wrap: wrap;
}
.s-homeapps .homeapps__pane.tab1 {
  background-color: #f3f4f4;
}
.s-homeapps .homeapps__pane.tab2 {
  background-color: #e1e9ff;
}
.s-homeapps .homeapps__pane.tab3 {
  background-color: #cdd5ff;
}
.s-homeapps .homeapps__pane__img {
  width: 50%;
  text-align: center;
}
.s-homeapps .homeapps__pane__content {
  width: 50%;
}

.s-map {
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.s-map h1 {
  padding: 0 0 2rem;
  text-transform: uppercase;
  font-size: 3.3rem;
  font-weight: 700;
  margin: 0 0 2rem;
  text-decoration: underline;
}
.s-map .map__maps {
  margin-bottom: 2rem;
  display: inline;
}
.s-map .map__maps--asia,
.s-map .map__maps--na,
.s-map .map__maps--europe {
  display: none;
}
.s-map .map__items__l1 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.s-map .map__items__l2 {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.s-map .map__item {
  width: 33%;
  cursor: pointer;
  padding: 0 1rem;
}
.s-map .map__logo {
  min-height: 79px;
}
.s-map .map__country {
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  text-decoration: underline;
  color: #000;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  min-height: 26px;
}
.s-map .map__info {
  margin-top: 0.7rem;
}
.s-map .map__info li {
  color: #838383;
  font-size: 1.35rem;
  line-height: 1.35;
}
.s-map .map__info li span {
  color: #0e1c37;
  font-weight: 800;
}

@media screen and (min-width: 1200px) {
  .s-homeapps .homeapps__pane {
    min-height: 386px;
  }
}

@media screen and (min-width: 990px) {
  .s-homeapps .homeapps__pane {
    min-height: 430px;
  }
}

@media screen and (max-width: 990px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots {
    display: none !important;
  }
  .slider__content {
    min-height: 480px;
  }
  .s-homeapps .homeapps__pane {
    display: block !important;
  }
  .s-homeapps .homeapps__tabs {
    display: none;
  }
  .s-homeapps .homeapps__tab--mobile {
    display: flex;
    margin-bottom: -1rem;
    margin-top: -4rem;
    text-align: center;
  }
  .s-slider .slider__left,
  .s-slider .slider__right {
    width: 100%;
  }
  .s-slider .slider__left {
    height: 200px;
  }
  .s-slider .slider__title {
    font-size: 3.1rem;
    margin-bottom: 3rem;
    line-height: 1.2;
  }
  .s-slider .slider__content {
    width: 100%;
    padding: 3.5rem 1.5rem 3rem 1.5rem;
  }
  .s-homenews .container {
    padding: 0;
  }
  .s-homenews .homenews__img {
    display: none;
  }
  .s-homenews .homenews__news {
    width: 100%;
    padding: 2.2rem 1.5rem;
  }
  .s-homenews .homenews__news a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s-homenews .homenews__item {
    width: 100%;
    padding: 1rem 1.5rem;
    border-top: 1px solid #fff;
  }
  .s-homeapps .homeapps__header {
    margin-top: 7rem;
    padding: 2rem 0 6rem;
  }
  .s-homeapps .container {
    padding: 0;
  }
  .s-homeapps .homeapps__pane__img {
    width: 100%;
    padding: 0 2rem 2rem;
  }
  .s-homeapps .homeapps__pane__content {
    width: 100%;
    padding: 0 1.5rem 4rem;
  }
  .s-map .map__item {
    width: 50%;
    margin-bottom: 2rem;
  }
  .s-map .map__maps {
    display: none;
  }
}

.s-aboutus .aboutus__item {
  padding: 2rem 0;
  background-color: #f3f4f4;
}

.s-aboutus .aboutus__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.s-aboutus .aboutus__tabs {
  display: flex;
  justify-content: space-between;
}

.s-aboutus .aboutus__tab {
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
}
.s-aboutus .aboutus__tab.active {
  color: #005ba4;
}

.s-aboutus .aboutus__pane {
  display: flex;
  padding: 2rem 0;
}

.s-aboutus .aboutus__text {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 60%;
  padding: 3.5rem 2rem 3.5rem 3rem;
}

.s-aboutus .aboutus__img {
  height: 300px;
  width: 40%;
  background-color: #efefef;
  background-position: center center;
  background-size: cover;
}

.s-about .about__item {
  padding: 2rem 0;
}

.s-about .about__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.s-about .about__content {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.s-about .about__text {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 60%;
  padding: 3.5rem 2rem 3.5rem 3rem;
}

.s-about .about__img {
  height: 300px;
  width: 40%;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
}

.s-bktel-group .about__item {
  padding: 3rem 0 2rem;
}

.s-bktel-group .about__text {
  width: 40%;
  padding: 0rem 4rem 3.5rem 0;
}

.s-bktel-group .about__img {
  width: 60%;
  height: 440px;
}

.s-bktel-photonics .about__item {
  padding: 3rem 0 2rem;
  background-color: #f3f4f4;
}

.s-bktel-photonics .about__text {
  width: 45%;
  padding: 0rem 1.5rem 3.5rem 4rem;
}

.s-bktel-photonics .about__img {
  width: 55%;
  height: 370px;
}

.s-lannion .about__item {
  padding: 3rem 0 2rem;
  background-color: #fff;
}

.s-lannion .about__title {
  margin-bottom: 3rem;
}

.s-lannion .about__text {
  width: 40%;
  padding: 0rem 4rem 3.5rem 0;
}

.s-lannion .about__img {
  width: 60%;
  height: 340px;
}

.s-lannion--roots .about__item {
  padding: 3rem 0 2rem;
  background-color: #f3f4f4;
}

.s-lannion--roots .about__text {
  width: 60%;
  padding: 0rem 0 3.5rem 4rem;
  padding: 0rem 0 3.5rem 0rem;
}

.s-lannion--roots .about__img {
  width: 40%;
  width: 37.5%;
  margin-right: 2.5rem;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .s-bktel-group .about__text {
    width: 100%;
    padding: 2rem 0 0;
  }
  .s-bktel-group .about__img {
    width: 100%;
  }
  .s-bktel-photonics .about__img {
    width: 100%;
  }
  .s-bktel-photonics .about__text {
    padding: 2rem 0 0;
    width: 100%;
  }
  .s-lannion .about__img,
  .s-lannion--roots .about__img {
    width: 100%;
  }
  .s-lannion .about__text,
  .s-lannion--roots .about__text {
    width: 100%;
    padding: 2rem 0 0;
  }
  .s-lannion .about__item,
  .s-lannion--roots .about__item {
    padding: 0rem 0 2rem;
  }
  .s-bktel-group .about__item {
    padding: 0rem 0 2rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 91%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: 70px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 90px;
  z-index: 9;
}

[dir="rtl"] .slick-prev {
  right: 90px;
  left: auto;
}

.slick-prev:before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 59px;
  height: 16px;
  transform: rotate(-180deg);
  display: block;
}

[dir="rtl"] .slick-prev:before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 74px;
  height: 19px;
  transform: rotate(-180deg);
  display: block;
}

.slick-next {
  right: 90px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 90px;
}

.slick-next:before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 59px;
  height: 16px;
  display: block;
}

[dir="rtl"] .slick-next:before {
  content: "";
  background-image: url(../images/arrow.svg);
  width: 74px;
  height: 19px;
  display: block;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 7rem;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.s-news .news {
  background-color: #f3f4f4;
  padding: 3rem 0 5rem;
}
.s-news .news__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.s-news .news__item {
  border-top: 1px solid #000;
  padding: 2rem 0 2rem;
}
.s-news .news__item:nth-child(2) {
  border-top: none;
}
.s-news .news__item__inner {
  display: flex;
  flex-wrap: wrap;
}
.s-news .news__item__left {
  width: 33.333%;
  padding-right: 1rem;
}
.s-news .news__item__right {
  width: 66.666%;
}
.s-news .news__item__info {
  margin-bottom: 2rem;
}
.s-news .news__item__title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #005ba4;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.s-news .news__item__text {
  color: #000;
  line-height: 1.2;
}
.s-news .news__item__img {
  max-width: 360px;
  height: 240px;
  background-color: #efefef;
  background-size: cover;
  background-position: center;
}

.s-news .events {
  padding: 3rem 0 5rem;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .s-news .news__item__img {
    max-width: inherit;
  }
  .s-news .news__item__left {
    padding-right: 0;
    width: 100%;
  }
  .s-news .news__item__right {
    width: 100%;
    margin-top: 3rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

.s-products-intro {
  background-color: #9fadb5;
  padding: 3rem 0;
}
.s-products-intro .products-intro__inner p {
  color: #fff;
  line-height: 1.2;
}
.s-products-intro .products-intro__title {
  font-size: 3.2rem;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
}
.s-products-intro .products-intro__text {
  columns: 2;
  column-gap: 10rem;
}

.s-products {
  background-color: #fff;
  padding: 3rem 0;
}
.s-products .products__title {
  text-align: center;
  font-size: 3rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.s-products .products__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding: 4rem 0;
}
.s-products .products__item:last-child {
  border-bottom: none;
}
.s-products .products__item__list {
  display: none;
  width: 40%;
  position: absolute;
  right: 0;
  margin-top: -3rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem;
  z-index: 10;
}
.s-products .products__item__list > li {
  color: #fff !important;
  width: 100% !important;
  font-size: 1.35rem !important;
}
.s-products .products__item__left {
  width: 50%;
  padding-right: 4rem;
}
.s-products .products__item__img {
  background-color: #efefef;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 275px;
}
.s-products .products__item__content {
  width: 50%;
  padding-left: 4rem;
  position: relative;
}
.s-products .products__item__content ul li {
  font-size: 1.45rem;
  color: #000;
  margin-bottom: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  width: 50%;
  font-size: 1.6rem;
}
.s-products .products__item__title {
  font-size: 3.25rem;
  font-weight: 700;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.s-products .product__line__item.active {
  color: #005ba4;
  border-bottom: 1px solid #005ba4;
  text-decoration: none;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 767px) {
  .s-products .products__item {
    padding: 2rem 0;
  }
  .s-products-intro .products-intro__inner {
    columns: 1;
  }
  .s-products-intro .products-intro__text {
    columns: 1;
  }
  .s-products .products__item__left {
    width: 100%;
    padding-right: 0;
  }
  .s-products .products__item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .s-products .products__item__content ul li {
    width: 100%;
  }
  .s-products .products__item__list {
    width: 100%;
    margin-top: 0rem;
    position: relative;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

.product {
  background-color: #f3f4f4;
  padding-bottom: 3rem;
}
.product__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 2rem;
}
.product__item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.product__img {
  width: 33.3333%;
  text-align: center;
  margin-top: 3rem;
}
.product__img img {
  mix-blend-mode: multiply;
}
.product__text {
  width: 33.3333%;
  padding: 1rem 1.5rem;
}
.product__text p {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
}
.product__more {
  align-self: flex-end;
  width: 33.3333%;
  padding: 3rem 3rem;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
}
.product__sheets {
  margin-bottom: 3rem;
  display: block;
  font-weight: bold;
}
.product__sheets h4 {
  color: #fff;
  font-size: 1.75rem;
  background-color: #0e1c37;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.9rem;
}
.product__sheet {
  margin-bottom: 1rem;
  text-decoration: underline;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 990px) {
  .product__img,
  .product__text,
  .product__more {
    width: 100%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

.search-res {
  background-color: #f3f4f4;
  padding: 3rem 0 5rem;
}
.search-res__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.search-res__item {
  border-bottom: 1px solid #000;
  padding: 2rem 0 2rem;
}
.search-res__item__inner {
  display: flex;
}
.search-res__item__left {
  width: 33.333%;
  padding-right: 1rem;
}
.search-res__item__right {
  width: 66.666%;
}
.search-res__item__info {
  margin-bottom: 2rem;
}
.search-res__item__title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #005ba4;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.search-res__item__text {
  color: #000;
  line-height: 1.2;
}

.s-careers .careers {
  background-color: #f3f4f4;
  padding: 3rem 0;
}
.s-careers .careers__inner {
  display: flex;
}
.s-careers .careers__left {
  width: 35%;
}
.s-careers .careers__content {
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.45rem;
  padding-right: 6rem;
  line-height: 1.2;
}
.s-careers .careers__content ul li {
  margin-bottom: 1rem;
}
.s-careers .careers__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.s-careers .careers__subtitle {
  margin-bottom: 2rem;
  text-decoration: underline;
  color: #000;
  font-size: 1.45rem;
  font-weight: 400;
}
.s-careers .careers__form {
  width: 65%;
  color: #000;
  font-size: 1.45rem;
  line-height: 1.2;
}

.s-careers input.wpcf7-form-control.wpcf7-text,
.s-careers textarea.wpcf7-form-control.wpcf7-textarea {
  width: 80%;
  margin-bottom: 1rem;
  padding: 0.2rem 0.5rem;
}

.s-careers input.wpcf7-form-control.wpcf7-file {
  margin-top: 1rem;
}

.s-careers input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  font-size: 1.75rem;
  background-color: #0e1c37;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.9rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.s-contact .contact {
  background-color: #f3f4f4;
  padding: 3rem 0;
}
.s-contact .contact__inner {
  display: flex;
  flex-wrap: wrap;
}
.s-contact .contact__left {
  width: 50%;
}
.s-contact .contact__left__inner {
  display: flex;
  justify-content: flex-end;
}
.s-contact .contact__content {
  width: 50%;
  margin-bottom: 2rem;
}
.s-contact .contact__img {
  background-color: #efefef;
  width: 550px;
  height: 296px;
  background-position: center center;
  background-size: cover;
}
.s-contact .contact__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.s-contact .contact__info li {
  display: flex;
  margin-bottom: 1rem;
  color: #000;
}
.s-contact .contact__info__left {
  width: 33.3333%;
  font-size: 1.65rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #005ba4;
}
.s-contact .contact__info__right {
  width: 66.6666%;
}
.s-contact .contact__form {
  width: 50%;
  padding-left: 3rem;
}

.s-contact input.wpcf7-form-control.wpcf7-text,
.s-contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.2rem 0.5rem;
}

.s-contact input.wpcf7-form-control.wpcf7-file {
  margin-top: 1rem;
}

.s-contact input.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  font-size: 1.75rem;
  background-color: #0e1c37;
  font-weight: bold;
  position: relative;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem 0.9rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.s-contact .careers-news {
  padding: 3rem 0;
}
.s-contact .careers-news__inner {
  display: flex;
}
.s-contact .careers-news__content {
  width: 50%;
}
.s-contact .careers-news__title {
  font-size: 3.25rem;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.s-contact .careers-news__subtitle {
  font-size: 1.5rem;
  color: #005ba4;
  font-weight: 800;
  margin-bottom: 2rem;
}
.s-contact .careers-news__list {
  font-size: 1.45rem;
  color: #000;
}
.s-contact .careers-news__list li {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.s-contact .careers-news__more {
  font-size: 1.45rem;
  color: #000;
}

.s-contact .wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none;
}

.s-contact .screen-reader-response {
  font-weight: 800;
  margin-bottom: 2rem;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #959595;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #959595;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #959595;
}

textarea::placeholder {
  color: #959595;
}

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

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

textarea:-ms-input-placeholder {
  color: #959595;
}

/******************************
MEDIA QUERIES
******************************/
@media screen and (max-width: 1200px) {
  .s-contact .contact__img {
    width: 100%;
  }
}

@media screen and (max-width: 990px) {
  .s-contact .contact__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .s-contact .contact__content {
    margin-bottom: 0;
  }
  .s-contact .contact__left,
  .s-contact .contact__form {
    width: 100%;
  }
  .s-contact .contact__form {
    padding-left: 0;
  }
  .s-contact .careers-news__content {
    width: 100%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* Retina-specific stuff here */
}

/*# sourceMappingURL=maps/style.css.map */

/* A SCSS */

.header__logo--min {
  display: none;
}
.header.is-scrolling {
  position: fixed;
  padding: 0.5rem 0 1.5rem;
  transition: all 0.2s;
}
.header.is-scrolling .header__nav {
  align-items: center;
  transition: all 0.2s;
}
.header.is-scrolling .menu {
  margin: 0;
}
.header.is-scrolling .header__logo--max {
  display: none;
}
.header.is-scrolling .header__logo--min {
  display: block;
  width: 4%;
  transition: all 0.2s;
}
.header.is-scrolling .header__nav > ul {
  width: 73%;
  transition: all 0.2s;
}
.header.is-scrolling .menu .menu-item {
  font-size: 1.5rem;
  transition: all 0.2s;
}
.header.is-scrolling .header__search {
  width: 13%;
  font-size: 1.5rem;
  transition: all 0.2s;
}
.main.is-scrolling {
  padding-top: 17rem;
  /* transition: all 0.2s; */
}

.s-slider .slider__title:after {
  display: none;
}

.s-slider .slider__title {
  font-size: 4.3rem;
  margin-bottom: 3rem;
}

/* .s-slider .slider__item {
  min-height: 467px;
} */

.s-news .news__item__img {
  height: 324px;
}

.s-contact .contact__img {
  width: 582px;
}

.s-bktel-photonics .about__img {
  width: 54%;
  height: 429px;
}

.s-bktel-group .about__img {
  width: 60%;
  height: 381px;
}

.s-lannion--roots .about__img {
  width: 37.5%;
  margin-right: 2.8rem;
}

.s-lannion .about__img {
  height: 358px;
}

.s-lannion .about__img--roots {
  height: 418px;
}

span.wpcf7-form-control-wrap.checkbox-330 {
  padding-bottom: 1rem;
  display: block;
}
span.wpcf7-not-valid-tip {
  color: red;
  margin-left: 1rem;
}

.wpcf7-response-output.wpcf7-validation-errors {
  font-weight: bold;
}

.menu .menu-item:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
  background-color: #185d9f;
  opacity: 0;
  transition: opacity 0.2s;
  bottom: -0.5rem;
}
.menu .menu-item:hover:after,
.menu .menu-item.current-menu-item:after {
  background-color: #185d9f;
}

.menu .menu-item:hover:after,
.menu .menu-item.current-menu-item:after {
  opacity: 1;
}
.s-homenews .homenews__news {
  text-decoration: none;
}
.s-homenews .homenews__news--title {
  line-height: 1;
}
.s-homenews .homenews__news--subtitle {
  font-size: 1.5rem;
  line-height: 2.5;
  text-decoration: underline;
}
.s-homeapps .homeapps__pane__content .btn {
  text-decoration: none;
  font-size: 1.65rem;
}

.s-products-intro {
  background-color: #9fadb5;
  padding: 6rem 0;
}
.s-products .products__item__img {
  height: 100%;
  min-height: 275px;
}
.product__sheets h4 {
  /* color: #fff;
  font-size: 1.35rem;
  background-color: #0e1c37;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.4rem 0.5rem 0.5rem; */
}
.product__sheets h4 {
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0;
}
.s-contact .contact__form {
  padding-left: 5rem;
}
.wpcf7-form-control-wrap.checkbox-330 span.wpcf7-list-item-label {
  padding-left: 1rem;
}
div.cf7sr-g-recaptcha {
  margin-top: -1rem;
}
.wpcf7-form p {
  margin: 0 0 1.5rem;
}
.s-contact .contact__img {
  height: 312px;
}
.s-slider .slider__item {
  align-items: stretch;
  display: flex !important;
  min-height: 655px;
  flex-wrap: wrap;
  background-position: center center;
  background-size: cover;
}
.s-slider .slider__left {
  background-color: transparent;
}
.s-slider .slider__right {
  background-color: rgba(14, 28, 55, 0.9);
}
.s-slider .slider__right {
  position: relative;
}
.s-slider .slider__content {
  width: 80%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-slider .slider__text {
  font-size: 1.7rem;
}
.slider__item {
  background-size: cover !important;
}
.slider__left {
  background-size: 0 0 !important;
}
.s-homenews .homenews__news--subtitle {
  display: block;
}
.s-slider .slider__content {
  width: 67%;

  transform: translate(-65%, -50%);
}
.product__img {
  margin-top: 0;
}
.product__more {
  align-self: flex-start;
}

.slick-next {
  right: 132px;
}

.slick-prev {
  left: 132px;
}
.s-products .products__item__list {
  top: 96px;
}

@media screen and (max-width: 990px) {
  /* .header {
    position: fixed;
  } */
  section.s-homenews {
    position: relative;
  }
  .s-slider .slider__left {
    height: 100%;
    height: 200px;
  }

  .s-slider .slider__item {
    min-height: auto;
  }

  .s-slider .slider__content {
    min-height: 636px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: -1.5rem;
  }
  .s-homeapps .homeapps__header {
    margin-top: 0rem;
  }
  .s-bktel-photonics .about__img {
    width: 100%;
  }
  .s-bktel-group .about__img {
    width: 100%;
  }
  .s-lannion .about__img,
  .s-lannion--roots .about__img {
    width: 100%;
  }
  .s-lannion--roots .about__img {
    margin-right: 0;
  }
  .footer__l1__img {
    background-image: url(../images/footer.png);
    background-position: center center;
    background-size: cover;
  }
  .s-careers .careers__inner {
    flex-wrap: wrap;
  }
  .s-careers .careers__left {
    width: 100%;
  }
  .s-careers .careers__form {
    width: 100%;
  }
  .s-products .products__item__img {
    height: 275px;
  }
  .product__text {
    padding: 1rem 0;
  }
  .product__more {
    padding: 3rem 0rem;
  }
  .s-bktel-group .about__text {
    order: 1;
  }
  .s-bktel-group .about__img {
    order: 0;
  }
  .s-lannion .about__img,
  .s-lannion--roots .about__img {
    order: 0;
  }
  .s-lannion .about__text,
  .s-lannion--roots .about__text {
    order: 1;
  }
  .s-products-intro {
    padding: 3rem 0;
  }
  .s-contact .contact__img {
    width: 100%;
  }
  .s-slider .slider__content {
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    width: 100%;
    padding: 3.5rem 1.5rem 3rem 1.5rem;
  }
  .s-slider .slider__text {
    font-size: inherit;
  }
  .slider__item {
    background-size: 0 0 !important;
  }
  .slider__left {
    background-size: cover !important;
  }
  .s-slider .slider__right {
    background-color: rgba(14, 28, 55, 1);
  }
  .footer-hide {
    display: none;
  }
  .hamburger-icon {
    top: -1px;
  }
}

@media screen and (max-width: 767px) {
  .s-contact .contact__form {
    padding-left: 0;
  }
  .product__img img {
    mix-blend-mode: inherit;
  }
  .s-map .map__item {
    width: 100%;
  }
  .s-products .products__item__list {
    top: inherit;
  }
}
