@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.modal-header:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*GENERICS*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  width: 100%;
  height: 100%;
  padding-top: 6.5rem;
  margin: 0;
  color: #61667a;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 500ms ease;
  opacity: 0;
}
body.ready {
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  body {
    min-width: 100%;
  }
}
@media only screen and (max-width: 415px) {
  body {
    min-width: 320px;
  }
}

button:focus {
  outline: none;
}

p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-weight: 400;
}

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 2.8rem;
  line-height: 1.1;
  font-weight: 700;
}

h1 {
  font-size: 4.5rem;
  margin-bottom: 6rem;
}
h1 span {
  color: #f92f3f;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3.5rem;
  margin-bottom: 7.5rem;
}

h4 {
  font-size: 2.2rem;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: color 150ms ease;
}
.no-touch a:hover {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

blockquote {
  border: 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 3.5rem;
  }

  h3 {
    margin-bottom: 3.5rem;
  }

  p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
button:focus {
  outline: none;
}

input[type='text'].placeholder, input[type='email'].placeholder, input[type='search'].placeholder,
input[type='password'].placeholder, input[type='tel'].placeholder, textarea.placeholder {
  color: #61667a !important;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type='text']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder, input[type='tel']:-moz-placeholder, textarea:-moz-placeholder {
  color: #61667a !important;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  color: #61667a !important;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #61667a !important;
  font-weight: 500;
  font-size: 1.6rem;
}
input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #61667a !important;
  font-weight: 500;
  font-size: 1.6rem;
}

input[type='text'], input[type='email'], input[type='search'],
input[type='password'], input[type='tel'], textarea {
  width: 100%;
  padding: 1.7rem 2.9rem;
  margin-bottom: 2rem;
  outline: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #61667a;
  border-radius: 1rem;
  border: 1px solid #d3d6dc;
  background-color: #f6f8fb;
  -webkit-user-select: text;
  -webkit-appearance: none;
}
input[type='text'].error, input[type='email'].error, input[type='search'].error,
input[type='password'].error, input[type='tel'].error, textarea.error {
  color: #f92f3f;
  border-color: #f92f3f;
}
input[type='text'].error.placeholder, input[type='email'].error.placeholder, input[type='search'].error.placeholder,
input[type='password'].error.placeholder, input[type='tel'].error.placeholder, textarea.error.placeholder {
  color: #f92f3f !important;
}
input[type='text'].error:-moz-placeholder, input[type='email'].error:-moz-placeholder, input[type='search'].error:-moz-placeholder,
input[type='password'].error:-moz-placeholder, input[type='tel'].error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #f92f3f !important;
}
input[type='text'].error::-moz-placeholder, input[type='email'].error::-moz-placeholder, input[type='search'].error::-moz-placeholder,
input[type='password'].error::-moz-placeholder, input[type='tel'].error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #f92f3f !important;
}
input[type='text'].error:-ms-input-placeholder, input[type='email'].error:-ms-input-placeholder, input[type='search'].error:-ms-input-placeholder,
input[type='password'].error:-ms-input-placeholder, input[type='tel'].error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #f92f3f !important;
}
input[type='text'].error::-webkit-input-placeholder, input[type='email'].error::-webkit-input-placeholder, input[type='search'].error::-webkit-input-placeholder,
input[type='password'].error::-webkit-input-placeholder, input[type='tel'].error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
  color: #f92f3f !important;
}

