/* libs */
@import '../js/locomotive-scroll/locomotive-scroll.css';
/* normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import '../fonts/fontawesome/css/fontawesome.min.css';
@import '../fonts/fontawesome/css/regular.min.css';
@import '../fonts/fontawesome/css/brands.min.css';
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* grid bootstrap */
/* bootstrap grid & utilities */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* bootstrap breakpoints */
/* tablette paysage */
/* tablette portrait */
/* smartphone */
/* iPhone 5/6/SE */
/* bootstrap container */
.container {
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container.larger_container {
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .container.larger_container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .container.larger_container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container.larger_container {
    max-width: 1120px;
  }
}
/* animate */
.reveal {
  visibility: hidden;
}

/* Delay for animation */
.delay-0-1s {
  animation-delay: 0.1s;
}

.delay-0-2s {
  animation-delay: 0.2s;
}

.delay-0-3s {
  animation-delay: 0.3s;
}

.delay-0-4s {
  animation-delay: 0.4s;
}

.delay-0-5s {
  animation-delay: 0.5s;
}

.delay-0-6s {
  animation-delay: 0.6s;
}

.delay-0-7s {
  animation-delay: 0.7s;
}

.delay-0-8s {
  animation-delay: 0.8s;
}

.delay-0-9s {
  animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 0.9s;
}

.delay-2s {
  animation-delay: 0.9s;
}

/* mixins */
/* box sizing */
/* no highlight on tap */
/* font size rem */
/* font line-height rem */
/* no wrap */
/* img autoheight */
/* img autowidth */
/* img fit */
/* img contain */
/* img retina background */
/* clip path */
/* padding row */
/* columns */
/* videos */
/* 16/9 : 56.25% //// 4/3  : 75% */
/* calc */
/* transitions */
/* box shadow */
/* drop shadow */
/* text shadow */
/* indent */
/* filter */
/* backdrop filter */
/* appearance */
/* placeholder */
/* transform */
/* transform origin */
/* animation declaration */
/* animation doing */
/* vars & fonts */
/* urbanist font */
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/static/Urbanist-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/* global colors */
/* commons */
/* fx */
.fx, .bloc_project .bloc_project--desc .title:not(p.title), .bloc_project .bloc_project--desc .service_intro .service_intro--hook:not(p.title), .service_intro .bloc_project .bloc_project--desc .service_intro--hook:not(p.title), header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p, .title.title_small.has_arrow, .service_intro .has_arrow.service_intro--hook, .btn, a, button {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.fx_switch, .change_to_white .switch_colors .white_black, .change_to_dark .switch_colors blockquote, .change_to_dark .switch_colors .white_black, .change_to_dark .switch_colors .bloc_accordion .bloc_accordion--head .head--title, .change_to_dark .switch_colors .bloc_accordion, .change_to_dark .switch_colors .content--labels .label, .change_to_dark .switch_colors .bloc_gowith, .change_to_dark .switch_colors .btn_arrow, .change_to_dark .switch_colors p, .change_to_dark .switch_colors .title, .change_to_dark .switch_colors .service_intro .service_intro--hook, .service_intro .change_to_dark .switch_colors .service_intro--hook {
  -webkit-transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}

/* reset all */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
}

/* html / body */
html {
  font-size: 10px;
}

html,
body {
  height: 100%;
  line-height: normal;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  color: #4D4E58;
  font-family: "Urbanist", arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #02041B;
  -webkit-transition: background 0.75s ease;
  -moz-transition: background 0.75s ease;
  transition: background 0.75s ease;
  cursor: none;
}
body.change_to_white {
  background: transparent;
}
body.change_to_dark {
  background: #02041B;
}
@media (max-width: 1199px) {
  body {
    cursor: default;
  }
}

.smooth_scroll {
  padding-top: 70px;
}

/* prevent overflow */
.no_overflow {
  overflow: hidden;
}

/* links & buttons reset + fx */
a:hover, a:visited, a:focus, a:active, a:link, button:hover, button:visited, button:focus, button:active, button:link {
  text-decoration: none;
  cursor: none;
}

button {
  line-height: normal;
}

/* list reset */
ul, ol {
  display: block;
  list-style-type: none;
  list-style-position: inside;
}

/* ui componants */
/* cursor */
.cursor--circle,
.cursor--arrow {
  position: absolute;
  z-index: 99999999;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .cursor--circle,
  .cursor--arrow {
    display: none !important;
  }
}

.cursor--circle {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(202, 204, 224, 0.2);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.3s ease, transform 0.25s ease-out;
  -moz-transition: background 0.3s ease, transform 0.25s ease-out;
  transition: background 0.3s ease, transform 0.25s ease-out;
}
.cursor--circle span {
  opacity: 0;
  margin: auto;
  font-size: 4px;
  font-size: 0.4rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.cursor--circle.cursor--hover {
  -moz-transform: translate(-50%, -50%) scale(3);
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
}
.cursor--circle.project--hover {
  -moz-transform: translate(-50%, -80%) scale(3);
  -webkit-transform: translate(-50%, -80%) scale(3);
  transform: translate(-50%, -80%) scale(3);
  background: rgba(64, 106, 255, 0.9);
}
.cursor--circle.project--hover span {
  opacity: 1;
}

.cursor--arrow {
  width: 16px;
  height: 18px;
  background: url("../img/pointer.svg") no-repeat top center;
  background-size: 16px auto;
  top: 50%;
  left: 50%;
}

/* sections margin & padding */
.mT_4 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .mT_4 {
    margin-top: 4rem;
  }
}

.mB_4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mB_4 {
    margin-bottom: 4rem;
  }
}

.mTB_4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .mTB_4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mT_6 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mT_6 {
    margin-top: 4rem;
  }
}

.mB_6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mB_6 {
    margin-bottom: 4rem;
  }
}

.mTB_6 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mTB_6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mT_8 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .mT_8 {
    margin-top: 4rem;
  }
}

.mB_8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mB_8 {
    margin-bottom: 4rem;
  }
}

.mTB_8 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .mTB_8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mT_10 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .mT_10 {
    margin-top: 4rem;
  }
}

.mB_10 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mB_10 {
    margin-bottom: 4rem;
  }
}

.mTB_10 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mTB_10 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.mT_20 {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  .mT_20 {
    margin-top: 10rem;
  }
}

.mB_20 {
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .mB_20 {
    margin-bottom: 10rem;
  }
}

.mTB_20 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .mTB_20 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.pT_4 {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .pT_4 {
    padding-top: 4rem;
  }
}

.pB_4 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .pB_4 {
    padding-bottom: 4rem;
  }
}

.pTB_4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .pTB_4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pT_6 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .pT_6 {
    padding-top: 4rem;
  }
}

.pB_6 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pB_6 {
    padding-bottom: 4rem;
  }
}

.pTB_6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pTB_6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pT_8 {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .pT_8 {
    padding-top: 4rem;
  }
}

.pB_8 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .pB_8 {
    padding-bottom: 4rem;
  }
}

.pTB_8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .pTB_8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pT_10 {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .pT_10 {
    padding-top: 4rem;
  }
}

.pB_10 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pB_10 {
    padding-bottom: 4rem;
  }
}

.pTB_10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .pTB_10 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pT_15 {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .pT_15 {
    padding-top: 7rem;
  }
}

.pB_15 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .pB_15 {
    padding-bottom: 7rem;
  }
}

.pTB_15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .pTB_15 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.pT_20 {
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .pT_20 {
    padding-top: 10rem;
  }
}

.pB_20 {
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .pB_20 {
    padding-bottom: 10rem;
  }
}

