@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  -moz-osx-font-smoothing: grayscale;
}

div {
  line-height: initial;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-height: 100000px;
  border: 0;
  background: none;
  background-repeat: no-repeat !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::before, *::after {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat !important;
  box-sizing: inherit;
}

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

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

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

[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

/* Embedded content
   ========================================================================== */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

/* Forms
   ========================================================================== */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  outline: 0;
  text-indent: 2px;
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0;
}

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

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

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

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

input:focus, select:focus, textarea, div {
  outline: none !important;
}

input:required {
  box-shadow: none;
}

input::-ms-clear, textarea::-ms-clear {
  display: none;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
}

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

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BODY HEIGHT = min VIEW PORT HEIGHT 
   http://community.sitepoint.com/t/100-min-height-viewport/6449/2 
   ========================================================================== */
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

#body_wrapper::after {
  clear: both;
  content: "";
  display: block;
  height: 1%;
  /*fix IE8*/
  font-size: 0;
}

* html #body_wrapper {
  height: 100%;
}

/* A RANGER 
   ========================================================================== */
p, li, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

a {
  text-decoration: none;
  display: inline-block;
}
a p, a h1, a h2, a h3, a h4, a h5, a h6 {
  cursor: inherit;
}

button p, button h1, button h2, button h3, button h4, button h5, button h6 {
  cursor: inherit;
}

a, button {
  outline: 0;
}

ul {
  list-style-type: none;
}

/* ANIMATION DEFAULT 
   ========================================================================== */
img {
  user-select: none;
}

a, button {
  -webkit-text-stroke: blue;
}

nav {
  user-select: none;
}

div {
  line-height: 1;
}

ul {
  display: inline-block;
  width: 100%;
}

a.no-href {
  cursor: default;
}

/*** COLORS ***/
/*** TRANSITIONS ***/
/*** BREAKPOINTS ***/
/* ================================================================================
    VARIABLES  
==================================================================================*/
*::selection {
  background: #666299;
  /* WebKit/Blink Browsers */
  color: #fff !important;
}

div, time, div, a, p, li, input, h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
  color: #fff;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.3px;
  word-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

p, h1, h2, h3, h4, h5, h6 {
  user-select: text;
}

a, p {
  font-size: 15px;
}

ol li::marker {
  margin-left: 70px;
  font-size: 14px;
  line-height: 4.4;
  color: #2d2d2d !important;
  margin-bottom: 25px;
}
ol li::marker ::before {
  margin-left: 60px;
  color: #2d2d2d;
}