textarea {
  resize: none;
  float: left;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

.form-error-message {
  display: none;
  color: #f92f3f;
  font-size: 1.4rem;
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + span {
  position: relative;
  cursor: pointer;
  padding: 0;
  padding-top: 1rem;
}
.styled-checkbox + span span {
  display: inline-block;
  width: calc(100% - 4rem);
}
.styled-checkbox + span:before {
  content: '';
  margin-right: 2rem;
  margin-top: .1rem;
  display: inline-block;
  vertical-align: text-top;
  width: 1.8rem;
  height: 1.8rem;
  background: white;
  border: 1px solid;
  border-radius: 50%;
  vertical-align: top;
}
.styled-checkbox:hover + span:before {
  border-color: #f92f3f;
}
.styled-checkbox:checked + span:before {
  border-color: #f92f3f;
}
.styled-checkbox:disabled + span {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + span:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + span:after {
  content: '';
  position: absolute;
  left: .4rem;
  top: 1.9rem;
  background: #f92f3f;
  width: .2rem;
  height: .2rem;
  box-shadow: 0.2rem 0 0 #f92f3f, 0.4rem 0 0 #f92f3f, 0.4rem -0.2rem 0 #f92f3f, 0.4rem -0.4rem 0 #f92f3f, 0.4rem -0.6rem 0 #f92f3f, 0.4rem -0.8rem 0 #f92f3f;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 1px solid;
  color: #f92f3f;
}

.wpcf7-mail-sent-ng {
  border: 1px solid;
  color: #f92f3f;
}

.wpcf7-mail-sent-ok {
  border: 1px solid;
  color: #61667a;
}

.wpcf7-response-output {
  margin: 2em 0 0;
  padding: 1.5rem 2.9rem;
  border-radius: 1rem;
  font-size: 1.9rem;
}

.wpcf7-not-valid-tip {
  position: relative;
  font-size: 1.6rem;
  color: #f92f3f;
  margin: 0 2.9rem;
  top: -1.6rem;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-display-none {
  display: none;
}

@media print {
  section {
    display: block;
    page-break-before: always;
  }

  pre code {
    page-break-after: always;
  }

  @page {
    margin-top: 0.4cm;
    margin: 0.5cm;
  }
  p a, code, pre {
    word-wrap: break-word;
  }

  img {
    display: none;
  }

  pre a[href]:after {
    content: "";
  }
  pre abbr[title]:after {
    content: "";
  }
  pre .ir a:after,
  pre a[href^="javascript:"]:after,
  pre a[href^="#"]:after {
    content: "";
  }

  .no-print {
    display: none;
  }
}
.chromeframe {
  padding: 2em;
  font-size: 1em;
}

.show-xs {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .show-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 136.6rem;
}
.wrapper .inner-container {
  max-width: 121.5rem;
  margin: 8.6rem auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.wrapper .inner-container.ic--flex {
  display: -ms-flexbox;
  display: flex;
}
.wrapper .inner-container.ic--full {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .wrapper .inner-container {
    margin: 3rem auto;
  }
  .wrapper .inner-container.ic--button {
    margin: 4rem auto;
  }
}

.no-wrap {
  white-space: nowrap;
}

.line-mask {
  overflow: hidden;
  padding: .1rem 0;
}

.center {
  text-align: center;
}
.center .button {
  display: inline-block;
  float: none;
}

.inline-list {
  overflow: hidden;
}
.inline-list li {
  float: left;
  margin-right: 0.7rem;
}
.inline-list li:last-child {
  margin-right: 0 !important;
}
.inline-list li:last-child:after {
  display: none !important;
}
.inline-list li a {
  display: inline-block;
}
.inline-list.with-separator li:after {
  content: '.';
  display: inline-block;
  line-height: 0;
  vertical-align: 4px;
  padding-left: 0.7rem;
}

.img-rounded {
  position: relative;
  border-radius: 100%;
  max-width: 164px;
}
.img-rounded img {
  border-radius: 100%;
  width: 100%;
  height: auto;
}

.flex {
  width: 100%;
  height: auto;
}

.f-box {
  display: -ms-flexbox;
  display: flex;
}

.t-row {
  display: table;
  width: 100%;
}

.t-col {
  display: table-cell;
}

.no-padding {
  padding: 0;
}

/* buttons */
.button {
  position: relative;
  display: inline-block;
  padding: 1.2rem 2.7rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 1rem;
  border: none;
  transition: background-color 250ms ease;
  background-color: #f92f3f;
  color: white;
  font-size: 1.4rem;
}
.button:active {
  transform: scale3d(0.98, 0.98, 1);
}
.button.left {
  text-align: left;
}
.button:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.button.big {
  min-width: 27rem;
  font-size: 2rem;
  padding: 1.4rem;
  min-width: 30rem;
}
.button:hover {
  text-decoration: none;
  color: white !important;
  background-color: #ee0719;
}
.button:focus {
  color: white;
  outline: none;
  text-decoration: none;
}

.border {
  border: 1px solid #d3d6dc;
  background-color: white;
  color: #61667a;
}
.border:hover {
  text-decoration: none;
  color: #61667a !important;
  background-color: #e6e6e6;
}
.border:focus {
  color: #61667a;
  outline: none;
  text-decoration: none;
}

.dark {
  background-color: #282c38;
  color: white;
}
.dark:hover {
  text-decoration: none;
  color: white !important;
  background-color: #13151a;
}
.dark:focus {
  color: white;
  outline: none;
  text-decoration: none;
}

.button-back {
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 2rem;
}
.button-back:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid;
  border-width: 1px 0 0 1px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  width: 24px;
  height: 24px;
  left: -12px;
  top: 5px;
}

.separator {
  margin: 8.6rem auto;
  border-top: 1px solid #acbfce;
}
@media only screen and (max-width: 767px) {
  .separator {
    margin: 4.6rem auto;
  }
}

.social-link {
  content: '';
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}

.avatar {
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.zero-padding-btm {
  padding-bottom: 0 !important;
}

.zero-padding-top {
  padding-top: 0 !important;
}

.zero-margin-btm {
  margin-bottom: 0 !important;
}

.zero-margin-top {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1099px) {
  .wrapper {
    width: 100%;
  }
}
@font-face {
  font-family: "IconFont";
  src: url("../css/fonts/IconFont.eot");
  src: url("../css/fonts/IconFont.eot?#iefix") format("eot"), url("../css/fonts/IconFont.woff2") format("woff2"), url("../css/fonts/IconFont.woff") format("woff"), url("../css/fonts/IconFont.ttf") format("truetype"), url("../css/fonts/IconFont.svg#IconFont") format("svg");
}
.icon:before {
  font-family: "IconFont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}

.icon-check:before {
  content: "\E001";
}

.icon-coeur-mw:before {
  content: "\E002";
}

.icon-facebook:before {
  content: "\E003";
}

.icon-fleche:before {
  content: "\E004";
}

.icon-instagram:before {
  content: "\E005";
}

.icon-linkedin:before {
  content: "\E006";
}

.icon-twitter:before {
  content: "\E007";
}

.s-values .wrapper {
  margin: 9rem auto;
}
.s-values h2 {
  font-weight: 300;
  text-align: center;
  font-size: 3rem;
  max-width: 100rem;
  margin: 0 auto;
  line-height: 1.4;
}
.s-values h2 span {
  font-size: 1.6rem;
}
.s-values .inner-container {
  max-width: 116.5rem;
  margin: 7rem auto;
  display: -ms-flexbox;
  display: flex;
}
.s-values .inner-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-align: start;
      align-items: flex-start;
}
.s-values .inner-container > div > div {
  padding-left: 3.5rem;
  padding-top: 3.5rem;
}
.s-values .inner-container > div > span {
  display: block;
  min-width: 15rem;
  max-width: 20rem;
  margin: 0 auto;
}
.s-values .inner-container > div p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
.s-values .inner-container > div:nth-child(2) {
  padding: 0 3rem;
  margin: 0 3rem;
  border-left: 1px solid #acbfce;
  border-right: 1px solid #acbfce;
}
.s-values .inner-container img {
  width: 15rem;
}
@media only screen and (max-width: 1099px) {
  .s-values .inner-container.ic--flex {
    margin: 3rem auto;
  }
  .s-values .inner-container.ic--flex > div {
    display: block;
    text-align: center;
  }
  .s-values .inner-container.ic--flex > div > div {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-values .wrapper {
    margin: 3rem auto;
  }
  .s-values h2 {
    font-size: 2.5rem;
    margin: 2.5rem 2.5rem 5rem;
  }
  .s-values .inner-container.ic--flex {
    display: block;
    width: 100%;
  }
  .s-values .inner-container.ic--flex > div:nth-child(2) {
    padding: 4rem 0 1rem;
    margin: 4rem 0;
    border: 0;
    border-top: 1px solid #acbfce;
    border-bottom: 1px solid #acbfce;
  }
  .s-values .inner-container.ic--flex > div:nth-child(2) p {
    margin-bottom: 3rem;
  }
}

.s-numbers {
  text-align: center;
}
.s-numbers .wrapper {
  margin: 9rem auto;
}
.s-numbers h3 {
  margin-top: 1rem;
  margin-bottom: 2.8rem;
  color: #f92f3f;
}
.s-numbers .inner-container {
  padding-right: 1rem;
  -ms-flex-preferred-size: calc(20% - 1rem);
      flex-basis: calc(20% - 1rem);
}
.s-numbers .inner-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-pack: center;
      justify-content: center;
  height: 22rem;
  border-radius: 1rem;
  background-color: #eef2f8;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 17rem;
  padding: 0 2rem;
}
.s-numbers .inner-container p {
  font-size: 1.6rem;
}
.s-numbers .inner-container .numbers-block:nth-child(1) h3:before, .s-numbers .inner-container .numbers-block:nth-child(2) h3:before, .s-numbers .inner-container .numbers-block:nth-child(4) h3:before {
  content: '+';
  display: inline-block;
}
@media only screen and (max-width: 1099px) {
  .s-numbers .inner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .s-numbers .wrapper {
    margin: 4rem auto;
  }
  .s-numbers .inner-container > div {
    height: 15rem;
  }
  .s-numbers h2 {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
  .s-numbers .numbers-block h3 {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
  .s-numbers .numbers-block p {
    margin-bottom: 0;
  }
}

.s-header .header--img-container {
  display: block;
  position: absolute;
}
.s-header .header--img-container img {
  max-height: 62.5rem;
}
.s-header .wrapper {
  overflow: hidden;
}
.s-header .s-header-content {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 60rem;
  min-height: 62.5rem;
  padding: 8.5rem 8rem 5rem 12.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.s-header.sh--image-right .header--img-container {
  right: 0;
}
.s-header.sh--image-right .s-header-content {
  margin-left: 0;
  margin-right: auto;
  width: 76rem;
  padding: 8.5rem 8rem 0 10rem;
}
.s-header.sh--image-right h1 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .s-header .header--img-container {
    position: relative;
  }
  .s-header .header--img-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3rem;
    bottom: 0;
    background: url("../img/gradient.png");
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .s-header .header--img-container img {
    width: 100%;
  }
  .s-header .s-header-content {
    margin: auto;
    width: 100% !important;
    min-height: auto;
    padding: 3rem 2.5rem 0;
  }
  .s-header h1 {
    margin-bottom: 4rem;
    font-size: 3.5rem;
  }
  .s-header h1 .line {
    text-align: center !important;
  }
  .s-header.sh--image-right .s-header-content {
    width: 100%;
    padding: 3rem 2.5rem 0;
  }
  .s-header.sh--image-right h1 {
    width: 100%;
  }
}

.s-contact-form {
  position: relative;
}
.s-contact-form .inner-container {
  -ms-flex-align: end;
      align-items: flex-end;
}
.s-contact-form .wpcf7 {
  margin-right: 5rem;
}
.s-contact-form .form-cols > div {
  display: -ms-flexbox;
  display: flex;
}
.s-contact-form .form-cols > div > span:first-child {
  margin-right: 2rem;
}
.s-contact-form .agree {
  margin-top: .5rem;
}
.s-contact-form .agree .styled-checkbox + span {
  display: inline-block;
  max-width: calc(100% - 30rem);
  width: 100%;
}
.s-contact-form .agree a {
  text-decoration: underline;
}
.s-contact-form .button {
  min-width: 22rem;
  float: right;
}

.social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 1rem;
  background-color: #f6f8fb;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 8.5rem;
}
.social-links span {
  margin-right: 2.5rem;
}
.social-links .social-link {
  font-size: 3.5rem;
  height: 3.5rem;
  margin-left: 1rem;
  transition: color 250ms ease;
}
.social-links .social-link:hover {
  color: #f92f3f;
}

.form--footer {
  margin-top: 3rem;
}

@media only screen and (max-width: 1099px) {
  .s-contact-form {
    background-color: white;
  }
  .s-contact-form .inner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-contact-form .inner-container > div {
    width: 100%;
  }
  .s-contact-form .inner-container .wpcf7 {
    margin-right: 0;
    width: 100%;
  }
  .s-contact-form .inner-container .wpcf7-form-control-wrap {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .social-links {
    width: 100%;
    margin: 4rem 0 00;
    padding: 2rem;
  }
  .social-links span {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-contact-form {
    margin-bottom: 6rem;
  }
  .s-contact-form h3 {
    margin-bottom: 3rem;
    text-align: center;
  }
  .s-contact-form .form-cols > div {
    display: block;
  }
  .s-contact-form .form-cols > div > span {
    margin: 0;
  }
  .s-contact-form .agree .styled-checkbox + span {
    display: inline-block;
    max-width: calc(100% - 3rem);
  }
  .s-contact-form .button {
    float: none;
    margin-top: 2rem;
    width: 100%;
  }
}
.s-gmaps .tabs-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.s-gmaps .tab-content {
  position: absolute;
  top: 0;
  display: none;
  width: calc(100% - 27.5rem);
  height: 100%;
  margin-left: 27.5rem;
  background-color: #eef2f8;
  padding: 2rem;
  border-radius: 2rem;
}
.s-gmaps .tab-content .map-container {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 1px solid white;
  box-shadow: 5px 5px 5px 0px rgba(112, 121, 159, 0.15);
}
.s-gmaps .tab-content.current {
  display: inherit;
  z-index: 3;
}
.s-gmaps .tab-link {
  position: relative;
  display: block;
  margin-bottom: 2rem;
  background-color: rgba(238, 242, 248, 0.5);
  border-radius: 2rem;
  cursor: default;
}
.s-gmaps .tab-link.tab-link--mobile {
  display: none;
}
.s-gmaps .tab-link:last-child {
  margin-bottom: 0;
}
.s-gmaps .tab-link.current {
  background-color: #eef2f8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% + 4rem);
}
.s-gmaps .tab-link.current .button {
  background-color: #f92f3f;
  color: white;
  border: 1px solid transparent;
}
.s-gmaps .tab-link.current .button:hover {
  text-decoration: none;
  color: white !important;
  background-color: #ee0719;
}
.s-gmaps .tab-link.current .button:focus {
  color: white;
  outline: none;
  text-decoration: none;
}
.s-gmaps .tab-link.current:after {
  content: '';
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url("../img/rounded-corner.svg");
  right: 1rem;
  bottom: -4.1rem;
  background-repeat: no-repeat;
}
.s-gmaps .tab-link.current:before {
  content: '';
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  background: url("../img/rounded-corner.svg");
  transform: rotateX(180deg);
  right: 1rem;
  top: -4.1rem;
  background-repeat: no-repeat;
  border: 1px dashed kinky;
}
.s-gmaps .tab-link.current:first-child:before {
  display: none;
}
.s-gmaps .tab-link.current:last-child:after {
  display: none;
}
.s-gmaps .tab-link > div {
  width: 25.5rem;
  padding: 3rem;
  border-radius: 2rem;
}
.s-gmaps .tab-link p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
.s-gmaps .tab-link p:first-child {
  font-weight: 700;
}
.s-gmaps .tab-link .button {
  margin-top: 2.5rem;
  width: 100%;
  background-color: #f6f8fb;
  color: #61667a;
}
.s-gmaps .tab-link .button:hover {
  text-decoration: none;
  color: #61667a !important;
  background-color: #d3ddeb;
}
.s-gmaps .tab-link .button:focus {
  color: #61667a;
  outline: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .s-gmaps h3 {
    text-align: center;
  }
  .s-gmaps .tabs-container {
    display: block;
  }
  .s-gmaps .tab-content {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
    height: 30rem;
    padding: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .s-gmaps .tab-content .map-container {
    border: 1px solid #eef2f8;
    border-top: 3px solid #f6f8fb;
    box-shadow: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .s-gmaps .tab-link:last-child {
    margin-bottom: 2rem;
  }
  .s-gmaps .tab-link > div {
    width: 100%;
  }
  .s-gmaps .tab-link > div p {
    display: inline;
  }
  .s-gmaps .tab-link > div p:first-child, .s-gmaps .tab-link > div p:last-child {
    display: block;
    width: 100%;
  }
  .s-gmaps .tab-link.current {
    width: 100%;
    border-radius: 2rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .s-gmaps .tab-link.current:after, .s-gmaps .tab-link.current:before {
    display: none;
  }
  .s-gmaps .tab-link.tab-link--mobile {
    display: block;
  }
  .s-gmaps .tab-link.tab-link--desktop {
    display: none;
  }
}

.page-template-clients .s-header .s-header-content {
  width: 65.5rem;
}

.s-clients .inner-container {
  margin-top: -12rem;
}
.s-clients .clients-list {
  border: 1px solid #acbfce;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  border-radius: 2rem;
  overflow: hidden;
}
.s-clients .clients-list li {
  display: inline-block;
  width: calc(100% / 7 + 1px);
  border-left: 1px solid #acbfce;
  border-top: 1px solid #acbfce;
  margin-top: -1px;
  margin-left: -1px;
  padding: 5px;
  overflow: hidden;
}
.s-clients .clients-list li a {
  display: block;
  height: 166px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.s-clients .clients-list li img {
  width: 100%;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}
@media only screen and (max-width: 1099px) {
  .s-clients .clients-list li {
    width: calc(100% / 4 + 1px);
  }
}
@media only screen and (max-width: 767px) {
  .s-clients .inner-container {
    margin-top: 3rem;
  }
  .s-clients .clients-list li {
    width: calc(100% / 2 + 1px);
  }
}

.s-services .inner-container {
  margin-top: 1.6rem;
}
.s-services .services-list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.s-services .services-list .services-col {
  position: relative;
  margin-left: 2.8rem;
}
.s-services .services-list .services-col:nth-child(even) {
  margin-top: -6rem;
}
.s-services .services-list .services-col:nth-child(3) {
  margin-top: -12rem;
}
.s-services .services-list .services-col:first-child {
  margin-left: 0;
}
.s-services .services-list .services-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 22rem;
  height: 22rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid rgba(97, 102, 122, 0.5);
  background-color: white;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  cursor: default;
}
.s-services .services-list .services-item.with-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #282c38;
  transition: all 300ms ease-in-out;
  transition-delay: 100ms;
  z-index: 1;
}
.s-services .services-list .services-item:hover:before {
  top: 0;
}
.s-services .services-list .services-item:hover h4 {
  color: white;
  padding-bottom: 2rem;
}
.s-services .services-list .first--item,
.s-services .services-list .logo--mobile,
.s-services .services-list .replaced--item {
  display: none;
}
.s-services .services-list .logo {
  background-color: #282c38;
  padding: 3.5rem;
}
.s-services .services-list .logo img {
  width: 100%;
}
.s-services .services-list h4 {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 2rem;
  z-index: 1;
  transition: all 300ms ease-in-out;
}
.s-services .services-list.alternate .services-item {
  height: 21rem;
  width: 21rem;
  border: 0;
  background-color: #eef2f8;
  margin-bottom: 2.8rem;
}
.s-services .services-list.alternate .logo {
  background-color: #282c38;
}
@media only screen and (max-width: 1199px) {
  .s-services .services-list .services-col:first-child {
    display: none;
  }
  .s-services .services-list .services-col:nth-child(2) {
    margin-left: 0;
  }
  .s-services .services-list .first--item {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .s-services .services-list .services-col {
    margin-top: 0 !important;
    width: calc(50% - 1rem);
    margin-left: 2rem;
  }
  .s-services .services-list .services-col:nth-child(4) {
    margin-left: 0;
  }
  .s-services .services-list .services-col .services-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .s-services .services-list .logo,
  .s-services .services-list .first--item {
    display: none;
  }
  .s-services .services-list .logo--mobile,
  .s-services .services-list .replaced--item {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 542px) {
  .s-services .services-list .services-col .services-item {
    height: 14rem;
  }
  .s-services .services-list .services-col h4 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-services .services--footer-btn {
    margin-bottom: 4rem;
  }
}
.s-video {
  position: relative;
}
.s-video .wrapper {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 11;
  color: white;
}
.s-video h1 {
  font-size: 6rem;
}
.s-video h1 .line {
  text-align: left !important;
}
.s-video .inner-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  max-height: 90vh;
}
.s-video .video-container {
  background-color: #282c38;
}
.s-video .video-container .controls {
  display: none;
  border: 1px solid red;
}
.s-video .video-container video {
  display: block;
  width: 100%;
  height: auto;
  opacity: .5;
  transition: opcity .5 ease;
}
.s-video .icon-fleche {
  position: absolute;
  left: 50%;
  margin-left: -1.4rem;
  font-size: 15px;
  bottom: 6rem;
}
.s-video .cta {
  margin-bottom: 5rem;
}
.s-video .video-image {
  display: none;
  height: 55rem;
  background: url("../img/video.jpg");
  background-position: 71% 0;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .s-video .video-container {
    display: none;
  }
  .s-video .video-image {
    display: block;
  }
  .s-video .video-overlay {
    width: 100%;
    text-align: center;
  }
  .s-video h1 {
    font-size: 5rem;
    text-align: center;
  }
  .s-video h1 .line {
    text-align: center !important;
  }
  .s-video .icon-fleche {
    bottom: 4rem;
  }
}

.s-privacy .inner-container--adapter {
  width: 80%;
}
.s-privacy .inner-container--adapter h4 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .s-privacy .inner-container--adapter {
    width: 100%;
  }
}

.header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid rgba(97, 102, 122, 0.5);
  z-index: 1001;
  top: 0;
  background-color: white;
}
.admin-bar .header {
  top: 3.2rem;
}
.header .logo {
  display: inline-block;
  width: 11.4rem;
  height: 2.9rem;
  text-indent: -9999em;
  background-image: url("../img/logo-ngage.svg");
  background-repeat: no-repeat;
  margin: 2.2rem 2.5rem 1.4rem;
}
.header .menu-btn {
  display: none;
  position: absolute;
  right: 2.5rem;
  top: 2.2rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .menu-btn:focus, .header .menu-btn:active {
  outline: none;
}
.header .menu-btn div {
  display: block;
  width: 2rem;
  cursor: pointer;
}
.header .menu-btn .bar {
  position: relative;
  display: block;
  width: 2rem;
  height: 0.2rem;
  margin: 0.4rem 0;
  background-color: #61667a;
  transition: all 0.3s, background-color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .menu-btn .bar:last-child {
  width: 1.4rem;
}
.header .menu-btn:hover .bar:nth-of-type(3) {
  width: 2rem;
}
.header.open .menu-btn {
  transition: all .3s ease !important;
}
.header.open .menu-btn .bar {
  background-color: #61667a !important;
  transition: all .3s ease !important;
}
.header.open .menu-btn .bar:nth-of-type(1) {
  -ms-transform: translateY(0.6rem) rotate(-45deg);
      transform: translateY(0.6rem) rotate(-45deg);
}
.header.open .menu-btn .bar:nth-of-type(2) {
  opacity: 0;
}
.header.open .menu-btn .bar:nth-of-type(3) {
  width: 2rem;
  -ms-transform: translateY(-0.6rem) rotate(45deg);
      transform: translateY(-0.6rem) rotate(45deg);
}
.header.open .main-menu {
  right: 0;
}
.header .menu-right {
  float: right;
  font-size: 1.4rem;
  margin-top: 2rem;
}
.header .main-menu {
  display: inline-block;
  margin-left: 6rem;
}
.header .main-menu .ngage-objectives {
  display: none;
  position: relative;
  font-weight: bold;
  top: -2rem;
  font-size: 2.1rem;
  line-height: 1.4;
}
.header .main-menu .menu-item {
  display: inline-block;
}
.header .main-menu .menu-item:last-child a {
  margin: 0;
}
.header .main-menu .menu-item.current-menu-item a {
  color: #f92f3f;
}
.header .main-menu a {
  color: #61667a;
  margin-right: 2.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.header .main-menu a:hover {
  color: #f92f3f;
}
.header .icon-linkedin {
  color: #1178b3;
  margin-left: 1.5rem;
  margin-right: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .header .menu-btn {
    display: block;
  }
  .header .menu-right .ngage-objectives {
    display: none;
  }
  .header .main-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    padding: 5rem 2.5rem 0;
    top: 6.5rem;
    transition: right .3s ease;
    background-color: white;
    z-index: 21;
  }
  .header .main-menu .ngage-objectives {
    display: block;
  }
  .header .main-menu .menu-item {
    display: block;
    border-bottom: 1px solid rgba(97, 102, 122, 0.5);
  }
  .header .main-menu .menu-item:last-child {
    float: none;
    border-bottom: 0;
  }
  .header .main-menu .menu-item.current-menu-item a {
    color: #f92f3f;
  }
  .header .main-menu a {
    display: block;
    color: #61667a;
    margin-right: auto;
    padding: 2rem 0;
    font-size: 1.9rem;
    font-weight: 600;
  }
  .header .main-menu a:hover {
    color: #f92f3f;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 4.6rem;
  }
  .header html {
    margin-top: 0 !important;
  }
}

.home .s-values p {
  display: none;
}

.s-about img {
  border-radius: 2rem;
}
.s-about .sa--consultants-text {
  position: relative;
  margin-top: -19rem;
  width: 68.5rem;
  margin-right: 0;
  margin-left: auto;
  background-color: #f92f3f;
  border-radius: 2rem;
  padding: 5.5rem 6.5rem;
  z-index: 2;
}
.s-about .sa--consultants-text p {
  font-weight: 600;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 0;
  line-height: 1.4;
}
.s-about .inner-container.ic--flex > div {
  width: 50%;
  text-align: center;
  padding-left: 6rem;
}
.s-about .inner-container.ic--flex > div:first-child {
  border-right: 1px solid #acbfce;
  padding-left: 0;
  padding-right: 6rem;
}
@media only screen and (max-width: 767px) {
  .s-about img {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    width: 100%;
  }
  .s-about .sa--consultants-text {
    margin-top: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2.5rem 2.5rem;
  }
  .s-about .sa--consultants-text p {
    font-weight: 500;
    font-size: 1.8rem;
  }
  .s-about .inner-container.ic--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-about .inner-container.ic--flex > div {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 5rem;
  }
  .s-about .inner-container.ic--flex > div:first-child {
    border-right: 0;
    border-bottom: 1px solid #acbfce;
    padding: 3rem 0;
  }
  .s-about .inner-container.ic--flex > div p {
    text-align: left;
  }
}

.s-who-we-are {
  background-color: #61667a;
  color: white;
}
.s-who-we-are .inner-container {
  padding: 7rem 2.5rem;
}
.s-who-we-are h2 {
  margin-bottom: 6rem;
}
.s-who-we-are .sw-content {
  display: -ms-flexbox;
  display: flex;
}
.s-who-we-are .sw-content > div {
  width: 50%;
}
.s-who-we-are .sw-content > div:last-child {
  padding-left: 7rem;
}
.s-who-we-are .sw-content .sw-white {
  position: relative;
  background-color: white;
  border-radius: 2rem;
  padding: 5rem;
  padding-bottom: 8rem;
  color: #61667a;
  height: 100%;
  overflow: hidden;
}
.s-who-we-are .sw-content .sw-white p {
  font-size: 2.5rem;
}
.s-who-we-are .sw-content .sw-white .chair {
  position: absolute;
  bottom: -.3rem;
  right: 5rem;
}
.s-who-we-are .sw-content .sw-white .chair img {
  margin-left: -.8rem;
}
@media only screen and (max-width: 767px) {
  .s-who-we-are .inner-container {
    padding: 4rem 2.5rem;
  }
  .s-who-we-are h2 {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  .s-who-we-are .sw-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-who-we-are .sw-content > div {
    width: 100%;
  }
  .s-who-we-are .sw-content > div:last-child {
    padding-left: 0;
    margin-top: 2rem;
  }
  .s-who-we-are .sw-content .sw-white {
    padding: 2.5rem;
    padding-bottom: 6rem;
  }
  .s-who-we-are .sw-content .sw-white p {
    font-size: 2.2rem;
  }
  .s-who-we-are .sw-content .sw-white .chair img {
    height: 6rem;
  }
}

.s-life-at-ngage {
  background-color: #eef2f8;
}
.s-life-at-ngage .inner-container {
  padding-top: 7.5rem;
  padding-bottom: 9.5rem;
}
.s-life-at-ngage .sl-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.s-life-at-ngage .sl-content h2 {
  width: 100%;
  min-width: 38rem;
}
.s-life-at-ngage .sl-cta {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  height: 35rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.s-life-at-ngage .sl-cta img {
  max-width: 116.5rem;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  position: absolute;
  transition: all 1s ease;
}
.s-life-at-ngage .sl-cta a {
  z-index: 2;
}
.s-life-at-ngage .sl-cta:hover img {
  -ms-transform: translate(-50%, 0) scale(1.05);
      transform: translate(-50%, 0) scale(1.05);
}
@media only screen and (max-width: 1099px) {
  .s-life-at-ngage .sl-content h2 {
    min-width: 31rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-life-at-ngage .inner-container {
    padding: 4rem 2.5rem;
  }
  .s-life-at-ngage .sl-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .s-life-at-ngage .sl-content h2 {
    text-align: center;
  }
}

.page-template-careers .s-header .s-header-content {
  width: 50%;
  float: left;
}
.page-template-careers .s-header ul li {
  position: relative;
  padding-left: 6rem;
}
.page-template-careers .s-header ul li:before {
  position: absolute;
  left: 0;
  top: .8rem;
  color: #f92f3f;
  font-size: 85%;
}
.page-template-careers .s-header ul li p {
  margin-bottom: 1rem;
}

.careers--who-are-you {
  position: relative;
  width: 50%;
  float: right;
  margin-top: 62.5rem;
  text-align: center;
}
.careers--who-are-you > div {
  max-width: 40rem;
  margin: 6rem auto 1rem;
}
.careers--who-are-you p {
  font-size: 1.6rem;
  font-weight: 500;
}
.careers--who-are-you .button {
  min-width: 32rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 1099px) {
  .page-template-careers .s-header .s-header-content {
    width: 100%;
  }
  .page-template-careers .s-header ul li {
    padding-left: 4.5rem;
  }

  .careers--who-are-you {
    width: 100%;
    margin-top: 0;
  }
  .careers--who-are-you > div {
    margin: 4rem 2.5rem 1rem;
  }
}
.job-details {
  position: relative;
}

.s-job-header {
  position: relative;
}
.s-job-header .inner-container {
  position: relative;
  padding-right: 35rem;
}
.s-job-header .button-back {
  margin-bottom: 2rem;
}

.sj--tags {
  position: absolute;
  top: 10rem;
  left: calc(50% + 27.5rem);
  right: auto;
  z-index: 100;
  background-color: white;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 33rem;
}
@media only screen and (max-width: 1230px) {
  .sj--tags {
    left: auto;
    right: 0;
  }
}
.sj--tags.sj--tags--floating {
  position: fixed;
  bottom: auto;
}
.sj--tags.sj--tags--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.sj--tags .button {
  margin-top: 7rem;
  width: 100%;
}
.sj--tags .sj--tags-list {
  padding: 3rem 3rem 3rem 6rem;
  border-left: 1px solid #acbfce;
}
.sj--tags .sj--tags-list li {
  position: relative;
}
.sj--tags .sj--tags-list li:before {
  content: '';
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: -7rem;
  top: 0.5rem;
  border-radius: 50%;
  border: 3px solid #61667a;
  background-color: white;
}
.sj--tags .sj--tags-list li:last-child p {
  margin-bottom: 0;
}

.mobile--tags-list {
  display: none;
  margin-bottom: 2rem;
}
.mobile--tags-list li {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  padding-left: 1rem;
}
.mobile--tags-list li:before {
  content: '';
  display: block;
  position: absolute;
  width: .4rem;
  height: .4rem;
  left: 0;
  top: .8rem;
  border-radius: 50%;
  border: 0;
  background-color: #61667a;
}
.mobile--tags-list li p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0;
}

.s-job-skills .inner-container,
.s-for-you .inner-container {
  padding-right: 35rem;
}
.s-job-skills h3,
.s-for-you h3 {
  margin-bottom: 5.5rem;
}
.s-job-skills .blt-list,
.s-for-you .blt-list {
  padding: 3rem;
  padding-left: 5.5rem;
  margin-left: .6rem;
  border-left: 1px solid #acbfce;
}
.s-job-skills .blt-list .blt-list--title,
.s-for-you .blt-list .blt-list--title {
  font-weight: 700;
  margin-bottom: 0;
}
.s-job-skills li,
.s-for-you li {
  position: relative;
  padding-bottom: 1rem;
}
.s-job-skills li:before,
.s-for-you li:before {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: -6rem;
  top: 1rem;
  border-radius: 50%;
  background-color: #61667a;
}
.s-job-skills li:last-child p,
.s-for-you li:last-child p {
  margin-bottom: 0;
}

.s-for-you .title-block {
  margin-bottom: 3rem;
}
.s-for-you h3 {
  margin-bottom: 1.5rem;
}

.s-jobs-list .inner-container.ic--flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: .5rem;
  margin-top: 6rem;
}
.s-jobs-list .sj-item {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 30rem;
  padding: 3rem;
  padding-bottom: 8rem;
  margin-top: 2rem;
  margin-right: 2rem;
  background-color: #eef2f8;
  border-radius: 1rem;
}
.s-jobs-list .sj-item:first-child {
  margin-left: 0;
}
.s-jobs-list .sj-item h4 span {
  display: block;
  margin-top: .6rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.s-jobs-list .sj-item p {
  font-size: 1.6rem;
}
.s-jobs-list .sj-item .button {
  display: block;
  position: absolute;
  bottom: 3rem;
  width: calc(100% - 6rem);
}
@media only screen and (max-width: 767px) {
  .s-jobs-list .inner-container.ic--flex {
    margin-top: 2rem;
  }
}

.mobile--apply {
  display: none;
  margin: 4rem auto;
}
.mobile--apply .button {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile--apply {
    display: block;
  }

  .mobile--tags-list {
    display: block;
  }

  .sj--tags {
    display: none;
  }

  .s-job-header .inner-container {
    padding-right: 2.5rem;
  }
  .s-job-header h1 {
    margin-bottom: 1.5rem;
    word-wrap: break-word;
  }

  .s-job-skills .inner-container,
  .s-for-you .inner-container {
    padding-right: 2.5rem;
  }
  .s-job-skills h3,
  .s-for-you h3 {
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .s-job-skills .blt-list,
  .s-for-you .blt-list {
    padding: 0.5rem 2.5rem 0rem 3rem;
  }
  .s-job-skills li,
  .s-for-you li {
    padding-bottom: 1rem;
  }
  .s-job-skills li:before,
  .s-for-you li:before {
    left: -3.5rem;
  }
}
.s-404:before, .s-404:after {
  display: block;
  content: '';
  height: 8rem;
  width: 100%;
  background-color: #eef2f8;
}
.s-404 .inner-container {
  -ms-flex-pack: center;
      justify-content: center;
}
.s-404 .inner-container h1 {
  margin-bottom: 5rem;
  margin-top: 1rem;
}
.s-404 .inner-container h1 .line {
  text-align: left !important;
}
.s-404 .inner-container .visu-anim-404 {
  width: 26.6rem;
  margin-right: 11rem;
}
.s-404 .inner-container .button {
  min-width: 22rem;
}
@media only screen and (max-width: 767px) {
  .s-404:before, .s-404:after {
    display: none;
  }
  .s-404 .inner-container {
    margin: 5rem 0 8rem;
  }
  .s-404 .inner-container.ic--flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .s-404 .inner-container .visu-anim-404 {
    width: 12rem;
    margin-right: auto;
    margin-left: auto;
  }
  .s-404 .inner-container h1 {
    font-size: 3rem;
    margin: 3rem auto;
  }
  .s-404 .inner-container h1 br {
    display: none;
  }
  .s-404 .inner-container h1 .line {
    text-align: center !important;
  }
}

.footer {
  position: relative;
  background-color: #282c38;
}
.footer:before {
  content: '';
  display: block;
  height: 2rem;
  background-color: #61667a;
}
.footer > .wrapper {
  padding: 4.5rem 2.5rem 5rem;
}
.footer .footer-container {
  display: -ms-flexbox;
  display: flex;
  max-width: 116.5rem;
  margin: 0 auto;
}
.footer .footer-container > div:first-child {
  margin-right: 4rem;
}
.footer .footer-container > div:last-child {
  margin-top: 1rem;
  width: 100%;
}
.footer .footer-logo {
  display: inline-block;
  width: 20rem;
  height: 4.6rem;
  margin-bottom: 3rem;
  text-indent: -9999em;
  background-image: url("../img/logo-ngage-2.svg");
  background-repeat: no-repeat;
}
.footer .footer-location {
  display: inline-block;
  margin-right: 4rem;
}
.footer .footer-location p {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer .footer-location p:first-child {
  font-weight: 700;
}
.footer .footer-social-links {
  float: right;
  font-size: 1.2rem;
  color: white;
}
.footer .footer-social-links a {
  margin-left: .7rem;
  transition: color 250ms ease;
}
.footer .footer-social-links a:hover {
  color: #f92f3f;
}
.footer .footer-social-links span {
  margin-right: 1.5rem;
}
.footer .footer-main-menu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 3rem;
}
.footer .footer-main-menu-container > a {
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
}
.footer .footer-main-menu-container > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.footer .chair {
  float: right;
}
.footer .footer-main-menu .menu-item {
  display: inline-block;
}
.footer .footer-main-menu .menu-item.current-menu-item a {
  color: #f92f3f;
}
.footer .footer-main-menu a {
  color: white;
  margin-right: 2.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.footer .footer-main-menu a:hover {
  color: #f92f3f;
}
.footer .chair {
  width: 2.6rem;
  height: 3.5rem;
}
.footer .footer-extra {
  background-color: white;
}
.footer .footer-extra .wrapper {
  padding: 1.5rem 2.5rem 2rem;
}
.footer .footer-nav {
  display: inline-block;
}
.footer .footer-nav .menu-item {
  display: inline-block;
}
.footer .footer-nav a {
  margin-left: 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.footer .footer-nav a:hover {
  color: #f92f3f;
}
.footer .copy, .footer .made-by {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0;
}
.footer .made-by {
  float: right;
  padding-top: .4rem;
}
.footer .made-by .icon {
  padding: 0 .3rem;
  vertical-align: -0.2rem;
}
.footer .made-by a:hover {
  color: #f92f3f;
}
@media only screen and (max-width: 1099px) {
  .footer .footer-container {
    display: block;
  }
  .footer .footer-social-links span {
    display: block;
    margin: 0 0 1rem 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-container > div:first-child {
    text-align: center;
    margin-right: 0;
  }
  .footer .footer-location {
    display: block;
    margin-bottom: 2rem;
  }
  .footer .footer-social-links {
    float: left;
  }
  .footer .footer-social-links span {
    display: inline;
    margin: 0;
  }
  .footer .footer-main-menu-container {
    display: block;
    width: 100%;
    float: left;
    margin-top: 2rem;
  }
  .footer .footer-main-menu-container > a {
    margin-bottom: 2rem;
    display: block;
  }
  .footer .footer-extra p, .footer .footer-extra ul {
    float: none;
    display: block;
    text-align: center;
  }
  .footer .footer-extra a {
    margin: 0;
  }
}
@media only screen and (max-width: 415px) {
  .footer .footer-main-menu .menu-item:nth-child(2) a {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 320px) {
  .footer .footer-main-menu .menu-item:nth-child(2) a {
    margin-left: 0;
  }
}