.pTB_20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  .pTB_20 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .pT_sm_0 {
    padding-top: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .pB_sm_0 {
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .pTB_sm_0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.pLR_19 {
  padding-left: 19rem;
  padding-right: 19rem;
}
@media (max-width: 991px) {
  .pLR_19 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 767px) {
  .pLR_19 {
    padding-left: 0;
    padding-right: 0;
  }
}

.max_60 {
  max-width: 60%;
}
@media (max-width: 991px) {
  .max_60 {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .max_60 {
    max-width: 100%;
  }
}

.max_80 {
  max-width: 80%;
}
@media (max-width: 991px) {
  .max_80 {
    max-width: 100%;
  }
}

.max_90 {
  max-width: 90%;
}
@media (max-width: 991px) {
  .max_90 {
    max-width: 100%;
  }
}

.add_width {
  width: calc(100% + 80px);
}
@media (max-width: 1199px) {
  .add_width {
    width: 100%;
  }
}

/* boutons */
.btn {
  display: inline-flex;
  align-items: center;
  white-space: normal;
  text-align: left;
  color: #02041B;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.btn.btn_arrow i {
  margin-top: 2px;
  margin-left: 1rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.btn.btn_arrow:hover {
  color: #406AFF !important;
}
.btn.btn_arrow:hover i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.btn.btn_arrow_blue {
  border-radius: 30px;
  background: #406AFF;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  border: 1px solid #406AFF;
}
.btn.btn_arrow_blue i {
  margin-top: 2px;
  margin-left: 1rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.btn.btn_arrow_blue:hover {
  color: #406AFF !important;
  background: #FFFFFF;
  border: 1px solid #406AFF;
}
.btn.btn_arrow_blue:hover i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.btn.btn_back {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
}
.btn.btn_back i {
  margin: auto;
}
.btn.btn_back:hover.blue {
  background: #406AFF;
  border: 1px solid #406AFF;
}
.btn.btn_back:hover.purple {
  background: #CA59FF;
  border: 1px solid #CA59FF;
}

@-webkit-keyframes text_up {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes text_up {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes text_up {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* titres et sous-titres */
.title, .service_intro .service_intro--hook {
  color: #FFFFFF;
}
.title.is_black, .service_intro .is_black.service_intro--hook {
  color: #191C3E;
}
.title strong, .service_intro .service_intro--hook strong {
  display: inline-block;
  padding: 0 20px 6px 20px;
  border-radius: 60px;
  margin-top: 8px;
}
.title strong.yellow, .service_intro .service_intro--hook strong.yellow {
  background: #ECEE82;
  color: #02041B;
}
.title strong.yellow_dark, .service_intro .service_intro--hook strong.yellow_dark {
  background: #FFBC0E;
  color: #FFFFFF;
}
.title strong.blue, .service_intro .service_intro--hook strong.blue {
  background: #406AFF;
  color: #FFFFFF;
}
.title strong.green, .service_intro .service_intro--hook strong.green {
  background: #40B983;
  color: #FFFFFF;
}
.title strong.purple, .service_intro .service_intro--hook strong.purple {
  background: #CA59FF;
  color: #FFFFFF;
}
.title strong.orange, .service_intro .service_intro--hook strong.orange {
  background: #FFB359;
  color: #FFFFFF;
}
.title.title_main, .service_intro .title_main.service_intro--hook {
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 64px;
  line-height: 6.4rem;
  font-weight: 600;
}
.title.title_main strong, .service_intro .title_main.service_intro--hook strong {
  font-size: 50px;
  font-size: 5rem;
  line-height: 60px;
  line-height: 6rem;
  font-weight: 600;
}
.title.title_main .title--line span, .service_intro .title_main.service_intro--hook .title--line span {
  opacity: 0;
}
@media (max-width: 991px) {
  .title.title_main, .service_intro .title_main.service_intro--hook {
    font-size: 54px;
    font-size: 5.4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .title.title_main strong, .service_intro .title_main.service_intro--hook strong {
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .title.title_main br, .service_intro .title_main.service_intro--hook br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title.title_main, .service_intro .title_main.service_intro--hook {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
  .title.title_main strong, .service_intro .title_main.service_intro--hook strong {
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.title.title_medium, .service_intro .title_medium.service_intro--hook {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: 600;
}
.title.title_medium strong, .service_intro .title_medium.service_intro--hook strong {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 58px;
  line-height: 5.8rem;
  font-weight: 600;
}
.title.title_medium .title--line span, .service_intro .title_medium.service_intro--hook .title--line span {
  opacity: 0;
}
@media (max-width: 991px) {
  .title.title_medium, .service_intro .title_medium.service_intro--hook {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  .title.title_medium strong, .service_intro .title_medium.service_intro--hook strong {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
  .title.title_medium br, .service_intro .title_medium.service_intro--hook br {
    display: none;
  }
}
@media (max-width: 767px) {
  .title.title_medium, .service_intro .title_medium.service_intro--hook {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .title.title_medium strong, .service_intro .title_medium.service_intro--hook strong {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.title.title_small, .service_intro .title.service_intro--hook, .service_intro .title_small.service_intro--hook, .service_intro .service_intro--hook {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 500;
}
.title.title_small.has_arrow i, .service_intro .has_arrow.service_intro--hook i {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 2rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .title.title_small, .service_intro .title.service_intro--hook, .service_intro .title_small.service_intro--hook, .service_intro .service_intro--hook {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.title.title_news, .service_intro .title_news.service_intro--hook {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
}
.title.has_star:after, .service_intro .has_star.service_intro--hook:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 27px;
  margin-left: 2rem;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.title.has_star.star_yellow:after, .service_intro .has_star.star_yellow.service_intro--hook:after {
  background: url("../img/pictos/star_yellow.svg") no-repeat top center;
  background-size: 25px auto;
}
.title.has_star.star_pink:after, .service_intro .has_star.star_pink.service_intro--hook:after {
  background: url("../img/pictos/star_pink.svg") no-repeat top center;
  background-size: 25px auto;
}
.title.has_star.star_blue:after, .service_intro .has_star.star_blue.service_intro--hook:after {
  background: url("../img/pictos/star_blue.svg") no-repeat top center;
  background-size: 25px auto;
}
.title .title--line, .service_intro .service_intro--hook .title--line {
  display: inline-block;
  padding-bottom: 3px;
}
.title .title--line span, .service_intro .service_intro--hook .title--line span {
  display: inline-block;
  -moz-transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.title.animated.has_star:after, .service_intro .animated.has_star.service_intro--hook:after {
  opacity: 1;
}
.title.animated .title--line span, .service_intro .animated.service_intro--hook .title--line span {
  -webkit-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  -moz-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.title.animated .title--line:nth-child(2) span, .service_intro .animated.service_intro--hook .title--line:nth-child(2) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.title.animated .title--line:nth-child(3) span, .service_intro .animated.service_intro--hook .title--line:nth-child(3) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.title.animated .title--line:nth-child(4) span, .service_intro .animated.service_intro--hook .title--line:nth-child(4) span {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.title.animated .title--line:nth-child(5) span, .service_intro .animated.service_intro--hook .title--line:nth-child(5) span {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.title.animated .title--line:nth-child(6) span, .service_intro .animated.service_intro--hook .title--line:nth-child(6) span {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.subtitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}

/* labels */
.list_labels {
  display: flex;
  flex-wrap: wrap;
}
.list_labels li {
  margin: 1.5rem 1.5rem 0 0;
}

.label {
  display: block;
  padding: 10px 20px;
  border: 1px solid #BFBFBF;
  border-radius: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #BFBFBF;
  white-space: nowrap;
}
.label.blue {
  border: 0;
  background: #406AFF;
  color: #FFFFFF !important;
}

/* full img */
.full_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* appear from left */
.js_appear .js_appear--list li {
  pointer-events: none;
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  opacity: 0;
}

/* nav categories */
.cat_listing_wrap .cat_listing {
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  -moz-transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.cat_listing_wrap .cat_listing.animated {
  -webkit-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  -moz-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
}
.cat_listing_wrap .cat_listing li {
  margin: 1.5rem 1.5rem 0 0;
}
.cat_listing_wrap .cat_listing li a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  background: #0C0F28;
  color: #FFFFFF;
}
.cat_listing_wrap .cat_listing.purple li a.active, .cat_listing_wrap .cat_listing.purple li a:hover {
  background: #CA59FF;
}
.cat_listing_wrap .cat_listing.blue li a.active, .cat_listing_wrap .cat_listing.blue li a:hover {
  background: #406AFF;
}
@media (max-width: 767px) {
  .cat_listing_wrap {
    overflow-x: auto;
    overflow-y: none;
    padding-bottom: 2rem;
  }
  .cat_listing_wrap .cat_listing {
    flex-wrap: nowrap;
  }
  .cat_listing_wrap .cat_listing li {
    margin: 0 1.5rem 0 0;
  }
  .cat_listing_wrap .cat_listing li a {
    white-space: nowrap;
  }
}

/* nav listing */
.nav_listing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nav_listing a {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 2rem 1rem 0 1rem;
  color: #4D4E58;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.nav_listing a i {
  margin: auto;
  font-size: 20px;
  font-size: 2rem;
}
.nav_listing a span {
  margin: auto;
}
.nav_listing a.prev, .nav_listing a.next {
  border: 1px solid #BFBFBF;
}
.nav_listing a.prev.inactive, .nav_listing a.next.inactive {
  pointer-events: none;
}
.nav_listing a.prev.inactive i, .nav_listing a.next.inactive i {
  opacity: 0.3;
}
.nav_listing a.active {
  pointer-events: none;
  border: 0;
  background: #406AFF;
  color: #FFFFFF;
}
.nav_listing a:hover {
  background: #406AFF;
  color: #FFFFFF;
}
.nav_listing a:hover.prev, .nav_listing a:hover.next {
  border: 1px solid #406AFF;
}
@media (max-width: 767px) {
  .nav_listing a {
    width: 40px;
    height: 40px;
    margin: 1rem 0.5rem 0 0.5rem;
  }
}

/* backgrounds */
.bg_dark {
  background: #02041B;
}

.bg_grey_verylight {
  background: #F8F8F8;
}

.bg_white {
  background: #FFFFFF;
}
.bg_white .title, .bg_white .service_intro .service_intro--hook, .service_intro .bg_white .service_intro--hook {
  color: #02041B;
}

.is_illu {
  position: absolute;
}

.home_services .container {
  position: relative;
}
.home_services .container .is_illu {
  width: 25px;
  height: 27px;
  right: 15px;
  top: 0;
}

.agency_exp .container,
.quick_news .container {
  position: relative;
}
.agency_exp .container .is_illu,
.quick_news .container .is_illu {
  width: 25px;
  height: 27px;
  right: -65px;
  top: 0;
}
@media (max-width: 1199px) {
  .agency_exp .container .is_illu,
  .quick_news .container .is_illu {
    display: none;
  }
}

.quick_news .container .is_illu {
  top: -4rem;
}

.service_protocols {
  position: relative;
}
.service_protocols .is_illu {
  width: 25px;
  height: 27px;
  left: -90px;
  top: 10rem;
}
@media (max-width: 1199px) {
  .service_protocols .is_illu {
    display: none;
  }
}

.service_access {
  position: relative;
}
.service_access .is_illu {
  width: 25px;
  height: 27px;
}
.service_access .is_illu.top {
  left: -90px;
  top: 20rem;
}
.service_access .is_illu.bottom {
  right: -65px;
  bottom: 10rem;
}
@media (max-width: 1199px) {
  .service_access .is_illu {
    display: none;
  }
}

.global_pres .global_pres--content p {
  padding-top: 4rem;
  color: #BFBFBF;
  line-height: 25px;
  line-height: 2.5rem;
  opacity: 0;
  -moz-transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.global_pres .global_pres--content p.animated {
  -webkit-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.1s;
  -moz-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.1s;
  animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.1s;
}
.global_pres .global_pres--content .list_labels {
  margin-top: 4rem;
  opacity: 0;
  -moz-transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.global_pres .global_pres--content .list_labels.animated {
  -webkit-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  -moz-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
}
.global_pres .global_pres--content .global_pres--contact_links {
  display: flex;
  margin-top: 4rem;
  opacity: 0;
  -moz-transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}
.global_pres .global_pres--content .global_pres--contact_links.animated {
  -webkit-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  -moz-animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
  animation: text_up 0.55s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.3s;
}
.global_pres .global_pres--content .global_pres--contact_links a {
  padding: 10px 20px;
  border-radius: 15px;
  border: 1px solid #101433;
  background: #0C0F28;
  color: #FFFFFF;
}
.global_pres .global_pres--content .global_pres--contact_links a:hover {
  background: #101433;
  color: #406AFF;
  text-decoration: underline;
}
.global_pres .global_pres--content .global_pres--contact_links a + a {
  margin-left: 1rem;
}
.global_pres .global_pres--img {
  padding-left: 6rem;
}
.global_pres .global_pres--img img {
  display: inline-block;
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .global_pres .global_pres--img {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .global_pres .global_pres--img {
    max-width: 75%;
    margin: 4rem auto;
  }
  .global_pres .gowith_link {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .global_pres .global_pres--content .global_pres--contact_links {
    flex-direction: column;
  }
  .global_pres .global_pres--content .global_pres--contact_links a {
    align-self: flex-start;
  }
  .global_pres .global_pres--content .global_pres--contact_links a + a {
    margin-left: 0;
    margin-top: 1rem;
  }
  .global_pres .global_pres--img {
    max-width: 100%;
  }
}

.landing .agency_intro {
  position: relative;
  max-width: 1120px;
}
.landing .agency_intro .illu-1 {
  position: absolute;
  left: 0px;
  bottom: 80px;
  height: 183px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .landing .agency_intro .illu-1 {
    display: none;
  }
}
.landing .agency_intro .illu-2 {
  position: absolute;
  right: 0px;
  top: 90px;
  height: 183px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 991px) {
  .landing .agency_intro .illu-2 {
    display: none;
  }
}
.landing .agency_intro .is_illu_1 {
  left: 140px;
  top: -30px;
  margin: auto;
  right: auto;
}
@media (max-width: 991px) {
  .landing .agency_intro .is_illu_1 {
    left: 0px;
    top: -55px;
    margin: auto;
    right: 0px;
  }
}
.landing .agency_intro .is_illu_2 {
  right: 90px;
  top: 0px;
  bottom: -140px;
  margin: auto;
  height: 16px;
}
@media (max-width: 991px) {
  .landing .agency_intro .is_illu_2 {
    display: none;
  }
}
.landing .agency_intro .global_pres--content {
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}
.landing .agency_intro .global_pres--content .title_main {
  line-height: normal;
}
.landing .agency_intro .global_pres--content .price {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
}
.landing .agency_intro .global_pres--content .price:before {
  content: ".";
  color: #FFFFFF;
  position: relative;
  margin-right: 10px;
  top: -5px;
  font-size: 20px;
  font-size: 2rem;
}
.landing .agency_intro .global_pres--content .price:after {
  content: ".";
  color: #FFFFFF;
  position: relative;
  margin-left: 10px;
  top: -5px;
  font-size: 20px;
  font-size: 2rem;
}
.landing .agency_intro .global_pres--content .btn {
  margin-top: 30px;
  padding: 20px 30px 20px 30px;
}
.landing .agency_intro .global_pres--content p {
  padding-left: 0px;
  padding-top: 2rem;
  font-size: 20px;
  font-size: 2rem;
}

.global_cards .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.global_cards .row [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.global_card {
  display: block;
  background: #0C0F28;
  padding: 5rem;
  border-radius: 15px;
  margin-top: 2rem;
}
.global_card .global_card--content {
  text-align: center;
  margin-top: 4rem;
}
.global_card .global_card--content p {
  padding-top: 2rem;
  color: #BFBFBF;
  line-height: 25px;
  line-height: 2.5rem;
}
.global_card .global_card--img img {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: auto;
  height: 185px;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.global_card.is_flex {
  display: flex;
  flex-direction: row;
}
.global_card.is_flex .global_card--content,
.global_card.is_flex .global_card--img {
  max-width: 50%;
  flex: 0 0 50%;
}
.global_card.is_flex .global_card--content {
  margin-top: 0;
  padding-right: 5rem;
  align-self: center;
}
.global_card.is_flex .global_card--img {
  margin: 0;
  padding-left: 5rem;
}
.global_card.is_flex .global_card--img img {
  display: block;
  width: 100%;
  height: auto;
  height: auto;
}
@media (max-width: 991px) {
  .global_card.is_flex {
    flex-direction: column;
  }
  .global_card.is_flex .global_card--content,
  .global_card.is_flex .global_card--img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .global_card.is_flex .global_card--content {
    order: 2;
    margin-top: 4rem;
    padding-right: 0;
  }
  .global_card.is_flex .global_card--img {
    order: 1;
    padding-left: 0;
  }
  .global_card.is_flex .global_card--img img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: auto;
    height: 185px;
  }
}
@media (max-width: 767px) {
  .global_card {
    padding: 3rem;
  }
  .global_card .global_card--img img {
    display: block;
    width: 100%;
    height: auto;
    height: auto;
  }
  .global_card.is_flex .global_card--img img {
    display: block;
    width: 100%;
    height: auto;
    height: auto;
  }
}

a.global_card:hover .global_card--content .title_small, a.global_card:hover .global_card--content .service_intro .service_intro--hook, .service_intro a.global_card:hover .global_card--content .service_intro--hook {
  color: #406AFF;
}
a.global_card:hover .global_card--content .title_small i, a.global_card:hover .global_card--content .service_intro .service_intro--hook i, .service_intro a.global_card:hover .global_card--content .service_intro--hook i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
a.global_card:hover .global_card--img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.global_blockquote {
  display: flex;
  position: relative;
  text-align: right;
}
.global_blockquote:before {
  display: block;
  content: "";
  width: 44px;
  height: 62px;
  background: url("../img/pictos/quotes.svg") no-repeat top center;
  background-size: 44px auto;
  align-self: flex-start;
  flex-shrink: 0;
}
.global_blockquote:after {
  display: block;
  content: "";
  bottom: 40px;
  width: 25px;
  height: 27px;
  background: url("../img/pictos/star_yellow.svg") no-repeat top center;
  background-size: 25px auto;
  align-self: flex-end;
  flex-shrink: 0;
  margin-bottom: 11rem;
}
.global_blockquote blockquote {
  display: block;
  margin: 0 6rem 0 4rem;
  padding: 3rem;
  background: #101433;
  border: 2px dashed #0F80E4;
  color: #FFFFFF;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  text-align: left;
}
.global_blockquote figcaption {
  position: relative;
  display: inline-block;
  background: #406AFF;
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 30px;
  margin-top: 2.5rem;
  margin-right: 15rem;
}
.global_blockquote figcaption:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/pictos/pointer_blue.svg") no-repeat center center;
  background-size: 16px auto;
  position: absolute;
  left: -16px;
  top: -12px;
}
@media (max-width: 767px) {
  .global_blockquote {
    flex-direction: column;
  }
  .global_blockquote:after {
    position: absolute;
    right: 4rem;
    top: 3rem;
    bottom: unset;
    margin-bottom: 0;
  }
  .global_blockquote blockquote {
    margin: 2rem 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .global_blockquote figcaption {
    margin-right: 4rem;
  }
}

.global_stack_slider {
  position: relative;
}
.global_stack_slider .global_stack_slider_wrap {
  display: flex;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--left {
  width: 50%;
  align-self: center;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right {
  position: relative;
  width: 50%;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card {
  position: relative;
  opacity: 1;
  padding: 3rem;
  overflow: auto;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .global_card--content {
  margin-top: 0px;
  text-align: left;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-up {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
  position: relative;
  gap: 30px;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-down {
  opacity: 0;
  transition: opacity 0.6s;
  position: absolute;
  padding: 30px;
  height: max-content;
  max-height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-down p {
  color: #BFBFBF;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .global_card--img img {
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  object-fit: contain;
  height: auto;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card:hover .content-up {
  opacity: 0;
}
.global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card:hover .content-down {
  opacity: 1;
}
@media (max-width: 1199px) {
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right {
    width: 45%;
  }
  .global_stack_slider .global_stack_slider--dots {
    left: unset;
    right: 0;
  }
}
@media (max-width: 991px) {
  .global_stack_slider {
    height: auto;
    margin-top: 40px;
  }
  .global_stack_slider .global_stack_slider_wrap {
    flex-direction: column;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--left {
    width: 100%;
    align-self: center;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right {
    position: static;
    width: 100%;
    min-height: unset;
    margin-top: 2rem;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card {
    position: static;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-up {
    display: block;
    opacity: 1;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-down {
    opacity: 1;
    transition: opacity 0.3s;
    position: relative;
    padding: 0px;
    margin-top: 20px;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .content-down p {
    color: #BFBFBF;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .global_card--img {
    margin-bottom: 30px;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card .global_card--img img {
    width: 100%;
    max-width: 215px;
    width: 100%;
    max-height: 145px;
    object-fit: contain;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card:hover .content-up {
    opacity: 1;
  }
  .global_stack_slider .global_stack_slider_wrap .global_stack_slider--right .global_card:hover .content-down {
    opacity: 1;
  }
}

.gowith_link {
  display: inline-flex;
}
.gowith_link .gowith_link--circle {
  display: flex;
  position: relative;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  background: #ECEE82;
  flex-shrink: 0;
  margin: 0 4rem;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gowith_link .gowith_link--circle:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: #ECEE82;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gowith_link .gowith_link--circle .text_rotate {
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gowith_link .gowith_link--circle i {
  margin: auto;
  font-size: 30px;
  font-size: 3rem;
  color: #02041B;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.gowith_link:before, .gowith_link:after {
  display: block;
  content: "";
  width: 25px;
  height: 27px;
  background: url("../img/pictos/star_pink.svg") no-repeat top center;
  background-size: 25px auto;
}
.gowith_link:before {
  align-self: center;
}
.gowith_link:after {
  margin-top: 20px;
}
.gowith_link:hover {
  text-decoration: none;
}
.gowith_link:hover .gowith_link--circle:before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gowith_link:hover .gowith_link--circle i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.gowith_link.blue .gowith_link--circle {
  background: #406AFF;
}
.gowith_link.blue .gowith_link--circle:before {
  background: #406AFF;
}
.gowith_link.blue .gowith_link--circle i {
  color: #FFFFFF;
}
.gowith_link.no-star:before, .gowith_link.no-star:after {
  display: none;
}

.gowith--text {
  margin-top: 12rem;
  text-align: center;
  white-space: nowrap;
}
.gowith--text p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 70px;
  font-size: 7rem;
  font-weight: 600;
  color: #ECEE82 !important;
}
.gowith--text p span {
  display: inline-flex;
  align-items: center;
}
.gowith--text p span:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../img/pictos/star_yellow2.svg") no-repeat top center;
  background-size: 30px auto;
  margin: 0 3rem;
}
.gowith--text p span:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .gowith--text {
    margin-top: 8rem;
  }
  .gowith--text p {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .gowith--text {
    margin-top: 4rem;
  }
  .gowith--text p {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.global_gowith {
  overflow: hidden;
}
.global_gowith .gowith_link {
  margin-top: 6rem;
}

.global_accordions .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.global_accordions .row [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.global_accordions .bloc_accordion {
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #F8F8F8;
  border: 1px solid #EDEDED;
}
.global_accordions .bloc_accordion .bloc_accordion--head {
  display: flex;
  padding: 3rem;
  text-align: left;
}
.global_accordions .bloc_accordion .bloc_accordion--head .head--title {
  padding-right: 3rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
  color: #02041B;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.global_accordions .bloc_accordion .bloc_accordion--head .head--title:hover {
  color: #406AFF;
}
.global_accordions .bloc_accordion .bloc_accordion--head span {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #406AFF;
  color: #FFFFFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.global_accordions .bloc_accordion .bloc_accordion--head span i {
  margin: auto;
}
.global_accordions .bloc_accordion .bloc_accordion--content {
  display: none;
  padding: 0 3rem 3rem 3rem;
}
.global_accordions .bloc_accordion .bloc_accordion--content p {
  line-height: 25px;
  line-height: 2.5rem;
}
.global_accordions .bloc_accordion.active .bloc_accordion--head .head--title {
  color: #406AFF;
}
.global_accordions .bloc_accordion.active .bloc_accordion--head span {
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* forms */
/* forms */
form {
  /* Chrome & Safari Hack yellow bg */
  /* Mozilla Hack yellow bg */
  /* input type number Hack spinner */
}
form input,
form select,
form textarea {
  display: block;
  margin: 0 0 10px 0;
  text-decoration: none;
  /*font-family:$font_external_1;*/
  font-size: 10pt;
  padding: 5px 8px;
  width: 100%;
  height: 34px;
  border: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
form input {
  filter: none;
}
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=number] {
  -moz-appearance: textfield;
}
form select {
  background: url("../img/select.svg") no-repeat right 10px center #fff;
  background-size: 12px;
  cursor: pointer;
}
form textarea {
  resize: none;
  height: 180px;
}

.landing_contact_form {
  background: #F8F8F8;
}
.landing_contact_form .description {
  margin-top: 5rem;
}
.landing_contact_form .contact_form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #d5d5ff;
}

.modal_nar {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0px;
  left: 0px;
  background-color: rgb(12, 15, 40);
  transition: 0.3s;
  opacity: 0;
  overflow: scroll;
}
.modal_nar .modal_content .modal_header {
  display: flex;
  justify-content: end;
  margin-right: 16px;
  margin-top: 11px;
  margin-bottom: 9px;
}
.modal_nar .modal_content .modal_header i {
  font-size: 25px;
  color: #fff;
}
@media (max-width: 991px) {
  .modal_nar .modal_content .modal_header i {
    font-size: 25px;
  }
}
.modal_nar .modal_content .modal_header i:hover {
  cursor: pointer;
}
.body_show_modal {
  cursor: initial;
}
.body_show_modal .modal_nar {
  opacity: 1;
  z-index: 100000;
}
.body_show_modal .cursor--circle {
  display: none;
}
.body_show_modal .cursor--arrow {
  display: none;
}
.body_show_modal a {
  cursor: pointer;
}

/* burger */
/* burger */
.burger {
  display: none;
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}
@media (max-width: 767px) {
  .burger {
    display: block;
  }
}
.burger span {
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  background: transparent;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.burger span:before, .burger span:after {
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.burger span:after {
  -moz-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.burger.open span {
  background: transparent;
}
.burger.open span:before {
  -moz-transform: translateY(0) rotate(225deg);
  -webkit-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
}
.burger.open span:after {
  -moz-transform: translateY(0) rotate(-225deg);
  -webkit-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);
}

/* header */
.transition-site {
  background: #406AFF;
  padding: 10px;
  color: #FFF;
  font-family: "Urbanist", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .transition-site {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 8px;
  }
}
.transition-site span {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .transition-site span {
    display: block;
  }
}
.transition-site a {
  color: #FFF;
  font-family: "Urbanist", arial, sans-serif;
  text-decoration: underline;
  font-size: 18px;
}
@media (max-width: 991px) {
  .transition-site a {
    font-size: 14px;
    line-height: 16px;
  }
}
.transition-site bold, .transition-site strong, .transition-site b {
  font-weight: 600;
}
.transition-site .info-svg {
  width: 25px;
  object-fit: contain;
  margin-right: 11px;
}
@media (max-width: 991px) {
  .transition-site .info-svg {
    display: block;
    width: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 15px;
    display: none;
  }
}
.transition-site .arrow {
  width: 13px;
  object-fit: contain;
  margin-left: 8px;
}
@media (max-width: 991px) {
  .transition-site .arrow {
    width: 10px;
    object-fit: contain;
    margin-left: 2px;
    height: 10px;
  }
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  /*height:80px;*/
  height: 128px;
  background: #02041B;
  margin-top: 0px;
  transition: 0.2s;
}
@media (max-width: 991px) {
  header {
    height: 104px;
  }
}
header .container {
  display: flex;
  height: auto;
  align-items: center;
}
header .container .header--logo {
  display: block;
}
header .container .header--logo img {
  display: block;
  width: 161px;
  height: auto;
}
@media (max-width: 991px) {
  header .container .header--logo img {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 144px;
  }
}
header .container .header--nav {
  margin-left: auto;
}
header .container .header--nav .line {
  display: none;
  height: 10px;
  background: transparent;
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-transition: left 0.3s ease, opacity 0.2s ease, width 0.3s ease;
  -moz-transition: left 0.3s ease, opacity 0.2s ease, width 0.3s ease;
  transition: left 0.3s ease, opacity 0.2s ease, width 0.3s ease;
}
header .container .header--nav .line:before {
  display: block;
  content: "";
  width: 20px;
  height: 10px;
  border-radius: 20px 20px 0 0;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
header .container .header--nav ul {
  display: flex;
  align-items: center;
  height: 80px;
}
header .container .header--nav ul .li_parent {
  line-height: 80px;
}
header .container .header--nav ul .li_parent + .li_parent {
  margin-left: 4rem;
}
header .container .header--nav ul .li_parent a:not(.submenu_wrap .submenu li a) {
  display: inline-flex;
  align-items: center;
}
header .container .header--nav ul .li_parent a {
  color: #FFFFFF;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
}
header .container .header--nav ul .li_parent a i {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
header .container .header--nav ul .li_parent.li_contact a i {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .container .header--nav ul .li_parent.li_contact a:hover i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap {
  position: absolute;
  background: #FFFFFF;
  left: 0;
  right: 0;
  float: left;
  /*top:80px;*/
  top: 128px;
  text-align: center;
  padding: 8rem 0;
  opacity: 0;
  z-index: -999999;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu {
  display: inline-flex;
  text-align: left;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2rem;
  margin-right: -2rem;
  height: auto;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  border-right: 1px solid #BFBFBF;
  padding: 0 2rem;
  align-self: stretch;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li + li {
  margin-left: 0;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li:last-child {
  border: 0;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a {
  font-weight: 500;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p {
  display: flex;
  align-items: center;
  color: #191C3E;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 35px;
  line-height: 3.5rem;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p i {
  margin-left: auto;
  margin-top: 4px;
  font-size: 22px;
  font-size: 2.2rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a span {
  display: block;
  padding-top: 2.5rem;
  color: #4D4E58;
  line-height: 25px;
  line-height: 2.5rem;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a:hover p {
  color: #406AFF;
}
header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a:hover p i {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap {
    padding: 4rem 3rem;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu {
    flex-direction: column;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem 0 3rem 0;
    border-right: 0;
    border-bottom: 1px solid #BFBFBF;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p {
    display: inline-flex;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p i {
    margin-left: 2rem;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a span {
    padding-top: 0;
  }
}
header .container .header--nav ul:hover .li_parent a {
  color: #BFBFBF;
}
header .container .header--nav ul:hover .li_parent:hover a {
  color: #FFFFFF;
}
header .container .header--nav ul:hover .li_parent:hover.has_submenu a i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .container .header--nav ul:hover .li_parent:hover.has_submenu .submenu_wrap {
  opacity: 1;
  z-index: 999999;
  pointer-events: auto;
}
@media (max-width: 767px) {
  header .container .header--nav {
    position: fixed;
    /*top:70px;*/
    top: 104px;
    min-height: calc(100vh - 70px);
    background: #02041B;
    left: 100%;
    opacity: 0;
    right: 0;
    z-index: 999;
    overflow: auto;
    -webkit-transition: left 0.4s ease, opacity 0.4s ease;
    -moz-transition: left 0.4s ease, opacity 0.4s ease;
    transition: left 0.4s ease, opacity 0.4s ease;
  }
  header .container .header--nav .line {
    display: none !important;
  }
  header .container .header--nav.open {
    left: 0;
    opacity: 1;
  }
  header .container .header--nav ul {
    display: block;
    height: auto;
    padding: 2rem;
  }
  header .container .header--nav ul .li_parent {
    display: block;
    line-height: unset;
    border-bottom: 1px solid rgba(77, 78, 88, 0.5);
    padding: 2rem 0;
  }
  header .container .header--nav ul .li_parent + .li_parent {
    margin-left: 0;
  }
  header .container .header--nav ul .li_parent:last-child {
    border: 0;
  }
  header .container .header--nav ul .li_parent a:not(.submenu_wrap .submenu li a) {
    display: flex;
  }
  header .container .header--nav ul .li_parent a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
  }
  header .container .header--nav ul .li_parent a i {
    margin-left: auto;
  }
  header .container .header--nav ul .li_parent.li_contact a {
    display: flex;
  }
  header .container .header--nav ul .li_parent.li_contact a i {
    margin-left: auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap {
    display: none;
    position: static;
    background: transparent;
    float: unset;
    text-align: left;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .container {
    padding: 0;
    margin: 0;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu {
    padding: 0;
    width: 100%;
    padding: 0;
    margin: 0.5rem 0 0 0;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li {
    padding: 0.5rem 0 0 0;
    border: 0;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a {
    color: #FFFFFF;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p {
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    color: #BFBFBF;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a p i {
    margin-left: auto;
    font-size: 18px;
    font-size: 1.8rem;
    color: #FFFFFF;
  }
  header .container .header--nav ul .li_parent.has_submenu .submenu_wrap .submenu li a span {
    display: none;
  }
  header .container .header--nav ul .li_parent.has_submenu.toggled a:not(.submenu_wrap .submenu li a) i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .container .header--nav ul:hover .li_parent a {
    color: #FFFFFF;
  }
  header .container .header--nav ul:hover .li_parent:hover a {
    color: #FFFFFF;
  }
  header .container .header--nav ul:hover .li_parent:hover.has_submenu a i {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
header.remove-transition {
  margin-top: -48px;
}
@media (max-width: 767px) {
  header.remove-transition .header--nav {
    top: 56px;
  }
}

/* home */
/* agence */
.agency_intro .global_pres--content p {
  padding-left: 10rem;
}
.agency_intro .agency_intro--img {
  display: inline-block;
  position: relative;
  top: 4rem;
}
.agency_intro .agency_intro--img img {
  display: block;
  width: 150px;
  height: auto;
}
.agency_intro .agency_intro--img img.text_rotate {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
}
.agency_intro .agency_intro--img:before {
  display: block;
  content: "";
  width: 44px;
  height: 40px;
  background: url("../img/pictos/stars_yellow.svg") no-repeat top center;
  background-size: 44px auto;
  position: absolute;
  top: -62px;
  right: 10px;
}
@media (max-width: 991px) {
  .agency_intro .global_pres--content p {
    padding-left: 0;
  }
  .agency_intro .agency_intro--img {
    top: 0;
    margin-top: 10rem;
  }
}

/*.agency_partner {*/
.agency_partner--slider, .agency_customers--slider {
  display: flex;
  margin-top: 8rem;
}
.agency_partner--slider li, .agency_customers--slider li {
  display: flex;
  max-width: 10%;
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
}
.agency_partner--slider li img, .agency_customers--slider li img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
}

@media (max-width: 1199px) {
  .agency_partner--slider li {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}
@media (max-width: 767px) {
  .agency_partner--slider li {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .agency_partner--slider li img {
    height: 30px;
  }
}
/*}*/
.agency_customers--slider li img {
  max-height: 50px;
  height: auto;
  width: max-content;
}
.agency_customers--slider.landing_agency_customers {
  margin-top: 3rem;
}

@media (max-width: 1199px) {
  .agency_customers--slider li {
    max-width: 12.5%;
    flex: 0 0 12.5%;
  }
}
@media (max-width: 767px) {
  .agency_customers--slider li {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .agency_customers--slider li img {
    max-width: 80px;
    max-height: 100%;
  }
}
.agency_exp .row {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.agency_exp .row [class*=col-] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.agency_exp .agency_exp--logos {
  display: flex;
  flex-wrap: wrap;
}
.agency_exp .agency_exp--logos li {
  display: flex;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3rem;
  height: 100px;
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.agency_exp .agency_exp--logos li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(1) brightness(1.2);
  -moz-filter: grayscale(1) brightness(1.2);
  filter: grayscale(1) brightness(1.2);
}
.agency_exp .agency_exp--logos li.appear {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.agency_gowith .agency_gowith--content {
  overflow: scroll;
  padding-bottom: 25px;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul {
  display: flex;
  flex-wrap: nowrap;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul li {
  max-width: calc((100% - 20px) / 2);
  flex: 0 0 calc((100% - 20px) / 2);
  align-self: stretch;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith {
  height: 100%;
  padding: 5rem;
  border-radius: 15px;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith .title, .agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith .service_intro .service_intro--hook, .service_intro .agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith .service_intro--hook {
  color: #FFFFFF !important;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith p {
  padding-top: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #BFBFBF;
}
.agency_gowith .agency_gowith--content .agency_gowith--slider ul li + li {
  margin-left: 20px;
}
.agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith {
  padding: 3rem !important;
}
.agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2F3357;
  min-height: 100px;
  gap: 20px;
  align-items: center;
  padding-bottom: 30px;
}
.agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header .text .title, .agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header .text .service_intro .service_intro--hook, .service_intro .agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header .text .service_intro--hook {
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header .text .post {
  color: #4D4E58;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.agency_gowith .agency_gowith--content.landing_gowith .bloc_gowith .header img {
  max-height: 70px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .agency_gowith .agency_gowith--content .agency_gowith--slider ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .agency_gowith .agency_gowith--content .agency_gowith--slider ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .agency_gowith .agency_gowith--content .agency_gowith--slider ul li .bloc_gowith {
    padding: 3rem;
  }
  .agency_gowith .agency_gowith--content .agency_gowith--slider ul li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
  .agency_gowith .agency_gowith--content .landing_gowith .agency_gowith--slider ul {
    flex-direction: row;
  }
  .agency_gowith .agency_gowith--content .landing_gowith .agency_gowith--slider ul li {
    max-width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    margin-top: 0rem;
  }
}
.agency_gowith .with_advice {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 991px) {
  .agency_gowith .with_advice {
    flex-direction: column;
  }
}
.agency_gowith .with_advice .switch_colors {
  max-width: 680px;
}
.agency_gowith .with_advice .switch_colors h2:after {
  display: none;
}
.agency_gowith .with_advice .advice .note svg {
  width: 40px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .agency_gowith .with_advice .advice .note svg {
    width: 25px;
    top: 8px;
    position: relative;
  }
}
.agency_gowith .with_advice .advice .note .text {
  color: #4D4E58;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  margin-left: 7px;
  line-height: normal;
}
@media (max-width: 991px) {
  .agency_gowith .with_advice .advice .note .text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.agency_gowith .with_advice .advice .testimony {
  width: 163px;
  object-fit: contain;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .agency_gowith .with_advice .advice .testimony {
    width: 128px;
    margin-bottom: 25px;
  }
}

.agency_team .title_small, .agency_team .service_intro .service_intro--hook, .service_intro .agency_team .service_intro--hook {
  max-width: 75%;
  padding-top: 4rem;
}
.agency_team .agency_team--content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agency_team .agency_team--content .content--img_left,
.agency_team .agency_team--content .content--img_right {
  display: block;
  height: 90%;
  width: auto;
  position: absolute;
}
.agency_team .agency_team--content .content--img_left {
  left: -6rem;
}
.agency_team .agency_team--content .content--img_right {
  right: -6rem;
}
.agency_team .agency_team--content .content--infos {
  position: relative;
  width: 265px;
  background: #02041B;
  border-radius: 10px;
  padding: 3rem 2rem;
  flex-shrink: 0;
}
.agency_team .agency_team--content .content--infos .infos--picto {
  display: block;
  width: 55px;
  height: auto;
}
.agency_team .agency_team--content .content--infos .title, .agency_team .agency_team--content .content--infos .service_intro .service_intro--hook, .service_intro .agency_team .agency_team--content .content--infos .service_intro--hook {
  padding-top: 4rem;
  color: #FFFFFF;
}
.agency_team .agency_team--content .content--infos p {
  padding-top: 3rem;
  color: #BFBFBF;
  line-height: 25px;
  line-height: 2.5rem;
}
.agency_team .agency_team--content .content--infos .infos--img {
  display: block;
  height: 80%;
  width: auto;
  border-radius: 10px;
  position: absolute;
  right: -10rem;
  top: 8%;
  z-index: -1;
  -moz-transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}
.agency_team .agency_team--content .content--infos .infos--img img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .agency_team .agency_team--content .content--img_left,
  .agency_team .agency_team--content .content--img_right {
    height: 65%;
  }
  .agency_team .agency_team--content .content--img_left {
    left: 15px;
  }
  .agency_team .agency_team--content .content--img_right {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .agency_team .agency_team--content {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .agency_team .agency_team--content .content--img_left,
  .agency_team .agency_team--content .content--img_right {
    display: block;
    height: 400px;
    width: auto;
    position: static;
  }
  .agency_team .agency_team--content .content--infos {
    width: 360px;
    margin: 4rem 0;
  }
}
@media (max-width: 767px) {
  .agency_team .agency_team--content {
    margin-bottom: 4rem;
  }
  .agency_team .agency_team--content .content--img_left,
  .agency_team .agency_team--content .content--img_right {
    height: auto;
    width: 100%;
  }
  .agency_team .agency_team--content .content--img_right {
    width: 70%;
  }
  .agency_team .agency_team--content .content--infos {
    width: 70%;
    align-self: flex-start;
  }
  .agency_team .agency_team--content .content--infos .infos--img {
    right: -6rem;
  }
}

/* services */
.service_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.service_intro img {
  display: block;
  width: 300px;
  height: auto;
  align-self: center;
}
.service_intro .title, .service_intro .service_intro--hook {
  padding-top: 6rem;
}
.service_intro .service_intro--hook {
  max-width: 65%;
  padding-top: 3rem;
}
.service_intro hr {
  display: block;
  width: 1px;
  height: 150px;
  margin: 3rem 0;
  background-image: -webkit-linear-gradient(top, transparent 0%, #4D4E58 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #4D4E58 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #4D4E58 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF4D4E58", GradientType=0);
}
@media (max-width: 767px) {
  .service_intro .service_intro--hook {
    max-width: 100%;
  }
  .service_intro hr {
    height: 100px;
  }
}

.service_protocols .service_protocols--list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.service_protocols .service_protocols--list li {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  margin-top: 8rem;
}
.service_protocols .service_protocols--list li.less_index {
  z-index: -1;
}
.service_protocols .service_protocols--list li .bloc_protocol {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.service_protocols .service_protocols--list li .bloc_protocol h3 {
  display: flex;
  color: #BFBFBF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
}
.service_protocols .service_protocols--list li .bloc_protocol h3 span {
  padding-right: 1.5rem;
}
.service_protocols .service_protocols--list li .bloc_protocol .title_content {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.service_protocols .service_protocols--list li .bloc_protocol .title_content h3 {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: normal;
}
@media (max-width: 991px) {
  .service_protocols .service_protocols--list li .bloc_protocol .title_content h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .service_protocols .service_protocols--list li .bloc_protocol .title_content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
}
.service_protocols .service_protocols--list li .bloc_protocol .bloc_protocol--desc {
  position: absolute;
  pointer-events: none;
  left: calc(100% + 4rem);
  top: 50%;
  -moz-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  background: #FFFFFF;
  padding: 3rem;
  border-radius: 10px;
  width: 360px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, transform 0.4s ease;
  -moz-transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.service_protocols .service_protocols--list li .bloc_protocol .bloc_protocol--desc p {
  line-height: 25px;
  line-height: 2.5rem;
  color: #4D4E58;
}
.service_protocols .service_protocols--list li .bloc_protocol .with-dot {
  margin-bottom: 3px;
  color: #BFBFBF;
}
.service_protocols .service_protocols--list li .bloc_protocol .with-dot:before {
  content: "";
  position: relative;
  background-color: #4D4E58;
  height: 3px;
  width: 3px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 50%;
  top: -4px;
  margin-left: 10px;
}
.service_protocols .service_protocols--list li .bloc_protocol .critere {
  color: #FFFFFF;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
.service_protocols .service_protocols--list li .bloc_protocol .critere svg {
  margin-right: 10px;
  width: 25px;
  position: relative;
  top: 6px;
}
.service_protocols .service_protocols--list li .bloc_protocol.blured {
  pointer-events: none;
  opacity: 0.5;
}
.service_protocols .service_protocols--list li .bloc_protocol.show_desc {
  z-index: 20;
}
.service_protocols .service_protocols--list li .bloc_protocol.show_desc .bloc_protocol--desc {
  opacity: 1;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service_protocols .service_protocols--list li:nth-child(3n) .bloc_protocol .bloc_protocol--desc {
  left: unset;
  right: calc(100% + 4rem);
}
@media (max-width: 991px) {
  .service_protocols .service_protocols--list li .bloc_protocol .bloc_protocol--desc {
    left: 0;
    top: calc(100% + 2rem);
    -moz-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  .service_protocols .service_protocols--list li .bloc_protocol.show_desc .bloc_protocol--desc {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .service_protocols .service_protocols--list li:nth-child(3n) .bloc_protocol .bloc_protocol--desc {
    right: 0;
  }
}
@media (max-width: 767px) {
  .service_protocols .service_protocols--list {
    flex-direction: column;
    margin-top: 4rem;
  }
  .service_protocols .service_protocols--list li {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
  }
  .service_protocols .service_protocols--list li + li {
    margin-top: 3rem;
  }
  .service_protocols .service_protocols--list li .bloc_protocol {
    display: block;
  }
  .service_protocols .service_protocols--list li .bloc_protocol h3 {
    color: #FFFFFF;
  }
  .service_protocols .service_protocols--list li .bloc_protocol h3 br {
    display: none;
  }
  .service_protocols .service_protocols--list li .bloc_protocol .bloc_protocol--desc {
    position: static;
    padding: 0 0 0 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .service_protocols .service_protocols--list li .bloc_protocol .bloc_protocol--desc p {
    padding-top: 1.5rem;
    color: #BFBFBF;
  }
}

.service_access {
  display: flex;
  flex-direction: column;
}
.service_access .bloc_access {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  margin-bottom: 10rem;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service_access .bloc_access:last-child {
  margin-bottom: 0;
}
.service_access .bloc_access .bloc_access--star {
  display: flex;
  width: 90px;
  height: 90px;
  border-radius: 15px;
}
.service_access .bloc_access .bloc_access--star img {
  margin: auto;
  display: block;
  width: 25px;
  height: 27px;
}
.service_access .bloc_access .bloc_access--title {
  margin-top: 2rem;
  position: relative;
}
.service_access .bloc_access .bloc_access--title .bloc_access--round {
  display: flex;
  width: 146px;
  height: 146px;
  border-radius: 100%;
  position: absolute;
  left: calc(100% + 4rem);
  bottom: 50%;
  -moz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.service_access .bloc_access .bloc_access--title .bloc_access--round img {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
}
.service_access .bloc_access .bloc_access--title .bloc_access--round i {
  margin: auto;
  font-size: 30px;
  font-size: 3rem;
  color: #FFFFFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.service_access .bloc_access .bloc_access--title .bloc_access--round.showed {
  opacity: 1;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.service_access .bloc_access.green .bloc_access--star,
.service_access .bloc_access.green .bloc_access--title .bloc_access--round {
  background: #40B983;
}
.service_access .bloc_access.purple .bloc_access--star,
.service_access .bloc_access.purple .bloc_access--title .bloc_access--round {
  background: #CA59FF;
}
.service_access .bloc_access.orange .bloc_access--star,
.service_access .bloc_access.orange .bloc_access--title .bloc_access--round {
  background: #FFB359;
}
.service_access .bloc_access.blured {
  opacity: 0.2;
}
@media (max-width: 991px) {
  .service_access .bloc_access .bloc_access--title .title_medium {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
  .service_access .bloc_access .bloc_access--title .bloc_access--round {
    left: 50%;
    bottom: 50%;
    -moz-transform: translate(-50%, 75%);
    -webkit-transform: translate(-50%, 75%);
    transform: translate(-50%, 75%);
  }
}
@media (max-width: 767px) {
  .service_access .bloc_access {
    margin-bottom: 6rem;
  }
  .service_access .bloc_access .bloc_access--star {
    width: 70px;
    height: 70px;
  }
  .service_access .bloc_access .bloc_access--star img {
    width: 19px;
    height: 21px;
  }
  .service_access .bloc_access .bloc_access--title .title_medium {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
  .service_access .bloc_access .bloc_access--title .bloc_access--round {
    display: none !important;
  }
}

/* projets */
.bloc_project {
  display: block;
  text-align: center;
}
.bloc_project .bloc_project--img {
  border-radius: 10px;
  overflow: hidden;
}
.bloc_project .bloc_project--img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.bloc_project .bloc_project--desc {
  padding-top: 3rem;
}
.bloc_project .bloc_project--desc .title, .bloc_project .bloc_project--desc .service_intro .service_intro--hook, .service_intro .bloc_project .bloc_project--desc .service_intro--hook {
  color: #02041B;
}
.bloc_project .bloc_project--desc .title:not(p.title), .bloc_project .bloc_project--desc .service_intro .service_intro--hook:not(p.title), .service_intro .bloc_project .bloc_project--desc .service_intro--hook:not(p.title) {
  color: #8F909B;
  font-size: 24px;
  font-size: 2.4rem;
}
.bloc_project .bloc_project--desc p {
  padding-top: 1rem;
}
.bloc_project:hover .bloc_project--img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bloc_project:hover .bloc_project--desc .title:not(p.title), .bloc_project:hover .bloc_project--desc .service_intro .service_intro--hook:not(p.title), .service_intro .bloc_project:hover .bloc_project--desc .service_intro--hook:not(p.title) {
  color: #406AFF;
}
@media (max-width: 767px) {
  .bloc_project .bloc_project--desc {
    padding-top: 1rem;
  }
}
.bloc_project.top {
  text-align: left;
}
.bloc_project.top .bloc_project--desc {
  padding-left: 4rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .bloc_project.top .bloc_project--desc {
    padding-left: 0px;
  }
}
.bloc_project.top .bloc_project--desc .title.white, .bloc_project.top .bloc_project--desc .service_intro .white.service_intro--hook, .service_intro .bloc_project.top .bloc_project--desc .white.service_intro--hook {
  color: #fff;
}
.bloc_project.top .criteries {
  margin-top: 5.71rem;
}
.bloc_project.top .criteries .criteria {
  margin-bottom: 3.4rem;
}
.bloc_project.top .criteries .criteria svg {
  vertical-align: top;
  position: relative;
  top: 12px;
}
.bloc_project.top .criteries .criteria .bloc_project--text {
  display: inline-block;
  padding-left: 1.26rem;
}
.bloc_project.top .criteries .criteria .bloc_project--text .bloc_project--title {
  color: #FFF;
  font-size: 40px;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.bloc_project.top .criteries .criteria .bloc_project--text .bloc_project--description {
  color: #BFBFBF;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.projects_listing .projects_listing--title {
  display: flex;
  align-items: flex-end;
}
.projects_listing .projects_listing--title .title, .projects_listing .projects_listing--title .service_intro .service_intro--hook, .service_intro .projects_listing .projects_listing--title .service_intro--hook {
  padding-right: 4rem;
}
.projects_listing .projects_listing--title .btn {
  margin-left: auto;
}
.projects_listing .projects_listing--list .row {
  margin-left: -2rem;
  margin-right: -2rem;
}
.projects_listing .projects_listing--list .row [class*=col-] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.projects_listing .projects_listing--list .bloc_project_wrap:nth-child(even) {
  margin-top: 10rem;
}
@media (max-width: 991px) {
  .projects_listing .projects_listing--title {
    flex-direction: column;
    align-items: flex-start;
  }
  .projects_listing .projects_listing--title .title, .projects_listing .projects_listing--title .service_intro .service_intro--hook, .service_intro .projects_listing .projects_listing--title .service_intro--hook {
    padding-right: 0;
  }
  .projects_listing .projects_listing--title .btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .projects_listing .projects_listing--list .bloc_project_wrap:nth-child(even) {
    margin-top: 0;
  }
  .projects_listing .projects_listing--list .bloc_project_wrap + .bloc_project_wrap {
    margin-top: 4rem;
  }
}

.home_projects--slider ul {
  display: flex;
  flex-wrap: nowrap;
}
.home_projects--slider ul li {
  max-width: 100%;
  flex: 0 0 100%;
}
.home_projects--slider ul li .bloc_project .row {
  margin-left: -5rem;
  margin-right: -5rem;
}
.home_projects--slider ul li .bloc_project .row [class*=col-] {
  padding-left: 5rem;
  padding-right: 5rem;
}
.home_projects--slider ul li .bloc_project .bloc_project--desc {
  text-align: left;
}
@media (max-width: 767px) {
  .home_projects--slider ul {
    flex-direction: column;
  }
  .home_projects--slider ul li .bloc_project .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .home_projects--slider ul li .bloc_project .row [class*=col-] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .home_projects--slider ul li .bloc_project .bloc_project--desc {
    text-align: center;
  }
  .home_projects--slider ul li + li {
    margin-top: 4rem;
  }
}

/* blog */
.quick_news .quick_news--head {
  display: flex;
  align-items: flex-end;
}
.quick_news .quick_news--head .title, .quick_news .quick_news--head .service_intro .service_intro--hook, .service_intro .quick_news .quick_news--head .service_intro--hook {
  padding-right: 4rem;
}
.quick_news .quick_news--head .btn {
  margin-left: auto;
  flex-shrink: 0;
}
.quick_news .row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.quick_news .row [class*=col-] {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .quick_news .quick_news--head {
    flex-direction: column;
    align-items: flex-start;
  }
  .quick_news .quick_news--head .btn {
    margin-left: 0;
    margin-top: 2rem;
  }
}

.bloc_news {
  position: relative;
  display: block;
  margin-top: 4rem;
}
.bloc_news:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  background: #FFFFFF;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bloc_news .bloc_news--img {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-radius: 10px;
}
.bloc_news .bloc_news--img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.bloc_news .bloc_news--content {
  position: relative;
  z-index: 10;
  padding: 2rem;
}
.bloc_news .bloc_news--content p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4D4E58;
}
.bloc_news .bloc_news--content .title, .bloc_news .bloc_news--content .service_intro .service_intro--hook, .service_intro .bloc_news .bloc_news--content .service_intro--hook {
  padding-top: 2rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.bloc_news:hover:before {
  opacity: 1;
}
.bloc_news:hover .bloc_news--img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bloc_news:hover .bloc_news--content .title, .bloc_news:hover .bloc_news--content .service_intro .service_intro--hook, .service_intro .bloc_news:hover .bloc_news--content .service_intro--hook {
  color: #406AFF;
}

.news_single .news_single--top,
.default_page .news_single--top {
  position: relative;
}
.news_single .news_single--top .btn_back,
.default_page .news_single--top .btn_back {
  position: absolute;
  top: 0;
  left: 15px;
}
.news_single .news_single--top .news_infos,
.default_page .news_single--top .news_infos {
  display: flex;
}
.news_single .news_single--top .news_infos p,
.default_page .news_single--top .news_infos p {
  color: #BFBFBF;
  font-weight: 500;
}
.news_single .news_single--top .news_infos p.infos--date,
.default_page .news_single--top .news_infos p.infos--date {
  margin-left: auto;
  margin-right: 5rem;
}
.news_single .news_single--top .title, .news_single .news_single--top .service_intro .service_intro--hook, .service_intro .news_single .news_single--top .service_intro--hook,
.default_page .news_single--top .title,
.default_page .news_single--top .service_intro .service_intro--hook,
.service_intro .default_page .news_single--top .service_intro--hook {
  padding-top: 4rem;
}
@media (max-width: 1199px) {
  .news_single .news_single--top .btn_back,
  .default_page .news_single--top .btn_back {
    left: 3rem;
  }
}
@media (max-width: 767px) {
  .news_single .news_single--top .btn_back,
  .default_page .news_single--top .btn_back {
    display: none;
  }
  .news_single .news_single--top .news_infos,
  .default_page .news_single--top .news_infos {
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .news_single .news_single--top .news_infos p,
  .default_page .news_single--top .news_infos p {
    margin-right: 1rem;
  }
  .news_single .news_single--top .news_infos p.infos--date,
  .default_page .news_single--top .news_infos p.infos--date {
    margin-left: 0;
    margin-right: 1rem;
  }
}
.news_single .news_single--img,
.default_page .news_single--img {
  position: relative;
  margin-top: 6rem;
}
.news_single .news_single--img:before,
.default_page .news_single--img:before {
  display: block;
  content: "";
  position: absolute;
  left: -5000px;
  right: -5000px;
  height: 50%;
  bottom: -1px;
  background: #FFFFFF;
  z-index: -1;
}
.news_single .news_single--img img,
.default_page .news_single--img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.news_single .default_page--content,
.news_single .news_single--content,
.default_page .default_page--content,
.default_page .news_single--content {
  position: relative;
  padding-top: 8rem;
}
.news_single .default_page--content .news_share,
.news_single .news_single--content .news_share,
.default_page .default_page--content .news_share,
.default_page .news_single--content .news_share {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 15px;
  top: 8rem;
}
.news_single .default_page--content .news_share a, .news_single .default_page--content .news_share button,
.news_single .news_single--content .news_share a,
.news_single .news_single--content .news_share button,
.default_page .default_page--content .news_share a,
.default_page .default_page--content .news_share button,
.default_page .news_single--content .news_share a,
.default_page .news_single--content .news_share button {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #BFBFBF;
  color: #4D4E58;
  font-size: 20px;
  font-size: 2rem;
}
.news_single .default_page--content .news_share a i, .news_single .default_page--content .news_share button i,
.news_single .news_single--content .news_share a i,
.news_single .news_single--content .news_share button i,
.default_page .default_page--content .news_share a i,
.default_page .default_page--content .news_share button i,
.default_page .news_single--content .news_share a i,
.default_page .news_single--content .news_share button i {
  margin: auto;
}
.news_single .default_page--content .news_share a + a, .news_single .default_page--content .news_share a + button, .news_single .default_page--content .news_share button + a, .news_single .default_page--content .news_share button + button,
.news_single .news_single--content .news_share a + a,
.news_single .news_single--content .news_share a + button,
.news_single .news_single--content .news_share button + a,
.news_single .news_single--content .news_share button + button,
.default_page .default_page--content .news_share a + a,
.default_page .default_page--content .news_share a + button,
.default_page .default_page--content .news_share button + a,
.default_page .default_page--content .news_share button + button,
.default_page .news_single--content .news_share a + a,
.default_page .news_single--content .news_share a + button,
.default_page .news_single--content .news_share button + a,
.default_page .news_single--content .news_share button + button {
  margin-top: 2rem;
}
.news_single .default_page--content .news_share a:hover, .news_single .default_page--content .news_share button:hover,
.news_single .news_single--content .news_share a:hover,
.news_single .news_single--content .news_share button:hover,
.default_page .default_page--content .news_share a:hover,
.default_page .default_page--content .news_share button:hover,
.default_page .news_single--content .news_share a:hover,
.default_page .news_single--content .news_share button:hover {
  border: 1px solid #406AFF;
  color: #FFFFFF;
  background: #406AFF;
}
@media (max-width: 1199px) {
  .news_single .default_page--content .news_share,
  .news_single .news_single--content .news_share,
  .default_page .default_page--content .news_share,
  .default_page .news_single--content .news_share {
    left: 3rem;
  }
}
@media (max-width: 767px) {
  .news_single .default_page--content .news_share,
  .news_single .news_single--content .news_share,
  .default_page .default_page--content .news_share,
  .default_page .news_single--content .news_share {
    position: static;
    flex-direction: row;
    justify-content: center;
    margin-top: 4rem;
  }
  .news_single .default_page--content .news_share a, .news_single .default_page--content .news_share button,
  .news_single .news_single--content .news_share a,
  .news_single .news_single--content .news_share button,
  .default_page .default_page--content .news_share a,
  .default_page .default_page--content .news_share button,
  .default_page .news_single--content .news_share a,
  .default_page .news_single--content .news_share button {
    margin: 0 1rem;
  }
  .news_single .default_page--content .news_share a + a, .news_single .default_page--content .news_share a + button, .news_single .default_page--content .news_share button + a, .news_single .default_page--content .news_share button + button,
  .news_single .news_single--content .news_share a + a,
  .news_single .news_single--content .news_share a + button,
  .news_single .news_single--content .news_share button + a,
  .news_single .news_single--content .news_share button + button,
  .default_page .default_page--content .news_share a + a,
  .default_page .default_page--content .news_share a + button,
  .default_page .default_page--content .news_share button + a,
  .default_page .default_page--content .news_share button + button,
  .default_page .news_single--content .news_share a + a,
  .default_page .news_single--content .news_share a + button,
  .default_page .news_single--content .news_share button + a,
  .default_page .news_single--content .news_share button + button {
    margin-top: 0;
  }
}
.news_single .default_page--content .news_share_triggerend,
.news_single .news_single--content .news_share_triggerend,
.default_page .default_page--content .news_share_triggerend,
.default_page .news_single--content .news_share_triggerend {
  position: relative;
  z-index: -99999;
}
.news_single .default_page--content .project_infos_sidebar_triggerend,
.news_single .news_single--content .project_infos_sidebar_triggerend,
.default_page .default_page--content .project_infos_sidebar_triggerend,
.default_page .news_single--content .project_infos_sidebar_triggerend {
  position: relative;
  z-index: -99999;
}
.news_single .default_page--content .context,
.news_single .news_single--content .context,
.default_page .default_page--content .context,
.default_page .news_single--content .context {
  margin-bottom: 100px;
}
.news_single .default_page--content .project_infos,
.news_single .news_single--content .project_infos,
.default_page .default_page--content .project_infos,
.default_page .news_single--content .project_infos {
  display: flex;
  flex-direction: column;
  float: left;
  position: absolute;
  left: 15px;
  top: 0;
}
.news_single .default_page--content .project_infos p,
.news_single .news_single--content .project_infos p,
.default_page .default_page--content .project_infos p,
.default_page .news_single--content .project_infos p {
  max-width: 15rem;
}
.news_single .default_page--content .project_infos p strong,
.news_single .news_single--content .project_infos p strong,
.default_page .default_page--content .project_infos p strong,
.default_page .news_single--content .project_infos p strong {
  font-weight: 600;
}
.news_single .default_page--content .project_infos p + p,
.news_single .news_single--content .project_infos p + p,
.default_page .default_page--content .project_infos p + p,
.default_page .news_single--content .project_infos p + p {
  margin-top: 3rem;
}
@media (max-width: 991px) {
  .news_single .default_page--content .project_infos,
  .news_single .news_single--content .project_infos,
  .default_page .default_page--content .project_infos,
  .default_page .news_single--content .project_infos {
    flex-direction: row;
    flex-wrap: wrap;
    float: unset;
    position: static;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 0 10rem;
  }
  .news_single .default_page--content .project_infos p,
  .news_single .news_single--content .project_infos p,
  .default_page .default_page--content .project_infos p,
  .default_page .news_single--content .project_infos p {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 2rem;
  }
  .news_single .default_page--content .project_infos p + p,
  .news_single .news_single--content .project_infos p + p,
  .default_page .default_page--content .project_infos p + p,
  .default_page .news_single--content .project_infos p + p {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .news_single .default_page--content .project_infos,
  .news_single .news_single--content .project_infos,
  .default_page .default_page--content .project_infos,
  .default_page .news_single--content .project_infos {
    padding: 0;
  }
}
.news_single .default_page--content h2,
.news_single .news_single--content h2,
.default_page .default_page--content h2,
.default_page .news_single--content h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-weight: 600;
  color: #02041B;
}
.news_single .default_page--content h2:not(:last-child),
.news_single .news_single--content h2:not(:last-child),
.default_page .default_page--content h2:not(:last-child),
.default_page .news_single--content h2:not(:last-child) {
  margin-bottom: 30px;
}
.news_single .default_page--content h3, .news_single .default_page--content h4, .news_single .default_page--content h5, .news_single .default_page--content h6,
.news_single .news_single--content h3,
.news_single .news_single--content h4,
.news_single .news_single--content h5,
.news_single .news_single--content h6,
.default_page .default_page--content h3,
.default_page .default_page--content h4,
.default_page .default_page--content h5,
.default_page .default_page--content h6,
.default_page .news_single--content h3,
.default_page .news_single--content h4,
.default_page .news_single--content h5,
.default_page .news_single--content h6 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: 600;
  color: #02041B;
}
.news_single .default_page--content h3:not(:last-child), .news_single .default_page--content h4:not(:last-child), .news_single .default_page--content h5:not(:last-child), .news_single .default_page--content h6:not(:last-child),
.news_single .news_single--content h3:not(:last-child),
.news_single .news_single--content h4:not(:last-child),
.news_single .news_single--content h5:not(:last-child),
.news_single .news_single--content h6:not(:last-child),
.default_page .default_page--content h3:not(:last-child),
.default_page .default_page--content h4:not(:last-child),
.default_page .default_page--content h5:not(:last-child),
.default_page .default_page--content h6:not(:last-child),
.default_page .news_single--content h3:not(:last-child),
.default_page .news_single--content h4:not(:last-child),
.default_page .news_single--content h5:not(:last-child),
.default_page .news_single--content h6:not(:last-child) {
  margin-bottom: 10px;
}
.news_single .default_page--content p,
.news_single .news_single--content p,
.default_page .default_page--content p,
.default_page .news_single--content p {
  line-height: 25px;
  line-height: 2.5rem;
}
.news_single .default_page--content p.subtitle,
.news_single .news_single--content p.subtitle,
.default_page .default_page--content p.subtitle,
.default_page .news_single--content p.subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.news_single .default_page--content p:not(:last-child),
.news_single .news_single--content p:not(:last-child),
.default_page .default_page--content p:not(:last-child),
.default_page .news_single--content p:not(:last-child) {
  margin-bottom: 30px;
}
.news_single .default_page--content ul:not(:last-child), .news_single .default_page--content ol:not(:last-child),
.news_single .news_single--content ul:not(:last-child),
.news_single .news_single--content ol:not(:last-child),
.default_page .default_page--content ul:not(:last-child),
.default_page .default_page--content ol:not(:last-child),
.default_page .news_single--content ul:not(:last-child),
.default_page .news_single--content ol:not(:last-child) {
  margin-bottom: 40px;
}
.news_single .default_page--content ul li, .news_single .default_page--content ol li,
.news_single .news_single--content ul li,
.news_single .news_single--content ol li,
.default_page .default_page--content ul li,
.default_page .default_page--content ol li,
.default_page .news_single--content ul li,
.default_page .news_single--content ol li {
  line-height: 25px;
  line-height: 2.5rem;
}
.news_single .default_page--content ul li + li, .news_single .default_page--content ol li + li,
.news_single .news_single--content ul li + li,
.news_single .news_single--content ol li + li,
.default_page .default_page--content ul li + li,
.default_page .default_page--content ol li + li,
.default_page .news_single--content ul li + li,
.default_page .news_single--content ol li + li {
  margin-top: 0.75rem;
}
.news_single .default_page--content ul li,
.news_single .news_single--content ul li,
.default_page .default_page--content ul li,
.default_page .news_single--content ul li {
  position: relative;
  padding-left: 2rem;
}
.news_single .default_page--content ul li:before,
.news_single .news_single--content ul li:before,
.default_page .default_page--content ul li:before,
.default_page .news_single--content ul li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #406AFF;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
.news_single .default_page--content ol,
.news_single .news_single--content ol,
.default_page .default_page--content ol,
.default_page .news_single--content ol {
  counter-reset: list-number;
}
.news_single .default_page--content ol li,
.news_single .news_single--content ol li,
.default_page .default_page--content ol li,
.default_page .news_single--content ol li {
  display: flex;
}
.news_single .default_page--content ol li:before,
.news_single .news_single--content ol li:before,
.default_page .default_page--content ol li:before,
.default_page .news_single--content ol li:before {
  display: inline-flex;
  counter-increment: list-number;
  content: counter(list-number) ".";
  font-weight: bold;
  padding-right: 1rem;
  color: #406AFF;
}
.news_single .default_page--content blockquote,
.news_single .news_single--content blockquote,
.default_page .default_page--content blockquote,
.default_page .news_single--content blockquote {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: 600;
  font-style: italic;
  color: #02041B;
  padding-left: 2rem;
}
.news_single .default_page--content blockquote:not(:last-child),
.news_single .news_single--content blockquote:not(:last-child),
.default_page .default_page--content blockquote:not(:last-child),
.default_page .news_single--content blockquote:not(:last-child) {
  margin-bottom: 40px;
}
.news_single .default_page--content blockquote:before,
.news_single .news_single--content blockquote:before,
.default_page .default_page--content blockquote:before,
.default_page .news_single--content blockquote:before {
  display: block;
  content: "";
  width: 5px;
  background: #406AFF;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.news_single .default_page--content img,
.news_single .news_single--content img,
.default_page .default_page--content img,
.default_page .news_single--content img {
  width: 100%;
  height: auto;
}
.news_single .default_page--content .wp-caption,
.news_single .news_single--content .wp-caption,
.default_page .default_page--content .wp-caption,
.default_page .news_single--content .wp-caption {
  width: 100% !important;
}
.news_single .default_page--content .wp-caption:not(:last-child),
.news_single .news_single--content .wp-caption:not(:last-child),
.default_page .default_page--content .wp-caption:not(:last-child),
.default_page .news_single--content .wp-caption:not(:last-child) {
  margin-bottom: 40px;
}
.news_single .default_page--content .wp-caption img,
.news_single .news_single--content .wp-caption img,
.default_page .default_page--content .wp-caption img,
.default_page .news_single--content .wp-caption img {
  width: 100%;
  height: auto;
}
.news_single .default_page--content .wp-caption-text,
.news_single .news_single--content .wp-caption-text,
.default_page .default_page--content .wp-caption-text,
.default_page .news_single--content .wp-caption-text {
  padding-top: 1rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  font-style: italic;
}
.news_single .default_page--content figure,
.news_single .news_single--content figure,
.default_page .default_page--content figure,
.default_page .news_single--content figure {
  margin: 0;
}
.news_single .default_page--content figure img,
.news_single .news_single--content figure img,
.default_page .default_page--content figure img,
.default_page .news_single--content figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.news_single .default_page--content figure .news_video,
.news_single .news_single--content figure .news_video,
.default_page .default_page--content figure .news_video,
.default_page .news_single--content figure .news_video {
  border-radius: 10px;
  overflow: hidden;
}
.news_single .default_page--content figure .news_video .video_wrap,
.news_single .news_single--content figure .news_video .video_wrap,
.default_page .default_page--content figure .news_video .video_wrap,
.default_page .news_single--content figure .news_video .video_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.news_single .default_page--content figure .news_video .video_wrap iframe,
.news_single .default_page--content figure .news_video .video_wrap video,
.news_single .default_page--content figure .news_video .video_wrap object,
.news_single .default_page--content figure .news_video .video_wrap embed,
.news_single .news_single--content figure .news_video .video_wrap iframe,
.news_single .news_single--content figure .news_video .video_wrap video,
.news_single .news_single--content figure .news_video .video_wrap object,
.news_single .news_single--content figure .news_video .video_wrap embed,
.default_page .default_page--content figure .news_video .video_wrap iframe,
.default_page .default_page--content figure .news_video .video_wrap video,
.default_page .default_page--content figure .news_video .video_wrap object,
.default_page .default_page--content figure .news_video .video_wrap embed,
.default_page .news_single--content figure .news_video .video_wrap iframe,
.default_page .news_single--content figure .news_video .video_wrap video,
.default_page .news_single--content figure .news_video .video_wrap object,
.default_page .news_single--content figure .news_video .video_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.news_single .default_page--content figure figcaption,
.news_single .news_single--content figure figcaption,
.default_page .default_page--content figure figcaption,
.default_page .news_single--content figure figcaption {
  padding-top: 1rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
  font-style: italic;
}
.news_single .default_page--content figure.figure_larger,
.news_single .news_single--content figure.figure_larger,
.default_page .default_page--content figure.figure_larger,
.default_page .news_single--content figure.figure_larger {
  width: calc(100% + 20rem);
  margin-left: -10rem;
}
@media (max-width: 991px) {
  .news_single .default_page--content figure.figure_larger,
  .news_single .news_single--content figure.figure_larger,
  .default_page .default_page--content figure.figure_larger,
  .default_page .news_single--content figure.figure_larger {
    width: 100%;
    margin-left: 0;
  }
}
.news_single .default_page--content .news_back,
.news_single .news_single--content .news_back,
.default_page .default_page--content .news_back,
.default_page .news_single--content .news_back {
  display: flex;
  background: #02041B;
  padding: 5rem;
  border-radius: 10px;
  margin-top: 10rem;
}
.news_single .default_page--content .news_back .news_back--content,
.news_single .news_single--content .news_back .news_back--content,
.default_page .default_page--content .news_back .news_back--content,
.default_page .news_single--content .news_back .news_back--content {
  align-self: center;
  color: #FFFFFF;
}
.news_single .default_page--content .news_back .news_back--content .title, .news_single .default_page--content .news_back .news_back--content .service_intro .service_intro--hook, .service_intro .news_single .default_page--content .news_back .news_back--content .service_intro--hook,
.news_single .news_single--content .news_back .news_back--content .title,
.news_single .news_single--content .news_back .news_back--content .service_intro .service_intro--hook,
.service_intro .news_single .news_single--content .news_back .news_back--content .service_intro--hook,
.default_page .default_page--content .news_back .news_back--content .title,
.default_page .default_page--content .news_back .news_back--content .service_intro .service_intro--hook,
.service_intro .default_page .default_page--content .news_back .news_back--content .service_intro--hook,
.default_page .news_single--content .news_back .news_back--content .title,
.default_page .news_single--content .news_back .news_back--content .service_intro .service_intro--hook,
.service_intro .default_page .news_single--content .news_back .news_back--content .service_intro--hook {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  color: #FFFFFF;
}
.news_single .default_page--content .news_back .news_back--content p,
.news_single .news_single--content .news_back .news_back--content p,
.default_page .default_page--content .news_back .news_back--content p,
.default_page .news_single--content .news_back .news_back--content p {
  padding-top: 1rem;
}
.news_single .default_page--content .news_back .news_back--link_img,
.news_single .news_single--content .news_back .news_back--link_img,
.default_page .default_page--content .news_back .news_back--link_img,
.default_page .news_single--content .news_back .news_back--link_img {
  display: flex;
  margin-left: auto;
}
.news_single .default_page--content .news_back .news_back--link_img .news_back--img,
.news_single .news_single--content .news_back .news_back--link_img .news_back--img,
.default_page .default_page--content .news_back .news_back--link_img .news_back--img,
.default_page .news_single--content .news_back .news_back--link_img .news_back--img {
  align-self: flex-start;
  display: block;
  width: 82px;
  height: auto;
  margin-left: auto;
  flex-shrink: 0;
}
.news_single .default_page--content .news_back .news_back--link_img .news_back--link,
.news_single .news_single--content .news_back .news_back--link_img .news_back--link,
.default_page .default_page--content .news_back .news_back--link_img .news_back--link,
.default_page .news_single--content .news_back .news_back--link_img .news_back--link {
  align-self: center;
  display: flex;
  position: relative;
  width: 106px;
  height: 106px;
  border-radius: 100%;
  background: #FFB359;
  color: #02041B;
  margin-left: 4rem;
  flex-shrink: 0;
}
.news_single .default_page--content .news_back .news_back--link_img .news_back--link img,
.news_single .news_single--content .news_back .news_back--link_img .news_back--link img,
.default_page .default_page--content .news_back .news_back--link_img .news_back--link img,
.default_page .news_single--content .news_back .news_back--link_img .news_back--link img {
  display: block;
  width: 92px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_single .default_page--content .news_back .news_back--link_img .news_back--link i,
.news_single .news_single--content .news_back .news_back--link_img .news_back--link i,
.default_page .default_page--content .news_back .news_back--link_img .news_back--link i,
.default_page .news_single--content .news_back .news_back--link_img .news_back--link i {
  margin: auto;
  font-size: 30px;
  font-size: 3rem;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.news_single .default_page--content .news_back .news_back--link_img .news_back--link:hover i,
.news_single .news_single--content .news_back .news_back--link_img .news_back--link:hover i,
.default_page .default_page--content .news_back .news_back--link_img .news_back--link:hover i,
.default_page .news_single--content .news_back .news_back--link_img .news_back--link:hover i {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1199px) {
  .news_single .default_page--content .news_back,
  .news_single .news_single--content .news_back,
  .default_page .default_page--content .news_back,
  .default_page .news_single--content .news_back {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .news_single .default_page--content .news_back,
  .news_single .news_single--content .news_back,
  .default_page .default_page--content .news_back,
  .default_page .news_single--content .news_back {
    flex-direction: column;
  }
  .news_single .default_page--content .news_back .news_back--content,
  .news_single .news_single--content .news_back .news_back--content,
  .default_page .default_page--content .news_back .news_back--content,
  .default_page .news_single--content .news_back .news_back--content {
    align-self: flex-start;
  }
  .news_single .default_page--content .news_back .news_back--link_img,
  .news_single .news_single--content .news_back .news_back--link_img,
  .default_page .default_page--content .news_back .news_back--link_img,
  .default_page .news_single--content .news_back .news_back--link_img {
    margin-left: 0;
    margin-top: 3rem;
    align-self: center;
  }
  .news_single .default_page--content .news_back .news_back--link_img .news_back--link,
  .news_single .news_single--content .news_back .news_back--link_img .news_back--link,
  .default_page .default_page--content .news_back .news_back--link_img .news_back--link,
  .default_page .news_single--content .news_back .news_back--link_img .news_back--link {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .news_single .default_page--content .news_back,
  .news_single .news_single--content .news_back,
  .default_page .default_page--content .news_back,
  .default_page .news_single--content .news_back {
    margin-top: 6rem;
  }
}
.news_single .default_page--content,
.default_page .default_page--content {
  padding-top: 0;
}

/* contact */
.page-template-tpl_contact {
  cursor: initial;
}
.page-template-tpl_contact .cursor--circle {
  display: none;
}
.page-template-tpl_contact .cursor--arrow {
  display: none;
}
.page-template-tpl_contact a {
  cursor: pointer;
}
.page-template-tpl_contact .container-form-contact {
  height: 600px;
}
@media (max-width: 991px) {
  .page-template-tpl_contact .container-form-contact {
    height: auto;
  }
}

.contact_top .contact_top--img {
  display: flex;
  flex-direction: column;
}
.contact_top .contact_top--img .contact_top--smiley {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
}
.contact_top .contact_top--img .contact_top--smiley .smiley--star {
  display: block;
  width: 25px;
  height: auto;
}
.contact_top .contact_top--img .contact_top--smiley .smiley--img {
  display: block;
  width: 110px;
  height: auto;
  margin-left: 6rem;
}
.contact_top .contact_top--img .gowith_link {
  align-self: flex-end;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .contact_top .contact_top--img {
    margin-top: 6rem;
  }
  .contact_top .contact_top--img .contact_top--smiley {
    align-self: center;
    margin-left: 6rem;
  }
  .contact_top .contact_top--img .gowith_link {
    align-self: center;
    margin-top: 3rem;
  }
}

.contact_visuals {
  display: flex;
  justify-content: space-between;
}
.contact_visuals img {
  max-width: 100%;
}
.contact_visuals .visual--left,
.contact_visuals .visual--right {
  position: relative;
  width: 40%;
  flex-shrink: 0;
  align-self: flex-start;
}
.contact_visuals .visual--left .visual--img,
.contact_visuals .visual--right .visual--img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.contact_visuals .visual--left .is_illu,
.contact_visuals .visual--right .is_illu {
  position: absolute;
}
.contact_visuals .visual--left .visual--img {
  -moz-transform: rotate(3.5deg);
  -webkit-transform: rotate(3.5deg);
  transform: rotate(3.5deg);
}
.contact_visuals .visual--left .is_illu {
  width: 28px;
  height: 28px;
  left: 6rem;
  bottom: -12rem;
}
.contact_visuals .visual--right {
  margin-top: 6rem;
}
.contact_visuals .visual--right .visual--img {
  -moz-transform: rotate(-3.5deg);
  -webkit-transform: rotate(-3.5deg);
  transform: rotate(-3.5deg);
}
.contact_visuals .visual--right .is_illu {
  width: 18px;
  height: 18px;
  left: 50%;
  top: -10rem;
}
@media (max-width: 991px) {
  .contact_visuals .visual--left,
  .contact_visuals .visual--right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .contact_visuals {
    flex-direction: column;
  }
  .contact_visuals .visual--left,
  .contact_visuals .visual--right {
    width: 85%;
    margin: 6rem auto 0 auto;
  }
  .contact_visuals .visual--left .is_illu,
  .contact_visuals .visual--right .is_illu {
    display: none;
  }
}

/* footer */
footer {
  color: #FFFFFF;
}
footer .footer--contact {
  display: flex;
  align-items: center;
}
footer .footer--contact .title, footer .footer--contact .service_intro .service_intro--hook, .service_intro footer .footer--contact .service_intro--hook {
  padding-right: 6rem;
}
footer .footer--contact .gowith_link {
  margin-left: auto;
}
footer .footer--main {
  margin-top: 20rem;
}
footer .footer--main.small-footer {
  margin-top: 0px;
}
footer .footer--main a {
  color: #FFFFFF;
}
footer .footer--main a:hover {
  color: #406AFF;
}
footer .footer--main .footer_wrap {
  display: flex;
}
footer .footer--main .footer_wrap .footer_bloc + .footer_bloc {
  margin-left: 8rem;
}
footer .footer--main .footer--infos img {
  display: block;
  width: 117px;
  height: auto;
}
footer .footer--main .footer--infos p, footer .footer--main .footer--infos a {
  line-height: 34px;
  line-height: 3.4rem;
}
footer .footer--main .footer--infos .footer_wrap {
  margin-top: 3rem;
}
footer .footer--main .footer--links ul li + li {
  margin-top: 1.5rem;
}
footer .footer--main .footer--links ul li:first-child {
  font-weight: 600;
}
footer .footer--main .footer--legal {
  display: flex;
  margin-top: 8rem;
}
footer .footer--main .footer--legal .legal--links {
  display: flex;
  margin-left: auto;
}
footer .footer--main .footer--legal .legal--links a {
  color: #FFFFFF;
}
footer .footer--main .footer--legal .legal--links a:hover {
  color: #406AFF;
}
footer .footer--main .footer--legal .legal--links a + a {
  margin-left: 2rem;
}
@media (max-width: 1199px) {
  footer .footer--contact {
    flex-direction: column;
  }
  footer .footer--contact .title, footer .footer--contact .service_intro .service_intro--hook, .service_intro footer .footer--contact .service_intro--hook {
    padding-right: 0;
  }
  footer .footer--contact .gowith_link {
    margin-left: 0;
    margin-top: 4rem;
  }
  footer .footer--main {
    margin-top: 10rem;
  }
}
@media (max-width: 991px) {
  footer .footer--main .footer--infos .footer_wrap {
    flex-direction: column;
  }
  footer .footer--main .footer--infos .footer_wrap .footer_bloc + .footer_bloc {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  footer .footer--main .footer--links .footer_wrap {
    flex-direction: column;
  }
  footer .footer--main .footer--links .footer_wrap .footer_bloc {
    margin-top: 4rem;
  }
  footer .footer--main .footer--links .footer_wrap .footer_bloc + .footer_bloc {
    margin-left: 0;
  }
  footer .footer--main .footer--legal {
    line-height: 34px;
    line-height: 3.4rem;
    margin-top: 6rem;
    flex-direction: column;
  }
  footer .footer--main .footer--legal .legal--links {
    flex-direction: column;
    margin-left: 0;
  }
  footer .footer--main .footer--legal .legal--links a + a {
    margin-left: 0;
  }
}

/* change colors */
.change_to_dark .switch_colors .title, .change_to_dark .switch_colors .service_intro .service_intro--hook, .service_intro .change_to_dark .switch_colors .service_intro--hook {
  color: #FFFFFF;
}
.change_to_dark .switch_colors p {
  color: #BFBFBF;
}
.change_to_dark .switch_colors .btn_arrow {
  color: #FFFFFF;
}
.change_to_dark .switch_colors .bloc_gowith {
  background: #0C0F28;
}
.change_to_dark .switch_colors .content--labels .label {
  border: 1px solid #BFBFBF;
  color: #BFBFBF;
}
.change_to_dark .switch_colors .bloc_news:before {
  background: #0C0F28;
}
.change_to_dark .switch_colors .dot {
  background: #81828E !important;
}
.change_to_dark .switch_colors .dot.active {
  background: #ECEE82 !important;
}
.change_to_dark .switch_colors .bloc_accordion {
  background: #0C0F28;
  border: 1px solid #101433;
}
.change_to_dark .switch_colors .bloc_accordion .bloc_accordion--head .head--title {
  color: #FFFFFF;
}
.change_to_dark .switch_colors .white_black {
  color: #FFFFFF;
}
.change_to_dark .switch_colors blockquote {
  background: #101433;
  color: #FFFFFF;
}
.change_to_dark .bg_grey_verylight {
  background: transparent;
}

.change_to_white .switch_colors .title, .change_to_white .switch_colors .service_intro .service_intro--hook, .service_intro .change_to_white .switch_colors .service_intro--hook {
  color: #02041B;
}
.change_to_white .switch_colors p {
  color: #4D4E58;
}
.change_to_white .switch_colors .btn_arrow {
  color: #02041B;
}
.change_to_white .switch_colors .bloc_gowith {
  background: #02041B;
}
.change_to_white .switch_colors .list_labels .label {
  border: 1px solid #4D4E58;
  color: #4D4E58;
}
.change_to_white .switch_colors .bloc_news:before {
  background: #FFFFFF;
}
.change_to_white .switch_colors .dot {
  background: #c5c5c5 !important;
}
.change_to_white .switch_colors .dot.active {
  background: #406AFF !important;
}
.change_to_white .switch_colors .white_black {
  color: #02041B;
}
.change_to_white .switch_colors blockquote {
  background: #FFFFFF;
  color: #02041B;
}

/*# sourceMappingURL=main.css.map */