.format p, .format li, .format a, .format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  color: #B4BBC7;
}
.format p {
  font-size: 17.5px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  line-height: 1.75;
  color: #212121;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .format p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .format p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.format p span {
  -webkit-text-stroke: #212121;
}
.format blockquote {
  padding: 25px 0 25px 20px;
  margin: 0;
}
.format blockquote p {
  font-size: 25px;
  font-weight: 700;
  color: #6FB744;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}
.format blockquote p::before {
  content: "“";
}
.format blockquote p::after {
  content: "„";
}
@media (max-width: 414px) {
  .format blockquote p {
    font-size: 18px;
  }
}
.format a {
  font-size: 17.5px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: #6FB744;
  line-height: 1.75;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.format a:hover {
  color: #4a4337;
}
@media (max-width: 1024px) {
  .format a {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .format a {
    font-size: 15px;
    text-align: left !important;
    line-height: 1.65;
  }
}
.format h1 {
  font-size: 42px;
}
.format h2 {
  font-size: 36px;
  padding-top: 35px !important;
  margin-bottom: 25px !important;
}
@media (max-width: 414px) {
  .format h2 {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}
.format h3 {
  font-size: 24px;
}
@media (max-width: 414px) {
  .format h3 {
    font-size: 20px;
  }
}
.format h4 {
  font-size: 18px;
}
@media (max-width: 414px) {
  .format h4 {
    font-size: 16px;
  }
}
.format h5 {
  font-size: 14px;
}
.format h6 {
  font-size: 13px;
}
.format h1, .format h2, .format h3, .format h4, .format h5, .format h6 {
  font-weight: 700;
  font-family: "Muli", sans-serif;
  color: #202020;
  line-height: 1.1;
  padding-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
  text-transform: none;
}
.format h1 a, .format h2 a, .format h3 a, .format h4 a, .format h5 a, .format h6 a {
  font-size: inherit;
}
.format h5, .format h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.format li {
  font-size: 17.5px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: #212121;
  line-height: 1.75;
  list-style-type: none;
  text-align: left;
  margin-bottom: 10px;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0px;
  word-spacing: 0px;
}
@media (max-width: 414px) {
  .format li {
    font-size: 15px;
    line-height: 1.65;
  }
}
.format ul, .format ol {
  padding: 0px 0px 10px 0px;
  display: table;
}
.format ul {
  margin-bottom: 6px;
}
.format ul li::before {
  content: "›";
  color: #212121;
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}
.format ol {
  margin-left: 0px;
  counter-reset: foo;
}
.format ol li {
  padding-left: 25px;
  counter-increment: foo;
}
.format ol li::before {
  content: counter(foo) ".";
  color: #212121;
  position: absolute;
  left: 0px;
  top: 0px;
}
.format hr {
  border-top: 0.5px inset rgba(85, 85, 85, 0.2);
  margin-top: 15px;
  margin-bottom: 25px;
  border-left: none;
  border-bottom: none;
  border-right: none;
  display: inline-block;
  width: 100%;
  height: 1px;
}
.format iframe {
  width: 100%;
  height: auto;
}
.format p img {
  max-width: 100%;
  object-fit: contain;
}
.format table {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.format table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.format table thead th {
  font-size: 14px;
  font-weight: 900;
}
.format table tbody {
  padding-top: 50px;
}
.format table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.format table tbody tr td {
  padding: 10px 20px 10px 0;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.1;
  color: #212121;
  letter-spacing: 0px;
  word-spacing: 0px;
}
@media (max-width: 414px) {
  .format table tbody tr td {
    font-size: 15px;
  }
}
.format .wp-caption {
  background: #f1f1f1;
  max-width: 100%;
  margin: 10px 0 15px 0px;
}
.format .wp-caption img {
  width: 100%;
  height: auto;
}
.format .wp-caption p {
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  padding: 10px 0;
  margin-top: -5px;
}
.format .wp-caption.alignleft {
  float: left;
  width: auto;
  margin: 10px 30px 15px 0;
}
.format .wp-caption.alignright {
  float: right;
  width: auto;
  margin: 10px 0 15px 30px;
}
.format .wp-caption.aligncenter {
  margin: 20px auto 30px;
  display: block;
}
.format img.alignleft {
  float: left;
}
.format img.alignright {
  float: right;
}
.format img.aligncenter {
  display: block;
  margin: 0 auto;
}
.format .embed-container {
  margin-bottom: 25px;
}

.noscroll {
  overflow: hidden;
}
.noscroll header#header {
  animation-duration: 5s !important;
}

.no-href, .no-href * {
  cursor: default !important;
}

.flexible .flex {
  display: inline-block;
  width: 100%;
}

.bloc-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.bloc {
  display: flex;
  align-items: center;
  height: 100%;
}
.bloc .bloc-inside {
  display: inline-block;
  width: 100%;
}

.frame {
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame img {
  width: 100%;
}

.image-container, .logo-container, .icon-container {
  position: relative;
  height: 100%;
}
.image-container img, .logo-container img, .icon-container img {
  width: 100%;
  height: auto;
}

.image {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.contain {
  background-size: contain;
  background-position: 50% 50%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

svg {
  height: 100%;
  width: 100%;
}

.abs, .page .banner.nav .couleur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.preload {
  display: none !important;
}

.break-word {
  overflow-wrap: break-word;
  display: block;
}

.clearfix::before, .lightbox.newsletter form::before,
.clearfix::after,
.lightbox.newsletter form::after {
  content: "";
  display: block;
}

.clearfix::after, .lightbox.newsletter form::after {
  clear: both;
}

*[back-img], *[back-asset] {
  opacity: 0;
  transition: opacity 1s;
}

*[my-parallax] {
  opacity: 0;
}

.cache-left, .page .banner.nav nav#nav_child > ul > li {
  position: relative;
}
.cache-left::before, .page .banner.nav nav#nav_child > ul > li::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  right: 100%;
  top: 0;
  background: inherit;
}

.cache-right, .page .banner.nav nav#nav_child > ul > li {
  position: relative;
}
.cache-right::before, .page .banner.nav nav#nav_child > ul > li::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 2000%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}

.cache-bottom-left, .cache-left-bottom {
  position: relative;
}
.cache-bottom-left::after, .cache-left-bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  right: 0;
  top: 100%;
  background: inherit;
}

.cache-bottom-and-left, .cache-left-and-bottom {
  position: relative;
}
.cache-bottom-and-left::before, .cache-left-and-bottom::before {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  right: 0;
  top: 0%;
  background: inherit;
}

.cache-bottom {
  position: relative;
}
.cache-bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: inherit;
}

.cache-bottom-right, .cache-right-bottom {
  position: relative;
}
.cache-bottom-right::after, .cache-right-bottom::after {
  content: "";
  display: inline-block;
  height: 10000%;
  width: 2000%;
  position: absolute;
  left: 0%;
  top: 100%;
  background: inherit;
}

.block {
  display: block !important;
}

.laptop-on, .l-on {
  display: none !important;
}
@media (max-width: 1367px) {
  .laptop-on, .l-on {
    display: inline-block !important;
  }
}

@media (max-width: 1367px) {
  .laptop-off, .l-off {
    display: none !important;
  }
}

.tablet-on, .t-on {
  display: none !important;
}
@media (max-width: 1226px) {
  .tablet-on, .t-on {
    display: inline-block !important;
  }
}

@media (max-width: 1226px) {
  .tablet-off, .t-off {
    display: none !important;
  }
}

.td-on {
  display: none !important;
}
@media (max-width: 1024px) {
  .td-on {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .td-off {
    display: none !important;
  }
}

.tp-on {
  display: none !important;
}
@media (max-width: 768px) {
  .tp-on {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .tp-off {
    display: none !important;
  }
}

.mobile-on, .m-on {
  display: none !important;
}
@media (max-width: 414px) {
  .mobile-on, .m-on {
    display: inline-block !important;
  }
}

@media (max-width: 414px) {
  .mobile-off, .m-off {
    display: none !important;
  }
}

.sm-on {
  display: none !important;
}
@media (max-width: 374px) {
  .sm-on {
    display: inline-block !important;
  }
}

@media (max-width: 374px) {
  .sm-off {
    display: none !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}
@media (max-width: 414px) {
  .tablet-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 414px) {
  .mobile-paddings {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }
}

@media (max-width: 1226px) {
  .tablet-paddings-off {
    padding-left: 0;
    padding-right: 0;
  }
}

.paddings {
  padding: 0 70px;
}
@media (max-width: 1226px) {
  .paddings {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 414px) {
  .paddings {
    padding-left: 8%;
    padding-right: 8%;
  }
}

* [outFade].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(0, 5px, 0);
}

* [outLeft].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(-10px, 0px, 0);
}

* [outRight].go {
  transition: opacity 0.5s, transform 0.5s;
  opacity: 0;
  transform: translate3d(10px, 0px, 0);
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background: #00264D;
}

#body_background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#body_wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

#main {
  position: relative;
  background: #F5F5F5;
  margin-top: -3px;
}

.page-overlay {
  position: fixed;
  top: 125px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  animation-fill-mode: both !important;
}
.page-overlay.active {
  display: block;
  animation: fade_80 0.3s;
}
.page-overlay.remove-active {
  display: block;
  animation: fadeOut_80_hide 0.3s;
}

.banner {
  display: inline-block;
  width: 100%;
  clear: both;
  position: relative;
}

.banner-content {
  max-width: 1440px;
  padding: 0 70px;
  margin: 0 auto;
  height: 100%;
  transition: max-width 1s;
  position: relative;
}
@media (max-width: 1024px) {
  .banner-content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (max-width: 414px) {
  .banner-content {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.inside, .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.col {
  width: 50%;
  float: left;
}
.col.left {
  float: left;
}
.col.right {
  float: right;
}

.col-left {
  display: inline-block;
  width: 36.5%;
  float: left;
}

.col-right {
  display: inline-block;
  width: 63.5%;
  float: right;
}

@keyframes fade_left_menu_l1 {
  0% {
    opacity: 0;
    letter-spacing: 2px;
  }
  10% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  20% {
    opacity: 0;
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  80% {
    letter-spacing: 1px;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l2_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_left_menu_l3_p {
  0% {
    opacity: 0;
  }
  10% {
    transform: translate3d(50px, 0px, 0px);
  }
  55% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_80 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_90 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_scale_95 {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  10% {
    opacity: 0;
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_95 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes fade_90 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes fade_80 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fade_70 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade_60 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade_50 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut_hide {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_50_hide {
  0% {
    opacity: 0.5;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_60_hide {
  0% {
    opacity: 0.6;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_70_hide {
  0% {
    opacity: 0.7;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_80_hide {
  0% {
    opacity: 0.8;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_90_hide {
  0% {
    opacity: 0.9;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fadeOut_95_hide {
  0% {
    opacity: 0.95;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_50 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_80 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_90 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_95 {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes move_left {
  0% {
    transform: translate3d(100px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes move_up_15 {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_10 {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move_up_5 {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fade_move {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
*[when-visible=fade],
*[when-visible=fade_late],
*[when-visible=scale],
*[when-visible=up],
*[when-visible=down],
*[when-visible=left],
*[when-visible=right],
*[when-visible=width],
*[when-visible=discover],
*[when-visible=custom] {
  opacity: 0;
  animation-fill-mode: both;
}

.not-visible {
  opacity: 0;
}

.fade-in-when-visible {
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_scale {
  0% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
.scale-in-when-visible {
  animation-duration: 0.9s;
  animation-name: wv_scale;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_up {
  0% {
    transform: translate3d(0, 10px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.up-when-visible {
  animation-duration: 2s;
  animation-name: wv_up;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_down {
  0% {
    transform: translate3d(0, -30px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.down-when-visible {
  animation-duration: 2s;
  animation-name: wv_down;
  transition: opacity 0.7s;
  opacity: 1;
}

@keyframes wv_left {
  0% {
    transform: translate3d(10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.left-when-visible {
  animation-duration: 2s;
  animation-name: wv_left;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_right {
  0% {
    transform: translate3d(-10px, 0px, 0);
  }
  100% {
    transform: translate3d(0, 0px, 0) scale(0.999);
  }
}
.right-when-visible {
  animation-duration: 2s;
  animation-name: wv_right;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.width-when-visible {
  animation-duration: 1s;
  animation-name: wv_width;
  transition: opacity 1s;
  opacity: 1;
}

@keyframes wv_discover {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
.discover-when-visible {
  animation-duration: 1s;
  animation-name: wv_discover;
}

#loading_bar {
  height: 3px;
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  transition: width 2s;
  background: rgba(111, 183, 68, 0.9);
  background: #0abf92;
}
.loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  height: 100%;
}
.loader .loader-content {
  height: 100%;
  width: 100%;
  animation: fade 2s;
}
@keyframes loader_rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader .loader-circle, .loader .loader-line-mask {
  position: absolute;
  left: calc(50% - 60px);
  height: 120px;
}
@media (max-width: 414px) {
  .loader .loader-circle, .loader .loader-line-mask {
    left: calc(50% - 50px);
    height: 100px;
  }
}
.loader .loader-circle {
  width: 120px;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .loader .loader-circle {
    width: 100px;
  }
}
.loader .loader-line-mask {
  width: 60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: loader_rotate 1.2s infinite linear;
}
@media (max-width: 414px) {
  .loader .loader-line-mask {
    width: 50px;
    transform-origin: 50px 50px;
  }
}
.loader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .loader .loader-line-mask .loader-line {
    width: 100px;
    height: 100px;
  }
}

.loader-white .loader-circle, .loader-white .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 414px) {
  .loader-white .loader-circle, .loader-white .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-white .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.loader-white .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(255, 255, 255, 0.08));
}
.loader-white .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.loader-grey .loader-circle, .loader-grey .loader-line-mask {
  top: calc(50% - 60px);
}
@media (max-width: 414px) {
  .loader-grey .loader-circle, .loader-grey .loader-line-mask {
    top: calc(50% - 50px);
  }
}
.loader-grey .loader-circle {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.loader-grey .loader-line-mask {
  mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.05));
}
.loader-grey .loader-line-mask .loader-line {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.spinner {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  transform: translate(0, -50%);
  left: 15px;
  position: absolute;
  display: inline-block;
  overflow: visible;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#wpadminbar {
  background: rgba(35, 40, 45, 0.95) !important;
  width: auto !important;
  min-width: 0px !important;
  padding-right: 10px;
  border-bottom-right-radius: 13px;
}
#wpadminbar:hover {
  background: rgba(35, 40, 45, 0.95) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a::before {
  transition: none !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a {
  color: #eee !important;
}
#wpadminbar #wp-admin-bar-root-default > li.hover a::before {
  color: rgba(240, 245, 250, 0.6) !important;
}
#wpadminbar #wp-admin-bar-root-default > li a:hover, #wpadminbar #wp-admin-bar-root-default > li a:hover::before {
  color: #00b9eb !important;
}
#wpadminbar #wp-toolbar, #wpadminbar #wp-admin-bar-root-default {
  height: 100%;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-new_draft,
#wpadminbar #wp-admin-bar-top-secondary {
  display: none !important;
}
#wpadminbar .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-all-in-one-seo-pack,
#wpadminbar #wp-admin-bar-search {
  display: none;
}
#wpadminbar #wp-admin-bar-site-name a::before {
  top: 3px !important;
}
@media (max-width: 414px) {
  #wpadminbar #wp-admin-bar-site-name a::before {
    top: 7px !important;
  }
}
#wpadminbar #wp-admin-bar-my-log-out {
  margin-left: 7px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item {
  position: relative;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item img {
  display: none;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 0px;
}
#wpadminbar #wp-admin-bar-my-log-out a.ab-item::before {
  top: 3px;
  left: 2px;
  content: "\f242" !important;
  transform: scale(0.9);
}

.wrapper-gutenberg {
  max-width: 768px;
  margin: 0 auto;
  padding: 75px;
}
.wrapper-gutenberg a, .wrapper-gutenberg p {
  font-size: 20px;
  line-height: 1.3;
  color: #00264D;
  padding: 0;
  margin: 0 0 16px 0;
}
.wrapper-gutenberg a small, .wrapper-gutenberg p small {
  font-size: 14px;
  font-weight: 600;
  color: #B4BBC7;
}
.wrapper-gutenberg a {
  color: #00264D;
  text-decoration: underline;
}
.wrapper-gutenberg a:hover {
  color: #0abf92;
}
.wrapper-gutenberg img {
  width: 100%;
  height: auto;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .wrapper-gutenberg {
    padding: 8%;
  }
}

.banner.related-cases {
  padding: 100px 0;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .banner.related-cases {
    padding: 10% 0;
  }
}
@media (max-width: 414px) {
  .banner.related-cases {
    padding: 120px 0 80px;
  }
}
.banner.related-cases h4 {
  font-size: 22px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  color: #B4BBC7;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .banner.related-cases h4 {
    font-size: 20px;
  }
}
.banner.related-cases .container {
  margin: 0 auto !important;
}
.banner.related-cases .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner.related-cases .wrapper li {
  width: calc(50% - 8px);
  max-width: 650px;
  display: flex;
  margin: 4px;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .banner.related-cases .wrapper li {
    width: 100%;
    flex-direction: column;
    margin: 0 0 25px 0;
  }
}
.banner.related-cases .wrapper li > img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .banner.related-cases .wrapper li > img {
    width: 100%;
  }
}
.banner.related-cases .wrapper li a .image-container {
  width: 40%;
  height: 100%;
  float: left;
  overflow: hidden;
}
@media (max-width: 414px) {
  .banner.related-cases .wrapper li a .image-container {
    width: 100%;
    height: 200px;
  }
}
.banner.related-cases .wrapper li a .image-container .image {
  transition: opacity 1s, transform 1s, filter 1s;
}
.banner.related-cases .wrapper li a .infos {
  width: 60%;
  padding: 40px;
  padding-bottom: 120px;
  display: flex;
  height: 100%;
  float: right;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .banner.related-cases .wrapper li a .infos {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner.related-cases .wrapper li a .infos {
    width: 60%;
  }
}
@media (max-width: 414px) {
  .banner.related-cases .wrapper li a .infos {
    width: 100%;
    height: auto;
    padding: 30px;
    padding-bottom: 100px;
  }
}
.banner.related-cases .wrapper li a .infos .title {
  text-align: left;
  font-size: 20px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 10px 0;
  color: #00264D;
}
.banner.related-cases .wrapper li a .infos button {
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: all 350ms;
  position: absolute;
  bottom: 35px;
  left: 40px;
  letter-spacing: 0.5px;
  user-select: none;
}
.banner.related-cases .wrapper li a .infos button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.banner.related-cases .wrapper li a .infos button .icon path {
  transition: stroke 0.3s;
  stroke: #00264D;
}
@media (max-width: 414px) {
  .banner.related-cases .wrapper li a .infos button {
    left: 30px;
  }
}
.banner.related-cases .wrapper li a:hover .image {
  transition: opacity 1s, transform 0.3s, filter 0.3s;
  filter: brightness(110%);
}
.banner.related-cases .wrapper li a:hover button {
  color: #2291BE;
}
.banner.related-cases .wrapper li a:hover button .icon {
  stroke: #2291BE;
  transform: translateX(2px);
}
.banner.related-cases .more-news {
  text-align: center;
  padding: 60px 0 0 0;
}
@media (max-width: 768px) {
  .banner.related-cases .more-news {
    padding: 40px 0 0 0;
  }
}
.banner.related-cases .more-news a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  color: #00264D;
  border: 1px solid #00264D;
}
.banner.related-cases .more-news a:hover {
  background: #00264D;
  color: rgb(255, 255, 255);
}

.single.services .banner.contact,
.single.sector .banner.contact {
  background: linear-gradient(135deg, rgb(0, 38, 77) 0%, rgb(34, 145, 190) 100%);
  padding: 70px 0 0;
}
@media (max-width: 414px) {
  .single.services .banner.contact,
.single.sector .banner.contact {
    padding: 50px 0 0;
  }
}
.single.services .banner.contact .container,
.single.sector .banner.contact .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
}
.single.services .banner.contact h5,
.single.sector .banner.contact h5 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 45px 0;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 414px) {
  .single.services .banner.contact h5,
.single.sector .banner.contact h5 {
    font-size: 8vw;
    margin: 0 0 10% 0;
  }
}
.single.services .banner.contact .contact-content,
.single.sector .banner.contact .contact-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 414px) {
  .single.services .banner.contact .contact-content,
.single.sector .banner.contact .contact-content {
    flex-direction: column;
  }
}
.single.services .banner.contact .contact-content .visual,
.single.sector .banner.contact .contact-content .visual {
  width: 184px;
  height: 184px;
  border-radius: 200px;
  overflow: hidden;
}
.single.services .banner.contact .contact-content .visual > img,
.single.sector .banner.contact .contact-content .visual > img {
  width: 184px;
  height: 184px;
  object-fit: cover;
  border-radius: 200px;
  overflow: hidden;
}
@media (max-width: 414px) {
  .single.services .banner.contact .contact-content .visual,
.single.sector .banner.contact .contact-content .visual {
    margin: 0 auto 10% auto;
  }
}
.single.services .banner.contact .contact-content .contact-infos,
.single.sector .banner.contact .contact-content .contact-infos {
  padding: 35px 50px 0;
  font-size: 22px;
  line-height: 1.3;
  color: rgb(255, 255, 255);
}
@media (max-width: 414px) {
  .single.services .banner.contact .contact-content .contact-infos,
.single.sector .banner.contact .contact-content .contact-infos {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    padding-top: 0px;
  }
}
.single.services .banner.contact .contact-content .contact-infos p,
.single.sector .banner.contact .contact-content .contact-infos p {
  padding: 0;
  margin: 0;
}
.single.services .banner.contact .contact-content .contact-infos a.profile,
.single.sector .banner.contact .contact-content .contact-infos a.profile {
  color: rgb(255, 255, 255);
  margin: 0 0 20px 0;
  display: inline-block;
  width: auto;
  position: relative;
  padding: 5px 0;
}
.single.services .banner.contact .contact-content .contact-infos a.profile .icon,
.single.sector .banner.contact .contact-content .contact-infos a.profile .icon {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: -14px;
  transition: transform 0.3s;
}
.single.services .banner.contact .contact-content .contact-infos a.profile:hover,
.single.sector .banner.contact .contact-content .contact-infos a.profile:hover {
  text-decoration: underline;
}
.single.services .banner.contact .contact-content .contact-infos a.profile:hover .icon,
.single.sector .banner.contact .contact-content .contact-infos a.profile:hover .icon {
  transform: translateX(3px);
}
.single.services .banner.contact .contact-content .contact-infos button.button-form,
.single.sector .banner.contact .contact-content .contact-infos button.button-form {
  color: rgb(255, 255, 255);
  transition: all 350ms;
  border: 1px solid rgb(255, 255, 255);
  width: 185px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 414px) {
  .single.services .banner.contact .contact-content .contact-infos button.button-form,
.single.sector .banner.contact .contact-content .contact-infos button.button-form {
    width: 100%;
  }
}
.single.services .banner.contact .contact-content .contact-infos button.button-form:after,
.single.sector .banner.contact .contact-content .contact-infos button.button-form:after {
  content: "";
  width: 12px;
  height: 13px;
  background: url(../assets/images/arrow-right.svg);
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 10px;
  transform: rotate(90deg);
  transition: transform 0.5s;
  transform-origin: center center;
}
.single.services .banner.contact .contact-content .contact-infos button.button-form:hover,
.single.sector .banner.contact .contact-content .contact-infos button.button-form:hover {
  background: rgba(255, 255, 255, 0.08);
}
.single.services .banner.contact .contact-content .contact-infos button.button-form.active:after,
.single.sector .banner.contact .contact-content .contact-infos button.button-form.active:after {
  transform: rotate(270deg);
}
.single.services .banner.contact .contact-form,
.single.sector .banner.contact .contact-form {
  background: none;
  margin: 0;
  padding: 50px 0;
  display: none;
}
.single.services .banner.contact .wrapper-form-content,
.single.sector .banner.contact .wrapper-form-content {
  padding: 50px 0 0px;
  display: none;
}
.single.services .banner.contact .discover,
.single.sector .banner.contact .discover {
  min-height: 400px;
  width: 90%;
  max-width: 960px;
  margin: 0 auto -25px auto;
  position: relative;
  z-index: 50;
  display: flex;
}
@media (max-width: 414px) {
  .single.services .banner.contact .discover,
.single.sector .banner.contact .discover {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single.services .banner.contact .discover > div,
.single.sector .banner.contact .discover > div {
  width: 50%;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single.services .banner.contact .discover > div.white,
.single.sector .banner.contact .discover > div.white {
  background: rgb(255, 255, 255);
}
.single.services .banner.contact .discover > div p,
.single.sector .banner.contact .discover > div p {
  font-size: 38px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 25px 0;
  color: #00264D;
}
@media screen and (max-width: 768px) {
  .single.services .banner.contact .discover > div p,
.single.sector .banner.contact .discover > div p {
    font-size: 7.5vw;
    text-align: center;
  }
}
.single.services .banner.contact .discover > div a,
.single.sector .banner.contact .discover > div a {
  display: inline-block;
  padding: 15px 65px;
  border: 1px solid #B4BBC7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
}
.single.services .banner.contact .discover > div a:hover,
.single.sector .banner.contact .discover > div a:hover {
  border: 1px solid #00264D;
  background: #00264D;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .single.services .banner.contact .discover > div a,
.single.sector .banner.contact .discover > div a {
    width: 100%;
    text-align: center;
  }
}
.single.services .banner.contact .discover > div:nth-last-of-type(1),
.single.sector .banner.contact .discover > div:nth-last-of-type(1) {
  background: -moz-linear-gradient(-45deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0abf92", endColorstr="#e639537c",GradientType=1 );
}
.single.services .banner.contact .discover > div:nth-last-of-type(1) p,
.single.sector .banner.contact .discover > div:nth-last-of-type(1) p {
  color: rgb(255, 255, 255);
}
.single.services .banner.contact .discover > div:nth-last-of-type(1) a,
.single.sector .banner.contact .discover > div:nth-last-of-type(1) a {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.single.services .banner.contact .discover > div:nth-last-of-type(1) a:hover,
.single.sector .banner.contact .discover > div:nth-last-of-type(1) a:hover {
  background: rgb(255, 255, 255);
  color: #00264D;
}
@media screen and (max-width: 768px) {
  .single.services .banner.contact .discover > div,
.single.sector .banner.contact .discover > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single.services .banner.contact .discover,
.single.sector .banner.contact .discover {
    flex-direction: column;
  }
}

.single.news .banner.related-news,
.page.news-publi .banner.news {
  background: #F5F5F5;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .single.news .banner.related-news,
.page.news-publi .banner.news {
    padding: 10% 0;
  }
}
.single.news .banner.related-news .container,
.page.news-publi .banner.news .container {
  max-width: 1300px;
  margin: 0 auto;
}
.single.news .banner.related-news h1,
.page.news-publi .banner.news h1 {
  font-size: 18px;
  line-height: 1.1;
  font-weight: normal;
  color: #B4BBC7;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  animation: fade 0.5s;
}
.single.news .banner.related-news .filter,
.page.news-publi .banner.news .filter {
  animation: fade 1s;
}
.single.news .banner.related-news .filter ul,
.page.news-publi .banner.news .filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 414px) {
  .single.news .banner.related-news .filter ul,
.page.news-publi .banner.news .filter ul {
    display: inline-block;
  }
}
.single.news .banner.related-news .filter ul li,
.page.news-publi .banner.news .filter ul li {
  margin: 0 10px;
}
@media (max-width: 414px) {
  .single.news .banner.related-news .filter ul li,
.page.news-publi .banner.news .filter ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
}
.single.news .banner.related-news .filter ul li a,
.page.news-publi .banner.news .filter ul li a {
  display: flex;
  text-align: center;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: #B4BBC7;
  font-size: 13px;
  transition: all 350ms;
  text-transform: lowercase;
}
.single.news .banner.related-news .filter ul li a:focus, .single.news .banner.related-news .filter ul li a.active, .single.news .banner.related-news .filter ul li a:hover,
.page.news-publi .banner.news .filter ul li a:focus,
.page.news-publi .banner.news .filter ul li a.active,
.page.news-publi .banner.news .filter ul li a:hover {
  background: #2d2d2d;
  color: rgb(255, 255, 255);
}
.single.news .banner.related-news .filter ul li.reset,
.page.news-publi .banner.news .filter ul li.reset {
  padding: 0px 0 0 0;
}
.single.news .banner.related-news .filter ul li.reset a,
.page.news-publi .banner.news .filter ul li.reset a {
  font-size: 18px;
  color: #B4BBC7;
  position: relative;
  padding: 10px 0 0 28px;
  text-decoration: none;
  transition: all 350ms;
  border-radius: 0;
  background: none;
  display: block;
}
@media (max-width: 414px) {
  .single.news .banner.related-news .filter ul li.reset a,
.page.news-publi .banner.news .filter ul li.reset a {
    padding: 10px;
    padding-left: 20px;
  }
}
.single.news .banner.related-news .filter ul li.reset a:before,
.page.news-publi .banner.news .filter ul li.reset a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../assets/images/icon-reset.svg) no-repeat;
  position: absolute;
  top: 12px;
  left: 0;
  transition: all 1000ms;
}
@media (max-width: 414px) {
  .single.news .banner.related-news .filter ul li.reset a:before,
.page.news-publi .banner.news .filter ul li.reset a:before {
    left: calc(50% - 40px);
  }
}
.single.news .banner.related-news .filter ul li.reset a:hover:before,
.page.news-publi .banner.news .filter ul li.reset a:hover:before {
  transform: rotate(360deg);
}
.single.news .banner.related-news ul.wrapper-news,
.page.news-publi .banner.news ul.wrapper-news {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 4px);
  margin: 0 0 60px 0;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news,
.page.news-publi .banner.news ul.wrapper-news {
    margin: 0 0 40px 0;
  }
}
.single.news .banner.related-news ul.wrapper-news a,
.page.news-publi .banner.news ul.wrapper-news a {
  text-decoration: none;
}
.single.news .banner.related-news ul.wrapper-news a:nth-child(4n-3), .single.news .banner.related-news ul.wrapper-news .news-teaser:nth-child(4n-3),
.page.news-publi .banner.news ul.wrapper-news a:nth-child(4n-3),
.page.news-publi .banner.news ul.wrapper-news .news-teaser:nth-child(4n-3) {
  transition-delay: 0s;
}
.single.news .banner.related-news ul.wrapper-news a:nth-child(4n-2), .single.news .banner.related-news ul.wrapper-news .news-teaser:nth-child(4n-2),
.page.news-publi .banner.news ul.wrapper-news a:nth-child(4n-2),
.page.news-publi .banner.news ul.wrapper-news .news-teaser:nth-child(4n-2) {
  transition-delay: 0.1s;
}
.single.news .banner.related-news ul.wrapper-news a:nth-child(4n-5), .single.news .banner.related-news ul.wrapper-news .news-teaser:nth-child(4n-5),
.page.news-publi .banner.news ul.wrapper-news a:nth-child(4n-5),
.page.news-publi .banner.news ul.wrapper-news .news-teaser:nth-child(4n-5) {
  transition-delay: 0.2s;
}
.single.news .banner.related-news ul.wrapper-news a:nth-child(4n-4), .single.news .banner.related-news ul.wrapper-news .news-teaser:nth-child(4n-4),
.page.news-publi .banner.news ul.wrapper-news a:nth-child(4n-4),
.page.news-publi .banner.news ul.wrapper-news .news-teaser:nth-child(4n-4) {
  transition-delay: 0.3s;
}
.single.news .banner.related-news ul.wrapper-news > li,
.page.news-publi .banner.news ul.wrapper-news > li {
  width: 25%;
  margin-bottom: 8px;
  padding-right: 8px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .single.news .banner.related-news ul.wrapper-news > li,
.page.news-publi .banner.news ul.wrapper-news > li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .single.news .banner.related-news ul.wrapper-news > li,
.page.news-publi .banner.news ul.wrapper-news > li {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news > li,
.page.news-publi .banner.news ul.wrapper-news > li {
    width: 100%;
    height: auto !important;
  }
}
.single.news .banner.related-news ul.wrapper-news > li > a,
.page.news-publi .banner.news ul.wrapper-news > li > a {
  background: rgb(255, 255, 255);
}
.single.news .banner.related-news ul.wrapper-news .news-teaser,
.page.news-publi .banner.news ul.wrapper-news .news-teaser {
  height: 100%;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser,
.page.news-publi .banner.news ul.wrapper-news .news-teaser {
    width: 100%;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication {
  background: linear-gradient(to bottom, rgb(0, 38, 77) 0%, rgb(45, 179, 227) 100%);
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication .infos-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication .infos-container {
  height: 100%;
  padding-bottom: 90px;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication .infos-container .top-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication .infos-container .top-container {
  height: 165px;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser.publication .infos-container .top-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication .infos-container .top-container {
    height: auto;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication span,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication span {
  color: rgb(255, 255, 255);
  user-select: none;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication p,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication p {
  color: rgb(255, 255, 255) !important;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication h2,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication h2 {
  color: rgb(255, 255, 255) !important;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication ul,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication ul {
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser.publication ul,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication ul {
    position: relative;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication ul li:last-of-type,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication ul li:last-of-type {
  margin: 0;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication a,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  transform: translateY(10px);
  transition: color 0.3s;
  width: 100%;
  display: inline-block;
  user-select: none;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication a .icon,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication a .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication a .icon path,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication a .icon path {
  transition: stroke 0.3s;
  stroke: rgb(255, 255, 255);
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication a:hover,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication a:hover {
  text-decoration: underline;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser.publication a:hover .icon,
.page.news-publi .banner.news ul.wrapper-news .news-teaser.publication a:hover .icon {
  transform: translateX(3px);
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .image-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .image-container {
  height: 240px;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser .image-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .image-container {
    height: 200px;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .image-container .image,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .image-container .image {
  transition: opacity 1s, transform 1s, filter 1s;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container {
  padding: 32px 30px 60px;
  height: calc(100% - 240px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container {
    padding-bottom: 30px;
    height: auto;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container p,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container p {
  font-size: 12px;
  color: #B4BBC7;
  padding: 0;
  margin: 0 0 16px 0;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container p small,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container p small {
  font-size: 12px;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container h2,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container h2 {
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #00264D;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container button,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container button {
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  text-align: left;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 414px) {
  .single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container button,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container button {
    bottom: 0;
    position: relative;
  }
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container button .icon,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container button .icon path,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container button .icon path {
  transition: stroke 0.3s;
  stroke: #00264D;
}
.single.news .banner.related-news ul.wrapper-news .news-teaser .infos-container button:hover,
.page.news-publi .banner.news ul.wrapper-news .news-teaser .infos-container button:hover {
  color: #2291BE;
}
.single.news .banner.related-news ul.wrapper-news a.news-teaser:hover .image,
.page.news-publi .banner.news ul.wrapper-news a.news-teaser:hover .image {
  transition: opacity 1s, transform 0.3s, filter 0.3s;
  filter: brightness(110%);
}
.single.news .banner.related-news ul.wrapper-news a.news-teaser:hover button,
.page.news-publi .banner.news ul.wrapper-news a.news-teaser:hover button {
  color: #2291BE;
}
.single.news .banner.related-news ul.wrapper-news a.news-teaser:hover button .icon,
.page.news-publi .banner.news ul.wrapper-news a.news-teaser:hover button .icon {
  transform: translateX(2px);
}
.single.news .banner.related-news ul.wrapper-news a.news-teaser:hover button .icon path,
.page.news-publi .banner.news ul.wrapper-news a.news-teaser:hover button .icon path {
  stroke: #2291BE;
}
.single.news .banner.related-news .no-result,
.page.news-publi .banner.news .no-result {
  text-align: center;
}
.single.news .banner.related-news .no-result p,
.page.news-publi .banner.news .no-result p {
  color: #B4BBC7;
}
.single.news .banner.related-news .more-news,
.page.news-publi .banner.news .more-news {
  text-align: center;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .single.news .banner.related-news .more-news,
.page.news-publi .banner.news .more-news {
    padding: 0;
  }
}
.single.news .banner.related-news .more-news a,
.page.news-publi .banner.news .more-news a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 auto;
  color: #00264D;
  border: 1px solid #00264D;
  user-select: none;
}
.single.news .banner.related-news .more-news a:hover,
.page.news-publi .banner.news .more-news a:hover {
  background: #00264D;
  color: rgb(255, 255, 255);
}

.social-rocket-buttons .social-rocket-button {
  width: auto !important;
  height: auto !important;
}
.social-rocket-buttons a {
  margin: 0;
  padding: 0;
}
.social-rocket-buttons a:after {
  display: none;
}
.social-rocket-buttons a i {
  margin: 0 15px 0 0 !important;
  transition: all 350ms;
}
.social-rocket-buttons a i:hover {
  color: #10B596;
}

.nav-pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-pages .page-numbers {
  display: block;
}
.nav-pages .page-numbers.prev {
  background: url(../assets/images/arrow-prev.svg) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.nav-pages .page-numbers.next {
  background: url(../assets/images/arrow-next.svg) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.nav-pages .page-numbers.prev, .nav-pages .page-numbers.next {
  margin: 0 15px;
  width: 65px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.nav-pages .page-numbers.prev:hover, .nav-pages .page-numbers.next:hover {
  opacity: 1;
}
.nav-pages .dots {
  display: flex;
  justify-content: center;
}
.nav-pages .dots a, .nav-pages .dots span {
  font-size: 20px;
  line-height: 1;
  padding: 20px 15px;
  color: #B4BBC7;
  text-decoration: none;
  transition: all 350ms;
  text-align: center;
}
.nav-pages .dots a:hover, .nav-pages .dots a.current, .nav-pages .dots span:hover, .nav-pages .dots span.current {
  color: #2d2d2d;
}

.banner.cta {
  position: relative;
  height: 400px;
}
@media (max-width: 768px) {
  .banner.cta .banner-content {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .banner.cta .image {
    height: 135px;
  }
}
.banner.cta .box {
  height: 300px;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 50;
  display: flex;
  width: 40%;
  align-items: center;
  padding: 62px;
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
}
@media (max-width: 1024px) {
  .banner.cta .box {
    width: 50%;
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .banner.cta .box {
    padding: 0 40px;
    text-align: center;
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: calc(100% - 165px);
  }
}
@media (max-width: 414px) {
  .banner.cta .box {
    height: calc(100% - 135px);
    animation: fade 1s !important;
  }
}
.banner.cta .box > div {
  display: inline-block;
  width: 100%;
}
.banner.cta .box p {
  font-size: 40px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 25px 0;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .banner.cta .box p {
    font-size: 4.5vw;
    text-align: center;
    margin: 0 0 10% 0;
  }
}
@media (max-width: 1024px) {
  .banner.cta .box p {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .banner.cta .box p {
    margin-bottom: 40px;
  }
}
@media (max-width: 414px) {
  .banner.cta .box p {
    font-size: 30px;
  }
}
.banner.cta .box a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  border: 1px solid rgb(255, 255, 255);
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 100px;
  user-select: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .banner.cta .box a {
    height: inherit;
    padding: 20px 50px;
  }
}
.banner.cta .box a:hover {
  background: rgb(255, 255, 255);
  color: #10B596;
}
#hamburger_container {
  position: fixed;
  background: white;
  width: 125px;
  height: 125px;
  z-index: 1010;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  #hamburger_container {
    display: inline-block;
    margin-right: 0;
    width: 68px;
    height: 68px;
  }
}
@media (max-width: 414px) {
  #hamburger_container {
    width: 68px;
    height: 68px;
  }
}
#hamburger_container.is-active #hamburger_title {
  opacity: 0;
}
#hamburger_container button {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hamburger_container button svg rect {
  fill: #00264d;
  stroke-width: 2px;
}
#hamburger_container button svg {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  transition: transform 0.3s;
}
#hamburger_container button svg rect {
  transition: transform 0.65s ease, opacity 0.25s ease;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 414px) {
  #hamburger_container button svg rect {
    transition: transform 0.5s ease, opacity 0.25s ease;
  }
}
#hamburger_container button svg rect.top {
  transform-origin: 27% 22%;
}
#hamburger_container button svg rect.top.edge {
  transform-origin: 12% 90%;
}
#hamburger_container button svg rect.middle {
  transform-origin: 34% 60%;
}
#hamburger_container button svg rect.bottom {
  transform-origin: 19% 82%;
}
#hamburger_container button svg rect.bottom.edge {
  transform-origin: 35% 50%;
}
#hamburger_container.is-active button svg rect.top {
  transform: rotate(45deg) scale(1.4, 1);
}
#hamburger_container.is-active button svg rect.middle {
  opacity: 0;
  transform: scale(0.5);
}
#hamburger_container.is-active button svg rect.bottom {
  transform: rotate(-45deg) scale(1.4, 1);
}
#hamburger_container.back-arrow button svg {
  transform: translateX(3px);
}
#hamburger_container.back-arrow button svg .path-container {
  transition: transform 0.2s ease, opacity 0.25s ease;
}
#hamburger_container.back-arrow button svg .path-container.top {
  transform: rotate(45deg) scale(0.6, 1) translate(11px, 7px);
}
#hamburger_container.back-arrow button svg .path-container.middle {
  transform: rotate(-45deg) scale(0.6, 1) translate(2px, -6px);
}

#header {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #header nav {
    display: none;
  }
}
#header nav > ul {
  display: block;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
#header nav > ul > li {
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  cursor: pointer;
  display: inline;
}
@media screen and (max-width: 1024px) {
  #header nav > ul > li {
    font-size: 13px;
  }
}
#header nav > ul > li a {
  color: #00264D;
  text-decoration: none;
  position: relative;
}
#header nav > ul > li.menu-item-has-children {
  position: relative;
}
#header nav > ul > li.menu-item-has-children a:after {
  display: none;
}
#header nav > ul > li.menu-item-has-children a:hover {
  color: #10B596;
}
#header nav > ul > li.menu-item-has-children.wpml-ls-item ul {
  width: 100%;
  padding: 13px 0;
  margin-left: 0;
}
#header nav > ul > li.menu-item-has-children.wpml-ls-item ul li {
  margin: 0;
}
#header nav > ul > li.menu-item-has-children ul {
  text-align: left;
}
#header nav > ul > li.menu-item-has-children ul li {
  display: block;
  margin-left: 0 !important;
}
#header nav > ul > li.menu-item-has-children ul li a:after {
  display: none;
}
#header nav > ul > li.menu-item-has-children ul li a:hover {
  color: #10B596;
}

#header_behind {
  height: 125px;
  background: white;
  position: relative;
}
@media (max-width: 1226px) {
  #header_behind {
    height: 68px;
  }
}
@media (max-width: 414px) {
  #header_behind {
    height: 68px;
  }
}
#header {
  height: 125px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  transition: transform 0.6s, box-shadow 0.6s;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1226px) {
  #header {
    height: 68px;
  }
}
@media (max-width: 414px) {
  #header {
    height: 68px;
  }
}
#header .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  height: 125px;
  opacity: 0;
}
@media (max-width: 1226px) {
  #header .background {
    height: 68px;
  }
}
@media (max-width: 414px) {
  #header .background {
    height: 68px;
  }
}
#header .banner-content {
  height: 125px;
  margin: 0 auto;
}
@media (max-width: 1270px) {
  #header .banner-content {
    margin: 0;
    padding: 0 40px;
    transition: 0.5s;
  }
}
@media (max-width: 1226px) {
  #header .banner-content {
    height: 68px;
  }
}
@media (max-width: 768px) {
  #header .banner-content {
    padding: 0 8%;
  }
}
@media (max-width: 414px) {
  #header .banner-content {
    height: 68px;
  }
}
#header .logo-container {
  float: left;
  width: 161px;
  height: 125px;
  position: relative;
  transition: box-shadow 0.3s;
  display: inline-block;
}
@media (max-width: 1226px) {
  #header .logo-container {
    height: 68px;
    width: 110px;
  }
}
@media (max-width: 414px) {
  #header .logo-container {
    height: 68px;
  }
}
#header .logo-container .logo-image {
  height: 100%;
  width: 100%;
  transition: transform 0.6s;
  user-select: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
#header .logo-container .logo-image .st0 {
  fill: none;
}
#header .logo-container .logo-image .st1 {
  fill: #00A9B9;
}
#header .logo-container .logo-image .st2 {
  fill: #F18700;
}
#nav_desktop {
  display: inline-block;
  height: 100%;
  float: right;
}
@media (max-width: 768px) {
  #nav_desktop {
    display: none;
  }
}
#nav_desktop > ul {
  list-style-type: none;
  height: 100%;
}
#nav_desktop > ul > li {
  display: inline-block;
  height: 100%;
  margin-left: -5px;
  position: relative;
  float: left;
}
#nav_desktop > ul > li:hover > a, #nav_desktop > ul > li.current-menu-item > a, #nav_desktop > ul > li.current-menu-ancestor > a, #nav_desktop > ul > li.current_page_ancestor > a, #nav_desktop > ul > li.selected > a {
  color: #222d62;
}
#nav_desktop > ul > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 20px 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  letter-spacing: 0px;
  color: rgba(0, 38, 77, 0.9);
}
#nav_desktop > ul > li > a:hover {
  color: #222d62;
}
@media (max-width: 1024px) {
  #nav_desktop > ul > li > a {
    padding: 0px 12px 0px;
  }
}
#nav_desktop > ul > li > a span {
  transition: color 0.6s, transform 0.6s;
  display: inline-block;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1226px) {
  #nav_desktop > ul > li > a {
    font-size: 13px;
  }
}
#nav_desktop > ul > li:not(.btn) > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45px;
  width: 100%;
  width: calc(100% - 45px);
  left: 50%;
  height: 3px;
  width: 0;
  transition: left 0.2s, width 0.2s, opacity 0.5s, background 0.3s, transform 0.6s, height 0.6s;
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgb(10, 191, 146) 1%, rgba(57, 83, 124, 0.9) 100%);
  opacity: 0;
}
@media (max-width: 1226px) {
  #nav_desktop > ul > li:not(.btn) > a::before {
    bottom: 19px;
  }
}
#nav_desktop > ul > li:not(.btn) > a:hover::before,
#nav_desktop > ul > li:not(.btn) > a:active::before,
#nav_desktop > ul > li:not(.btn).current-menu-ancestor > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-parent > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-item > a::before,
#nav_desktop > ul > li > a.selected::before,
#nav_desktop > ul > li.selected > a::before {
  opacity: 1;
  left: 20px;
  width: calc(100% - 39px);
}
@media (max-width: 1024px) {
  #nav_desktop > ul > li:not(.btn) > a:hover::before,
#nav_desktop > ul > li:not(.btn) > a:active::before,
#nav_desktop > ul > li:not(.btn).current-menu-ancestor > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-parent > a::before,
#nav_desktop > ul > li:not(.btn).current-menu-item > a::before,
#nav_desktop > ul > li > a.selected::before,
#nav_desktop > ul > li.selected > a::before {
    left: 13px;
    width: calc(100% - 25px);
  }
}
#nav_desktop > ul > li.menu-item-has-children {
  position: relative;
}
#nav_desktop > ul > li.menu-item-has-children > a {
  padding-right: 30px;
}
#nav_desktop > ul > li.menu-item-has-children > a > span::after {
  content: "";
  width: 9px;
  height: 8px;
  display: inline-block;
  position: absolute;
  top: 7px;
  right: -13px;
  cursor: pointer !important;
  background-size: cover;
  background-position: 50% 50%;
  background: url("../assets/images/parent-arrow.svg");
}

@keyframes show_level2 {
  0% {
    transform: translateX(0%) scale(0.9);
  }
  100% {
    transform: translateX(0%) scale(1);
  }
}
#nav_desktop > ul > li:hover ul {
  animation: show_level2 0.6s;
  display: inline-block;
}
#nav_desktop > ul > li > ul {
  transform-origin: 50% 0;
  position: absolute;
  top: 100px;
  transition: margin-top 0.6s;
  left: calc(-50% + 8px);
  width: 300px;
  transform: translateX(0%);
  margin-top: 0px;
  display: none;
  z-index: 10;
  padding: 0 60px 60px 40px;
}
@media (max-width: 1226px) {
  #nav_desktop > ul > li > ul {
    top: 58px;
  }
}
#nav_desktop > ul > li > ul > li {
  background: #fff;
  display: inline-block;
  float: left;
  line-height: 1;
  transition: border 1s;
  box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.09);
}
#nav_desktop > ul > li > ul > li:first-child {
  border: none !important;
}
#nav_desktop > ul > li > ul > li.current-menu-item, #nav_desktop > ul > li > ul > li:hover {
  background: #f2f2f2;
}
#nav_desktop > ul > li > ul > li.current-menu-item, #nav_desktop > ul > li > ul > li.current-menu-item + li, #nav_desktop > ul > li > ul > li:hover, #nav_desktop > ul > li > ul > li:hover + li {
  transition: border 0.5s;
}
#nav_desktop > ul > li > ul > li.current-menu-item > a {
  color: #4a4337;
  font-weight: 700;
}
#nav_desktop > ul > li > ul > li.current-menu-item > a::after {
  display: none;
}
#nav_desktop > ul > li > ul > li > a {
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #003359;
  width: 240px;
  padding: 16px 30px;
  letter-spacing: 0.8px;
  position: relative;
}
#nav_desktop > ul > li > ul > li > a, #nav_desktop > ul > li > ul > li > a span {
  cursor: pointer !important;
}
#nav_desktop > ul > li > ul > li > a::after {
  content: "›";
  font-weight: 400;
  font-size: 23px;
  position: absolute;
  display: inline-block;
  transition: transform 0.15s;
  top: 23px;
  right: 25px;
  opacity: 0;
}
#nav_desktop > ul > li > ul > li > a:hover::after {
  opacity: 1;
}
#nav_desktop > ul > li > ul > li.menu-item-has-children.current-menu-item ul {
  display: block;
}
#nav_desktop > ul > li > ul > li > ul {
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  height: 100px;
  display: none !important;
  background: #e2e2e2;
  width: 40000px;
}
#nav_desktop > ul > li > ul > li > ul > li {
  display: inline-block;
  float: left;
  height: 100%;
}
#nav_desktop > ul > li > ul > li > ul > li:first-child a {
  padding-left: 0;
}
#nav_desktop > ul > li > ul > li > ul > li a {
  padding-top: 42px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #333333;
}
#nav_desktop > ul > li > ul > li > ul > li a:hover {
  color: #2d2d2d;
}

header#header > .background {
  background: #fff;
}

header#header.page > .background {
  background: none;
}

header#header.headroom {
  will-change: transform;
}
header#header.headroom .background {
  transition: opacity 1s;
}
header#header.headroom.headroom--top .background {
  opacity: 0 !important;
  transition: opacity 1s;
}
header#header.headroom.headroom--pinned .background {
  transition: opacity 1s;
  opacity: 0.96;
}
header#header.headroom.headroom--pinned:not(.headroom--top), header#header.headroom.headroom--unpinned:not(.stop-animation) {
  transform: translateY(-60px);
}
@media (max-width: 1226px) {
  header#header.headroom.headroom--pinned:not(.headroom--top), header#header.headroom.headroom--unpinned:not(.stop-animation) {
    transform: translateY(0px);
  }
}
@media (max-width: 414px) {
  header#header.headroom.headroom--pinned:not(.headroom--top), header#header.headroom.headroom--unpinned:not(.stop-animation) {
    transform: translateY(-68px);
  }
}
@media (min-width: 1226px) {
  header#header.headroom.headroom--pinned:not(.headroom--top), header#header.headroom.headroom--unpinned:not(.stop-animation) {
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.35);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) .background, header#header.headroom.headroom--unpinned:not(.stop-animation) .background {
    opacity: 0.96;
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) .logo-container .logo-image, header#header.headroom.headroom--unpinned:not(.stop-animation) .logo-container .logo-image {
    transform: translate3d(-27px, 32px, 0) scale(0.65);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) .icon-search-container .icon, header#header.headroom.headroom--unpinned:not(.stop-animation) .icon-search-container .icon {
    transform: translate3d(0, 35px, 0);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) .wpml-container, header#header.headroom.headroom--unpinned:not(.stop-animation) .wpml-container {
    transform: translate3d(0, 30px, 0);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li:first-child > a a > span, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li:first-child > a a > span {
    transform: translate3d(0, 24px, 0);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li:not(.btn) > a > span, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li:not(.btn) > a > span {
    transform: translate3d(0, 31px, 0);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li:not(.btn) > a::before, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li:not(.btn) > a::before {
    transform: translateY(29px);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li:not(.btn) > a:hover::before, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li:not(.btn) > a:hover::before {
    transform: translateY(29px);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li.btn, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li.btn {
    transform: translate3d(0, 24px, 0);
  }
  header#header.headroom.headroom--pinned:not(.headroom--top) #nav_desktop > ul > li > ul, header#header.headroom.headroom--unpinned:not(.stop-animation) #nav_desktop > ul > li > ul {
    margin-top: 20px;
  }
}
#calling_button.headroom.headroom--pinned:not(.headroom--top), #calling_button.headroom.headroom--unpinned:not(.stop-animation) {
  transition: transform 0.6s ease 0s;
  transform: translate3d(0, -150%, 0);
}

.nav_side.headroom {
  will-change: position;
}
.nav_side.headroom.headroom--not-top {
  position: fixed;
  top: 150px;
}

.responsive-menu {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: relative;
}
.responsive-menu .closer {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 6000;
  top: 30px;
  left: 30px;
}
.responsive-menu .closer svg {
  width: 100%;
  height: auto;
}
.responsive-menu nav {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 0 0 20% 0;
}
.responsive-menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.responsive-menu ul li {
  font-size: 6vw;
  text-align: center;
  margin: 0 0 2% 0;
}
.responsive-menu ul li > ul {
  padding: 5% 0;
}
.responsive-menu ul li > ul > li {
  font-size: 5vw;
  font-weight: 300;
}
.responsive-menu ul li a {
  color: #2d2d2d;
  text-decoration: none;
}

@keyframes open_menu {
  0% {
    transform: translate3d(100%, 0px, 0px);
  }
  100% {
    transform: translate3d(0, 0px, 0px);
  }
}
#nav_mobile_container {
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.3s, opacity 0.3s, width 1s;
  z-index: 990;
  height: 100%;
  top: 0px;
  right: -1px;
  overflow: hidden;
  position: fixed;
  display: none;
  user-select: none;
}
#nav_mobile_container.opened {
  display: block;
  animation: open_menu 0.3s;
}
@media (max-width: 1226px) {
  #nav_mobile_container {
    width: 50%;
  }
}
@media (max-width: 414px) {
  #nav_mobile_container {
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
  }
}

#nav_mobile {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  width: calc(100% + 20px);
  background: white;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 20px;
}
#nav_mobile > ul {
  width: 100%;
}
#nav_mobile > ul img {
  display: none;
}
#nav_mobile > ul li:first-child > a {
  border: none !important;
}
#nav_mobile > ul li {
  animation-fill-mode: both;
}
#nav_mobile > ul li:nth-child(1) {
  animation-delay: 0.01s;
  animation-duration: 0.6s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(2) {
  animation-delay: 0.07s;
  animation-duration: 0.7s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(3) {
  animation-delay: 0.13s;
  animation-duration: 0.8s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(4) {
  animation-delay: 0.19s;
  animation-duration: 0.9s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(5) {
  animation-delay: 0.25s;
  animation-duration: 1s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(6) {
  animation-delay: 0.31s;
  animation-duration: 1.1s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(7) {
  animation-delay: 0.37s;
  animation-duration: 1.2s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(8) {
  animation-delay: 0.43s;
  animation-duration: 1.3s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(9) {
  animation-delay: 0.49s;
  animation-duration: 1.4s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(10) {
  animation-delay: 0.55s;
  animation-duration: 1.5s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(11) {
  animation-delay: 0.61s;
  animation-duration: 1.6s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(12) {
  animation-delay: 0.67s;
  animation-duration: 1.7s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(13) {
  animation-delay: 0.73s;
  animation-duration: 1.8s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(14) {
  animation-delay: 0.79s;
  animation-duration: 1.9s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(15) {
  animation-delay: 0.85s;
  animation-duration: 2s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(16) {
  animation-delay: 0.91s;
  animation-duration: 2.1s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(17) {
  animation-delay: 0.97s;
  animation-duration: 2.2s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(18) {
  animation-delay: 1.03s;
  animation-duration: 2.3s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(19) {
  animation-delay: 1.09s;
  animation-duration: 2.4s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li:nth-child(20) {
  animation-delay: 1.15s;
  animation-duration: 2.5s;
  animation-name: fade_scale_95;
}
#nav_mobile > ul li a {
  font-size: 20px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  line-height: 1.2;
  position: relative;
  padding: 3px 50px 4px 30px;
  letter-spacing: 0px;
  transition: border 0.6s;
}
#nav_mobile > ul > li {
  background: #fff;
}
#nav_mobile > ul > li.current-menu-item, #nav_mobile > ul > li.current-menu-parent > a {
  background: #f0f0f0;
}
#nav_mobile > ul > li a {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #252b30;
}
#nav_mobile > ul > li > a > a::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  background: #6FB744;
}
#nav_mobile > ul > li > a:nth-child(2n) > a::before {
  background: rgba(111, 183, 68, 0.7);
}

#nav_mobile > ul > li > ul {
  padding: 0px 0;
}
#nav_mobile > ul > li > ul li a {
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  font-size: 15px;
  font-weight: 300;
}
#nav_mobile > ul > li > ul li:first-child a {
  padding-top: 15px;
}
#nav_mobile > ul > li > ul li:last-child a {
  padding-bottom: 20px;
}
#nav_mobile > ul > li > ul li.current-menu-item a {
  font-weight: 700;
}
#nav_mobile > ul > li:not(.current-menu-parent) > ul {
  display: none;
}

#menu_2 {
  background: #f3f3f3;
  padding: 10px 30px;
}
#menu_2 > ul > li {
  display: inline-block;
  width: 49%;
}
#menu_2 > ul > li:nth-child(1) a {
  animation-delay: 0.46s;
  animation-duration: 0.55s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(2) a {
  animation-delay: 0.52s;
  animation-duration: 0.6s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(3) a {
  animation-delay: 0.58s;
  animation-duration: 0.65s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(4) a {
  animation-delay: 0.64s;
  animation-duration: 0.7s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(5) a {
  animation-delay: 0.7s;
  animation-duration: 0.75s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(6) a {
  animation-delay: 0.76s;
  animation-duration: 0.8s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(7) a {
  animation-delay: 0.82s;
  animation-duration: 0.85s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(8) a {
  animation-delay: 0.88s;
  animation-duration: 0.9s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(9) a {
  animation-delay: 0.94s;
  animation-duration: 0.95s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li:nth-child(10) a {
  animation-delay: 1s;
  animation-duration: 1s;
  animation-name: fade_scale_95;
}
#menu_2 > ul > li > a {
  font-size: 13px;
  color: #6d6d6d;
  display: inline-block;
  padding: 12px 0px 13px 10px;
  position: relative;
  animation-fill-mode: both;
}
#menu_2 > ul > li > a:before {
  content: "›";
  position: absolute;
  top: 11px;
  left: 0px;
  display: inline-block;
  font-weight: 400;
  color: #6d6d6d;
}
#menu_2 > ul > li:hover > a, #menu_2 > ul > li.current-menu-item > a, #menu_2 > ul > li.current-menu-ancestor > a, #menu_2 > ul > li.current-menu-parent > a {
  color: #f39b1e;
}
#menu_2 > ul > li > ul {
  display: none;
}

#nav_mobile .logo-container {
  height: 68px;
  width: 68px;
  position: relative;
  z-index: 1011;
}
@media (max-width: 414px) {
  #nav_mobile .logo-container {
    height: 68px;
    width: 68px;
  }
}
#nav_mobile .logo-container .logo-image {
  height: 100%;
  width: 100%;
  transition: transform 0.6s;
  user-select: none;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 11px;
}
#nav_mobile .logo-container .logo-image svg {
  transform: scale(0.5);
}
#nav_mobile .logo-container .logo-image svg * {
  fill: #fff !important;
}
.btn-home {
  z-index: 1012;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 70px;
  width: 68px;
  background: rgb(255, 255, 255);
  animation: fade 1.5s;
}
.btn-home .icon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-image: url("../assets/images/icon-home0.svg");
  background-position: 50% 50%;
}
@media (max-width: 1226px) {
  .btn-home {
    height: 68px;
  }
}
@media (max-width: 414px) {
  .btn-home {
    height: 68px;
  }
}

.bar-top {
  display: flex;
  align-items: center;
  height: 68px;
  position: absolute;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.3s;
  top: 0px;
  right: 0px;
  width: 100%;
  padding-right: 68px;
}
.bar-top p {
  animation: fade 1s;
  font-size: 9px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  padding-left: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bar-top::after {
  content: none;
}
.bar-top.l1 {
  background: #fff;
  z-index: 1011;
}
.bar-top.l2 {
  background: #2d2921;
  z-index: 1013;
}
.bar-top.l3 {
  background: #118888;
  z-index: 1015;
}
.bar-top.l2, .bar-top.l3 {
  display: none;
  transform: translate3d(100%, 0px, 0px);
}
.bar-top.l2.opened, .bar-top.l3.opened {
  display: flex;
  transform: translate3d(0px, 0px, 0px);
}
@media (max-width: 414px) {
  .bar-top {
    height: 68px;
    padding-right: 68px;
  }
}

#nav_mobile .social-icons {
  height: 60px;
  width: 100%;
  margin-right: 10px;
  display: none;
  background: #dcdcdc;
  padding-top: 12px;
  padding-left: 20px;
}
@media (max-width: 1226px) {
  #nav_mobile .social-icons {
    display: inline-block;
  }
}
#nav_mobile .social-icons ul {
  text-align: center;
}
#nav_mobile .social-icons ul li {
  display: inline-block;
  animation-duration: 1s;
}
#nav_mobile .social-icons ul li:nth-child(1) {
  animation-delay: 0s;
}
#nav_mobile .social-icons ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#nav_mobile .social-icons ul li:nth-child(3) {
  animation-delay: 0.2s;
}
#nav_mobile .social-icons ul li:nth-child(4) {
  animation-delay: 0.3s;
}
#nav_mobile .social-icons ul li:nth-child(5) {
  animation-delay: 0.4s;
}
#nav_mobile .social-icons ul li:nth-child(6) {
  animation-delay: 0.5s;
}
#nav_mobile .social-icons ul li:nth-child(7) {
  animation-delay: 0.6s;
}
#nav_mobile .social-icons ul li:nth-child(8) {
  animation-delay: 0.7s;
}
#nav_mobile .social-icons ul li:nth-child(9) {
  animation-delay: 0.8s;
}
#nav_mobile .social-icons ul li:nth-child(10) {
  animation-delay: 0.9s;
}
#nav_mobile .social-icons ul li a.icon-container {
  float: left;
  margin: 0 3px;
}
#nav_mobile .social-icons ul li a.icon-container .title {
  display: none;
}
#nav_mobile .social-icons ul li a.icon-container .icon {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
#nav_mobile .social-icons ul li a.icon-container .icon svg {
  transform: scale(1.25);
}
#nav_mobile .social-icons ul li a.icon-container .icon.facebook svg {
  transform: scale(1);
}
#nav_mobile .social-icons ul li a.icon-container .icon.youtube svg {
  transform: scale(0.95) translate3d(-0.5px, 1px, 0);
}
#nav_mobile .social-icons ul li a.icon-container .icon.vimeo svg {
  transform: scale(1.2) translate3d(-0.5px, 1px, 0);
}
#nav_mobile .social-icons ul li a.icon-container .icon.linkedin svg {
  transform: scale(0.8) translate3d(0px, 0px, 0);
}
#nav_mobile .social-icons ul li a.icon-container .icon.twitter svg {
  transform: scale(1) translate3d(0px, 0px, 0);
}
#nav_mobile .social-icons ul li a.icon-container .icon path {
  transition: fill 0.3s;
}
#nav_mobile .social-icons ul li a.icon-container .icon path.st0 {
  fill: #222d62;
}
#nav_mobile .social-icons ul li a.icon-container .icon path.st1, #nav_mobile .social-icons ul li a.icon-container .icon rect {
  fill: #ede4d6;
}
#nav_mobile .social-icons ul li a.icon-container .icon:hover svg * {
  fill: #151c3c;
}
#nav_mobile .social-icons ul li a.icon-container:last-child .icon {
  margin-right: 0;
}

@keyframes arrow_move_down {
  0% {
    bottom: 1px;
  }
  100% {
    bottom: -9px;
  }
}
.page .banner.nav {
  display: block;
  position: relative;
  min-height: 84px;
  transition: background 1s;
  background: #051637;
  z-index: 10;
}
@media (max-width: 414px) {
  .page .banner.nav {
    margin-top: 0px;
  }
}
.page .banner.nav nav#nav_child {
  position: relative;
}
.page .banner.nav nav#nav_child > ul > li > a, .page .banner.nav nav#nav_child > ul > li:not(.current-menu-parent) > ul > li, .page .banner.nav nav#nav_child > ul > li:not(.current-menu-parent) > ul {
  display: none;
}
.page .banner.nav nav#nav_child > ul > li {
  transition: background 2s;
  display: none;
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent {
  display: block !important;
  animation: fade 1s;
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li {
  display: inline-block;
  position: relative;
  float: left;
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li, .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li > a,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li > a {
    width: 100%;
  }
  .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li:first-child a,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li:first-child a {
    padding-top: 2px;
  }
  .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li:last-child a,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li:last-child a {
    padding-bottom: 2px;
  }
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li.active, .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li.current_page_item, .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li:hover,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li.active,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li.current_page_item,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li:hover {
  background: #6FB744 !important;
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li.active a::after, .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li.current_page_item a::after, .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li:hover a::after,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li.active a::after,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li.current_page_item a::after,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li:hover a::after {
  opacity: 1;
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li a,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li a {
  height: 84px;
  padding: 30px 23px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li a::after,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 9px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li a::after,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li a::after {
    display: none;
  }
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li.current-menu-item > ul > li a,
.page .banner.nav nav#nav_child > ul > li.current-menu-parent > ul > li a {
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 8%;
  }
}
.page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li {
  display: inline-block;
  position: relative;
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li, .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li > a {
    width: 100%;
  }
  .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li:first-child a {
    padding-top: 2px;
  }
  .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li:last-child a {
    padding-bottom: 2px;
  }
}
.page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 0;
  height: 9px;
  width: 100%;
  opacity: 0;
  background: #589236;
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li a::after {
    display: none;
  }
}
.page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li.active, .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li:hover {
  background: #6FB744 !important;
}
.page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li.active a::after, .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li:hover a::after {
  transition: bottom 0.3s, opacity 0.4s;
  opacity: 1;
  bottom: 0px;
}
.page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li a {
  height: 84px;
  padding: 30px 30px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 414px) {
  .page .banner.nav nav#nav_child > ul > li > ul > li.active > ul > li a {
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 18px 8%;
  }
}

#header.page .wpml-ls-legacy-dropdown > ul > li > a, #header.page #lang_sel > ul > li > a {
  color: #fff !important;
}
#header.page .wpml-ls-legacy-dropdown > ul > li > a span::after, #header.page #lang_sel > ul > li > a span::after {
  background-image: url("../assets/images/icon-wpml-down1.svg");
}
#header .wpml-container {
  transition: transform 0.6s;
  height: 100%;
  display: inline-block;
  float: right;
  margin-left: 10px;
  position: relative;
}
#header .wpml-container .wpml-ls {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  #header .wpml-container .wpml-ls {
    display: none;
  }
}
#header .wpml-container .wpml-ls > ul {
  height: 100%;
}
#header .wpml-container .wpml-ls > ul > li {
  height: 100%;
  outline: 0 none !important;
  float: left;
}
#header .wpml-container .wpml-ls > ul > li.wpml-ls-current-language a {
  opacity: 100%;
}
#header .wpml-container .wpml-ls > ul > li.wpml-ls-current-language a:hover {
  opacity: 100%;
}
#header .wpml-container .wpml-ls > ul > li a {
  opacity: 40%;
  font-size: 14px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  user-select: none;
  color: #00264D;
  text-decoration: none;
  transition: all 350ms;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
#header .wpml-container .wpml-ls > ul > li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  left: 15px;
  height: 3px;
  width: 0px;
  transition: left 0.2s, width 0.2s, opacity 0.5s, background 0.3s, transform 0.6s, height 0.6s;
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgb(10, 191, 146) 1%, rgba(57, 83, 124, 0.9) 100%);
  opacity: 1;
}
@media (max-width: 1226px) {
  #header .wpml-container .wpml-ls > ul > li a::before {
    bottom: 11px;
  }
}
@media (max-width: 1226px) {
  #header .wpml-container .wpml-ls > ul > li a {
    font-size: 13px;
  }
}
#header .wpml-container .wpml-ls > ul > li a:hover {
  opacity: 80%;
}
#header .wpml-container .wpml-ls > ul > li > a {
  height: 100%;
}
#header .wpml-container .wpml-ls > ul > li > a span {
  position: relative;
}
#header .wpml-container .wpml-ls > ul > li > ul {
  visibility: hidden;
  position: absolute;
  top: calc(100% - 5px);
  left: -11px;
  z-index: 100;
  padding: 0 20px 20px;
}
#header .wpml-container .wpml-ls > ul > li > ul > li {
  height: 40px;
  width: 40px;
  background: #eeeeee;
  border-radius: 50%;
  margin-bottom: 9px;
}
#header .wpml-container .wpml-ls > ul > li > ul > li:hover {
  background: rgb(255, 255, 255);
}
#header .wpml-container .wpml-ls > ul > li > ul > li > a {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
}
#header .wpml-container .wpml-ls ul:hover, #header .wpml-container .wpml-ls ul:hover ul {
  visibility: visible !important;
}
#header .wpml-container .wpml-ls > ul:hover > ul > li > a {
  color: #4a4337;
}

#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
  overflow: hidden;
  z-index: 1012;
  animation: fade 2s;
  position: relative !important;
  padding: 0;
  padding-right: 17px;
  margin-bottom: 0;
  padding-top: 15px;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul {
  height: 100%;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul > li {
  height: 100%;
  display: inline-block;
  position: relative;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul > li.wpml-ls-current-language a {
  text-decoration: underline;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul > li:before {
  content: "";
  background: rgba(46, 43, 38, 0.5);
  height: 15px;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 28px;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul > li:first-child:before {
  display: none;
}
#nav_mobile .wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal > ul > li > a {
  font-size: 19px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: black;
  letter-spacing: 2px;
  padding: 6px 22px;
  display: inline-block;
  height: 100%;
  text-transform: uppercase;
  animation-fill-mode: both !important;
  animation: fade 1s ease 0.5s;
}

#nav_mobile .wpml-ls-legacy-dropdown,
#nav_mobile #lang_sel {
  right: 68px;
  height: 68px;
  display: inline-block;
  transition: transform 0.6s;
  z-index: 1012;
}
@media (max-width: 414px) {
  #nav_mobile .wpml-ls-legacy-dropdown,
#nav_mobile #lang_sel {
    height: 68px;
    right: 68px;
  }
}
#nav_mobile .wpml-ls-legacy-dropdown > ul,
#nav_mobile #lang_sel > ul {
  height: 100%;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li,
#nav_mobile #lang_sel > ul > li {
  height: 100%;
  outline: 0 none !important;
}
#nav_mobile .wpml-ls-legacy-dropdown a,
#nav_mobile #lang_sel a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  width: 68px;
  animation: fade 2s ease 0.1s both;
}
@media (max-width: 414px) {
  #nav_mobile .wpml-ls-legacy-dropdown a,
#nav_mobile #lang_sel a {
    width: 68px;
  }
}
#nav_mobile .wpml-ls-legacy-dropdown > ul:hover > ul > li > a,
#nav_mobile #lang_sel > ul:hover > ul > li > a {
  color: #4a4337;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > a,
#nav_mobile #lang_sel > ul > li > a {
  height: 100%;
  padding: 0px 16px 0px 12px;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > a span,
#nav_mobile #lang_sel > ul > li > a span {
  position: relative;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > a span::after,
#nav_mobile #lang_sel > ul > li > a span::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../assets/images/icon-wpml-down2.svg");
}
#nav_mobile .wpml-ls-legacy-dropdown ul:hover, #nav_mobile .wpml-ls-legacy-dropdown ul:hover ul,
#nav_mobile #lang_sel ul:hover,
#nav_mobile #lang_sel ul:hover ul {
  visibility: visible !important;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > ul,
#nav_mobile #lang_sel > ul > li > ul {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: -12px;
  z-index: 100;
  padding: 0 20px 20px;
}
@media (max-width: 414px) {
  #nav_mobile .wpml-ls-legacy-dropdown > ul > li > ul,
#nav_mobile #lang_sel > ul > li > ul {
    top: 60px;
  }
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > ul > li,
#nav_mobile #lang_sel > ul > li > ul > li {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 9px;
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > ul > li:hover,
#nav_mobile #lang_sel > ul > li > ul > li:hover {
  background: rgb(255, 255, 255);
}
#nav_mobile .wpml-ls-legacy-dropdown > ul > li > ul > li > a,
#nav_mobile #lang_sel > ul > li > ul > li > a {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  color: #000;
}

.banner.gdpr {
  background: #00264D;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(to right, #00264d 0%, #2291be 100%);
  min-height: 82px;
  position: fixed;
  display: flex;
  align-items: center;
  bottom: -0.5px;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s, transform 0.5s;
  transition-delay: 0.1s;
}
.banner.gdpr.active {
  opacity: 1;
  transition: opacity 1.5s, transform 1.9s;
  transform: translateY(0px);
  transition-delay: 0s;
}
.banner.gdpr.active a, .banner.gdpr.active p, .banner.gdpr.active button {
  opacity: 1 !important;
}
.banner.gdpr.active p {
  transition-duration: 1s !important;
  transition-delay: 0.6s !important;
}
.banner.gdpr.active a {
  transition-duration: 1s !important;
  transition-delay: 0.8s !important;
}
.banner.gdpr.active button {
  transition-duration: 1s !important;
  transform: scale(1) !important;
}
.banner.gdpr.active button:nth-child(1) {
  transition-delay: 0.8s !important;
}
.banner.gdpr.active button:nth-child(2) {
  transition-delay: 0.9s !important;
}
.banner.gdpr.active button:nth-child(3) {
  transition-delay: 1s !important;
}
.banner.gdpr.active button:nth-child(4) {
  transition-delay: 1.1s !important;
}
.banner.gdpr.active button:nth-child(5) {
  transition-delay: 1.2s !important;
}
.banner.gdpr.active button:nth-child(6) {
  transition-delay: 1.3s !important;
}
.banner.gdpr.active button:nth-child(7) {
  transition-delay: 1.4s !important;
}
.banner.gdpr.active button:nth-child(8) {
  transition-delay: 1.5s !important;
}
.banner.gdpr.active button:nth-child(9) {
  transition-delay: 1.6s !important;
}
.banner.gdpr.active button:nth-child(10) {
  transition-delay: 1.7s !important;
}
.banner.gdpr.active button:nth-child(11) {
  transition-delay: 1.8s !important;
}
.banner.gdpr.active button:nth-child(12) {
  transition-delay: 1.9s !important;
}
.banner.gdpr.active button:nth-child(13) {
  transition-delay: 2s !important;
}
.banner.gdpr.active button:nth-child(14) {
  transition-delay: 2.1s !important;
}
.banner.gdpr.active button:nth-child(15) {
  transition-delay: 2.2s !important;
}
.banner.gdpr.active button:nth-child(16) {
  transition-delay: 2.3s !important;
}
.banner.gdpr.active button:nth-child(17) {
  transition-delay: 2.4s !important;
}
.banner.gdpr.active button:nth-child(18) {
  transition-delay: 2.5s !important;
}
.banner.gdpr.active button:nth-child(19) {
  transition-delay: 2.6s !important;
}
.banner.gdpr.active button:nth-child(20) {
  transition-delay: 2.7s !important;
}
.banner.gdpr p, .banner.gdpr a, .banner.gdpr button {
  font-size: 15px;
}
@media (max-width: 768px) {
  .banner.gdpr p, .banner.gdpr a, .banner.gdpr button {
    font-size: 11px;
  }
}
@media (max-width: 414px) {
  .banner.gdpr p, .banner.gdpr a, .banner.gdpr button {
    font-size: 10px;
  }
}
.banner.gdpr .content {
  text-align: right;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
.banner.gdpr .content .text-container {
  display: inline-block;
  text-align: right;
  padding: 10px 20px 10px 30px;
  width: calc(100% - 200px);
  float: left;
}
@media (max-width: 414px) {
  .banner.gdpr .content .text-container {
    text-align: left;
    width: calc(100% - 80px);
    padding: 10px 15px 10px 0px;
  }
}
.banner.gdpr .content .text-container p, .banner.gdpr .content .text-container a {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  line-height: 1.15;
  opacity: 0;
  user-select: none;
  letter-spacing: 0;
  color: white;
}
.banner.gdpr .content .text-container p {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.banner.gdpr .content .text-container a {
  transition: opacity 0.2s;
  margin-left: 4px;
  transition-duration: 0.3s;
  transition-delay: 0.05s;
  transition: opacity 0.2s, color 0.1s;
  -webkit-text-stroke: #fff;
  text-decoration: underline;
}
.banner.gdpr .content .text-container a:hover, .banner.gdpr .content .text-container a:focus {
  text-decoration: none;
}
@media (max-width: 414px) {
  .banner.gdpr .content .text-container a {
    margin-left: 0;
  }
}
.banner.gdpr .content .button-container {
  display: inline-block;
  width: 200px;
  float: right;
}
@media (max-width: 414px) {
  .banner.gdpr .content .button-container {
    width: 80px;
  }
}
.banner.gdpr .content .button-container button {
  height: 33px;
  width: 48%;
  border: 0;
  cursor: pointer;
  float: left;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  transition: transform, opacity;
  font-size: 13px;
  opacity: 0;
  line-height: 1.5;
  transform: scale(0);
  transition-duration: 0.3s;
  letter-spacing: 0.5px;
  background: #fff;
  color: #00264D;
  padding: 1px 13px 0;
  margin-left: 2%;
}
.banner.gdpr .content .button-container button:hover, .banner.gdpr .content .button-container button:focus {
  background: #00264d;
  color: #fff;
}
@media (max-width: 768px) {
  .banner.gdpr .content .button-container button {
    padding: 2px 11px 0px;
  }
}
@media (max-width: 414px) {
  .banner.gdpr .content .button-container button {
    width: 100%;
    margin-top: 3px;
    font-size: 10px;
    height: 30px;
  }
}

@media (max-width: 414px) {
  .fm-on {
    display: inline-block !important;
  }
}

@media (max-width: 414px) {
  .fm-off {
    display: none !important;
  }
}

footer {
  background: #00264D;
  margin-top: -4px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 20;
}
footer .section-title {
  color: #6FB744;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  user-select: none;
}
footer#footer #footer_top {
  background: #00264D;
  padding: 80px 0 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  footer#footer #footer_top {
    padding: 40px 0 10px;
  }
}
@media (max-width: 414px) {
  footer#footer #footer_top {
    padding: 40px 0 10px;
  }
}
@media (max-width: 768px) {
  footer#footer #footer_top .col {
    width: 100%;
  }
}
@media (max-width: 414px) {
  footer#footer #footer_top .col.left p {
    margin-bottom: 15px;
  }
}
@media (max-width: 414px) {
  footer#footer #footer_top .col.left {
    margin-bottom: 20px;
  }
}
footer#footer #footer_top .col.right > div {
  width: 50%;
  display: inline-block;
  float: left;
}
@media (max-width: 768px) {
  footer#footer #footer_top .col.right > div {
    margin-top: 30px;
  }
}
@media (max-width: 414px) {
  footer#footer #footer_top .col.right > div {
    width: 100%;
  }
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(1), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(1) {
  transition-delay: 0.01s;
  transition-duration: 0.6s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(2), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(2) {
  transition-delay: 0.07s;
  transition-duration: 0.7s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(3), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(3) {
  transition-delay: 0.13s;
  transition-duration: 0.8s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(4), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(4) {
  transition-delay: 0.19s;
  transition-duration: 0.9s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(5), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(5) {
  transition-delay: 0.25s;
  transition-duration: 1s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(6), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(6) {
  transition-delay: 0.31s;
  transition-duration: 1.1s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(7), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(7) {
  transition-delay: 0.37s;
  transition-duration: 1.2s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(8), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(8) {
  transition-delay: 0.43s;
  transition-duration: 1.3s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(9), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(9) {
  transition-delay: 0.49s;
  transition-duration: 1.4s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(10), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(10) {
  transition-delay: 0.55s;
  transition-duration: 1.5s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(11), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(11) {
  transition-delay: 0.61s;
  transition-duration: 1.6s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(12), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(12) {
  transition-delay: 0.67s;
  transition-duration: 1.7s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(13), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(13) {
  transition-delay: 0.73s;
  transition-duration: 1.8s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(14), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(14) {
  transition-delay: 0.79s;
  transition-duration: 1.9s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(15), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(15) {
  transition-delay: 0.85s;
  transition-duration: 2s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(16), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(16) {
  transition-delay: 0.91s;
  transition-duration: 2.1s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(17), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(17) {
  transition-delay: 0.97s;
  transition-duration: 2.2s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(18), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(18) {
  transition-delay: 1.03s;
  transition-duration: 2.3s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(19), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(19) {
  transition-delay: 1.09s;
  transition-duration: 2.4s;
}
footer#footer #footer_top .col.right .domains-list ul li:nth-child(20), footer#footer #footer_top .col.right .expertises-list ul li:nth-child(20) {
  transition-delay: 1.15s;
  transition-duration: 2.5s;
}
footer#footer #footer_top p {
  font-size: 18px;
  margin: 0 0 10px 0;
}
footer#footer #footer_top .button {
  width: 232px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(255, 255, 255);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 0 0 3px 0;
  letter-spacing: 1px;
  margin-top: 10px;
  position: relative;
  background: #00264D;
  -moz-appearance: none;
  -webkit-appearance: none;
}
footer#footer #footer_top .button:hover {
  background: #fff;
  color: #00264D;
}
@media (max-width: 414px) {
  footer#footer #footer_top .button {
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer#footer #footer_top > div {
    text-align: center;
  }
}
footer#footer #footer_top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer#footer #footer_top ul li {
  transition: all 350ms;
  font-size: 14px;
}
footer#footer #footer_top ul li a {
  display: inline-block;
  width: 100%;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: transform 1s;
  padding: 10px 0;
}
footer#footer #footer_top ul li a:hover {
  transition: transform 0.6s;
  color: #10B596;
  transform: translateX(3px);
}
footer#footer #footer_bottom .content {
  padding: 11px 0 30px;
}
@media (max-width: 414px) {
  footer#footer #footer_bottom .content {
    padding: 18px 0 20px;
  }
}
footer .social-icons {
  user-select: none;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
footer .social-icons .section-title {
  color: green;
}
@media (max-width: 1226px) {
  footer .social-icons {
    right: 0%;
  }
}
@media (max-width: 414px) {
  footer .social-icons {
    float: none;
    clear: both;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto 25px;
  }
}
footer .social-icons ul {
  user-select: none;
}
footer .social-icons ul li {
  display: inline-block;
}
footer .social-icons ul li:nth-child(1) {
  animation-delay: 0.01s;
  animation-duration: 0.6s;
}
footer .social-icons ul li:nth-child(2) {
  animation-delay: 0.07s;
  animation-duration: 0.7s;
}
footer .social-icons ul li:nth-child(3) {
  animation-delay: 0.13s;
  animation-duration: 0.8s;
}
footer .social-icons ul li:nth-child(4) {
  animation-delay: 0.19s;
  animation-duration: 0.9s;
}
footer .social-icons ul li:nth-child(5) {
  animation-delay: 0.25s;
  animation-duration: 1s;
}
footer .social-icons ul li:nth-child(6) {
  animation-delay: 0.31s;
  animation-duration: 1.1s;
}
footer .social-icons ul li:nth-child(7) {
  animation-delay: 0.37s;
  animation-duration: 1.2s;
}
footer .social-icons ul li:nth-child(8) {
  animation-delay: 0.43s;
  animation-duration: 1.3s;
}
footer .social-icons ul li:nth-child(9) {
  animation-delay: 0.49s;
  animation-duration: 1.4s;
}
footer .social-icons ul li:nth-child(10) {
  animation-delay: 0.55s;
  animation-duration: 1.5s;
}
footer .social-icons ul li a.icon-container {
  margin-left: -2px;
}
footer .social-icons ul li a.icon-container .title {
  display: none;
}
footer .social-icons ul li a.icon-container .fan-count {
  display: inline-block;
  font-size: 11px;
  padding-top: 6px;
  user-select: none;
  transition: color 1s;
  font-weight: 700;
  transform: translateX(-4px);
  color: rgba(255, 255, 255, 0.3);
}
footer .social-icons ul li a.icon-container .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
footer .social-icons ul li a.icon-container .icon.facebook svg {
  transform: scale(0.7);
}
footer .social-icons ul li a.icon-container .icon.facebook svg .st1 {
  fill: #00264D;
}
footer .social-icons ul li a.icon-container .icon.youtube svg {
  transform: scale(0.95) translate3d(-0.5px, 1px, 0);
}
footer .social-icons ul li a.icon-container .icon.vimeo svg {
  transform: scale(1.2) translate3d(-0.5px, 1px, 0);
}
footer .social-icons ul li a.icon-container .icon.linkedin svg {
  transform: scale(1) translate3d(0px, 1px, 0);
}
footer .social-icons ul li a.icon-container .icon.twitter svg {
  transform: scale(1.4) translate3d(0px, 0px, 0);
}
footer .social-icons ul li a.icon-container .icon.instagram svg {
  transform: scale(0.6) translate3d(0px, 0px, 0);
}
footer .social-icons ul li a.icon-container .icon.email svg {
  transform: scale(0.4) translate3d(0px, 0px, 0);
}
footer .social-icons ul li a.icon-container .st0, footer .social-icons ul li a.icon-container .st1 {
  fill: #fff;
  transition: fill 0.3s;
}
footer .social-icons ul li a.icon-container:hover .st0, footer .social-icons ul li a.icon-container:hover .st1, footer .social-icons ul li a.icon-container:focus .st0, footer .social-icons ul li a.icon-container:focus .st1 {
  fill: #10b596;
}

footer .copyright-line {
  display: inline-block;
  text-align: center;
  margin-left: 40px;
  margin-top: 12px;
  user-select: none;
}
@media (max-width: 1226px) {
  footer .copyright-line {
    width: auto;
  }
}
@media (max-width: 414px) {
  footer .copyright-line {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }
}
footer .copyright-line .footer-copyright-menu {
  width: auto;
  display: inline-block;
}
footer .copyright-line .footer-copyright-menu ul {
  width: auto;
  display: inline-block;
}
footer .copyright-line .footer-copyright-menu ul li {
  display: inline-block;
}
footer .copyright-line p, footer .copyright-line a, footer .copyright-line span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.6px;
  transition: opacity 1s, color 0.6s;
  user-select: none;
}
footer .copyright-line a {
  padding: 15px 3px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1226px) {
  footer .copyright-line a {
    padding: 15px 10px;
  }
}
@media (max-width: 414px) {
  footer .copyright-line a {
    padding: 4px 15px;
  }
  footer .copyright-line a:first-child, footer .copyright-line a:last-child {
    display: block;
  }
}
footer .copyright-line a:hover, footer .copyright-line a:focus {
  color: white;
}
footer .copyright-line a:hover::after, footer .copyright-line a:focus::after {
  width: 100%;
  opacity: 0.3;
}
footer .copyright-line a:first-child {
  border-bottom: none;
}
footer .copyright-line a.copyright::before {
  display: none;
}
footer .copyright-line a.shake {
  padding-left: 0;
}
footer .copyright-line a.shake::before {
  content: "—";
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 414px) {
  footer .copyright-line a.shake::before {
    display: none;
  }
}
@media (max-width: 414px) {
  footer .copyright-line a.shake {
    padding-right: 0;
  }
}
footer .copyright-line a::before {
  content: "—";
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 414px) {
  footer .copyright-line a::before {
    display: none;
  }
}
footer .copyright-line p {
  display: inline;
}

#cookie-notice {
  width: 100%;
  padding: 0 !important;
  background-color: transparent !important;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: rgb(255, 255, 255);
  z-index: 5000;
}
#cookie-notice .cookie-notice-container {
  padding: 25px 60px !important;
  background: #00264d;
  background: -moz-linear-gradient(left, #00264d 0%, #2291be 100%);
  background: -webkit-linear-gradient(left, #00264d 0%, #2291be 100%);
  background: linear-gradient(to right, #00264d 0%, #2291be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00264d", endColorstr="#2291be",GradientType=1 );
}
#cookie-notice a {
  text-decoration: underline;
  color: #00264D;
  transition: all 350ms;
}
#cookie-notice a:hover {
  color: #00264D;
}
#cookie-notice #cn-accept-cookie {
  background: #FFFFFF !important;
  border: none !important;
  color: 900 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  transition: all 350ms !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  text-decoration: none !important;
  transition: all 350ms;
}
#cookie-notice #cn-accept-cookie img {
  transition: all 350ms;
}
#cookie-notice #cn-accept-cookie:hover {
  color: #D44892;
}

.fancybox-slide--iframe .fancybox-content {
  width: 60% !important;
}

.lightbox-newsletter-container {
  display: none;
}
.lightbox-newsletter-container.active {
  display: block;
}

.page-overlay.newsletter {
  position: fixed;
  display: block;
  background: #000 !important;
  opacity: 0.75;
  z-index: 1500;
}
.page-overlay.newsletter.ng-enter {
  opacity: 0;
  transition: opacity 0.2s;
}
.page-overlay.newsletter.ng-enter.ng-enter-active {
  opacity: 0.75;
}
.page-overlay.newsletter.ng-leave {
  opacity: 0.75;
  transition: opacity 0.35s;
}
.page-overlay.newsletter.ng-leave.ng-leave-active {
  opacity: 0;
}

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: scroll;
  width: 100%;
  cursor: pointer;
}
.lightbox.newsletter {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  z-index: 2000;
  display: inline-block;
  height: auto;
  background: #fff;
  animation: fade_scale_90 1s;
  margin-bottom: 100px;
  transition: top 1s;
  cursor: default;
}
.lightbox.newsletter.ng-enter {
  transition: transform 0.5s, opacity 0.3s;
  transform: scale(0.85);
  opacity: 0;
}
.lightbox.newsletter.ng-enter-active {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  .lightbox.newsletter {
    width: 88%;
    margin-left: 0px;
    left: 6%;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter {
    margin-bottom: 50px;
  }
}
.lightbox.newsletter .inside {
  display: inline-block;
  padding: 50px 12% 40px;
  min-height: 300px;
}
.lightbox.newsletter .image-container {
  height: 240px;
}
@media (max-width: 414px) {
  .lightbox.newsletter .image-container {
    height: 160px;
  }
}
.lightbox.newsletter .image-container .image {
  filter: brightness(90%);
}
.lightbox.newsletter .intro p, .lightbox.newsletter .intro a, .lightbox.newsletter .outro p, .lightbox.newsletter .outro a {
  color: #000 !important;
  font-size: 14px;
}
.lightbox.newsletter .intro p, .lightbox.newsletter .outro p {
  margin-bottom: 10px;
}
.lightbox.newsletter .intro a, .lightbox.newsletter .outro a {
  text-decoration: underline;
}
.lightbox.newsletter .intro a:hover, .lightbox.newsletter .outro a:hover {
  text-decoration: none;
}
.lightbox.newsletter .outro {
  margin-top: 60px;
  margin-bottom: 50px;
}
.lightbox.newsletter .legal-mailchimp-container {
  position: relative;
  margin-bottom: 50px;
}
.lightbox.newsletter .legal-mailchimp-container .icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.lightbox.newsletter .legal-mailchimp-container p {
  padding-top: 20px;
  padding-left: 100px;
  color: #000;
  font-size: 10px;
}
.lightbox.newsletter .legal-mailchimp-container p a {
  font-size: 10px;
  color: #206578;
  text-decoration: underline;
}
.lightbox.newsletter .close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 51px;
  height: 51px;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .lightbox.newsletter .close-btn {
    top: 10px;
    right: 10px;
  }
}
.lightbox.newsletter .close-btn::before, .lightbox.newsletter .close-btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30%;
  position: absolute;
  top: 18px;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox.newsletter .close-btn::before {
  transform: rotate(45deg);
}
.lightbox.newsletter .close-btn::after {
  transform: rotate(-45deg);
}
.lightbox.newsletter .title-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 414px) {
  .lightbox.newsletter .title-container {
    margin-bottom: 30px;
  }
}
.lightbox.newsletter .title-container .title {
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1.4;
  position: relative;
  letter-spacing: 0px;
  user-select: none;
  animation: fade 0.5s;
}
.lightbox.newsletter .title-container .title span {
  font-weight: 300;
}
@media (max-width: 768px) {
  .lightbox.newsletter .title-container .title {
    font-size: 36px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .title-container .title {
    font-size: 27px;
  }
}
.lightbox.newsletter .title-container .shadow {
  position: absolute;
  top: 100%;
  left: -10%;
  width: 120%;
  height: 30px;
  background-size: contain;
  background-position: 50% 0%;
}
.lightbox.newsletter .shadow-section {
  position: relative;
  margin-bottom: 35px;
}
.lightbox.newsletter .shadow-section .shadow {
  position: absolute;
  bottom: 0px;
  left: -10%;
  width: 120%;
  height: 30px;
  background-size: contain;
  background-position: 50% 0%;
}

.lightbox.newsletter form {
  width: 100%;
  min-height: 280px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
@media (max-width: 1226px) {
  .lightbox.newsletter form {
    max-width: none;
  }
}
.lightbox.newsletter form .titre {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  margin-top: 40px;
  user-select: none;
}
.lightbox.newsletter form .container {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
  transition: margin 0.5s;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container {
    margin-bottom: 35px;
  }
}
.lightbox.newsletter form .container:nth-child(1) {
  animation-delay: 0s;
}
.lightbox.newsletter form .container:nth-child(2) {
  animation-delay: 0.04s;
}
.lightbox.newsletter form .container:nth-child(3) {
  animation-delay: 0.08s;
}
.lightbox.newsletter form .container:nth-child(4) {
  animation-delay: 0.12s;
}
.lightbox.newsletter form .container:nth-child(5) {
  animation-delay: 0.16s;
}
.lightbox.newsletter form .container:nth-child(6) {
  animation-delay: 0.2s;
}
.lightbox.newsletter form .container:nth-child(7) {
  animation-delay: 0.24s;
}
.lightbox.newsletter form .container:nth-child(8) {
  animation-delay: 0.28s;
}
.lightbox.newsletter form .container:nth-child(9) {
  animation-delay: 0.32s;
}
.lightbox.newsletter form .container:nth-child(10) {
  animation-delay: 0.36s;
}
.lightbox.newsletter form .container:nth-child(11) {
  animation-delay: 0.4s;
}
.lightbox.newsletter form .container:nth-child(12) {
  animation-delay: 0.44s;
}
.lightbox.newsletter form .container:nth-child(13) {
  animation-delay: 0.48s;
}
.lightbox.newsletter form .container:nth-child(14) {
  animation-delay: 0.52s;
}
.lightbox.newsletter form .container:nth-child(15) {
  animation-delay: 0.56s;
}
.lightbox.newsletter form .container:nth-child(16) {
  animation-delay: 0.6s;
}
.lightbox.newsletter form .container:nth-child(17) {
  animation-delay: 0.64s;
}
.lightbox.newsletter form .container:nth-child(18) {
  animation-delay: 0.68s;
}
.lightbox.newsletter form .container:nth-child(19) {
  animation-delay: 0.72s;
}
.lightbox.newsletter form .container:nth-child(20) {
  animation-delay: 0.76s;
}
.lightbox.newsletter form .container.focus-submitted.make-room {
  margin-top: 30px;
}
.lightbox.newsletter form .container label {
  font-size: 17px;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  color: #003359;
  letter-spacing: 0px;
  display: inline-block;
  margin-bottom: 15px;
  user-select: none;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container label {
    font-size: 15px;
  }
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea {
  position: relative;
  user-select: text;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea, .lightbox.newsletter form .container select,
.lightbox.newsletter form .container .selectize-input .item, .lightbox.newsletter form .container .selectize-dropdown .option {
  font-weight: 400;
  font-family: "Muli", sans-serif;
  color: #555868;
  letter-spacing: 1px;
}
.lightbox.newsletter form .container .selectize-input .item {
  padding-top: 15px;
}
.lightbox.newsletter form .container .option {
  font-size: 14.5px;
  font-weight: 400;
  color: #4a4337;
  padding: 17px 21px;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container textarea, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
  width: 100%;
  z-index: 10;
  padding: 0 20px;
  transition: border 0.5s, box-shadow 0.15s, padding-left 0.3s;
  border: none;
  border-radius: 0px;
  background: #fff !important;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
.lightbox.newsletter form .container input.focus, .lightbox.newsletter form .container input:focus, .lightbox.newsletter form .container textarea.focus, .lightbox.newsletter form .container textarea:focus, .lightbox.newsletter form .container select.focus, .lightbox.newsletter form .container select:focus, .lightbox.newsletter form .container .selectize-input.focus, .lightbox.newsletter form .container .selectize-input:focus {
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.19) !important;
}
.lightbox.newsletter form .container input, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
  height: 60px;
  line-height: 60px;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input, .lightbox.newsletter form .container select, .lightbox.newsletter form .container .selectize-input {
    height: 60px;
    line-height: 60px;
  }
}
.lightbox.newsletter form .container input {
  font-size: 19px;
  will-change: box-shadow, background, padding-left;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form .container input {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input {
    font-size: 17px;
  }
}
.lightbox.newsletter form .container input:-webkit-autofill, .lightbox.newsletter form .container textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset, 2px 2px 20px rgba(0, 0, 0, 0.1) !important;
  -webkit-text-fill-color: #555868 !important;
  border: 1px solid #fff;
  transition: border 0s;
}
.lightbox.newsletter form .container input[type=number]::-webkit-inner-spin-button,
.lightbox.newsletter form .container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
  font-size: 19px;
  font-weight: 400;
  color: rgba(85, 88, 104, 0.5) !important;
  text-align: left;
  letter-spacing: 0.5px;
  display: none !important;
  opacity: 0;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container input::placeholder, .lightbox.newsletter form .container textarea::placeholder {
    font-size: 17px;
  }
}
.lightbox.newsletter form .container input:focus::placeholder, .lightbox.newsletter form .container textarea:focus::placeholder {
  opacity: 0.35 !important;
}
.lightbox.newsletter form .container.left {
  width: 48%;
  float: left;
}
.lightbox.newsletter form .container.right {
  width: 48%;
  float: right;
}
.lightbox.newsletter form .container.full {
  width: 100%;
}
.lightbox.newsletter form .container.clear {
  clear: both;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .container {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}
.lightbox.newsletter form legend {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  float: left;
  width: 100%;
  position: relative;
}
.lightbox.newsletter form legend::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -39px;
  height: 1px;
  width: 21px;
  transition: opacity 0.5s, width 0.2s;
  background: #6fb744;
}
@media (max-width: 768px) {
  .lightbox.newsletter form legend::before {
    display: none;
  }
}
.lightbox.newsletter form textarea {
  font-size: 19px;
  resize: none !important;
  padding-top: 30px !important;
  padding-right: 44px !important;
  text-align: justify;
  line-height: 1.5;
  height: auto;
  will-change: box-shadow, background, height, padding-left;
  transition: border 0.3s, height 0.5s, min-height 0.5s, padding-left 0.3s !important;
  max-height: 500px;
  min-height: 150px;
}
.lightbox.newsletter form textarea:focus {
  min-height: 170px;
}
@media (max-width: 1024px) {
  .lightbox.newsletter form textarea {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter form textarea {
    font-size: 17px;
    text-align: left;
  }
}
.lightbox.newsletter form .container.message {
  margin-bottom: 15px;
}
.lightbox.newsletter form .champs-requis {
  text-align: right;
  margin-bottom: 0px;
  float: right;
}
.lightbox.newsletter form .champs-requis p {
  font-size: 10px;
  font-weight: 300;
  font-style: italic;
  color: #4a4337;
  font-family: "Muli", sans-serif;
}
@media (max-width: 414px) {
  .lightbox.newsletter form .champs-requis {
    display: none;
  }
}
.lightbox.newsletter form button[type=submit] {
  width: 100%;
  min-height: 76px;
  background: #4a4337;
  text-align: center;
  border-radius: 0px;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 414px) {
  .lightbox.newsletter form button[type=submit] {
    min-height: 50px;
    width: 100%;
    float: none;
  }
}
.lightbox.newsletter form button[type=submit] p {
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  padding: 10px 30px 10px;
  position: relative;
  user-select: none;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
.lightbox.newsletter form button[type=submit] p .icon {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  user-select: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(40deg);
}
.lightbox.newsletter form button[type=submit] p .icon * {
  fill: #fff;
}
.lightbox.newsletter form button[type=submit]:not(.sent):hover, .lightbox.newsletter form button[type=submit]:not(.sent):focus {
  background: #000;
}
.lightbox.newsletter form button[type=submit].wait {
  transition: background 0.2s;
  background: #4d4d4d;
}
.lightbox.newsletter form button[type=submit].wait .icon.envoyer,
.lightbox.newsletter form button[type=submit].wait p.envoyer {
  display: none;
}
.lightbox.newsletter form button[type=submit].wait p.wait {
  animation: fade 1s;
}
.lightbox.newsletter form button[type=submit] p.error {
  font-size: 0.9em;
}
.lightbox.newsletter form button[type=submit].sent {
  transition: background 0.2s;
  background: green !important;
}
.lightbox.newsletter form button[type=submit].sent p.wait {
  display: none;
}
.lightbox.newsletter form button[type=submit].sent p.sent {
  animation: fade 1s;
}
.lightbox.newsletter form button[type=submit] .waiting.spinner {
  transform: translate3d(0px, 0px, 0);
}

.lightbox.newsletter .checkbox-container {
  position: relative;
  padding-bottom: 50px;
}
.lightbox.newsletter .checkbox-container.brochures {
  padding-bottom: 20px;
}
.lightbox.newsletter .checkbox-container ul {
  display: inline-block;
}
.lightbox.newsletter .checkbox-container ul li {
  padding-bottom: 10px;
  animation-fill-mode: both !important;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(1) {
  animation: fade 1s;
  animation-delay: 0.35s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(2) {
  animation: fade 1s;
  animation-delay: 0.4s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(3) {
  animation: fade 1s;
  animation-delay: 0.45s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(4) {
  animation: fade 1s;
  animation-delay: 0.5s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(5) {
  animation: fade 1s;
  animation-delay: 0.55s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(6) {
  animation: fade 1s;
  animation-delay: 0.6s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(7) {
  animation: fade 1s;
  animation-delay: 0.65s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(8) {
  animation: fade 1s;
  animation-delay: 0.7s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(9) {
  animation: fade 1s;
  animation-delay: 0.75s;
}
.lightbox.newsletter .checkbox-container ul li:nth-child(10) {
  animation: fade 1s;
  animation-delay: 0.8s;
}
@media (max-width: 1226px) {
  .lightbox.newsletter .checkbox-container ul li {
    display: inline-block;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter .checkbox-container ul li {
    width: 90%;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul li {
    width: 100%;
  }
}
.lightbox.newsletter .checkbox-container ul li, .lightbox.newsletter .checkbox-container ul input, .lightbox.newsletter .checkbox-container ul label {
  min-height: 45px;
}
.lightbox.newsletter .checkbox-container ul li:nth-last-of-type(1) label:after,
.lightbox.newsletter .checkbox-container ul li:nth-last-of-type(2) label:after {
  opacity: 0;
}
.lightbox.newsletter .checkbox-container ul li:hover input:not([disabled=disabled]) + label {
  color: #4a4337;
  transition: color 0s;
}
.lightbox.newsletter .checkbox-container ul input:not([disabled=disabled]) + label {
  cursor: pointer;
}
.lightbox.newsletter .checkbox-container ul label {
  padding: 13px 0 10px 37px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.15;
  color: #403f3a;
  transition: color 0s;
  position: relative;
  width: 100%;
  user-select: none;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label {
    font-size: 15px;
  }
}
.lightbox.newsletter .checkbox-container ul label.brochures {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label.brochures {
    font-size: 18px;
  }
}
.lightbox.newsletter .checkbox-container ul label.brochures .case {
  top: 13px !important;
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul label.brochures .case {
    top: 17px !important;
  }
}
.lightbox.newsletter .checkbox-container ul label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: opacity 0.8s, background 0.2s;
  bottom: -8px;
  right: 0;
  background: rgba(0, 0, 0, 0.07);
  height: 1px;
  width: calc(100% - 37px);
}
.lightbox.newsletter .checkbox-container ul label p {
  line-height: 1.2;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  user-select: none;
  cursor: pointer;
  color: rgba(39, 56, 52, 0.6);
}
.lightbox.newsletter .checkbox-container ul input[type=radio],
.lightbox.newsletter .checkbox-container ul input[type=checkbox] {
  display: none;
}
.lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -3px;
  top: 12px;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 1226px) {
  .lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
    left: 0px;
  }
}
@media (max-width: 414px) {
  .lightbox.newsletter .checkbox-container ul input[type=radio] + label .case,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label .case {
    top: 13px;
  }
}
.lightbox.newsletter .checkbox-container ul input[type=radio] + label span,
.lightbox.newsletter .checkbox-container ul input[type=checkbox] + label span {
  background: #4a4337;
  display: block;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.2s;
  transform: scale(0);
}
.lightbox.newsletter .checkbox-container ul input[type=radio]:checked + label span,
.lightbox.newsletter .checkbox-container ul input[type=checkbox]:checked + label span {
  transition: transform 0.15s;
  transform: scale(1);
}

@keyframes show_tooltip {
  0% {
    z-index: 20;
    transform: translateY(30px);
  }
  50% {
    z-index: 20;
    transform: translateY(-1px);
  }
  51% {
    z-index: 20;
  }
  100% {
    z-index: 20;
    transform: translateY(0px);
  }
}
@keyframes show_tooltip_triangle {
  0% {
    transform: translateY(-20px);
  }
  20% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.lightbox.newsletter form.ng-submitted input.focus-submitted + .tooltip,
.lightbox.newsletter form.ng-submitted div.container.select.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted div.radio-container.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted div#gdpr_container.focus-submitted .tooltip,
.lightbox.newsletter form.ng-submitted textarea.focus-submitted + .tooltip {
  display: inline-block;
}

.lightbox.newsletter form .tooltip {
  position: absolute;
  top: -55px;
  left: 0px;
  will-change: transform, opacity;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.09) !important;
  transform: translate3d(0, 0, 0);
  display: none;
  animation-fill-mode: both !important;
  animation: show_tooltip 0.25s;
}
.lightbox.newsletter form .tooltip.active {
  display: inline-block;
  top: -55px;
  left: 8px;
}
.lightbox.newsletter form .tooltip span {
  padding: 15px 19px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  animation: fade 0.2s;
  cursor: default;
}
.lightbox.newsletter form .tooltip span::first-letter {
  text-transform: uppercase;
}
.lightbox.newsletter form .tooltip > div::after {
  content: "";
  transform: translate3d(0, 0, 0);
  animation: show_tooltip_triangle 0.3s;
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid green;
}
.lightbox.newsletter form .tooltip .files-missing, .lightbox.newsletter form .tooltip.active div,
.lightbox.newsletter form .tooltip [ng-message=required] {
  background: #c94e4d;
}
.lightbox.newsletter form .tooltip .files-missing::after, .lightbox.newsletter form .tooltip.active div::after,
.lightbox.newsletter form .tooltip [ng-message=required]::after {
  border-left-color: #c94e4d;
}
.lightbox.newsletter form .tooltip [ng-message=pattern] {
  background: #e0b15d;
}
.lightbox.newsletter form .tooltip [ng-message=pattern]::after {
  border-left-color: #e0b15d;
}

.lightbox.newsletter form.ng-submitted input.ng-invalid,
.lightbox.newsletter form.ng-submitted textarea.ng-invalid {
  background: #e3d8d8 !important;
}
.lightbox.newsletter form.ng-submitted input.ng-invalid-pattern,
.lightbox.newsletter form.ng-submitted textarea.ng-invalid-pattern {
  background: #e5ded1 !important;
}

.lightbox.newsletter form .container.input .icon {
  height: 100%;
}
.lightbox.newsletter form .container .icon {
  position: absolute;
  z-index: 20;
  top: 19px;
  will-change: opacity, transform;
}
.lightbox.newsletter form .container .icon.ng-enter {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.25s 0.05s, transform 0.2s 0.05s;
}
.lightbox.newsletter form .container .icon.ng-enter.ng-enter-active {
  transform: scale(1);
  opacity: 1;
}
.lightbox.newsletter form .container .icon-checked {
  width: 14px;
  left: 19px;
}
.lightbox.newsletter form .container .icon-checked .st0, .lightbox.newsletter form .container .icon-checked path {
  fill: green;
}
.lightbox.newsletter form .container .icon-circle {
  width: 9px;
  left: 20px;
}
.lightbox.newsletter form .container .icon-circle .st0 {
  fill: #fca609;
}
.lightbox.newsletter form .container .icon-cross {
  width: 10px;
  left: 19px;
}
.lightbox.newsletter form .container .icon-cross .st0 {
  fill: none;
  stroke: #e91f1f;
  stroke-width: 9;
  stroke-miterlimit: 10;
}
.lightbox.newsletter form .container.textarea .icon-checked {
  top: 32.5px;
}
.lightbox.newsletter form .container.textarea .icon-circle, .lightbox.newsletter form .container.textarea .icon-cross {
  top: 31.5px;
}
.lightbox.newsletter form input.prefill, .lightbox.newsletter form input.ng-invalid.cross-has-shown, .lightbox.newsletter form input.ng-invalid-pattern.ng-dirty.blured, .lightbox.newsletter form input.ng-invalid-pattern.ng-dirty.blured, .lightbox.newsletter form input.ng-valid.blured.ng-dirty, .lightbox.newsletter form input[disabled=disabled] {
  padding-left: 44px !important;
}
.lightbox.newsletter form textarea.ng-valid:not(.ng-empty), .lightbox.newsletter form textarea.cross-has-shown {
  padding-left: 44px !important;
}
.lightbox.newsletter form .not-required-textarea textarea[ng-required=false] {
  padding-left: 0 !important;
}
.lightbox.newsletter form .not-required-textarea .icon-checked {
  display: none !important;
}
.lightbox.newsletter form.ng-submitted input.ng-invalid-pattern, .lightbox.newsletter form.ng-submitted textarea.ng-invalid-pattern {
  padding-left: 44px !important;
}
.lightbox.newsletter form.ng-submitted input[type=tel].ng-valid, .lightbox.newsletter form.ng-submitted input[type=email].ng-valid, .lightbox.newsletter form.ng-submitted textarea[type=tel].ng-valid, .lightbox.newsletter form.ng-submitted textarea[type=email].ng-valid {
  padding-left: 44px !important;
}

.lightbox.newsletter form[disabled=disabled] .container input, .lightbox.newsletter form[disabled=disabled] .container textarea {
  color: rgba(85, 88, 104, 0.25) !important;
  user-select: none;
  cursor: default;
  padding-left: 44px !important;
}
.lightbox.newsletter form[disabled=disabled] .container input:disabled:-webkit-autofill, .lightbox.newsletter form[disabled=disabled] .container textarea:disabled:-webkit-autofill {
  -webkit-text-fill-color: rgba(85, 88, 104, 0.25) !important;
}

.lightbox.newsletter div#gdpr_container,
.lightbox.newsletter div#consent_container {
  width: 100%;
  display: inline-block;
  margin: 20px auto 0px !important;
  position: relative;
}
@media (max-width: 1024px) {
  .lightbox.newsletter div#gdpr_container,
.lightbox.newsletter div#consent_container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .lightbox.newsletter div#gdpr_container,
.lightbox.newsletter div#consent_container {
    width: 100%;
  }
}
.lightbox.newsletter div#gdpr_container .tooltip.gdpr,
.lightbox.newsletter div#consent_container .tooltip.gdpr {
  left: 35px;
  top: -55px;
}
.lightbox.newsletter div#gdpr_container p.note,
.lightbox.newsletter div#consent_container p.note {
  padding-left: 35px;
  user-select: none;
  z-index: 11;
  font-family: "Muli", sans-serif;
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container p.note,
.lightbox.newsletter div#consent_container p.note {
    padding-left: 30px;
  }
}
.lightbox.newsletter div#gdpr_container p.note a,
.lightbox.newsletter div#consent_container p.note a {
  -webkit-text-stroke: #fff;
  text-decoration: underline;
}
.lightbox.newsletter div#gdpr_container p.note, .lightbox.newsletter div#gdpr_container p.note a,
.lightbox.newsletter div#consent_container p.note,
.lightbox.newsletter div#consent_container p.note a {
  font-size: 13px;
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container p.note, .lightbox.newsletter div#gdpr_container p.note a,
.lightbox.newsletter div#consent_container p.note,
.lightbox.newsletter div#consent_container p.note a {
    font-size: 11px;
  }
}
.lightbox.newsletter div#gdpr_container p.note.consent,
.lightbox.newsletter div#consent_container p.note.consent {
  cursor: pointer;
}
.lightbox.newsletter div#gdpr_container a:hover,
.lightbox.newsletter div#consent_container a:hover {
  color: #6FB744 !important;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox],
.lightbox.newsletter div#consent_container input[type=checkbox] {
  display: none;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 6.5px;
  background: #fff;
}
@media (max-width: 414px) {
  .lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case {
    top: calc(50% - 10px);
  }
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case:hover,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case:hover {
  cursor: pointer;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox] + label .case span,
.lightbox.newsletter div#consent_container input[type=checkbox] + label .case span {
  background: #A0C480;
  display: block;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.2s;
  transform: scale(0);
}
.lightbox.newsletter div#gdpr_container input[type=checkbox]:checked + label .case,
.lightbox.newsletter div#consent_container input[type=checkbox]:checked + label .case {
  border: 1px solid #6fb744;
  background: #6FB744;
}
.lightbox.newsletter div#gdpr_container input[type=checkbox]:checked + label .case span,
.lightbox.newsletter div#consent_container input[type=checkbox]:checked + label .case span {
  transition: transform 0.15s;
  transform: scale(1);
}

.archive.case .wrapper-searchandfilter {
  display: flex;
  align-items: center;
  margin: 0 0 80px 0;
  animation-fill-mode: both !important;
  animation: fade 1s ease 0.5s;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 414px) {
  .archive.case .wrapper-searchandfilter {
    align-items: start;
  }
}
.archive.case .wrapper-searchandfilter span {
  font-size: 18px;
  color: #00264D;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter span {
    margin: 0 0 20px 0;
  }
}
.archive.case .wrapper-searchandfilter a {
  font-size: 18px;
  color: #B4BBC7;
  position: relative;
  padding: 0 0 0 28px;
  text-decoration: none;
  transition: all 350ms;
  margin: 0 0 0 20px;
}
.archive.case .wrapper-searchandfilter a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../assets/images/icon-reset.svg) no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
  transition: all 1000ms;
}
.archive.case .wrapper-searchandfilter a:hover:before {
  transform: rotate(360deg);
}
.archive.case .wrapper-searchandfilter .searchandfilter {
  margin: 0;
}
.archive.case .wrapper-searchandfilter .searchandfilter ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter .searchandfilter ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.archive.case .wrapper-searchandfilter .searchandfilter ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter .searchandfilter ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.archive.case .wrapper-searchandfilter .searchandfilter ul li select {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  border: 1px solid #B4BBC8;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 255px;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #714BB9;
  background: url(../assets/images/arrow-down.gif) no-repeat 93% 20px rgb(255, 255, 255);
  background-size: 10px 6px;
  font-weight: bold;
  color: #00264D;
}
.archive.case .wrapper-searchandfilter .searchandfilter ul li select::-ms-expand {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter .searchandfilter ul li select {
    width: 100%;
  }
}
.archive.case .wrapper-searchandfilter .searchandfilter ul li input[type=submit] {
  height: 50px;
  display: block;
  border: 0;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #00264D;
  transition: all 350ms;
}
@media screen and (max-width: 768px) {
  .archive.case .wrapper-searchandfilter .searchandfilter ul li input[type=submit] {
    width: 100%;
    background: #00264D;
    color: rgb(255, 255, 255);
  }
}
.archive.case .wrapper-searchandfilter .searchandfilter ul li input[type=submit]:hover {
  letter-spacing: 2px;
}

.archive.case .cases {
  background: #F5F5F5;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .archive.case .cases {
    padding: 10% 0;
  }
}
.archive.case .cases .head {
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  .archive.case .cases .head {
    padding: 0;
  }
}
.archive.case .cases h1 {
  font-size: 18px;
  color: #B4BBC7;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
  animation: fade 1s;
}
@media screen and (max-width: 768px) {
  .archive.case .cases h1 {
    font-size: 5.5vw;
  }
}
.archive.case .cases h2 {
  font-size: 62px;
  line-height: 1.1;
  color: #00264D;
  font-weight: normal;
  padding: 0;
  animation-fill-mode: both !important;
  animation: fade 1s ease 0.3s;
  margin: 0 0 25px 0;
}
@media (max-width: 414px) {
  .archive.case .cases h2 {
    font-size: 42px;
  }
}
.archive.case .cases ul.wrapper-cases {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media (max-width: 414px) {
  .archive.case .cases ul.wrapper-cases {
    margin: 0 0 40px 0;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser {
  max-width: 650px;
  width: calc(50% - 8px);
  background: rgb(255, 255, 255);
  display: flex;
  margin: 4px;
  overflow: hidden;
}
.archive.case .cases ul.wrapper-cases li.case-teaser:nth-child(4n-3) {
  transition-delay: 0s;
}
.archive.case .cases ul.wrapper-cases li.case-teaser:nth-child(4n-2) {
  transition-delay: 0.1s;
}
.archive.case .cases ul.wrapper-cases li.case-teaser:nth-child(4n-5) {
  transition-delay: 0.2s;
}
.archive.case .cases ul.wrapper-cases li.case-teaser:nth-child(4n-4) {
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .image-container {
  width: 40%;
  height: 100%;
  float: left;
  overflow: hidden;
}
@media (max-width: 414px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .image-container {
    width: 100%;
    height: 200px;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .image-container .image {
  transition: opacity 1s, transform 1s, filter 1s;
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos {
  padding: 40px;
  padding-bottom: 120px;
  width: 60%;
  height: 100%;
  float: right;
  position: relative;
}
@media (max-width: 1024px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .infos {
    padding: 30px;
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .infos {
    padding-bottom: 100px;
  }
}
@media (max-width: 414px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .infos {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos .title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 15px 0;
  color: #00264D;
}
@media screen and (max-width: 768px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .infos .title {
    margin: 0 0 5% 0;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #00264D;
  font-weight: 600;
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos button {
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  position: absolute;
  bottom: 35px;
  left: 40px;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .archive.case .cases ul.wrapper-cases li.case-teaser a .infos button {
    left: 30px;
    bottom: 30px;
  }
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.archive.case .cases ul.wrapper-cases li.case-teaser a .infos button .icon path {
  transition: stroke 0.3s;
  stroke: #00264D;
}
.archive.case .cases ul.wrapper-cases li.case-teaser a:hover .image {
  transition: opacity 1s, transform 0.3s, filter 0.3s;
  filter: brightness(110%);
}
.archive.case .cases ul.wrapper-cases li.case-teaser a:hover button {
  color: #2291BE;
}
.archive.case .cases ul.wrapper-cases li.case-teaser a:hover button .icon {
  transform: translateX(2px);
}
.archive.case .cases ul.wrapper-cases li.case-teaser a:hover button .icon path {
  stroke: #2291BE;
}

.front-page .banner.top {
  height: 420px;
  background: #000;
}
@media (max-width: 414px) {
  .front-page .banner.top {
    height: 400px;
  }
}
@media (max-width: 414px) {
  .front-page .banner.top .banner-content {
    padding: 0;
  }
}

.front-page #slider_home_top {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.front-page #slider_home_top ul li .image-container {
  opacity: 0;
  transition: opacity 0.6s;
}
.front-page #slider_home_top ul li .banner {
  height: 100%;
}
.front-page #slider_home_top ul li .banner .banner-content {
  height: 100%;
}
@media (max-width: 414px) {
  .front-page #slider_home_top ul li .banner .banner-content .content {
    animation: fade 1s;
  }
}
.front-page #slider_home_top ul li a.box {
  width: 60%;
  height: 200px;
  position: absolute;
  left: 0px;
  bottom: -30px;
  padding: 33px 50px;
  padding-right: 10%;
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
}
.front-page #slider_home_top ul li a.box .inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: fade 1s;
}
.front-page #slider_home_top ul li a.box .slide-count {
  font-size: 16px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  opacity: 0;
  animation: fade 1s;
  user-select: none;
}
.front-page #slider_home_top ul li a.box .title {
  font-size: 22px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 15px 0;
  animation-fill-mode: both !important;
  animation: hide_slider_title 0.2s ease 0s;
}
@keyframes hide_slider_title {
  0% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
}
.front-page #slider_home_top ul li a.box .text {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 255, 255);
  animation-fill-mode: both !important;
  letter-spacing: 0.5px;
  animation: hide_slider_title 0.2s ease 0s;
}
@keyframes hide_slider_title {
  0% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0px, 0);
  }
}
@media (max-width: 414px) {
  .front-page #slider_home_top ul li a.box .text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.front-page #slider_home_top ul li a.box .text span {
  display: inline-block;
  position: relative;
}
.front-page #slider_home_top ul li a.box .text span .icon {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  right: -14px;
  transition: transform 0.3s;
}
.front-page #slider_home_top ul li a.box:hover span {
  text-decoration: underline;
}
.front-page #slider_home_top ul li a.box:hover span .icon {
  transform: translateX(2px);
}
@media screen and (max-width: 768px) {
  .front-page #slider_home_top ul li a.box {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    height: auto;
  }
}
.front-page #slider_home_top ul li.active {
  z-index: 10;
}
.front-page #slider_home_top ul li.active .image-container {
  opacity: 1;
  transition: opacity 2.5s;
}
.front-page #slider_home_top ul li.active a.box .slide-count {
  opacity: 1;
}
.front-page #slider_home_top ul li.active a.box p.title {
  animation-fill-mode: both !important;
  animation: show_slider_title 1s ease 0.3s;
}
@keyframes show_slider_title {
  0% {
    opacity: 0;
    transform: translate3d(0, 3px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
.front-page #slider_home_top ul li.active a.box .text {
  animation-fill-mode: both !important;
  animation: show_slider_text 1s ease 0.6s;
}
@keyframes show_slider_text {
  0% {
    opacity: 0;
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}
.front-page #slider_home_top ul li.active a.box .link {
  opacity: 1;
  transition: opacity 1.5s ease 0.5s, transform 1s ease 0.3s;
  transform: translate3d(0, 0px, 0);
}

.front-page .banner.arrows .content {
  padding-right: 150px;
}
@media (max-width: 1226px) {
  .front-page .banner.arrows .content {
    padding-right: 0;
  }
}
.front-page .banner.arrows .arrows-slider {
  padding: 40px 0 0;
  text-align: right;
  margin: 0 0 20px 0;
  margin-right: -8px;
}
@media (max-width: 414px) {
  .front-page .banner.arrows .arrows-slider {
    text-align: center;
    padding: 20px 65px 0;
    margin-right: 0;
  }
}
.front-page .banner.arrows .arrows-slider button {
  border: none;
  cursor: pointer;
  padding: 5px 7px;
  transition-delay: 0.8s;
}
.front-page .banner.arrows .arrows-slider button .icon {
  width: 65px;
  height: 40px;
}
.front-page .banner.arrows .arrows-slider button .icon line, .front-page .banner.arrows .arrows-slider button .icon path {
  transition: stroke 0.3s;
  stroke: rgba(0, 37, 78, 0.5);
}
.front-page .banner.arrows .arrows-slider button:nth-child(2) {
  transition-delay: 1s;
}
.front-page .banner.arrows .arrows-slider button:hover line, .front-page .banner.arrows .arrows-slider button:hover path {
  stroke: #00254e;
}

.front-page .banner.about {
  padding: 25px 0px 50px;
}
@media screen and (max-width: 768px) {
  .front-page .banner.about {
    padding: 25px 0px 30px;
  }
}
@media (max-width: 414px) {
  .front-page .banner.about {
    padding: 15px 0px 30px;
  }
}
.front-page .banner.about .content {
  padding-left: 8%;
  padding-right: 20%;
}
@media (max-width: 414px) {
  .front-page .banner.about .content {
    padding: 0;
  }
}
.front-page .banner.about h2 {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #B4BBC7;
  font-weight: 600;
}
.front-page .banner.about .title {
  font-size: 62px;
  line-height: 1.1;
  color: #00264D;
  padding: 0;
  margin: 0 0 50px 0;
}
@media (max-width: 414px) {
  .front-page .banner.about .title {
    font-size: 38px;
    margin-bottom: 35px;
  }
}
.front-page .banner.about a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  border: 1px solid #B4BBC7;
  align-items: center;
  font-size: 14px;
  color: #00264D;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px;
  user-select: none;
}
.front-page .banner.about a span {
  display: inline-block;
}
.front-page .banner.about a .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
  display: none;
}
.front-page .banner.about a .icon path {
  stroke: #00264D;
}
.front-page .banner.about a:hover {
  background: #B4BBC7;
  color: rgb(255, 255, 255);
}
.front-page .banner.about a:hover .icon {
  transform: translateX(2px);
}
.front-page .banner.about a:hover .icon path {
  stroke: rgb(255, 255, 255);
}
.front-page .banner.expertise {
  margin: 0 0 -30px 0;
  padding: 0 0 90px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .front-page .banner.expertise {
    padding: 50px 0;
  }
}
.front-page .banner.expertise .content {
  padding-right: 150px;
}
@media (max-width: 1226px) {
  .front-page .banner.expertise .content {
    padding-right: 0;
  }
}
.front-page .banner.expertise h2 {
  padding: 0;
  margin: 0;
  font-size: 22px;
  color: #B4BBC7;
  font-weight: normal;
  margin: 0 0 35px 0;
}
.front-page .banner.expertise .swiper-buttons {
  text-align: right;
  margin: 0 0 20px 0;
  margin-right: -19px;
  user-select: none;
}
@media (max-width: 414px) {
  .front-page .banner.expertise .swiper-buttons {
    margin-right: -28px;
  }
}
.front-page .banner.expertise .swiper-buttons button {
  border: none;
  padding: 5px 20px;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: -10px;
  cursor: pointer;
  position: relative;
  background: transparent;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 414px) {
  .front-page .banner.expertise .swiper-buttons button {
    margin-right: 0;
  }
}
.front-page .banner.expertise .swiper-buttons button .icon {
  width: 65px;
  height: 40px;
}
.front-page .banner.expertise .swiper-buttons button .icon line, .front-page .banner.expertise .swiper-buttons button .icon path {
  transition: stroke 0.3s;
  stroke: rgba(0, 37, 78, 0.5);
}
.front-page .banner.expertise .swiper-buttons button:hover line, .front-page .banner.expertise .swiper-buttons button:hover path {
  stroke: #00254e;
}
.front-page .banner.expertise .swiper-container {
  /*display: flex;*/
  width: 100%;
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .front-page .banner.expertise .swiper-container {
    padding: 0 0px;
  }
}
.front-page .banner.expertise .swiper-container .swiper-wrapper {
  height: auto !important;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
}
.front-page .banner.expertise .swiper-container a {
  text-decoration: none;
}
.front-page .banner.expertise .swiper-container .swiper-slide {
  min-height: 520px;
  padding: 35px;
  padding-bottom: 40px;
  background: linear-gradient(135deg, rgb(0, 38, 77) 25%, rgb(34, 145, 190) 100%);
}
@media (max-width: 768px) {
  .front-page .banner.expertise .swiper-container .swiper-slide {
    padding: 50px;
    min-height: 200px;
    height: 260px !important;
  }
}
@media (max-width: 414px) {
  .front-page .banner.expertise .swiper-container .swiper-slide {
    padding: 35px;
    height: 350px !important;
  }
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(1) > div {
  animation-delay: 0.11s;
  transition-delay: 0.11s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(2) > div {
  animation-delay: 0.27s;
  transition-delay: 0.27s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(3) > div {
  animation-delay: 0.43s;
  transition-delay: 0.43s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(4) > div {
  animation-delay: 0.59s;
  transition-delay: 0.59s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(5) > div {
  animation-delay: 0.75s;
  transition-delay: 0.75s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(6) > div {
  animation-delay: 0.91s;
  transition-delay: 0.91s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(7) > div {
  animation-delay: 1.07s;
  transition-delay: 1.07s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(8) > div {
  animation-delay: 1.23s;
  transition-delay: 1.23s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(9) > div {
  animation-delay: 1.39s;
  transition-delay: 1.39s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(10) > div {
  animation-delay: 1.55s;
  transition-delay: 1.55s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(11) > div {
  animation-delay: 1.71s;
  transition-delay: 1.71s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(12) > div {
  animation-delay: 1.87s;
  transition-delay: 1.87s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(13) > div {
  animation-delay: 2.03s;
  transition-delay: 2.03s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(14) > div {
  animation-delay: 2.19s;
  transition-delay: 2.19s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(15) > div {
  animation-delay: 2.35s;
  transition-delay: 2.35s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(16) > div {
  animation-delay: 2.51s;
  transition-delay: 2.51s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(17) > div {
  animation-delay: 2.67s;
  transition-delay: 2.67s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(18) > div {
  animation-delay: 2.83s;
  transition-delay: 2.83s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(19) > div {
  animation-delay: 2.99s;
  transition-delay: 2.99s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:nth-child(20) > div {
  animation-delay: 3.15s;
  transition-delay: 3.15s;
}
.front-page .banner.expertise .swiper-container .swiper-slide h3 {
  padding: 0;
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-weight: normal;
  margin-bottom: 30px;
  height: 260px;
}
@media (max-width: 1024px) {
  .front-page .banner.expertise .swiper-container .swiper-slide h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .front-page .banner.expertise .swiper-container .swiper-slide h3 {
    height: auto;
  }
}
@media (max-width: 414px) {
  .front-page .banner.expertise .swiper-container .swiper-slide h3 {
    font-size: 28px;
  }
}
.front-page .banner.expertise .swiper-container .swiper-slide img {
  display: none;
}
.front-page .banner.expertise .swiper-container .swiper-slide p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 35px 0;
}
.front-page .banner.expertise .swiper-container .swiper-slide .link-text {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  color: rgb(255, 255, 255);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .front-page .banner.expertise .swiper-container .swiper-slide .link-text {
    position: relative;
  }
}
@media (max-width: 414px) {
  .front-page .banner.expertise .swiper-container .swiper-slide .link-text {
    font-size: 14px;
  }
}
.front-page .banner.expertise .swiper-container .swiper-slide .link-text span {
  width: auto;
  position: relative;
  display: inline-block;
}
.front-page .banner.expertise .swiper-container .swiper-slide .link-text span .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.front-page .banner.expertise .swiper-container .swiper-slide:hover .link-text span {
  text-decoration: underline;
}
.front-page .banner.expertise .swiper-container .swiper-slide:hover .link-text .icon {
  transform: translateX(3px);
}
.front-page .banner.expertise .swiper-container .swiper-slide:hover span.link-text {
  color: #00264D;
}

.front-page .banner.parallax {
  height: 400px;
  margin-top: -100px;
}
@media (max-width: 740px) {
  .front-page .banner.parallax {
    margin-top: -70px;
  }
}
@media (max-width: 414px) {
  .front-page .banner.parallax {
    margin-top: -60px;
    height: 220px;
  }
}
.front-page .banner.parallax .image {
  background-position: 50% 92%;
}

.front-page .banner.last-news {
  background: #00264D;
  padding: 80px 0;
  margin-top: -5px;
}
@media (max-width: 414px) {
  .front-page .banner.last-news {
    padding: 60px 0;
  }
}
.front-page .banner.last-news h2 {
  font-size: 20px;
  color: #B4BBC7;
  font-weight: 300;
  margin: 0 0 40px 0;
}
.front-page .banner.last-news h2.title {
  text-align: center;
}
.front-page .banner.last-news ul {
  width: calc(100% + 5px);
}
.front-page .banner.last-news li.news-teaser {
  width: 280px;
  width: 25%;
  height: auto;
  display: inline-block;
  padding-right: 5px;
  float: left;
}
.front-page .banner.last-news li.news-teaser:nth-child(1) > * {
  animation-delay: 0s;
  transition-delay: 0s;
  transition-duration: 0.6s;
}
.front-page .banner.last-news li.news-teaser:nth-child(2) > * {
  animation-delay: 0.12s;
  transition-delay: 0.12s;
  transition-duration: 0.7s;
}
.front-page .banner.last-news li.news-teaser:nth-child(3) > * {
  animation-delay: 0.24s;
  transition-delay: 0.24s;
  transition-duration: 0.8s;
}
.front-page .banner.last-news li.news-teaser:nth-child(4) > * {
  animation-delay: 0.36s;
  transition-delay: 0.36s;
  transition-duration: 0.9s;
}
.front-page .banner.last-news li.news-teaser:nth-child(5) > * {
  animation-delay: 0.48s;
  transition-delay: 0.48s;
  transition-duration: 1s;
}
.front-page .banner.last-news li.news-teaser:nth-child(6) > * {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
  transition-duration: 1.1s;
}
.front-page .banner.last-news li.news-teaser:nth-child(7) > * {
  animation-delay: 0.72s;
  transition-delay: 0.72s;
  transition-duration: 1.2s;
}
.front-page .banner.last-news li.news-teaser:nth-child(8) > * {
  animation-delay: 0.84s;
  transition-delay: 0.84s;
  transition-duration: 1.3s;
}
.front-page .banner.last-news li.news-teaser:nth-child(9) > * {
  animation-delay: 0.96s;
  transition-delay: 0.96s;
  transition-duration: 1.4s;
}
.front-page .banner.last-news li.news-teaser:nth-child(10) > * {
  animation-delay: 1.08s;
  transition-delay: 1.08s;
  transition-duration: 1.5s;
}
.front-page .banner.last-news li.news-teaser:nth-child(11) > * {
  animation-delay: 1.2s;
  transition-delay: 1.2s;
  transition-duration: 1.6s;
}
.front-page .banner.last-news li.news-teaser:nth-child(12) > * {
  animation-delay: 1.32s;
  transition-delay: 1.32s;
  transition-duration: 1.7s;
}
.front-page .banner.last-news li.news-teaser:nth-child(13) > * {
  animation-delay: 1.44s;
  transition-delay: 1.44s;
  transition-duration: 1.8s;
}
.front-page .banner.last-news li.news-teaser:nth-child(14) > * {
  animation-delay: 1.56s;
  transition-delay: 1.56s;
  transition-duration: 1.9s;
}
.front-page .banner.last-news li.news-teaser:nth-child(15) > * {
  animation-delay: 1.68s;
  transition-delay: 1.68s;
  transition-duration: 2s;
}
.front-page .banner.last-news li.news-teaser:nth-child(16) > * {
  animation-delay: 1.8s;
  transition-delay: 1.8s;
  transition-duration: 2.1s;
}
.front-page .banner.last-news li.news-teaser:nth-child(17) > * {
  animation-delay: 1.92s;
  transition-delay: 1.92s;
  transition-duration: 2.2s;
}
.front-page .banner.last-news li.news-teaser:nth-child(18) > * {
  animation-delay: 2.04s;
  transition-delay: 2.04s;
  transition-duration: 2.3s;
}
.front-page .banner.last-news li.news-teaser:nth-child(19) > * {
  animation-delay: 2.16s;
  transition-delay: 2.16s;
  transition-duration: 2.4s;
}
.front-page .banner.last-news li.news-teaser:nth-child(20) > * {
  animation-delay: 2.28s;
  transition-delay: 2.28s;
  transition-duration: 2.5s;
}
@media (max-width: 1024px) {
  .front-page .banner.last-news li.news-teaser {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .front-page .banner.last-news li.news-teaser {
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 414px) {
  .front-page .banner.last-news li.news-teaser {
    margin-bottom: 5px;
    height: auto !important;
  }
}
.front-page .banner.last-news li.news-teaser > img {
  width: 100%;
  height: auto;
}
.front-page .banner.last-news li.news-teaser a.inside {
  background: #F5F5F5;
}
@media (max-width: 414px) {
  .front-page .banner.last-news li.news-teaser .inside {
    height: auto;
  }
}
.front-page .banner.last-news li.news-teaser .inside .image-container {
  height: 240px;
  overflow: hidden;
}
@media (max-width: 414px) {
  .front-page .banner.last-news li.news-teaser .inside .image-container {
    height: 210px;
  }
}
.front-page .banner.last-news li.news-teaser .inside .image-container .image {
  transition: opacity 1s, transform 0.8s, filter 1s;
}
.front-page .banner.last-news li.news-teaser.publication .teaser-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.front-page .banner.last-news li.news-teaser.publication .teaser-content .title, .front-page .banner.last-news li.news-teaser.publication .teaser-content a {
  color: white;
}
.front-page .banner.last-news li.news-teaser.news-event .teaser-content {
  height: calc(100% - 240px);
}
@media (max-width: 414px) {
  .front-page .banner.last-news li.news-teaser.news-event .teaser-content {
    height: auto;
  }
}
.front-page .banner.last-news li.news-teaser .teaser-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .front-page .banner.last-news li.news-teaser .teaser-content {
    height: inherit;
  }
}
@media (max-width: 414px) {
  .front-page .banner.last-news li.news-teaser .teaser-content {
    padding: 25px;
  }
}
.front-page .banner.last-news li.news-teaser .teaser-content span {
  font-size: 12px;
  color: #B4BBC7;
  display: inline-block;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
  user-select: none;
}
.front-page .banner.last-news li.news-teaser .teaser-content .title {
  font-size: 18px;
  color: #00264D;
  padding: 0;
  margin: 0 0 20px 0;
}
.front-page .banner.last-news li.news-teaser .teaser-content p {
  font-size: 14px;
  color: #00264D;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.front-page .banner.last-news li.news-teaser .teaser-content a, .front-page .banner.last-news li.news-teaser .teaser-content button {
  font-size: 14px;
  color: #00264D;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  text-align: left;
  transition: color 0.3s;
  user-select: none;
}
.front-page .banner.last-news li.news-teaser .teaser-content a .icon, .front-page .banner.last-news li.news-teaser .teaser-content button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.front-page .banner.last-news li.news-teaser .teaser-content a .icon path, .front-page .banner.last-news li.news-teaser .teaser-content button .icon path {
  transition: stroke 0.3s;
}
.front-page .banner.last-news li.news-teaser .teaser-content a:hover .icon {
  transform: translateX(2px);
}
.front-page .banner.last-news li.news-teaser .teaser-content a:hover .icon path {
  stroke: #00264D;
}
.front-page .banner.last-news li.news-teaser .teaser-content button .icon path {
  stroke: #00264D;
}
.front-page .banner.last-news li.news-teaser .teaser-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.front-page .banner.last-news li.news-teaser .teaser-content ul li {
  margin: 0 0 10px 0;
}
.front-page .banner.last-news li.news-teaser .teaser-content ul li:last-of-type {
  margin: 0;
}
.front-page .banner.last-news li.news-teaser > a:hover .image {
  transition: opacity 1s, transform 0.3s, filter 0.3s;
  filter: brightness(110%);
}
.front-page .banner.last-news li.news-teaser > a:hover button {
  color: #2291BE;
}
.front-page .banner.last-news li.news-teaser > a:hover .icon {
  transform: translateX(2px);
}
.front-page .banner.last-news li.news-teaser > a:hover .icon path {
  stroke: #2291BE;
}
.front-page .banner.last-news li.news-teaser.publication .inside {
  background: linear-gradient(to bottom, rgb(0, 38, 77) 0%, rgb(45, 179, 227) 100%);
}
.front-page .banner.last-news li.news-teaser.publication span {
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}
.front-page .banner.last-news li.news-teaser.publication p {
  color: rgb(255, 255, 255);
}
.front-page .banner.last-news li.news-teaser.publication a {
  color: rgb(255, 255, 255);
  padding: 10px 0;
  transform: translateY(10px);
}
.front-page .banner.last-news li.news-teaser.publication a:hover {
  text-decoration: underline;
}
.front-page .banner.last-news li.news-teaser.publication a:hover .icon path {
  stroke: rgb(255, 255, 255);
}
.front-page .banner.last-news .more-news {
  padding: 70px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .front-page .banner.last-news .more-news {
    padding: 70px 30px 0 30px;
  }
}
@media (max-width: 414px) {
  .front-page .banner.last-news .more-news {
    padding-top: 60px;
  }
}
.front-page .banner.last-news .more-news a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  border: 1px solid rgb(255, 255, 255);
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-decoration: none;
  border-radius: 30px;
  margin: 0 auto;
}
.front-page .banner.last-news .more-news a:hover {
  background: rgb(255, 255, 255);
  color: #00264D;
}
.page-404 .banner.top {
  min-height: 600px;
  background: #fff;
}
@media (max-width: 414px) {
  .page-404 .banner.top .banner-content {
    padding: 0;
  }
}
.page-404 .banner.top .image-container {
  height: 600px;
  width: 40%;
  display: inline-block;
  float: left;
}
@media (max-width: 414px) {
  .page-404 .banner.top .image-container {
    height: 260px;
    width: 100%;
  }
}
.page-404 .banner.top .infos {
  padding: 120px 80px;
  width: 60%;
  float: left;
  display: inline-block;
}
@media (max-width: 414px) {
  .page-404 .banner.top .infos {
    padding: 50px 8% 60px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-404 .banner.top .infos {
    text-align: center;
  }
}
.page-404 .banner.top .infos * {
  color: #00264D;
}
.page-404 .banner.top .infos h2 {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 50px;
  line-height: 1.1;
  font-weight: normal;
}
@media (max-width: 414px) {
  .page-404 .banner.top .infos h2 {
    font-size: 44px;
  }
}
.page-404 .banner.top .infos p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 300;
  color: #00264D;
  padding: 0;
  margin: 0 0 30px 0;
}
.page-404 .banner.top .infos .cta {
  width: 230px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00264D;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-404 .banner.top .infos .cta {
    margin: 0 auto;
  }
}
.page-404 .banner.top .infos .cta:hover {
  background: #00264D;
  color: rgb(255, 255, 255);
}
.page-404 .banner.top .infos .cta.active:after {
  transform: rotate(270deg);
}

.error-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5%;
}
.error-404 > div {
  width: 915px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .error-404 > div {
    flex-direction: column;
  }
}
.error-404 > div > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .error-404 > div > div {
    width: 100%;
  }
}

.page.about h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: normal;
  color: #00264D;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page.about h1 {
    font-size: 9.5vw;
    text-align: center;
  }
}

.page.about .banner.top {
  height: 420px;
  background: #000;
}
@media (max-width: 1024px) {
  .page.about .banner.top {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page.about .banner.top {
    height: 350px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.top {
    height: 180px;
  }
}

.page.about .banner.intro {
  padding: 85px 145px 75px 145px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page.about .banner.intro {
    padding: 85px 8% 75px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.intro {
    padding: 55px 0px 30px 0px;
  }
}
.page.about .banner.intro h1 p {
  font-size: 62px;
  line-height: 1.1;
  font-weight: normal;
  color: #00264D;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.intro h1 p {
    font-size: 9.5vw;
    text-align: center;
  }
}

.page.about .banner.menu {
  background: #f5f5f5;
  z-index: 90;
  animation: fade 1s;
}
@keyframes show_sticky_menu {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.page.about .banner.menu.sticked {
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.35);
  animation: show_sticky_menu 0.6s;
}
@media (max-width: 1024px) {
  .page.about .banner.menu.sticked {
    padding: 10px 0;
  }
}
@media (max-width: 740px) {
  .page.about .banner.menu.sticked {
    display: none !important;
  }
}
.page.about .banner.menu ul {
  list-style-type: none;
  user-select: none;
}
.page.about .banner.menu ul.secondary-menu {
  margin: 0;
  text-align: center;
  transition: all 350ms;
}
@media screen and (max-width: 1024px) {
  .page.about .banner.menu ul.secondary-menu {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page.about .banner.menu ul {
    padding: 0 5%;
    margin: 0 0 10% 0;
  }
}
.page.about .banner.menu ul li {
  display: inline-block;
}
@media (max-width: 414px) {
  .page.about .banner.menu ul li {
    width: 100%;
  }
}
.page.about .banner.menu ul li a {
  font-size: 20px;
  color: #B4BBC7;
  text-decoration: none;
  position: relative;
  padding: 25px 16px 25px;
  transition: all 350ms;
}
@media screen and (max-width: 768px) {
  .page.about .banner.menu ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .page.about .banner.menu ul li a {
    padding: 10px 16px 10px;
  }
}
.page.about .banner.menu ul li a span {
  display: inline-block;
  position: relative;
}
.page.about .banner.menu ul li a span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #00264D;
  position: absolute;
  left: 0;
  bottom: -4px;
  transform-origin: center;
  transform: scaleX(0);
  transition: all 350ms;
}
.page.about .banner.menu ul li a:hover, .page.about .banner.menu ul li a.active {
  color: #00264D;
}
.page.about .banner.menu ul li a:hover span:after, .page.about .banner.menu ul li a.active span:after {
  transform: scaleX(1);
}

.page.about .banner.who-we-are {
  padding: 60px 0 90px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page.about .banner.who-we-are {
    margin: 0;
  }
}
@media (max-width: 414px) {
  .page.about .banner.who-we-are {
    padding: 60px 0 50px;
  }
}
.page.about .banner.who-we-are .wrapper {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page.about .banner.who-we-are .wrapper {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.page.about .banner.who-we-are .wrapper .visual {
  width: 35%;
}
.page.about .banner.who-we-are .wrapper .visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page.about .banner.who-we-are .wrapper .visual {
    width: 100%;
  }
}
.page.about .banner.who-we-are .wrapper .infos {
  width: 65%;
  padding: 0 8%;
}
@media (max-width: 768px) {
  .page.about .banner.who-we-are .wrapper .infos {
    width: 100%;
    padding: 25px 0%;
  }
}
.page.about .banner.who-we-are .wrapper .infos p {
  font-size: 26px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #00264d;
}
@media (max-width: 1024px) {
  .page.about .banner.who-we-are .wrapper .infos p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .page.about .banner.who-we-are .wrapper .infos p {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.who-we-are .wrapper .infos p {
    font-size: 15px;
  }
}

.page.about .banner.value {
  background: linear-gradient(135deg, rgb(255, 163, 90) 0%, rgba(214, 68, 146, 0.9) 100%);
  padding: 70px 0 70px;
}
@media screen and (max-width: 768px) {
  .page.about .banner.value {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  .page.about .banner.value {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.value {
    display: inline-block;
    padding-bottom: 0px;
  }
}
.page.about .banner.value .container {
  width: 100%;
}
.page.about .banner.value h3 {
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 80px 0;
  text-align: center;
  font-weight: 600;
}
.page.about .banner.value h4 {
  font-size: 40px;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 25px 0;
  text-align: center;
  font-weight: 300;
}
.page.about .banner.value ul.wrapper {
  width: 100%;
  display: inline-block;
}
.page.about .banner.value ul.wrapper li {
  width: 33.33%;
  text-align: center;
  padding: 0 2.5%;
  display: inline-block;
  float: left;
}
.page.about .banner.value ul.wrapper li:nth-child(1) {
  transition-delay: 0.05s;
  transition-duration: 0.6s;
}
.page.about .banner.value ul.wrapper li:nth-child(2) {
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.page.about .banner.value ul.wrapper li:nth-child(3) {
  transition-delay: 0.35s;
  transition-duration: 0.8s;
}
.page.about .banner.value ul.wrapper li:nth-child(4) {
  transition-delay: 0.5s;
  transition-duration: 0.9s;
}
.page.about .banner.value ul.wrapper li:nth-child(5) {
  transition-delay: 0.65s;
  transition-duration: 1s;
}
.page.about .banner.value ul.wrapper li:nth-child(6) {
  transition-delay: 0.8s;
  transition-duration: 1.1s;
}
.page.about .banner.value ul.wrapper li:nth-child(7) {
  transition-delay: 0.95s;
  transition-duration: 1.2s;
}
.page.about .banner.value ul.wrapper li:nth-child(8) {
  transition-delay: 1.1s;
  transition-duration: 1.3s;
}
.page.about .banner.value ul.wrapper li:nth-child(9) {
  transition-delay: 1.25s;
  transition-duration: 1.4s;
}
.page.about .banner.value ul.wrapper li:nth-child(10) {
  transition-delay: 1.4s;
  transition-duration: 1.5s;
}
.page.about .banner.value ul.wrapper li:nth-child(11) {
  transition-delay: 1.55s;
  transition-duration: 1.6s;
}
.page.about .banner.value ul.wrapper li:nth-child(12) {
  transition-delay: 1.7s;
  transition-duration: 1.7s;
}
.page.about .banner.value ul.wrapper li:nth-child(13) {
  transition-delay: 1.85s;
  transition-duration: 1.8s;
}
.page.about .banner.value ul.wrapper li:nth-child(14) {
  transition-delay: 2s;
  transition-duration: 1.9s;
}
.page.about .banner.value ul.wrapper li:nth-child(15) {
  transition-delay: 2.15s;
  transition-duration: 2s;
}
.page.about .banner.value ul.wrapper li:nth-child(16) {
  transition-delay: 2.3s;
  transition-duration: 2.1s;
}
.page.about .banner.value ul.wrapper li:nth-child(17) {
  transition-delay: 2.45s;
  transition-duration: 2.2s;
}
.page.about .banner.value ul.wrapper li:nth-child(18) {
  transition-delay: 2.6s;
  transition-duration: 2.3s;
}
.page.about .banner.value ul.wrapper li:nth-child(19) {
  transition-delay: 2.75s;
  transition-duration: 2.4s;
}
.page.about .banner.value ul.wrapper li:nth-child(20) {
  transition-delay: 2.9s;
  transition-duration: 2.5s;
}
@media screen and (max-width: 768px) {
  .page.about .banner.value ul.wrapper li {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
@media (max-width: 768px) {
  .page.about .banner.value ul.wrapper li {
    padding: 0 20%;
  }
}
@media (max-width: 414px) {
  .page.about .banner.value ul.wrapper li {
    padding: 0 0%;
    margin-bottom: 60px;
  }
}
.page.about .banner.value ul.wrapper li .image-container {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px auto;
}
@media (max-width: 414px) {
  .page.about .banner.value ul.wrapper li .image-container {
    width: 70px;
    margin-bottom: 10px;
  }
}
.page.about .banner.value ul.wrapper li p {
  font-size: 17px;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 15px 0;
}

.page.about .banner.why {
  padding: 80px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why {
    padding: 10% 0;
  }
}
@media (max-width: 414px) {
  .page.about .banner.why {
    padding: 60px 0 0px;
  }
}
.page.about .banner.why .wrapper {
  margin: 0 auto;
}
.page.about .banner.why h3 {
  font-size: 20px;
  color: #B4BBC7;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 600;
}
.page.about .banner.why h4 {
  padding: 0;
  margin: -10% 0 105px 0;
  font-size: 7vw;
  line-height: 1.15;
  color: #00264D;
  font-weight: 400;
  width: 70%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why h4 {
    width: 100%;
    margin: 0 0 10% 0;
    text-align: center;
  }
}
.page.about .banner.why .wrapper > div {
  display: flex;
  margin: 0 0 5% 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why .wrapper > div {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
  }
}
.page.about .banner.why .wrapper > div .visual {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why .wrapper > div .visual {
    width: 100%;
  }
}
.page.about .banner.why .wrapper > div .visual img {
  width: 100%;
  height: auto;
}
.page.about .banner.why .wrapper > div .infos {
  width: 65%;
  display: flex;
  justify-content: center;
  padding: 0 7%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why .wrapper > div .infos {
    width: 100%;
    padding: 10% 7%;
  }
}
.page.about .banner.why .wrapper > div .infos h3 {
  font-size: 5vw;
  line-height: 1.1;
  color: #00264D;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  text-align: left;
}
.page.about .banner.why .wrapper > div .infos p {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #00264D;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why .wrapper > div .infos p {
    font-size: 4vw;
  }
}
.page.about .banner.why .wrapper > div:nth-child(even) {
  flex-direction: row;
}
.page.about .banner.why .wrapper > div:nth-child(odd) {
  flex-direction: row-reverse;
}
.page.about .banner.why video {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .page.about .banner.why video {
    width: 100%;
  }
}

.page.about .banner.clients {
  background: rgb(255, 255, 255);
  padding: 75px 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.clients {
    padding: 10% 0;
  }
}
@media (max-width: 414px) {
  .page.about .banner.clients {
    padding: 60px 0 80px;
  }
}
.page.about .banner.clients h2 {
  font-size: 20px;
  color: #B4BBC7;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page.about .banner.clients h2 {
    padding: 0 10%;
    margin: 0 0 60px 0;
  }
}
.page.about .banner.clients .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page.about .banner.clients .wrapper > img {
  width: auto;
  height: 70px;
  margin: 1%;
}
@media (max-width: 740px) {
  .page.about .banner.clients .wrapper > img {
    height: 50px;
    margin: 2%;
  }
}

.page.about .banner.team {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.team {
    padding: 10% 0 0 0;
  }
}
@media (max-width: 414px) {
  .page.about .banner.team {
    padding: 50px 0;
  }
}
.page.about .banner.team h2 {
  font-size: 20px;
  color: #B4BBC7;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page.about .banner.team h2 {
    padding: 0 10%;
  }
}
.page.about .banner.team ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .page.about .banner.team ul {
    padding: 0;
  }
}
.page.about .banner.team ul li {
  width: 33.3333%;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 1024px) {
  .page.about .banner.team ul li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page.about .banner.team ul li {
    margin-bottom: 45px;
  }
}
@media (max-width: 740px) {
  .page.about .banner.team ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 45px;
  }
}
.page.about .banner.team ul li img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 150px;
}
@media screen and (max-width: 768px) {
  .page.about .banner.team ul li img {
    margin: 0 auto;
  }
}
.page.about .banner.team ul li a {
  display: inline-block;
  display: flex;
}
@media (max-width: 414px) {
  .page.about .banner.team ul li a {
    display: inline-block;
  }
}
.page.about .banner.team ul li .image-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
.page.about .banner.team ul li .image-container .image {
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 414px) {
  .page.about .banner.team ul li .image-container {
    margin: 0 auto;
    margin-bottom: 13px;
  }
}
.page.about .banner.team ul li .infos {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  padding: 0 6%;
  justify-content: center;
}
@media (max-width: 414px) {
  .page.about .banner.team ul li .infos {
    width: 100%;
    text-align: center;
  }
}
.page.about .banner.team ul li .infos p {
  font-size: 22px;
  line-height: 1.2;
  color: #00264D;
  padding: 0;
  margin: 0 0 12px 0;
}
@media (max-width: 414px) {
  .page.about .banner.team ul li .infos p {
    margin: 0 0 10px 0;
  }
}
.page.about .banner.team ul li .infos button {
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
  text-align: left;
}
.page.about .banner.team ul li .infos button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.page.about .banner.team ul li .infos button .icon path {
  transition: stroke 0.3s;
  stroke: #00264D;
}
@media (max-width: 414px) {
  .page.about .banner.team ul li .infos button {
    text-align: center;
  }
}
.page.about .banner.team ul li a:hover button {
  text-decoration: underline;
  color: #2291BE;
}
.page.about .banner.team ul li a:hover button .icon {
  transform: translateX(2px);
}
.page.about .banner.team ul li a:hover button .icon path {
  stroke: #2291BE;
}

.page.about .banner.jobs {
  background: #F5F5F5;
  padding: 35px 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs {
    padding: 10% 0;
  }
}
@media (max-width: 768px) {
  .page.about .banner.jobs {
    padding: 80px 0 40px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.jobs {
    padding: 80px 0 0px;
  }
}
.page.about .banner.jobs h1 {
  font-size: 18px;
  color: #B4BBC7;
  font-weight: normal;
  padding: 0;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs h1 {
    font-size: 5.5vw;
  }
}
.page.about .banner.jobs h2 {
  font-size: 20px;
  color: #b4bbc7;
  padding: 0;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 414px) {
  .page.about .banner.jobs h2 {
    margin-bottom: 45px;
  }
}
.page.about .banner.jobs h3 {
  font-size: 24px;
  color: #00264D;
  text-align: center;
  margin-bottom: 25px;
}
.page.about .banner.jobs .wrapper-jobs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px 0 75px 0;
}
.page.about .banner.jobs .wrapper-jobs .job-teaser {
  max-width: 650px;
  width: calc(50% - 4px);
  background: rgb(255, 255, 255);
  display: flex;
  margin: 2px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .image-container {
  width: 280px;
}
@media screen and (max-width: 1280px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .image-container {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .image-container {
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .image-container {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .image-container {
    width: 100%;
  }
}
.page.about .banner.jobs .wrapper-jobs .job-teaser > div:nth-child(2) {
  width: calc(100% - 280px);
}
@media screen and (max-width: 1280px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser > div:nth-child(2) {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser > div:nth-child(2) {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser > div:nth-child(2) {
    width: 100%;
  }
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .job-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .job-content {
    padding: 40px;
  }
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 15px 0;
  color: #00264D;
}
@media screen and (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .job-content p {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .job-content p {
    font-size: 28px;
  }
}
@media (max-width: 740px) {
  .page.about .banner.jobs .wrapper-jobs .job-teaser .job-content p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #00264D;
  font-weight: 600;
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content a {
  font-size: 14px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: all 350ms;
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content a:after {
  content: ">";
  padding-left: 10px;
  font-size: 12px;
}
.page.about .banner.jobs .wrapper-jobs .job-teaser .job-content a:hover {
  color: #2291BE;
}

.page.about .banner.numbers {
  background: #fff;
  padding: 60px 0 120px 0;
  z-index: 27 !important;
}
@media screen and (max-width: 768px) {
  .page.about .banner.numbers {
    padding: 50px 0;
  }
}
.page.about .banner.numbers h4 {
  font-size: 42px;
  color: rgb(255, 255, 255);
  font-weight: 300;
  padding: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 768px) {
  .page.about .banner.numbers h4 {
    font-size: 36px;
  }
}
@media (max-width: 414px) {
  .page.about .banner.numbers h4 {
    font-size: 26px;
  }
}
.page.about .banner.numbers .container {
  padding: 0 140px;
}
@media screen and (max-width: 768px) {
  .page.about .banner.numbers .container {
    padding: 0 30px;
  }
}
.page.about .banner.numbers h2 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 22px;
  color: #B4BBC7;
  font-weight: normal;
  margin: 0 0 35px 0;
}
.page.about .banner.numbers .swiper-buttons {
  text-align: right;
  margin: 0 0 20px 0;
  margin-right: -19px;
  user-select: none;
}
@media (max-width: 414px) {
  .page.about .banner.numbers .swiper-buttons {
    text-align: center;
    margin-right: 0;
  }
}
.page.about .banner.numbers .swiper-buttons button {
  border: none;
  padding: 5px 20px;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: -10px;
  cursor: pointer;
  position: relative;
  background: transparent;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 414px) {
  .page.about .banner.numbers .swiper-buttons button {
    margin-right: 0;
  }
}
.page.about .banner.numbers .swiper-buttons button .icon {
  width: 65px;
  height: 40px;
}
.page.about .banner.numbers .swiper-buttons button .icon line, .page.about .banner.numbers .swiper-buttons button .icon path {
  transition: stroke 0.3s;
  stroke: rgba(0, 37, 78, 0.5);
}
.page.about .banner.numbers .swiper-buttons button:hover line, .page.about .banner.numbers .swiper-buttons button:hover path {
  stroke: #00254e;
}
.page.about .banner.numbers .swiper-container {
  padding: 0 0 0 0px;
  width: 100%;
  overflow: visible;
}
.page.about .banner.numbers .swiper-container .swiper-wrapper {
  height: auto !important;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.1);
}
.page.about .banner.numbers .swiper-container a {
  text-decoration: none;
}
.page.about .banner.numbers .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px !important;
  min-height: inherit !important;
}
@media (max-width: 414px) {
  .page.about .banner.numbers .swiper-container .swiper-slide {
    height: 300px !important;
  }
}
.page.about .banner.numbers .swiper-container .swiper-slide .inside {
  padding: 35px;
  background: linear-gradient(145deg, #FEA25A 0%, rgba(214, 68, 146, 0.9) 100%);
}
.page.about .banner.numbers .swiper-container .swiper-slide h3 {
  padding: 0;
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page.about .banner.numbers .swiper-container .swiper-slide h3 {
    font-size: 8.5vw;
    word-break: keep-all;
  }
}
.page.about .banner.numbers .swiper-container .swiper-slide img {
  display: none;
}
.page.about .banner.numbers .swiper-container .swiper-slide .text {
  padding: 0 40px;
  position: absolute;
  top: calc(100% - 90px);
  left: 0px;
}
.page.about .banner.numbers .swiper-container .swiper-slide .text p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 0;
}
.page.about .banner.numbers .swiper-container .swiper-slide .text span {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
  transition: all 350ms;
  color: rgb(255, 255, 255);
  display: block;
}
.page.about .banner.numbers .swiper-container .swiper-slide .text span:hover {
  color: #00264D;
}
.page.about .banner.numbers .swiper-container .swiper-slide .text span:after {
  content: ">";
  padding-left: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .page.about .banner.numbers .swiper-container {
    padding: 0 0px;
  }
}

.page.contact .banner.top {
  height: 400px;
  background: #000;
  text-align: center;
}
@media (max-width: 740px) {
  .page.contact .banner.top {
    height: 300px;
  }
}
@media (max-width: 414px) {
  .page.contact .banner.top {
    height: 200px;
  }
}
.page.contact .banner.top .bloc {
  padding: 0px 0 0 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1226px) {
  .page.contact .banner.top .bloc {
    padding: 0px 0 0 0;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .page.contact .banner.top .bloc {
    padding: 0px 0 0 0;
  }
}
.page.contact .banner.top .bloc .texts {
  width: 100%;
}
.page.contact .banner.top .bloc .texts h1 {
  font-size: 70px;
}
@media (max-width: 414px) {
  .page.contact .banner.top .bloc .texts h1 {
    font-size: 40px;
  }
}

.page.contact .banner.medium .content {
  transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .page.contact .banner.medium .banner-content {
    padding: 0;
  }
}

.page.contact {
  background: #fff;
  padding-bottom: 80px;
}
@media (max-width: 414px) {
  .page.contact {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page.contact .wp-block-image {
    margin: 0;
  }
}
.page.contact .visual {
  position: relative;
  margin: 0;
}
.page.contact .visual figcaption {
  width: 100%;
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 62px;
  color: rgb(255, 255, 255);
  line-height: 1.1;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .page.contact .visual figcaption {
    top: 30%;
    font-size: 9vw;
  }
}
@media screen and (max-width: 1024px) {
  .page.contact .visual figcaption {
    margin: 0;
  }
}
.page.contact .visual img {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  z-index: 5;
  object-fit: cover;
}

.contact-form, .wpcf7-form {
  background: linear-gradient(135deg, #0abf92 1%, #39537c 100%);
  width: 95%;
  max-width: 1440px;
  margin: -5% auto 0px auto;
  padding: 80px 7%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .contact-form, .wpcf7-form {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 414px) {
  .contact-form, .wpcf7-form {
    padding: 50px 7% 40px;
  }
}
.contact-form .form, .wpcf7-form .form {
  padding: 3%;
}
.contact-form h2, .wpcf7-form h2 {
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 0 0 40px 0;
  padding: 0 10px;
}
@media (max-width: 414px) {
  .contact-form h2, .wpcf7-form h2 {
    padding: 0;
  }
}
.contact-form p, .wpcf7-form p {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-form p label, .wpcf7-form p label {
  width: 50%;
  margin: 0 0 20px 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .contact-form p label, .wpcf7-form p label {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .contact-form p label, .wpcf7-form p label {
    padding: 0;
  }
}
.contact-form p label input[type=text], .contact-form p label input[type=email], .contact-form p label input[type=tel], .wpcf7-form p label input[type=text], .wpcf7-form p label input[type=email], .wpcf7-form p label input[type=tel] {
  width: 100%;
  border: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #00264d !important;
  margin: 10px 0;
  background: #fff;
}
.contact-form p label.message, .wpcf7-form p label.message {
  width: 100%;
  margin: 0;
}
.contact-form p label.message textarea, .wpcf7-form p label.message textarea {
  font-family: "Muli";
  width: 100%;
  padding: 15px;
  resize: none;
  border: 0;
  font-size: 16px;
  font-weight: normal;
  color: #00264d !important;
  margin: 10px 0;
  background: #fff;
}
.contact-form .gdpr, .contact-form .newsletter, .wpcf7-form .gdpr, .wpcf7-form .newsletter {
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
}
.contact-form .gdpr .wpcf7-list-item-label::before, .contact-form .newsletter .wpcf7-list-item-label::before, .wpcf7-form .gdpr .wpcf7-list-item-label::before, .wpcf7-form .newsletter .wpcf7-list-item-label::before {
  display: none;
}
.contact-form .gdpr input[type=checkbox], .contact-form .newsletter input[type=checkbox], .wpcf7-form .gdpr input[type=checkbox], .wpcf7-form .newsletter input[type=checkbox] {
  padding: 0;
  margin: 0 12px 0 0;
}
.contact-form .gdpr span, .contact-form .newsletter span, .wpcf7-form .gdpr span, .wpcf7-form .newsletter span {
  font-size: 16px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin-left: 0;
}
.contact-form div.newsletter, .wpcf7-form div.newsletter {
  margin-bottom: 15px;
  padding-left: 10px;
}
.contact-form div.newsletter label, .wpcf7-form div.newsletter label {
  padding-left: 0;
}
.contact-form div.gdpr, .wpcf7-form div.gdpr {
  padding-top: 0;
  padding-left: 10px;
  line-height: 1.2;
}
.contact-form .wrapper, .wpcf7-form .wrapper {
  width: 100%;
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 80px 0 0 0;
  padding: 45px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .contact-form .wrapper, .wpcf7-form .wrapper {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 10% 5% 0px;
  }
}
.contact-form .wrapper > div, .wpcf7-form .wrapper > div {
  width: 33.3333%;
  color: rgb(255, 255, 255);
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .contact-form .wrapper > div, .wpcf7-form .wrapper > div {
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
  }
}
.contact-form .wrapper > div:nth-of-type(1), .wpcf7-form .wrapper > div:nth-of-type(1) {
  font-size: 40px;
  line-height: 1;
}
.contact-form .wrapper > div:nth-of-type(2), .wpcf7-form .wrapper > div:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-form .wrapper > div:nth-of-type(2), .wpcf7-form .wrapper > div:nth-of-type(2) {
    font-size: 15px;
  }
}
.contact-form .wrapper > div:nth-of-type(3), .wpcf7-form .wrapper > div:nth-of-type(3) {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact-form .wrapper > div:nth-of-type(3), .wpcf7-form .wrapper > div:nth-of-type(3) {
    font-size: 5vw;
  }
}
.contact-form .wrapper > div a, .wpcf7-form .wrapper > div a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: all 350ms;
}
.contact-form .wrapper > div a:hover, .wpcf7-form .wrapper > div a:hover {
  color: #2d2d2d;
}
.contact-form .wrapper > div a:nth-of-type(3), .wpcf7-form .wrapper > div a:nth-of-type(3) {
  text-decoration: underline;
}
.contact-form input[type=submit], .wpcf7-form input[type=submit] {
  width: 200px;
  height: 50px;
  border: 1px solid rgb(255, 255, 255);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: transparent;
  margin: 10px 0 0 10px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact-form input[type=submit], .wpcf7-form input[type=submit] {
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 414px) {
  .contact-form input[type=submit], .wpcf7-form input[type=submit] {
    width: 100%;
  }
}
.contact-form input[type=submit]:after, .wpcf7-form input[type=submit]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 30px;
  background: red;
}
.contact-form input[type=submit]:hover, .wpcf7-form input[type=submit]:hover {
  background: rgb(255, 255, 255);
  color: #00264D;
}

.wpcf7-form {
  background: none !important;
  width: 95%;
  max-width: 768px;
  margin: 0 auto 40px auto;
  padding: 0;
  position: relative;
  z-index: 10;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #fff;
  background: red;
  padding: 0px 5px;
  display: inline-block;
}
.wpcf7-form .wpcf7-response-output {
  color: #fff;
}

.page.jobs h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: normal;
  color: #00264D;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page.jobs h1 {
    font-size: 9.5vw;
    text-align: center;
  }
}

.page.jobs .banner.top {
  height: 420px;
  background: #000;
}
@media (max-width: 1024px) {
  .page.jobs .banner.top {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page.jobs .banner.top {
    height: 350px;
  }
}
@media (max-width: 414px) {
  .page.jobs .banner.top {
    height: 180px;
  }
}

.page.jobs .banner.intro {
  padding: 85px 145px 25px 75px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page.jobs .banner.intro {
    padding: 85px 8% 75px;
  }
}
@media (max-width: 414px) {
  .page.jobs .banner.intro {
    padding: 55px 0px 15px 0px;
  }
}
.page.jobs .banner.intro h1 p {
  font-size: 62px;
  line-height: 1.1;
  font-weight: normal;
  color: #00264D;
  padding: 0;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .page.jobs .banner.intro h1 p {
    font-size: 9.5vw;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .page.jobs .banner.intro h1 p {
    text-align: left;
    margin: 0;
  }
}
.page.jobs .banner.intro p {
  color: #00264D;
  padding: 30px 0 0 50px;
}
@media (max-width: 414px) {
  .page.jobs .banner.intro p {
    padding: 25px 0;
  }
}

.page.jobs .banner.jobs-widget {
  padding: 0 125px;
  margin-bottom: 100px;
}
@media (max-width: 414px) {
  .page.jobs .banner.jobs-widget {
    padding: 0;
    margin-bottom: 50px;
  }
}

.page.type.legals .banner.medium {
  padding-top: 80px;
}
.page.type.legals .banner.medium h2 {
  font-weight: 700;
  font-size: 28px;
  padding: 50px 0 10px;
}
.page.type.legals .banner.medium h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 30px 0 10px;
}
.page.type.legals .banner.medium p, .page.type.legals .banner.medium a {
  font-size: 18px;
}
@media (max-width: 740px) {
  .page.type.legals .banner.medium p, .page.type.legals .banner.medium a {
    font-size: 16px;
  }
}
.page.type.legals .banner.medium a:hover {
  text-decoration: none;
}
.page.type.legals .banner.medium ul li {
  color: #00264D;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 740px) {
  .page.type.legals .banner.medium ul li {
    font-size: 16px;
  }
}
.page.type.legals .banner.medium ul {
  padding-left: 20px;
  margin-bottom: 6px;
}
.page.type.legals .banner.medium ul li::before {
  content: "›";
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 0px;
}

.page.news-publi .banner.news {
  padding-top: 100px;
}
.page.services {
  background: #fff;
  padding-top: 70px;
}
.page.services .titles {
  padding: 30px 0 0 100px;
}
@media screen and (max-width: 1024px) {
  .page.services .titles {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 414px) {
  .page.services .titles {
    width: 100%;
    padding-bottom: 0;
  }
}
.page.services h1 {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 20px;
  color: #B4BBC7;
  font-weight: normal;
}
.page.services h2 {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 0 30% 0 0;
  font-size: 61px;
  line-height: 1.05;
  color: #00264D;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page.services h2 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page.services h2 {
    font-size: 8.5vw;
    line-height: 1.2;
  }
}
.page.services h3 {
  width: 100%;
  margin: 0 auto 80px auto;
  padding: 0 35% 0 0;
  font-size: 22px;
  line-height: 1.3;
  color: #00264D;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .page.services h3 {
    padding: 0;
  }
}
@media (max-width: 414px) {
  .page.services h3 {
    font-size: 18px;
  }
}
.page.services ul.wrapper-expertises {
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 110px;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.page.services ul.wrapper-expertises li.wp-block-column {
  width: calc(33.3333% - 10px);
  background: #00264d;
  background: -moz-linear-gradient(-45deg, #00264d 0%, #2291be 100%);
  background: -webkit-linear-gradient(-45deg, #00264d 0%, #2291be 100%);
  background: linear-gradient(135deg, #00264d 0%, #2291be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00264d", endColorstr="#2291be",GradientType=1 );
  padding: 3%;
  color: rgb(255, 255, 255);
  margin: 5px !important;
  flex-basis: inherit !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(1) {
  transition-delay: 0s;
  transition-duration: 0.6s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(2) {
  transition-delay: 0.1s;
  transition-duration: 0.7s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(3) {
  transition-delay: 0.2s;
  transition-duration: 0.8s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(4) {
  transition-delay: 0.3s;
  transition-duration: 0.9s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(5) {
  transition-delay: 0.4s;
  transition-duration: 1s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(6) {
  transition-delay: 0.5s;
  transition-duration: 1.1s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(7) {
  transition-delay: 0.6s;
  transition-duration: 1.2s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(8) {
  transition-delay: 0.7s;
  transition-duration: 1.3s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(9) {
  transition-delay: 0.8s;
  transition-duration: 1.4s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(10) {
  transition-delay: 0.9s;
  transition-duration: 1.5s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(11) {
  transition-delay: 1s;
  transition-duration: 1.6s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(12) {
  transition-delay: 1.1s;
  transition-duration: 1.7s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(13) {
  transition-delay: 1.2s;
  transition-duration: 1.8s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(14) {
  transition-delay: 1.3s;
  transition-duration: 1.9s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(15) {
  transition-delay: 1.4s;
  transition-duration: 2s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(16) {
  transition-delay: 1.5s;
  transition-duration: 2.1s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(17) {
  transition-delay: 1.6s;
  transition-duration: 2.2s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(18) {
  transition-delay: 1.7s;
  transition-duration: 2.3s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(19) {
  transition-delay: 1.8s;
  transition-duration: 2.4s;
}
.page.services ul.wrapper-expertises li.wp-block-column:nth-child(20) {
  transition-delay: 1.9s;
  transition-duration: 2.5s;
}
@media (max-width: 768px) {
  .page.services ul.wrapper-expertises li.wp-block-column {
    padding: 40px;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .page.services ul.wrapper-expertises li.wp-block-column {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .page.services ul.wrapper-expertises li.wp-block-column {
    padding: 30px;
  }
}
.page.services ul.wrapper-expertises li.wp-block-column a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 365px;
  padding: 100px 0 30px;
  position: relative;
}
@media (max-width: 768px) {
  .page.services ul.wrapper-expertises li.wp-block-column a {
    min-height: auto;
    padding-top: 90px;
  }
}
@media (max-width: 414px) {
  .page.services ul.wrapper-expertises li.wp-block-column a {
    min-height: 200px;
    display: inline-block;
  }
}
.page.services ul.wrapper-expertises li.wp-block-column a:hover button {
  text-decoration: underline;
}
.page.services ul.wrapper-expertises li.wp-block-column a:hover .icon {
  transform: translateX(2px);
}
@media screen and (max-width: 768px) {
  .page.services ul.wrapper-expertises li.wp-block-column {
    min-height: inherit;
  }
}
.page.services ul.wrapper-expertises li.wp-block-column figure {
  padding: 0;
  margin: 0 0 25px 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.page.services ul.wrapper-expertises li.wp-block-column figure img {
  height: 100%;
  width: auto;
}
.page.services ul.wrapper-expertises li.wp-block-column h4 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .page.services ul.wrapper-expertises li.wp-block-column h4 {
    font-size: 30px;
  }
}
@media (max-width: 414px) {
  .page.services ul.wrapper-expertises li.wp-block-column h4 {
    margin-bottom: 10px;
  }
}
.page.services ul.wrapper-expertises li.wp-block-column p {
  font-size: 14px;
  line-height: 1.6;
  padding: 0;
  margin: 0 0 15px 0;
  padding: 0 15% 0 0;
  color: rgb(255, 255, 255);
}
.page.services ul.wrapper-expertises li.wp-block-column p:last-child {
  margin: 0;
}
.page.services ul.wrapper-expertises li.wp-block-column button {
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page.services ul.wrapper-expertises li.wp-block-column button .icon {
  width: 8px;
  height: 8px;
  margin-left: 2px;
  transition: transform 0.3s;
}
.page.services ul.wrapper-expertises li.wp-block-column button .icon path {
  stroke: rgb(255, 255, 255);
}

.page.type {
  background: #fff;
}

.page.type .banner.top {
  padding: 110px 0 0px;
}
.page.type .banner.top h1 {
  padding: 0 5%;
  margin: 0 0% 0px;
  font-size: 60px;
  line-height: 1.05;
  color: #00264D;
  text-align: center;
  font-weight: normal;
  animation: fade 1s;
}
@media (max-width: 1024px) {
  .page.type .banner.top h1 {
    font-size: 58px;
  }
}
@media (max-width: 414px) {
  .page.type .banner.top h1 {
    padding: 0 0%;
    font-size: 38px;
  }
}

.page.type .banner.medium {
  padding: 20px 0 100px;
}
.page.type .banner.medium .wrapper-gutenberg {
  padding: 0;
  animation-fill-mode: both !important;
  animation: fade 1s ease 0.1s;
}
.page.type .banner.medium .wrapper-gutenberg h2, .page.type .banner.medium .wrapper-gutenberg h3, .page.type .banner.medium .wrapper-gutenberg h4 {
  color: #00264D;
}
.page.type .banner.medium .wrapper-gutenberg h3 {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-top: 50px;
}
@media (max-width: 414px) {
  .page.type .banner.medium .wrapper-gutenberg h3 {
    padding-top: 40px;
    font-size: 22px;
  }
}
.page.type .banner.medium .wrapper-gutenberg a, .page.type .banner.medium .wrapper-gutenberg p {
  font-size: 20px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 16px 0;
  color: #00264D;
}
.page.type .banner.medium .wrapper-gutenberg a small, .page.type .banner.medium .wrapper-gutenberg p small {
  font-size: 14px;
  font-weight: 600;
  color: #B4BBC7;
}
@media (max-width: 414px) {
  .page.type .banner.medium .wrapper-gutenberg a, .page.type .banner.medium .wrapper-gutenberg p {
    font-size: 16px;
  }
}
.page.type .banner.medium .wrapper-gutenberg a {
  color: #00264D;
  text-decoration: underline;
}
.page.type .banner.medium .wp-block-image {
  margin: 0;
}
@media (max-width: 414px) {
  .page.type .banner.medium .wp-block-image img {
    margin: 40px 0;
  }
}
.page.type .banner.medium .wp-block-embed-youtube {
  margin: 0;
  margin-top: 60px;
}
.page.type .banner.medium .wp-block-table {
  overflow: visible;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 414px) {
  .page.type .banner.medium .wp-block-table {
    width: auto;
    width: 100%;
  }
}
.page.type .banner.medium .wp-block-table table {
  width: auto;
  width: 100%;
}
.page.type .banner.medium .wp-block-table * {
  color: #00264D;
  font-size: 20px;
  line-height: 1.2;
  vertical-align: top;
  font-family: "Muli", sans-serif;
  box-sizing: border-box;
}
@media (max-width: 414px) {
  .page.type .banner.medium .wp-block-table * {
    font-size: 17px;
  }
}
.page.type .banner.medium .wp-block-table td {
  padding: 25px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 414px) {
  .page.type .banner.medium .wp-block-table td {
    font-size: 17px;
    padding: 15px;
  }
}

.full-width-image img {
  width: 100%;
  height: auto;
}

.single.case {
  background: #fff;
}

.single.case .banner.single-case {
  padding-top: 80px;
}
.single.case .banner.single-case .container {
  text-align: center;
}
.single.case .banner.single-case .breadcrumb {
  text-align: center;
  font-size: 18px;
  color: #B4BBC7;
  margin: 0 0 15px 0;
}
.single.case .banner.single-case .breadcrumb a {
  color: #B4BBC7;
  text-decoration: none;
}
.single.case .banner.single-case h1 {
  font-size: 60px;
  line-height: 1.05;
  color: #00264D;
  text-align: center;
  font-weight: 400;
  padding: 0 5%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .single.case .banner.single-case h1 {
    font-size: 42px;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1024px) {
  .single.case .banner.single-case h1 {
    font-size: 58px;
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  .single.case .banner.single-case h1 {
    padding: 0 0%;
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.single.case .banner.single-case h2 {
  text-align: center;
  font-size: 12px;
  color: #B4BBC7;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.single.case .banner.single-case .visual-header {
  margin: 55px auto 0 auto;
  width: 100%;
  height: auto;
  max-width: 768px;
}
.single.case .banner.single-case .box-info {
  width: 100%;
  height: auto;
  max-width: 768px;
  margin: 0 auto -30px auto;
  padding: 75px;
  background: -moz-linear-gradient(-45deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0abf92", endColorstr="#e639537c",GradientType=1 );
  position: relative;
  z-index: 30;
}
.single.case .banner.single-case .box-info p {
  font-size: 20px;
  line-height: 1.3;
  color: rgb(255, 255, 255);
  padding: 0;
  margin: 0 0 16px 0;
}
.single.case .banner.single-case .box-info p small {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 414px) {
  .single.case .banner.single-case .box-info p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single.case .banner.single-case .box-info {
    padding: 8%;
  }
}

.single.case .banner.quote .content {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.single.case .banner.quote .inside-quote-footer {
  width: 80%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single.case .banner.quote .inside-quote-footer {
    width: 100%;
  }
}
.single.case .banner.quote .inside-quote-footer > div {
  width: 60%;
}
.single.case .banner.quote .inside-quote-footer > div:first-child {
  width: 40%;
}
.single.case .banner.quote .inside-quote-footer > div p {
  font-size: 22px;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 16px 0;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .single.case .banner.quote .inside-quote-footer > div p {
    font-size: 16px;
  }
}
.single.case .banner.quote .inside-quote-footer > div .circle {
  width: 280px;
  height: 280px;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  overflow: hidden;
}
.single.case .banner.quote .inside-quote-footer > div .circle img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single.case .banner.quote .inside-quote-footer > div .circle {
    margin: 0 auto 35px auto;
  }
}
@media screen and (max-width: 320px) {
  .single.case .banner.quote .inside-quote-footer > div .circle {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .single.case .banner.quote .inside-quote-footer > div {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .single.case .banner.quote .inside-quote-footer {
    flex-direction: column;
    padding: 15% 8%;
  }
}

.single.news {
  background: #fff;
}

.single-news, .generic-content {
  background: #F5F5F5;
  background: white;
  padding: 85px 0 0 0;
}
.single-news li, .generic-content li {
  color: #2d2d2d;
  font-size: 14px;
  margin-left: 75px;
}
.single-news ol, .generic-content ol {
  margin-bottom: 50px;
}
.single-news h1, .generic-content h1 {
  padding: 0 5%;
  margin: 0 5% 55px;
  font-size: 60px;
  line-height: 1.05;
  color: #00264D;
  text-align: center;
  font-weight: normal;
  animation: fade 1s;
}
@media (max-width: 1024px) {
  .single-news h1, .generic-content h1 {
    font-size: 58px;
    margin-bottom: 50px;
  }
}
@media (max-width: 414px) {
  .single-news h1, .generic-content h1 {
    font-size: 38px;
    padding: 0 0%;
    margin-bottom: 40px;
  }
}
.single-news .breadcrumb, .generic-content .breadcrumb {
  text-align: center;
  color: #B4BBC7;
  font-size: 18px;
  margin: 0 0 15px 0;
  animation: fade 1s;
}
.single-news .breadcrumb a, .generic-content .breadcrumb a {
  line-height: 1.1;
  font-weight: normal;
  color: #B4BBC7;
  padding: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
.single-news .visual, .single-news figure, .generic-content .visual, .generic-content figure {
  max-width: 768px;
  margin: 0 auto;
}
.single-news .visual img, .single-news figure img, .generic-content .visual img, .generic-content figure img {
  width: 100%;
  height: auto;
}
.single-news .general-content, .generic-content .general-content {
  max-width: 768px;
  margin: 0 auto;
  padding: 60px 0px;
}
@media screen and (max-width: 768px) {
  .single-news .general-content, .generic-content .general-content {
    padding: 6% 35px;
  }
}
@media (max-width: 414px) {
  .single-news .general-content, .generic-content .general-content {
    padding: 40px 0;
  }
}
.single-news .general-content span, .generic-content .general-content span {
  font-size: 12px;
  font-weight: bold;
  color: #00264D;
  display: inline-block;
  margin: 0 0 18px 0;
}
.single-news .general-content p, .single-news .general-content a, .generic-content .general-content p, .generic-content .general-content a {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 1.5;
  color: #2d2d2d;
  color: #00264D;
}
@media (max-width: 414px) {
  .single-news .general-content p, .single-news .general-content a, .generic-content .general-content p, .generic-content .general-content a {
    font-size: 16px;
  }
}
.single-news .general-content a, .generic-content .general-content a {
  margin-bottom: 5px;
}
.single-news .general-content h2, .generic-content .general-content h2 {
  font-size: 22px;
  line-height: 1.3;
  color: #2d2d2d;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: normal;
}
.single-news .general-content h2:nth-of-type(1), .generic-content .general-content h2:nth-of-type(1) {
  margin: 0 0 35px 0;
}
.single-news .general-content h3, .generic-content .general-content h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #2d2d2d;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: bold;
}
.single-news .general-content h3, .generic-content .general-content h3 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-top: 0px;
}
@media (max-width: 414px) {
  .single-news .general-content h3, .generic-content .general-content h3 {
    padding-top: 40px;
    font-size: 20px;
  }
}
.single-news .general-content ul, .generic-content .general-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 65px 0;
}
.single-news .general-content ul li, .generic-content .general-content ul li {
  position: relative;
  padding: 0 0 0 60px;
  margin: 0 0 25px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #2d2d2d;
}
.single-news .general-content ul li:before, .generic-content .general-content ul li:before {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  background: rgb(10, 191, 146);
  background: -moz-linear-gradient(left, rgb(10, 191, 146) 0%, rgb(57, 83, 124) 100%);
  background: -webkit-linear-gradient(left, rgb(10, 191, 146) 0%, rgb(57, 83, 124) 100%);
  background: linear-gradient(to right, rgb(10, 191, 146) 0%, rgb(57, 83, 124) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0abf92", endColorstr="#39537c",GradientType=1 );
}
.single-news .general-content img, .generic-content .general-content img {
  width: 100%;
  height: auto;
  margin: 0 0 55px 0;
}
.single-news .general-content a, .generic-content .general-content a {
  font-size: 16.5px;
  color: #00264D;
  font-weight: bold;
  text-decoration: none;
  transition: all 350ms;
  text-decoration: underline;
  /* &:after {
       content: "\003e";
       padding-left: 10px;
       font-size: 12px;
   }*/
}
@media (max-width: 414px) {
  .single-news .general-content a, .generic-content .general-content a {
    font-size: 15px;
  }
}
.single-news .general-content a:hover, .generic-content .general-content a:hover {
  color: #2291BE;
}

.single.news .share-title {
  margin-top: 0px;
  margin-bottom: 10px;
}

.single.news .banner.related-news {
  padding: 60px 0;
  background: rgb(255, 255, 255);
  background: #F5F5F5;
}
.single.news .banner.related-news h4 {
  font-size: 22px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
  color: #B4BBC7;
  font-weight: normal;
}
.single.news .banner.related-news .container {
  margin: 0 auto !important;
}
.single.news .banner.related-news .more-news a {
  color: #00264D;
  border: 1px solid #00264D;
}
.single.news .banner.related-news .more-news a:hover {
  background: #00264D;
  color: rgb(255, 255, 255);
}

.single.sector {
  background: #ffffff;
}
.single.sector h3 {
  text-align: center;
  font-size: 20px;
  color: #B4BBC7;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0;
}

.single.sector .banner.top {
  position: relative;
  background: #000000;
  height: 400px;
}
@media (max-width: 414px) {
  .single.sector .banner.top {
    height: 280px;
  }
}
.single.sector .banner.top .image {
  filter: brightness(75%);
}
.single.sector .banner.top img {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  z-index: 10;
  opacity: 0.85;
  object-fit: cover;
}
.single.sector .banner.top h1 {
  position: absolute;
  z-index: 20;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .single.sector .banner.top h1 {
    font-size: 50px;
  }
}
@media (max-width: 414px) {
  .single.sector .banner.top h1 {
    text-align: center;
    font-size: 34px;
  }
}

.single.sector .banner.baseline {
  margin-top: -3px;
  padding: 75px 0;
  background: linear-gradient(135deg, rgb(212, 72, 146) 0%, rgb(102, 98, 153) 100%);
}
@media (max-width: 414px) {
  .single.sector .banner.baseline {
    padding: 55px 0;
  }
}
.single.sector .banner.baseline p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  text-align: center;
}

.single.sector .banner.what-we-do {
  padding: 75px 0 150px;
}
@media (max-width: 414px) {
  .single.sector .banner.what-we-do {
    padding: 0px 0 120px;
  }
}
.single.sector .banner.what-we-do .banner-content {
  max-width: 1000px;
}
.single.sector .banner.what-we-do ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.single.sector .banner.what-we-do ul li {
  padding: 33px 0 33px 80px;
  border-bottom: 1px solid rgba(180, 187, 199, 0.5);
  position: relative;
}
.single.sector .banner.what-we-do ul li .icon-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 47px;
  height: 47px;
  transform: translateY(-50%);
}
.single.sector .banner.what-we-do ul li p {
  color: #00264D;
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 414px) {
  .single.sector .banner.what-we-do ul li p {
    font-size: 18px;
  }
}
.single.sector .banner.what-we-do ul li:nth-child(1) {
  transition-delay: 0.01s;
  transition-duration: 0.6s;
}
.single.sector .banner.what-we-do ul li:nth-child(2) {
  transition-delay: 0.07s;
  transition-duration: 0.7s;
}
.single.sector .banner.what-we-do ul li:nth-child(3) {
  transition-delay: 0.13s;
  transition-duration: 0.8s;
}
.single.sector .banner.what-we-do ul li:nth-child(4) {
  transition-delay: 0.19s;
  transition-duration: 0.9s;
}
.single.sector .banner.what-we-do ul li:nth-child(5) {
  transition-delay: 0.25s;
  transition-duration: 1s;
}
.single.sector .banner.what-we-do ul li:nth-child(6) {
  transition-delay: 0.31s;
  transition-duration: 1.1s;
}
.single.sector .banner.what-we-do ul li:nth-child(7) {
  transition-delay: 0.37s;
  transition-duration: 1.2s;
}
.single.sector .banner.what-we-do ul li:nth-child(8) {
  transition-delay: 0.43s;
  transition-duration: 1.3s;
}
.single.sector .banner.what-we-do ul li:nth-child(9) {
  transition-delay: 0.49s;
  transition-duration: 1.4s;
}
.single.sector .banner.what-we-do ul li:nth-child(10) {
  transition-delay: 0.55s;
  transition-duration: 1.5s;
}
.single.sector .banner.what-we-do ul li:nth-child(11) {
  transition-delay: 0.61s;
  transition-duration: 1.6s;
}
.single.sector .banner.what-we-do ul li:nth-child(12) {
  transition-delay: 0.67s;
  transition-duration: 1.7s;
}
.single.sector .banner.what-we-do ul li:nth-child(13) {
  transition-delay: 0.73s;
  transition-duration: 1.8s;
}
.single.sector .banner.what-we-do ul li:nth-child(14) {
  transition-delay: 0.79s;
  transition-duration: 1.9s;
}
.single.sector .banner.what-we-do ul li:nth-child(15) {
  transition-delay: 0.85s;
  transition-duration: 2s;
}
.single.sector .banner.what-we-do ul li:nth-child(16) {
  transition-delay: 0.91s;
  transition-duration: 2.1s;
}
.single.sector .banner.what-we-do ul li:nth-child(17) {
  transition-delay: 0.97s;
  transition-duration: 2.2s;
}
.single.sector .banner.what-we-do ul li:nth-child(18) {
  transition-delay: 1.03s;
  transition-duration: 2.3s;
}
.single.sector .banner.what-we-do ul li:nth-child(19) {
  transition-delay: 1.09s;
  transition-duration: 2.4s;
}
.single.sector .banner.what-we-do ul li:nth-child(20) {
  transition-delay: 1.15s;
  transition-duration: 2.5s;
}
.single.sector .banner.what-we-do ul li:last-of-type {
  border: none;
}

.single.sector .banner.why-work {
  overflow: visible !important;
  padding-bottom: 100px;
}
@media (max-width: 414px) {
  .single.sector .banner.why-work .banner-content {
    padding: 0;
  }
}
.single.sector .banner.why-work img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.single.sector .banner.why-work .box {
  width: 90%;
  max-width: 1000px;
  margin: -58px auto 0 auto;
  padding: 75px 130px;
  position: relative;
  z-index: 20;
  background: linear-gradient(135deg, rgb(0, 38, 77) 0%, rgb(45, 179, 227) 100%);
}
@media screen and (max-width: 768px) {
  .single.sector .banner.why-work .box {
    padding: 8%;
  }
}
.single.sector .banner.why-work .box h3 {
  color: rgb(255, 255, 255);
  margin: 0 0 30px 0;
}
.single.sector .banner.why-work .box p {
  font-size: 26px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 414px) {
  .single.sector .banner.why-work .box p {
    font-size: 18px;
  }
}

.single.services .banner.top {
  height: 400px;
  position: relative;
  background: #000000;
}
@media (max-width: 414px) {
  .single.services .banner.top {
    height: 250px;
  }
}
.single.services .banner.top img {
  width: 100%;
  height: auto;
  max-height: 400px;
  position: relative;
  opacity: 0.85;
  z-index: 10;
  object-fit: cover;
}
.single.services .banner.top h1 {
  position: absolute;
  z-index: 20;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-size: 80px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .single.services .banner.top h1 {
    text-align: center;
    font-size: 60px;
  }
}
@media (max-width: 414px) {
  .single.services .banner.top h1 {
    font-size: 40px;
  }
}

.single.services .banner.description {
  padding: 75px 0;
}
.single.services .banner.description .content {
  padding: 0 18%;
}
@media (max-width: 1226px) {
  .single.services .banner.description .content {
    padding: 0 5%;
  }
}
@media (max-width: 414px) {
  .single.services .banner.description .content {
    padding: 0 0%;
  }
}
.single.services .banner.description h2 {
  margin: 0 0 35px 0;
  padding: 0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: normal;
  color: #00264D;
  text-align: center;
}
.single.services .banner.description p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #00264D;
  text-align: center;
}

.single.services {
  background: #fff;
}
.single.services .what-we-do {
  padding: 0 0 60px 0;
}
.single.services .what-we-do h3 {
  text-align: center;
  font-size: 28px;
  color: #B4BBC7;
  font-weight: normal;
  padding: 0;
  margin: 0 0 75px 0;
}
.single.services .what-we-do .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.single.services .what-we-do .wrapper .line {
  display: flex;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .single.services .what-we-do .wrapper .line {
    flex-direction: column;
  }
}
.single.services .what-we-do .wrapper .line .visual {
  width: 53%;
}
.single.services .what-we-do .wrapper .line .visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single.services .what-we-do .wrapper .line .visual {
    width: 100%;
  }
}
.single.services .what-we-do .wrapper .line .infos {
  width: 47%;
  display: flex;
  align-items: center;
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .single.services .what-we-do .wrapper .line .infos {
    width: 100%;
    padding: 8% 8% 2% 8%;
  }
}
.single.services .what-we-do .wrapper .line:nth-child(odd) .visual {
  order: 1;
}
.single.services .what-we-do .wrapper .line:nth-child(odd) .infos {
  order: 2;
}
.single.services .what-we-do .wrapper .line:nth-child(even) .visual {
  order: 2;
}
@media screen and (max-width: 768px) {
  .single.services .what-we-do .wrapper .line:nth-child(even) .visual {
    order: 1;
  }
}
.single.services .what-we-do .wrapper .line:nth-child(even) .infos {
  order: 1;
}
@media screen and (max-width: 768px) {
  .single.services .what-we-do .wrapper .line:nth-child(even) .infos {
    order: 2;
  }
}
.single.services .what-we-do .wrapper .line h4 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 38px;
  font-weight: normal;
  line-height: 1.2;
  color: #00264D;
}
.single.services .what-we-do .wrapper .line p {
  font-size: 14px;
  color: #00264D;
  padding: 0;
  margin: 0 0 15px 0;
}
.single.services .why-work {
  overflow: visible;
  padding: 75px 0;
  background: linear-gradient(135deg, rgb(10, 191, 146) 0%, rgba(57, 83, 124, 0.9) 100%);
}
@media (max-width: 740px) {
  .single.services .why-work {
    padding: 60px 0;
  }
}
.single.services .why-work h3 {
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0;
}
@media (max-width: 740px) {
  .single.services .why-work h3 {
    font-size: 16px;
  }
}
.single.services .why-work p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.3;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .single.services .why-work p {
    font-size: 30px;
  }
}
@media (max-width: 740px) {
  .single.services .why-work p {
    font-size: 23px;
  }
}

.single.services .banner.linked-clients {
  background: rgb(255, 255, 255);
  padding: 60px 0 60px 0;
}
@media (max-width: 414px) {
  .single.services .banner.linked-clients {
    padding: 60px 0 60px 0;
  }
}
.single.services .banner.linked-clients h3 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #B4BBC7;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients h3 {
    font-size: 7.5vw;
    text-align: center;
  }
}
@media (max-width: 740px) {
  .single.services .banner.linked-clients h3 {
    font-size: 18px;
  }
}
.single.services .banner.linked-clients ul {
  padding: 50px 0;
  margin: 0;
  list-style-type: none;
  display: flex !important;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.single.services .banner.linked-clients ul li {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients ul li {
    float: none;
  }
}
.single.services .banner.linked-clients ul li img {
  width: auto;
  height: 120px;
  margin: 0 2%;
  display: block;
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients ul li img {
    height: 80px;
  }
}
.single.services .banner.linked-clients .wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.single.services .banner.linked-clients .wrapper > img {
  width: auto;
  height: 70px;
  margin: 1%;
}
.single.services .banner.linked-clients .more-clients {
  text-align: center;
}
.single.services .banner.linked-clients .more-clients a {
  display: inline-flex;
  height: 50px;
  padding: 0 50px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 auto;
  color: #00264D;
  border: 1px solid #B4BBC7;
  letter-spacing: 1px;
}
.single.services .banner.linked-clients .more-clients a:hover {
  border: 1px solid #00264D;
  background: #00264D;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients .more-clients a {
    width: 80%;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .single.services .banner.linked-clients .more-clients {
    padding: 10% 0 0 0;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.ps {
  position: relative;
  -ms-touch-action: none;
}

.ps__rail-y {
  left: auto !important;
  right: 0px !important;
  width: 8px !important;
}
.ps__rail-y:hover {
  cursor: pointer;
}
.ps__rail-y .ps__thumb-y {
  right: 0px !important;
  width: 8px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@media (max-width: 414px) {
  .selectize-control {
    float: none;
    width: 100%;
  }
}
.selectize-control.multi .item {
  cursor: default;
}
.selectize-control .selectize-input {
  height: auto;
  min-height: 54px;
  background: #666299 !important;
  padding: 0 !important;
  position: relative;
  border-radius: 0px;
  cursor: pointer;
}
.selectize-control .selectize-input.focus + .selectize-dropdown {
  z-index: 100;
}
.selectize-control .selectize-input .item {
  height: 100%;
  user-select: none;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  padding: 18px 5px 18px 17px;
}
@media (max-width: 414px) {
  .selectize-control .selectize-input .item {
    font-size: 13px;
  }
}
.selectize-control .selectize-input .item a.remove {
  background: #514e7a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 8px;
  float: left;
}
.selectize-control .selectize-input .item a.remove:hover {
  background: #fff;
  color: black;
}
.selectize-control .selectize-input input {
  background: none !important;
  border: none !important;
  color: #fff;
  color: transparent !important;
  width: 100% !important;
  cursor: pointer;
  padding-right: 50px !important;
}
.selectize-control .selectize-input input::placeholder {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.9) !important;
}
.selectize-control .selectize-input input:hover::placeholder {
  color: white !important;
}
.selectize-control .selectize-input input:focus::placeholder {
  opacity: 0.35 !important;
}
.selectize-control .selectize-input.has-items input {
  display: none !important;
}
.selectize-control .selectize-input::after {
  content: "";
  height: 22px;
  width: 22px;
  border: none;
  top: 18px;
  right: 30px;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  background-position: 50% 50% !important;
  background: url("../assets/images/select-dropdown.svg");
}
.selectize-control .selectize-dropdown {
  overflow: hidden;
  border-radius: 0px;
  margin-top: 0;
  position: absolute;
  border: none !important;
  top: 0;
  left: 0;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}
.selectize-control .selectize-dropdown .selectize-dropdown-content {
  padding: 0px 0px;
  background: #666299;
  max-height: 240px;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .create {
  display: none;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  color: #fff !important;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  padding: 14px 40px 14px 21px;
  animation-fill-mode: both !important;
}
@media (max-width: 414px) {
  .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
    font-size: 13px;
    padding: 9px 40px 9px 21px;
  }
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:first-child {
  padding-top: 18px;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:last-child {
  padding-bottom: 18px;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected, .selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover {
  background: #514e7a;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(1) {
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(2) {
  animation-delay: 0.02s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(3) {
  animation-delay: 0.04s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(4) {
  animation-delay: 0.06s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(5) {
  animation-delay: 0.08s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(6) {
  animation-delay: 0.1s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(7) {
  animation-delay: 0.12s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(8) {
  animation-delay: 0.14s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(9) {
  animation-delay: 0.16s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(10) {
  animation-delay: 0.18s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(11) {
  animation-delay: 0.2s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(12) {
  animation-delay: 0.22s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(13) {
  animation-delay: 0.24s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(14) {
  animation-delay: 0.26s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(15) {
  animation-delay: 0.28s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(16) {
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(17) {
  animation-delay: 0.32s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(18) {
  animation-delay: 0.34s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(19) {
  animation-delay: 0.36s;
  animation-duration: 0.3s;
  animation-name: fade;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content .option:nth-child(20) {
  animation-delay: 0.38s;
  animation-duration: 0.3s;
  animation-name: fade;
}

#lightbox.devis-part .selectize-input {
  background: #66a83e !important;
}
#lightbox.devis-part .selectize-input input:hover {
  background: #5d9939 !important;
}
#lightbox.devis-part .selectize-input .item:hover {
  background: #5d9939;
}
#lightbox.devis-part .selectize-dropdown .selectize-dropdown-content {
  background: #5d9939;
}
#lightbox.devis-part .selectize-dropdown .selectize-dropdown-content .option.selected, #lightbox.devis-part .selectize-dropdown .selectize-dropdown-content .option:hover {
  background: #4d7f2f;
}

#lightbox.devis-pro .selectize-input {
  background: #191919 !important;
}
#lightbox.devis-pro .selectize-input input:hover {
  background: #515151 !important;
}
#lightbox.devis-pro .selectize-input .item:hover {
  background: #515151;
}
#lightbox.devis-pro .selectize-dropdown .selectize-dropdown-content {
  background: #515151;
}
#lightbox.devis-pro .selectize-dropdown .selectize-dropdown-content .option.selected, #lightbox.devis-pro .selectize-dropdown .selectize-dropdown-content .option:hover {
  background: #383838;
}

/* 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;
}

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

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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

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

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

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

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

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

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

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

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

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

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*# sourceMappingURL=application.css.map */
