.ol-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f; }

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute; }

.ol-scale-line {
  background: rgba(0, 60, 136, 0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute; }

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width; }

.ol-overlay-container {
  will-change: left,right,top,bottom; }

.ol-unsupported {
  display: none; }

.ol-unselectable, .ol-viewport {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px; }

.ol-control:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.ol-zoom {
  top: .5em;
  left: .5em; }

.ol-rotate {
  top: .5em;
  right: .5em;
  -webkit-transition: opacity .25s linear,visibility 0s linear;
  transition: opacity .25s linear,visibility 0s linear; }

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s linear,visibility 0s linear .25s;
  transition: opacity .25s linear,visibility 0s linear .25s; }

.ol-zoom-extent {
  top: 4.643em;
  left: .5em; }

.ol-full-screen {
  right: .5em;
  top: .5em; }

@media print {
  .ol-control {
    display: none; } }

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px; }

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0; }

.ol-zoom-extent button {
  line-height: 1.4em; }

.ol-compass {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  will-change: transform; }

.ol-touch .ol-control button {
  font-size: 1.5em; }

.ol-touch .ol-zoom-extent {
  top: 5.5em; }

.ol-control button:focus, .ol-control button:hover {
  text-decoration: none;
  background-color: rgba(0, 60, 136, 0.7); }

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0; }

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px; }

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em); }

.ol-attribution ul {
  margin: 0;
  padding: 0 .5em;
  font-size: .7rem;
  line-height: 1.375em;
  color: #000;
  text-shadow: 0 0 2px #fff; }

.ol-attribution li {
  display: inline;
  list-style: none;
  line-height: inherit; }

.ol-attribution li:not(:last-child):after {
  content: " "; }

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle; }

.ol-attribution button, .ol-attribution ul {
  display: inline-block; }

.ol-attribution.ol-collapsed ul {
  display: none; }

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
  height: 1.1em;
  line-height: 1em; }

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em; }

.ol-attribution.ol-uncollapsible button {
  display: none; }

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px; }

.ol-zoomslider button {
  position: relative;
  height: 10px; }

.ol-touch .ol-zoomslider {
  top: 5.5em; }

.ol-overviewmap {
  left: .5em;
  bottom: .5em; }

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0; }

.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
  display: inline-block; }

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px; }

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 1px;
  left: 2px;
  position: absolute; }

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
  display: none; }

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, 0.8); }

.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, 0.7); }

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move; }

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

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  padding: 0 5px;
  border-radius: 2px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.twentytwenty-before-label:before {
  content: attr(data-content); }

.twentytwenty-after-label:before {
  content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  top: 0;
  left: 0; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 0;
  right: 0; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  z-index: 25; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: "HelveticaLT", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

@media (min-width: 1800px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1520px; } }

.row, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul.first-col, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul.second-col, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul.first-col, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul.second-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1500px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1800px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333%; }
  .offset-xxxl-2 {
    margin-left: 16.66667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333%; }
  .offset-xxxl-5 {
    margin-left: 41.66667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333%; }
  .offset-xxxl-8 {
    margin-left: 66.66667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333%; }
  .offset-xxxl-11 {
    margin-left: 91.66667%; } }

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

@media (max-width: 1499.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

@media (max-width: 1799.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1800px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .input-group:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl, .navbar .container-xxxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1499.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1500px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1799.98px) {
  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1800px) {
  .navbar-expand-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxxl > .container,
    .navbar-expand-xxxl > .container-fluid, .navbar-expand-xxxl > .container-sm, .navbar-expand-xxxl > .container-md, .navbar-expand-xxxl > .container-lg, .navbar-expand-xxxl > .container-xl, .navbar-expand-xxxl > .container-xxl, .navbar-expand-xxxl > .container-xxxl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxxl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl, .navbar-expand > .container-xxxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: white;
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: white; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1500px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1800px) {
  .list-group-horizontal-xxxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "HelveticaLT", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "HelveticaLT", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.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, .range-latest-li-post .linkedin-post .linkedin-owner, .cnw-commercial-card .cnw-card-inner .cnw-top-bar, .cnw-commercial-card .cnw-card-inner .cnw-footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1800px) {
  .d-xxxl-none {
    display: none !important; }
  .d-xxxl-inline {
    display: inline !important; }
  .d-xxxl-inline-block {
    display: inline-block !important; }
  .d-xxxl-block {
    display: block !important; }
  .d-xxxl-table {
    display: table !important; }
  .d-xxxl-table-row {
    display: table-row !important; }
  .d-xxxl-table-cell {
    display: table-cell !important; }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%; }

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

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

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

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

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

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

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

.flex-wrap, .best-product-left .hilight-link, .best-product-right .hilight-link, .media-left-2020 .hilight-link, .media-right-2020 .hilight-link, .cnw-commercial-card .cnw-card-inner .cnw-footer {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

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

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

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

.justify-content-between, .cnw-commercial-card .cnw-card-inner .cnw-footer {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

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

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

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

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

.w-100, #latest-info img {
  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; } }

@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1800px) {
  .m-xxxl-0 {
    margin: 0 !important; }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important; }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important; }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important; }
  .m-xxxl-1 {
    margin: 0.25rem !important; }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxxl-2 {
    margin: 0.5rem !important; }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxxl-3 {
    margin: 1rem !important; }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important; }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important; }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important; }
  .m-xxxl-4 {
    margin: 1.5rem !important; }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxxl-5 {
    margin: 3rem !important; }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important; }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important; }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important; }
  .p-xxxl-0 {
    padding: 0 !important; }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important; }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important; }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important; }
  .p-xxxl-1 {
    padding: 0.25rem !important; }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxxl-2 {
    padding: 0.5rem !important; }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxxl-3 {
    padding: 1rem !important; }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important; }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important; }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important; }
  .p-xxxl-4 {
    padding: 1.5rem !important; }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxxl-5 {
    padding: 3rem !important; }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important; }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important; }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important; }
  .m-xxxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxxl-n3 {
    margin: -1rem !important; }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important; }
  .m-xxxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxxl-n5 {
    margin: -3rem !important; }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important; }
  .m-xxxl-auto {
    margin: auto !important; }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important; }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important; }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important; }
  .ml-xxxl-auto,
  .mx-xxxl-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; } }

@media (min-width: 1500px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1800px) {
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
    transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); } }

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); } }

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); } }

@-webkit-keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@keyframes flipOutX {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg); } }

@-webkit-keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

@keyframes flipOutY {
  0% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg); } }

@-webkit-keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg); } }

@keyframes lightSpeedIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg); }
  80% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg); } }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg); } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg); } }

@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }

@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }

@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    -webkit-transform-origin: center center;
    transform-origin: center center; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; }
  100% {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom; } }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px); } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  80% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(700px);
    transform: translateY(700px); } }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); } }

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); } }

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); } }

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); } }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; } }

@font-face {
  font-family: "HelveticaBD";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaCN";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Cn.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaHV";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Hv.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaLT";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaMD";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaRO";
  font-style: normal;
  font-weight: normal;
  src: url("/css/int/fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"); }

@font-face {
  font-family: 'icons';
  src: url("/css/int/fonts/icons/icons.eot?om297x");
  src: url("/css/int/fonts/icons/icons.eot?om297x#iefix") format("embedded-opentype"), url("/css/int/fonts/icons/icons.ttf?om297x") format("truetype"), url("/css/int/fonts/icons/icons.woff?om297x") format("woff"), url("/css/int/fonts/icons/icons.svg?om297x#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pin:before {
  content: "\e91b"; }

.icon-envelope:before {
  content: "\e919"; }

.icon-phone:before {
  content: "\e91a"; }

.icon-loop:before {
  content: "\e915"; }

.icon-redo:before {
  content: "\e916"; }

.icon-bubble:before {
  content: "\e917"; }

.icon-heart:before {
  content: "\e918"; }

.icon-mail:before {
  content: "\e913"; }

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

.icon-fleche_drop_case:before {
  content: "\e912"; }

.icon-view:before {
  content: "\e904"; }

.icon-partage:before {
  content: "\e90d"; }

.icon-i:before {
  content: "\e90e"; }

.icon-home:before {
  content: "\e90f"; }

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

.icon-download:before {
  content: "\e911"; }

.icon-close:before {
  content: "\e900"; }

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

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

.icon-left:before {
  content: "\e903"; }

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

.icon-loupe:before {
  content: "\e906"; }

.icon-play:before {
  content: "\e907"; }

.icon-right-nav:before {
  content: "\e908"; }

.icon-right:before {
  content: "\e909"; }

.icon-top:before {
  content: "\e90a"; }

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

.icon-youtube:before {
  content: "\e90c"; }

html.scrolldisabled {
  overflow: hidden; }

main {
  min-height: 500px; }

body,
html {
  color: #545454;
  font-size: 18px; }

h2 {
  color: #022259;
  font-family: "HelveticaHV";
  font-size: 44px; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 33px; } }

h3 {
  color: #022259;
  font-family: "HelveticaHV";
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px; }
  @media (max-width: 767.98px) {
    h3 {
      font-size: 25px; } }
  h3 a {
    color: #022259; }

h4 {
  color: #022259;
  font-family: "HelveticaMD";
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px; }

strong {
  font-family: "HelveticaBD"; }

main section:not(#anchor-nav) ul {
  padding-left: 20px !important; }
  main section:not(#anchor-nav) ul li {
    list-style-type: square; }

main section:not(#anchor-nav) section#anchor-nav ul {
  padding-left: 20px !important; }
  main section:not(#anchor-nav) section#anchor-nav ul li {
    list-style-type: square; }

main section:not(#anchor-nav) div.case-study .container ul {
  padding-left: 0 !important; }

main div:not(.case-study) .container ul {
  padding-left: 20px !important; }
  main div:not(.case-study) .container ul li {
    list-style-type: square; }

main .container ul {
  padding-left: 20px !important; }
  main .container ul li {
    list-style-type: square; }

section#anchor-nav li {
  list-style-type: none !important; }

section:not(#anchor-nav) ul {
  padding-left: 20px !important; }
  section:not(#anchor-nav) ul li {
    list-style-type: square; }

section:not(#anchor-nav) section#anchor-nav li {
  list-style-type: none; }

#stitre-2018 {
  margin-top: 30px;
  margin-bottom: 20px; }

.btn-airbus {
  border: solid 1px #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-family: "HelveticaLT";
  font-weight: normal;
  padding: 20px 45px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  @media (max-width: 575.98px) {
    .btn-airbus {
      display: block; } }
  .btn-airbus:hover {
    background-color: #ffffff;
    border: solid 1px #031233;
    color: #031233; }

.btn-airbus-standard {
  background-color: #022259;
  border: 1px solid #022259;
  color: white;
  display: inline-block;
  font-family: "HelveticaRO";
  min-width: 200px;
  padding: 12px;
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .btn-airbus-standard:hover {
    text-decoration: none;
    background-color: white;
    color: #022259; }
  .btn-airbus-standard.btn-white {
    color: #022259 !important;
    background-color: transparent;
    font-family: "HelveticaRO"; }
    .btn-airbus-standard.btn-white:hover {
      background-color: #022259;
      color: white !important; }
  .btn-airbus-standard.btn-negative {
    color: white;
    background-color: transparent;
    border-color: white; }
    .btn-airbus-standard.btn-negative:hover {
      background-color: white;
      color: #022259 !important; }
  .btn-airbus-standard.btn-logout {
    position: relative;
    color: #022259;
    background-color: transparent;
    padding-left: 40px; }
    .btn-airbus-standard.btn-logout:before {
      content: "";
      display: block;
      position: absolute;
      height: 15px;
      width: 15px;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url("../../img/croix-blue.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%; }
    .btn-airbus-standard.btn-logout.btn-nude {
      border: none; }
    .btn-airbus-standard.btn-logout:hover {
      border-color: #3d4d72;
      color: #3d4d72; }

.btn-airbus-blue {
  border: solid 1px #022259;
  border-radius: 0;
  color: #022259;
  display: inline-block;
  font-family: "HelveticaRO";
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  @media (max-width: 575.98px) {
    .btn-airbus-blue {
      display: block; } }
  .btn-airbus-blue a {
    color: #022259;
    display: block;
    padding: 13px 20px 10px 35px;
    position: relative;
    width: 100%; }
    .btn-airbus-blue a:before {
      background: transparent url("/img/fusion/arrow-down.png") no-repeat center;
      background-size: cover;
      content: " ";
      display: block;
      height: 15px;
      left: 12px;
      position: absolute;
      top: 14px;
      width: 15px; }
  .btn-airbus-blue:hover {
    background-color: #022259;
    color: #ffffff; }
    .btn-airbus-blue:hover a {
      color: #ffffff;
      text-decoration: none; }
      .btn-airbus-blue:hover a:before {
        background: transparent url("/img/fusion/arrow-down-w.png") no-repeat center;
        background-size: cover; }

.btn-interior {
  font-family: "HelveticaRO";
  font-weight: bold;
  min-width: 200px;
  padding: 15px 45px;
  text-transform: none;
  font-size: 18px; }
  .btn-interior:hover {
    background-color: #ffffff;
    border: solid 1px #031233;
    color: #181918; }

.anchor:before {
  content: "";
  height: 6em;
  margin-top: -6em;
  position: relative;
  width: 0; }

.blocklink {
  cursor: pointer; }
  .blocklink ~ .container {
    cursor: pointer; }

.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none; }

a:focus, a:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

.main-container,
.sidebar-container {
  padding-bottom: 70px;
  padding-top: 70px; }

.sidebar-container .container {
  padding-left: 0;
  padding-right: 0; }

#cms_form_18 {
  background-color: #eff3f9;
  padding: 30px 0; }
  #cms_form_18 form {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px; }
    #cms_form_18 form table {
      width: 50% !important; }
      @media (max-width: 767.98px) {
        #cms_form_18 form table {
          width: 80% !important; } }
      #cms_form_18 form table tbody {
        display: block;
        width: 100%; }
        #cms_form_18 form table tbody tr {
          display: block;
          margin-bottom: 25px; }
          #cms_form_18 form table tbody tr td {
            border: none;
            display: block;
            padding: 0;
            text-align: left !important; }
          #cms_form_18 form table tbody tr label {
            color: #022259;
            font-family: "HelveticaBD";
            font-size: 18px; }
          #cms_form_18 form table tbody tr input {
            border: none;
            border-bottom: solid 2px #022259;
            border-radius: 0;
            color: #022259;
            font-family: "HelveticaBD";
            font-size: 16px;
            width: 100%; }
            #cms_form_18 form table tbody tr input.checkbox {
              margin-right: 30px;
              width: auto; }
          @media (max-width: 767.98px) {
            #cms_form_18 form table tbody tr select {
              max-width: 280px !important; } }
          #cms_form_18 form table tbody tr textarea {
            border: solid 2px #022259;
            display: block;
            padding: 12px;
            resize: none;
            width: 100%; }
          #cms_form_18 form table tbody tr .button {
            background-color: #022259;
            border: solid 2px;
            color: #ffffff;
            display: block;
            font-family: "HelveticaRO";
            font-size: 24px;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 40px;
            padding: 20px 50px;
            width: auto; }
            #cms_form_18 form table tbody tr .button:hover {
              cursor: pointer; }

#cookies {
  position: fixed;
  z-index: 1900 !important;
  top: 0px; }

#cookies + header #nav-top,
#cookies + header #nav-desk,
#cookies + header #nav-mob {
  margin-top: 40px; }

.geo-link-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .geo-link-list li {
    margin-bottom: 5px; }

.geo-link-arrow {
  display: block;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  font-family: "HelveticaLT";
  font-size: 19px;
  line-height: 1.2; }
  .geo-link-arrow i {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out; }
    .geo-link-arrow i:before {
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .geo-link-arrow:hover {
    text-decoration: none; }
    .geo-link-arrow:hover i {
      left: 15px; }

.geo-force-link-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .geo-force-link-list ul li {
    margin-bottom: 10px; }

.geo-force-link-arrow,
.geo-force-link-list a {
  display: block;
  position: relative;
  padding-left: 40px;
  text-decoration: none;
  font-family: "HelveticaMD";
  font-size: 18px;
  line-height: 1.2;
  color: #022259;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .geo-force-link-arrow:before,
  .geo-force-link-list a:before {
    content: "\e909";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out; }
  .geo-force-link-arrow:hover,
  .geo-force-link-list a:hover {
    text-decoration: none; }
    .geo-force-link-arrow:hover:before,
    .geo-force-link-list a:hover:before {
      left: 15px; }
  .geo-force-link-arrow.btn-little,
  .geo-force-link-list a.btn-little {
    padding-left: 20px; }
    .geo-force-link-arrow.btn-little:hover:before,
    .geo-force-link-list a.btn-little:hover:before {
      left: 5px; }

.custom-list, .custom-arrow-listed ul, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul {
  margin: 0 0 15px 0;
  padding: 0; }
  .custom-list li, .custom-arrow-listed ul li, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li {
    display: block;
    position: relative;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    font-family: "HelveticaMD";
    font-size: 18px;
    line-height: 1.2;
    color: #022259;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    .custom-list li:before, .custom-arrow-listed ul li:before, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li:before {
      position: absolute;
      display: inline-block;
      height: 10px;
      left: 0;
      top: 12px;
      width: 10px;
      font-size: 10px;
      font-family: "icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
  .custom-list.color-white li, .custom-arrow-listed ul li, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li {
    color: #fff; }
    .custom-list.color-white li a, .custom-arrow-listed ul li a, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li a {
      color: #fff; }
    .custom-list.color-white li:before, .custom-arrow-listed ul li:before, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li:before {
      color: #fff; }
  .custom-list.custom-list-arrow li:before, .custom-arrow-listed ul li:before, .range-documents-download:not(.prevent-list-style) .container .colonnes-download ul li:before {
    content: "\e90a";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.label-bg-shadow {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px; }

.icon-close:before,
.icon-fleche-l:before,
.icon-fleche-r:before,
.icon-left:before,
.icon-linkedin:before,
.icon-loupe:before,
.icon-play:before,
.icon-right-nav:before,
.icon-right:before,
.icon-twitter:before,
.icon-youtube:before {
  color: #fff; }

.loader-dual-ring,
.loader-custom {
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 4em;
  height: 4em; }

.loader-dual-ring:after {
  content: " ";
  display: block;
  width: 2.875em;
  height: 2.875em;
  margin: 0.0625em;
  border-radius: 50%;
  border: 0.3125em solid #022259;
  border-color: #022259 transparent #022259 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite; }

.loader-dual-ring.white:after {
  border-color: #fff transparent #fff transparent; }

.loader-custom div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.1875em;
  height: 3.1875em;
  margin: 0.375em;
  border: 0.375em solid #022259;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #022259 transparent transparent transparent; }
  .loader-custom div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s; }
  .loader-custom div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .loader-custom div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s; }

.loader-custom.white {
  font-size: 10px; }
  .loader-custom.white div {
    border-color: white transparent transparent transparent; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader-button {
  position: relative;
  overflow: hidden; }
  .loader-button > span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .loader-button .loader {
    font-size: 8px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .loader-button.anim-translate-x .loader {
    left: 7px;
    top: 8px; }
  .loader-button.anim-translate-x.loading > span {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  .loader-button.anim-translate-x.loading .loader {
    opacity: 1; }

.atm-dummy-row-tag {
  float: none;
  clear: both; }
  .atm-dummy-row-tag #carouselCase .carousel-item {
    display: block !important; }

table {
  border: none; }

#theCarou {
  background: gainsboro;
  padding: 40px 0; }

#testCarou .carousel-control-prev, #carouselCase .carousel-control-prev {
  left: -5%;
  width: 10px; }
  @media (max-width: 991.98px) {
    #testCarou .carousel-control-prev, #carouselCase .carousel-control-prev {
      left: -20px; } }
  #testCarou .carousel-control-prev .icon, #carouselCase .carousel-control-prev .icon {
    font-size: 60px; }
    #testCarou .carousel-control-prev .icon:before, #carouselCase .carousel-control-prev .icon:before {
      color: #000; }

#testCarou .carousel-control-next-icon, #testCarou .carousel-control-prev-icon, #carouselCase .carousel-control-next-icon, #carouselCase .carousel-control-prev-icon {
  background-image: none; }

#testCarou .carousel-control-next, #carouselCase .carousel-control-next {
  right: -2%;
  width: 10px; }
  @media (max-width: 991.98px) {
    #testCarou .carousel-control-next, #carouselCase .carousel-control-next {
      right: 20px; } }
  #testCarou .carousel-control-next .icon, #carouselCase .carousel-control-next .icon {
    font-size: 60px; }
    #testCarou .carousel-control-next .icon:before, #carouselCase .carousel-control-next .icon:before {
      color: #000; }

#testCarou .carousel-item .card {
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.21);
  border: none; }
  #testCarou .carousel-item .card h3 {
    font-size: 25px; }
  #testCarou .carousel-item .card p, #testCarou .carousel-item .card-body {
    color: #545454; }
  #testCarou .carousel-item .card a:hover {
    text-decoration: none; }

#testCarou .carousel-item a.card:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.41);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.41); }

#testCarou .carousel-item img {
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1499.98px) {
    #testCarou .carousel-item img {
      height: 258px; } }
  @media (max-width: 1199.98px) {
    #testCarou .carousel-item img {
      height: 218px; } }
  @media (max-width: 991.98px) {
    #testCarou .carousel-item img {
      height: 348px; } }

.case-studies-car {
  background: #eff3f9;
  padding: 30px 0; }

@media (min-width: 768px) {
  #testCarou .multi-item-carousel .carousel-inner {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
    #testCarou .multi-item-carousel .carousel-inner .carousel-item {
      padding-top: 30px;
      padding-bottom: 30px; }
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        -webkit-transition: none;
        transition: none; }
      #testCarou .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        top: 0;
        right: -25%;
        display: block;
        visibility: visible;
        position: unset; }
      #testCarou .multi-item-carousel .carousel-inner .carousel-item-next, #testCarou .multi-item-carousel .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    #testCarou .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
      top: 0;
      left: 0;
      display: block;
      visibility: visible;
      position: absolute;
      z-index: -1; }
      #testCarou .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right .card {
        min-height: calc(600px + 9px); }
  #testCarou .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  #testCarou .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  #testCarou .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  #testCarou .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  #testCarou .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; } }

.atm-dummy-row-tag .headband-head {
  position: unset !important; }

.atm-dummy-row-tag #testCarou {
  background: gainsboro;
  padding: 20px 0; }
  .atm-dummy-row-tag #testCarou .carousel-inner {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .atm-dummy-row-tag #testCarou .carousel-item {
    display: block !important; }

.atm-dummy-row-tag .headband-head {
  position: unset; }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important; } }

b,
strong {
  font-weight: normal; }

.ext-strict header {
  display: none; }

.ext-strict main {
  background-color: rgba(2, 34, 89, 0.5);
  margin-top: 100px; }

.ext-strict .menu-item-submenu {
  position: static; }

.cke_show_borders div, .cke_show_borders span, .cke_show_borders p {
  color: black !important; }

.atm-edit-content textarea {
  color: black !important; }

.atm-dummy-row-tag #headband-small {
  min-height: 730px; }

.atm-dummy-row-tag .industries-block {
  max-height: 100px;
  min-height: initial !important; }

.atm-dummy-row-tag .industries-blk-1 {
  background-color: #022259; }

.atm-dummy-row-tag .industries-blk-3-l, .atm-dummy-row-tag .industries-blk-3-r, .atm-dummy-row-tag .industries-blk-2-l, .atm-dummy-row-tag .industries-blk-2-r, .atm-dummy-row-tag .industries-blk-2, .atm-dummy-row-tag #slider-block-2-1 {
  background-color: #022259; }
  .atm-dummy-row-tag .industries-blk-3-l .img-fluid, .atm-dummy-row-tag .industries-blk-3-r .img-fluid, .atm-dummy-row-tag .industries-blk-2-l .img-fluid, .atm-dummy-row-tag .industries-blk-2-r .img-fluid, .atm-dummy-row-tag .industries-blk-2 .img-fluid, .atm-dummy-row-tag #slider-block-2-1 .img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 200px; }

.atm-dummy-row-tag .blk-right-1, .atm-dummy-row-tag .blk-right-2, .atm-dummy-row-tag .blk-left-1, .atm-dummy-row-tag .blk-left-2 {
  border: solid 2px white;
  min-height: 430px; }

.atm-dummy-row-tag #slider-block-2-1 .carousel-inner {
  min-height: 400px; }

.atm-dummy-row-tag #slider-block-2-1 .blk-right-1 {
  min-height: 500px; }

/* medias */
.pmedia-item {
  margin: 20px 0;
  max-width: 100%;
  /* prevent responsive width */
  padding-top: 20px; }
  .pmedia-item.pmedia-right {
    float: right;
    margin-left: 20px; }
  .pmedia-item.pmedia-left {
    float: left;
    margin-right: 20px; }
  .pmedia-item .pmedia-oembed,
  .pmedia-item .pmedia-oembed-legend {
    margin: 0 auto;
    max-width: 320px;
    /* a coordonner avec la largeur de la video dans la rangee */ }
  .pmedia-item .file-legend {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    /* a coordonner avec la largeur de la vignette du fichier dans la rangee */ }
  .pmedia-item .file-name {
    display: inline-block;
    margin-top: 3px;
    vertical-align: middle; }
    .pmedia-item .file-name img {
      display: inline-block;
      vertical-align: middle; }
  .pmedia-item object {
    display: block;
    /* center oembed in his container */
    float: none !important;
    margin: 0 auto; }
  .pmedia-item > img {
    /* center alone images in his container like sound thumbs */
    display: block;
    margin: 0 auto; }

.text-media {
  margin: 10px 0 20px;
  padding-top: 20px; }

p {
  margin-bottom: 0.5rem; }

.menu-overlay {
  display: none; }
  .menu-overlay.active {
    background-color: rgba(0, 32, 91, 0.95);
    display: block;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 999;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

header #nav-top {
  background-color: #ffffff;
  height: 40px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  header #nav-top.active-scroll {
    top: -40px; }
  @media (max-width: 991.98px) {
    header #nav-top {
      display: none; } }

header nav {
  font-family: "HelveticaMD";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  header nav .navbar-toggler {
    border: none;
    position: relative;
    display: block;
    margin-top: 20px;
    float: right; }
    header nav .navbar-toggler:focus {
      outline: 0; }
    @media (max-width: 767.98px) {
      header nav .navbar-toggler {
        margin-top: 10px; } }
  @media (max-width: 991.98px) {
    header nav {
      background-color: #022259; } }
  header nav .navbar-collapse {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    header nav .navbar-collapse.show {
      height: 100vh;
      max-height: calc(100vh - 65px);
      overflow: auto; }
  header nav.active-scroll {
    background-color: rgba(2, 34, 89, 0.5);
    top: 0 !important; }
    @media (max-width: 991.98px) {
      header nav.active-scroll {
        background-color: #022259; } }
  header nav.active-menu {
    background-color: rgba(0, 32, 91, 0.95); }
    @media (max-width: 991.98px) {
      header nav.active-menu {
        background-color: #00205b; } }
  @media (min-width: 992px) {
    header nav.active-anchor {
      opacity: 0;
      z-index: 998;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; } }
  header nav.fixed-top {
    top: 40px; }
    @media (max-width: 991.98px) {
      header nav.fixed-top {
        top: 0; } }
  header nav .container {
    border-bottom: solid 1px #ffffff; }
  header nav .logo-bis {
    color: #ffffff;
    margin-left: 80px;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 15px; }
    @media (max-width: 1499.98px) {
      header nav .logo-bis {
        font-size: 13px; } }
    @media (max-width: 1199.98px) {
      header nav .logo-bis {
        font-size: 11px;
        margin-left: 40px; } }
    @media (max-width: 991.98px) {
      header nav .logo-bis {
        position: absolute;
        top: 30px;
        margin-left: 120px; } }
    @media (max-width: 767.98px) {
      header nav .logo-bis {
        top: 18px; } }
    @media (max-width: 575.98px) {
      header nav .logo-bis {
        font-size: 10px;
        margin-left: 80px; } }
  header nav .navbar-brand img {
    width: 100px; }
  @media (max-width: 991.98px) {
    header nav .navbar-brand {
      margin-bottom: 20px;
      margin-top: 20px; }
      header nav .navbar-brand img {
        width: 80px; } }
  @media (max-width: 767.98px) {
    header nav .navbar-brand {
      margin-bottom: 10px;
      margin-top: 10px; }
      header nav .navbar-brand img {
        width: 80px; } }
  @media (max-width: 575.98px) {
    header nav .navbar-brand img {
      width: 60px; } }
  header nav .search-icon {
    font-size: 18px; }
    header nav .search-icon:hover {
      cursor: pointer; }
  header nav .navbar-nav:hover .nav-item::after,
  header nav .navbar-nav:hover .search-icon::after {
    visibility: hidden; }
  header nav.active-menu .nav-item::after,
  header nav.active-menu .search-icon::after {
    visibility: hidden; }
  header nav:not(.active-menu) .move-bar {
    visibility: hidden !important; }
  header nav.is-one-active:not(.active-menu) .nav-item:not(.active_)::after,
  header nav.is-one-active:not(.active-menu) .search-icon::after {
    visibility: hidden; }
  header nav.is-one-active:not(.active-menu) .nav-item::after {
    bottom: 0px; }
  header nav .move-bar {
    display: block;
    position: absolute;
    background-color: #ffffff;
    bottom: 1px;
    height: 4px;
    width: 60px;
    z-index: 999; }
    @media (max-width: 991.98px) {
      header nav .move-bar {
        display: none; } }
  header nav .search-icon {
    margin: 0 !important; }
    header nav .search-icon.ml-4 {
      margin-left: 0 !important; }
    header nav .search-icon i {
      display: inline-block;
      padding: 23px 0;
      padding-left: 1.5rem;
      line-height: 16px; }
    header nav .search-icon::before {
      background-color: transparent;
      content: " ";
      display: block;
      height: 4px;
      width: 0; }
    header nav .search-icon::after {
      background-color: #ffffff;
      bottom: -5px;
      content: " ";
      display: block;
      height: 4px;
      position: relative; }
      @media (max-width: 991.98px) {
        header nav .search-icon::after {
          display: none; } }
  header nav .nav-item {
    line-height: 16px;
    /*&.CMS_parent {
				&::after {
					visibility: visible;
					@include slideInUp(
						$duration: 1s,
						$count: 1,
						$delay: 0,
						$function: ease,
						$fill: both
						);
				}
			}*/ }
    header nav .nav-item::before {
      background-color: transparent;
      content: " ";
      display: block;
      height: 4px;
      width: 0; }
      @media (max-width: 991.98px) {
        header nav .nav-item::before {
          display: none; } }
    header nav .nav-item::after {
      background-color: #ffffff;
      bottom: -5px;
      content: " ";
      display: block;
      height: 4px;
      position: relative;
      /*visibility: hidden;
				@include transition(1s, ease-in);
				@include slideOutDown(
					$duration: 1s,
					$count: 1,
					$delay: 0,
					$function: ease,
					$fill: both
					);*/ }
      @media (max-width: 991.98px) {
        header nav .nav-item::after {
          display: none; } }
    header nav .nav-item:hover {
      /* Remove border on all elements if sibling is hovered */ }
      header nav .nav-item:hover::after {
        /*@include slideInUp(
						$duration: 1s,
						$count: 1,
						$delay: 0,
						$function: ease,
						$fill: both
						);*/ }
    header nav .nav-item .nav-link {
      color: #ffffff;
      margin: 0 5px;
      padding: 23px 0;
      height: 62px;
      font-size: 16px; }
      @media (max-width: 1499.98px) {
        header nav .nav-item .nav-link {
          font-size: 14px; } }
      @media (max-width: 1199.98px) {
        header nav .nav-item .nav-link {
          font-size: 13px; } }
      @media (max-width: 991.98px) {
        header nav .nav-item .nav-link {
          font-size: 16px;
          border-bottom: 1px solid #ffffff; } }
    header nav .nav-item .menu-item-submenu {
      display: none;
      height: 100vh;
      left: 0;
      overflow-y: auto;
      position: absolute;
      top: 72px;
      width: 100%;
      z-index: 998;
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      @media (max-width: 991.98px) {
        header nav .nav-item .menu-item-submenu {
          background-color: #00205b; } }
      header nav .nav-item .menu-item-submenu.goodbye {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-delay: 0;
        animation-delay: 0;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      header nav .nav-item .menu-item-submenu ul {
        list-style-type: none; }
      header nav .nav-item .menu-item-submenu a {
        color: #d8e6fd;
        font-family: "HelveticaMD";
        font-size: 18px; }
        @media (max-width: 1499.98px) {
          header nav .nav-item .menu-item-submenu a {
            font-size: 14px; } }
        header nav .nav-item .menu-item-submenu a:hover {
          text-decoration: none; }
      header nav .nav-item .menu-item-submenu .container {
        border-bottom: none;
        position: relative; }
        header nav .nav-item .menu-item-submenu .container .close-menu {
          position: absolute;
          right: 0;
          top: 30px;
          z-index: 999;
          font-size: 30px; }
          header nav .nav-item .menu-item-submenu .container .close-menu:hover {
            cursor: pointer; }
          @media (max-width: 991.98px) {
            header nav .nav-item .menu-item-submenu .container .close-menu {
              top: 0; } }
        header nav .nav-item .menu-item-submenu .container .previous-menu {
          position: absolute;
          right: 0;
          top: 30px;
          z-index: 999;
          font-size: 30px; }
          header nav .nav-item .menu-item-submenu .container .previous-menu:hover {
            cursor: pointer; }
          header nav .nav-item .menu-item-submenu .container .previous-menu i {
            border: solid 1px white;
            border-radius: 50%;
            color: white;
            font-size: 22px;
            padding: 10px; }
          @media (max-width: 991.98px) {
            header nav .nav-item .menu-item-submenu .container .previous-menu {
              right: 13px;
              top: 40px; } }
      header nav .nav-item .menu-item-submenu .main-menuXl {
        padding-top: 50px;
        position: relative; }
        header nav .nav-item .menu-item-submenu .main-menuXl .menu-section-title {
          color: #d8e6fd;
          font-family: "HelveticaMD";
          font-size: 18px; }
          header nav .nav-item .menu-item-submenu .main-menuXl .menu-section-title i {
            font-size: 12px; }
          header nav .nav-item .menu-item-submenu .main-menuXl .menu-section-title a {
            font-size: 18px; }
            header nav .nav-item .menu-item-submenu .main-menuXl .menu-section-title a:hover {
              text-decoration: underline; }
        header nav .nav-item .menu-item-submenu .main-menuXl .link-title {
          border-bottom: solid 1px rgba(128, 128, 128, 0.4);
          padding: 20px 0 17px;
          position: relative;
          width: 33%; }
          @media (max-width: 991.98px) {
            header nav .nav-item .menu-item-submenu .main-menuXl .link-title {
              width: 100%; } }
          header nav .nav-item .menu-item-submenu .main-menuXl .link-title:hover {
            background-color: rgba(13, 44, 98, 0.85);
            cursor: pointer; }
            header nav .nav-item .menu-item-submenu .main-menuXl .link-title:hover p {
              left: 20px;
              position: relative; }
          header nav .nav-item .menu-item-submenu .main-menuXl .link-title.active {
            background-color: rgba(13, 44, 98, 0.85); }
            header nav .nav-item .menu-item-submenu .main-menuXl .link-title.active a {
              color: #ffffff; }
            header nav .nav-item .menu-item-submenu .main-menuXl .link-title.active p {
              left: 20px;
              position: relative; }
          header nav .nav-item .menu-item-submenu .main-menuXl .link-title p {
            left: 0;
            margin-bottom: 0;
            position: relative;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
        header nav .nav-item .menu-item-submenu .main-menuXl .sub-arrow {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 12px; }
        header nav .nav-item .menu-item-submenu .main-menuXl ul:first-of-type {
          display: none; }
          header nav .nav-item .menu-item-submenu .main-menuXl ul:first-of-type.active {
            background-color: rgba(13, 44, 98, 0.85);
            display: block;
            height: 97vh;
            left: 33%;
            padding-top: 50px;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%; }
            @media (max-width: 991.98px) {
              header nav .nav-item .menu-item-submenu .main-menuXl ul:first-of-type.active {
                background-color: #00205b;
                left: 0;
                padding-left: 0;
                z-index: 998; } }
        header nav .nav-item .menu-item-submenu .main-menuXl ul li {
          border-bottom: solid 1px rgba(128, 128, 128, 0.4);
          padding: 20px 0 17px;
          padding-right: 20px;
          width: 30%;
          color: white;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in;
          -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-delay: 0;
          animation-delay: 0;
          -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          @media (max-width: 991.98px) {
            header nav .nav-item .menu-item-submenu .main-menuXl ul li {
              width: 100%; } }
          header nav .nav-item .menu-item-submenu .main-menuXl ul li:hover {
            background-color: #13336b;
            cursor: pointer; }
            header nav .nav-item .menu-item-submenu .main-menuXl ul li:hover a {
              left: 20px; }
          header nav .nav-item .menu-item-submenu .main-menuXl ul li.active {
            background-color: #13336b;
            cursor: pointer; }
            @media (max-width: 991.98px) {
              header nav .nav-item .menu-item-submenu .main-menuXl ul li.active .sub-arrow {
                position: absolute;
                right: 10px;
                top: 19px;
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg);
                font-size: 12px; } }
            header nav .nav-item .menu-item-submenu .main-menuXl ul li.active a {
              left: 20px; }
          header nav .nav-item .menu-item-submenu .main-menuXl ul li a {
            left: 0;
            position: relative;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
          header nav .nav-item .menu-item-submenu .main-menuXl ul li ul {
            display: none; }
            header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated {
              display: block;
              height: 100%;
              left: 100%;
              position: absolute;
              top: 0;
              width: 100%; }
              @media (max-width: 991.98px) {
                header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated {
                  background-color: #13336b;
                  left: 50%;
                  margin-top: 20px;
                  position: initial; } }
              header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated li {
                width: 100%; }
                header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated li .menu-section-title {
                  display: none; }
                @media (max-width: 991.98px) {
                  header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated li {
                    border-bottom: none;
                    padding: 10px 0; } }
                header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated li:hover a {
                  left: 20px; }
                header nav .nav-item .menu-item-submenu .main-menuXl ul li ul.activated li a {
                  left: 0; }

.has-child-active li {
  position: relative;
  z-index: 0; }

/* --- GESTION LEVEL 4 MENU --- */
.menu-section-title.pb-3 {
  padding-bottom: 2rem !important; }

.btn-back-4 {
  display: inline-block;
  position: relative;
  border: none;
  background: transparent;
  color: white;
  font-size: 14px;
  outline: none;
  cursor: pointer; }
  .btn-back-4 .icon {
    font-size: 12px;
    margin-right: 10px; }
  .btn-back-4:hover .before {
    opacity: 1; }
  .btn-back-4 .before,
  .btn-back-4 .after {
    display: block;
    position: absolute;
    bottom: -20px;
    height: 5px;
    width: 60px;
    background-color: white;
    z-index: 4; }
  .btn-back-4 .before {
    opacity: 0.5;
    left: 0;
    z-index: 5;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .btn-back-4 .before:hover {
      opacity: 1; }
  .btn-back-4 .after {
    left: 63px; }

/* --- TOP BAR --- */
.header-top {
  color: #022259;
  z-index: 1031; }
  .header-top a {
    color: #022259; }
  .header-top .header-tools {
    width: 100%;
    font-family: "HelveticaMD";
    font-size: 14px;
    text-align: right; }
    .header-top .header-tools a {
      color: #022259; }
    .header-top .header-tools .geo-select,
    .header-top .header-tools .header-linx {
      display: inline-block; }
    .header-top .header-tools .geo-select form {
      display: inline-block; }
    .header-top .header-tools .geo-select select {
      max-width: 200px; }
    .header-top .header-tools .header-linx {
      line-height: 40px; }
      .header-top .header-tools .header-linx .header-linx-ul,
      .header-top .header-tools .header-linx .personal-access {
        display: inline-block; }
      .header-top .header-tools .header-linx .header-linx-ul,
      .header-top .header-tools .header-linx .personnal-list {
        list-style: none;
        padding: 0;
        margin: 0; }
      .header-top .header-tools .header-linx .header-linx-network,
      .header-top .header-tools .header-linx .my-account {
        display: inline-block;
        height: 40px;
        padding: 0 10px; }
      .header-top .header-tools .header-linx .my-account-tools {
        position: relative;
        min-width: 200px;
        text-align: center;
        cursor: pointer; }
        .header-top .header-tools .header-linx .my-account-tools:after {
          position: relative;
          top: -2px;
          font-size: 6px;
          content: "\e912";
          color: #022259;
          font-family: "icons" !important;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg); }
        .header-top .header-tools .header-linx .my-account-tools:hover .user-menu {
          display: block;
          opacity: 1;
          top: 40px;
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-delay: 0s;
          animation-delay: 0s;
          -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .header-top .header-tools .header-linx .my-account-tools .user-menu {
          display: none;
          position: absolute;
          width: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%) !important;
                  transform: translateX(-50%) !important;
          background-color: #022259;
          color: white;
          z-index: 1;
          text-align: left;
          -webkit-transition: opacity 1s ease-out;
          transition: opacity 1s ease-out; }
          .header-top .header-tools .header-linx .my-account-tools .user-menu .icon {
            position: absolute;
            left: 50%;
            top: -6px;
            -webkit-transform: translateX(-50%) rotate(180deg);
                    transform: translateX(-50%) rotate(180deg);
            z-index: -1; }
            .header-top .header-tools .header-linx .my-account-tools .user-menu .icon:before {
              color: #022259; }
          .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li {
            line-height: 0; }
          .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list a {
            line-height: 1.2;
            border-bottom: 1px solid #3d4d72;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li,
          .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom {
            padding: 0 20px 0 20px; }
            .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li:hover,
            .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom:hover {
              background-color: #3d4d72; }
              .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li:hover a,
              .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom:hover a {
                padding-left: 20px; }
            .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li a,
            .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom a {
              display: inline-block;
              width: 100%;
              line-height: 50px;
              padding: 0;
              color: white;
              text-decoration: none;
              -webkit-transition: padding-left 0.3s ease;
              transition: padding-left 0.3s ease; }
              .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li a.my-account-logout,
              .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom a.my-account-logout {
                position: relative;
                padding-left: 20px; }
                .header-top .header-tools .header-linx .my-account-tools .user-menu .personnal-list li a.my-account-logout:before,
                .header-top .header-tools .header-linx .my-account-tools .user-menu .user-menu-bottom a.my-account-logout:before {
                  content: "\a0";
                  background-image: url(/img/fusion/sprite.png?v=1);
                  background-repeat: no-repeat;
                  display: block;
                  position: absolute;
                  width: 9px;
                  height: 9px;
                  background-position: -25px -437px;
                  left: 0;
                  top: 21px; }
    .header-top .header-tools .select2-container a,
    .header-top .header-tools .select2-container div {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      border-radius: 0;
      text-align: left; }
    .header-top .header-tools .select2-container a {
      line-height: 40px; }
    .header-top .header-tools .select2-container .select2-choice {
      height: 40px; }
      .header-top .header-tools .select2-container .select2-choice div b {
        background: transparent !important;
        font-family: "icons" !important;
        font-size: 6px;
        color: #022259;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 40px; }
        .header-top .header-tools .select2-container .select2-choice div b:after {
          content: "\e912"; }

#nav-mob {
  display: block;
  width: 100%; }
  #nav-mob > .container {
    display: block; }
  #nav-mob .nav-mob-top {
    display: block;
    width: 100%; }
  #nav-mob .search-form-container-mob .placeholder {
    font-family: "Helvetica";
    min-width: 240px;
    padding-left: 10px;
    height: 31px;
    line-height: 31px; }
  #nav-mob .nav-item .menu-item-submenu {
    top: 75px;
    height: calc(100vh - 75px);
    overflow-x: hidden; }
    @media (max-width: 767.98px) {
      #nav-mob .nav-item .menu-item-submenu {
        top: 50px;
        height: calc(100vh - 50px); } }
    #nav-mob .nav-item .menu-item-submenu .main-menuXl ul li {
      color: white; }
  #nav-mob #countriesForm {
    display: none; }
  #nav-mob .geo-select {
    margin-top: 20px;
    margin-left: 20px; }
  #nav-mob .header-tools {
    margin: 20px 5px 5px 5px;
    padding-bottom: 65px; }
    #nav-mob .header-tools .select2-container a,
    #nav-mob .header-tools .select2-container div {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      border-radius: 0;
      text-align: left; }
    #nav-mob .header-tools .select2-container a {
      line-height: 40px; }
    #nav-mob .header-tools .select2-container .select2-choice {
      height: 45px;
      width: 200px;
      border-bottom: 1px solid #3d4d72;
      font-size: 14px;
      color: white; }
      #nav-mob .header-tools .select2-container .select2-choice div b {
        background: transparent !important;
        font-family: "icons" !important;
        color: #022259;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 45px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        font-size: 12px; }
        #nav-mob .header-tools .select2-container .select2-choice div b:after {
          content: "\e909";
          color: white; }
    #nav-mob .header-tools .header-linx-li a,
    #nav-mob .header-tools .personal-access .user-name-title,
    #nav-mob .header-tools .personal-access .my-account {
      position: relative;
      display: block;
      font-size: 14px;
      font-family: "HelveticaMD";
      color: white;
      padding: 10px 0;
      margin: 0;
      height: auto;
      text-decoration: none;
      border: none; }
      #nav-mob .header-tools .header-linx-li a .sub-arrow,
      #nav-mob .header-tools .personal-access .user-name-title .sub-arrow,
      #nav-mob .header-tools .personal-access .my-account .sub-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #nav-mob .header-tools .header-linx-li a:hover,
      #nav-mob .header-tools .personal-access .user-name-title:hover,
      #nav-mob .header-tools .personal-access .my-account:hover {
        color: rgba(255, 255, 255, 0.75); }
    #nav-mob .header-tools ul {
      padding: 0;
      margin: 0;
      list-style: none; }
  #nav-mob .my-account-tools {
    padding-top: 10px; }
    #nav-mob .my-account-tools .user-name-title {
      display: block;
      margin-bottom: 10px;
      color: white;
      font-size: 14px;
      cursor: pointer; }
      #nav-mob .my-account-tools .user-name-title:hover {
        color: #d8e6fd; }
    #nav-mob .my-account-tools .user-menu {
      padding-left: 20px; }
      #nav-mob .my-account-tools .user-menu .link-title {
        padding: 0 !important; }
        #nav-mob .my-account-tools .user-menu .link-title a {
          display: block;
          padding: 20px 0 !important; }
          #nav-mob .my-account-tools .user-menu .link-title a.my-account-logout {
            padding-left: 15px !important; }
      #nav-mob .my-account-tools .user-menu .my-account-logout:before {
        content: "\a0";
        background-image: url(/img/fusion/sprite.png?v=1);
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        background-position: -25px -437px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

.personal-access .my-account-tools.type-user-web, .personal-access .my-account-tools.type-user-premier {
  padding-left: 35px !important; }

.personal-access .my-account-tools.type-user-web:before {
  content: "\a0";
  background-image: url(/img/fusion/sprite.png?v=1);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-position: -182px -118px;
  left: 10px;
  top: 12px; }

.personal-access .my-account-tools.type-user-premier:before {
  content: "\a0";
  background-image: url(/img/fusion/sprite.png?v=1);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 29px;
  height: 30px;
  background-position: -52px -380px;
  left: 4px;
  top: 9px; }

.acme-news-navbar {
  width: auto; }

.header-top.head-datadoors .module-news-navbar {
  padding-left: 60px; }

.header-top.head-datadoors .module-news-navbar-length {
  width: 40px; }

#headband .headband-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 815px;
  position: relative;
  /* Debug IE Title */ }
  @media (max-width: 1499.98px) {
    #headband .headband-top {
      height: 600px; } }
  @media (max-width: 991.98px) {
    #headband .headband-top {
      height: 480px; } }
  #headband .headband-top .overlay-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, transparent 70%, transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #headband .headband-top .container.mt-auto {
      height: 200px; } }
  #headband .headband-top .headband-head {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-bottom: 12%;
    padding: 10px; }
    #headband .headband-top .headband-head .headband-title .span-h1 {
      color: #ffffff;
      font-family: "HelveticaHV";
      margin-bottom: 0;
      font-size: 60px; }
      @media (max-width: 1199.98px) {
        #headband .headband-top .headband-head .headband-title .span-h1 {
          font-size: 50px; } }
      @media (max-width: 991.98px) {
        #headband .headband-top .headband-head .headband-title .span-h1 {
          font-size: 40px; } }
    #headband .headband-top .headband-head .headband-subtitle {
      color: #ffffff;
      font-family: "HelveticaRO";
      font-size: 35px; }
      #headband .headband-top .headband-head .headband-subtitle h1 {
        font-size: inherit;
        line-height: inherit; }
      @media (max-width: 1199.98px) {
        #headband .headband-top .headband-head .headband-subtitle {
          font-size: 30px; } }
      @media (max-width: 991.98px) {
        #headband .headband-top .headband-head .headband-subtitle {
          font-size: 25px; } }
  #headband .headband-top .breadcrumb {
    background-color: transparent;
    margin-top: 140px;
    position: relative;
    z-index: 901; }
    #headband .headband-top .breadcrumb span,
    #headband .headband-top .breadcrumb a {
      color: #ffffff;
      font-family: "HelveticaRO";
      font-size: 16px; }
    #headband .headband-top .breadcrumb .divider {
      color: #ffffff;
      margin: 0 5px; }

#headband .headband-bottom {
  background-color: #181918;
  padding: 60px 0; }
  #headband .headband-bottom .headband-bottom-content {
    color: #ffffff;
    font-family: "HelveticaLT";
    padding-right: 110px;
    font-size: 18px; }
    @media (max-width: 767.98px) {
      #headband .headband-bottom .headband-bottom-content {
        padding-right: initial; } }
  #headband .headband-bottom .headband-bottom-link {
    border-top: solid 1px #ffffff; }
    #headband .headband-bottom .headband-bottom-link .link-title {
      color: #ffffff;
      font-family: "HelveticaHV";
      margin-bottom: 15px;
      margin-top: 20px;
      font-size: 34px; }
      @media (max-width: 767.98px) {
        #headband .headband-bottom .headband-bottom-link .link-title {
          text-align: center; } }
      @media (max-width: 991.98px) {
        #headband .headband-bottom .headband-bottom-link .link-title {
          font-size: 28px; } }
    #headband .headband-bottom .headband-bottom-link .btn {
      margin: 0 7px 10px 0; }
      @media (max-width: 1499.98px) {
        #headband .headband-bottom .headband-bottom-link .btn {
          min-width: unset !important; } }
      @media (max-width: 767.98px) {
        #headband .headband-bottom .headband-bottom-link .btn {
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 10px; } }

#products-4 {
  background-color: #022259;
  padding: 60px 0 80px; }
  #products-4 h2 {
    color: #ffffff;
    font-family: "HelveticaHV";
    margin-bottom: 40px;
    font-size: 44px; }
    @media (max-width: 767.98px) {
      #products-4 h2 {
        font-size: 35px; } }
  #products-4 .col-full {
    margin-bottom: 30px; }
  #products-4 .col-full:nth-of-type(1) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #products-4 .col-full:nth-of-type(2) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #products-4 .col-full:nth-of-type(3) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #products-4 .col-full:nth-of-type(4) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #products-4 .col-full:nth-of-type(5) {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #products-4 .product-block {
    background-color: #ffffff;
    height: 100%;
    margin-bottom: 30px;
    padding: 40px 30px; }
    #products-4 .product-block h3 {
      color: #022259;
      font-family: "HelveticaHV";
      margin-bottom: 40px;
      font-size: 23px; }
    #products-4 .product-block h4 {
      color: #022259;
      font-family: "HelveticaLT";
      margin-bottom: 25px;
      font-size: 29px; }
    #products-4 .product-block .btn-airbus {
      border-color: #022259;
      color: #022259;
      font-family: "HelveticaRO";
      max-width: 170px;
      padding: 12px 30px;
      text-transform: capitalize;
      font-size: 16px; }
      #products-4 .product-block .btn-airbus:hover {
        background-color: #022259;
        color: #ffffff; }

#text-listing {
  padding: 20px 0px 30px 0; }
  @media (max-width: 767.98px) {
    #text-listing {
      padding: 30px 0; } }
  #text-listing h2 {
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 60px;
    font-size: 44px; }
  #text-listing ul {
    padding-left: 15px; }

#highlight-full,
.range-geostore-portfolio-detail,
.range-docu-highlight-full,
.best-product {
  background-color: #eff3f9;
  margin-bottom: 20px; }
  #highlight-full .hilight-link,
  .range-geostore-portfolio-detail .hilight-link,
  .range-docu-highlight-full .hilight-link,
  .best-product .hilight-link {
    margin-top: 50px;
    text-align: center; }
    #highlight-full .hilight-link .btn-airbus, #highlight-full .hilight-link .btn-airbus-standard,
    .range-geostore-portfolio-detail .hilight-link .btn-airbus,
    .range-geostore-portfolio-detail .hilight-link .btn-airbus-standard,
    .range-docu-highlight-full .hilight-link .btn-airbus,
    .range-docu-highlight-full .hilight-link .btn-airbus-standard,
    .best-product .hilight-link .btn-airbus,
    .best-product .hilight-link .btn-airbus-standard {
      background-color: #022259;
      border-color: #022259;
      color: white;
      display: inline-block;
      font-family: "HelveticaRO";
      margin-left: auto;
      margin-right: auto;
      min-width: 220px;
      padding: 12px;
      text-transform: capitalize;
      font-size: 26px; }
      #highlight-full .hilight-link .btn-airbus:hover, #highlight-full .hilight-link .btn-airbus-standard:hover,
      .range-geostore-portfolio-detail .hilight-link .btn-airbus:hover,
      .range-geostore-portfolio-detail .hilight-link .btn-airbus-standard:hover,
      .range-docu-highlight-full .hilight-link .btn-airbus:hover,
      .range-docu-highlight-full .hilight-link .btn-airbus-standard:hover,
      .best-product .hilight-link .btn-airbus:hover,
      .best-product .hilight-link .btn-airbus-standard:hover {
        background-color: transparent;
        color: #022259; }
  #highlight-full p,
  .range-geostore-portfolio-detail p,
  .range-docu-highlight-full p,
  .best-product p {
    text-align: center; }
  #highlight-full .content,
  .range-geostore-portfolio-detail .content,
  .range-docu-highlight-full .content,
  .best-product .content {
    padding: 20px 0; }
  #highlight-full .contact-link,
  .range-geostore-portfolio-detail .contact-link,
  .range-docu-highlight-full .contact-link,
  .best-product .contact-link {
    margin-top: 20px;
    text-align: center; }
    #highlight-full .contact-link a,
    .range-geostore-portfolio-detail .contact-link a,
    .range-docu-highlight-full .contact-link a,
    .best-product .contact-link a {
      color: #022259;
      font-family: "HelveticaMD";
      font-size: 18px; }
  #highlight-full .documents,
  #highlight-full .first-block,
  .range-geostore-portfolio-detail .documents,
  .range-geostore-portfolio-detail .first-block,
  .range-docu-highlight-full .documents,
  .range-docu-highlight-full .first-block,
  .best-product .documents,
  .best-product .first-block {
    background-color: #022259;
    padding: 40px 15px 40px 60px; }
    @media (max-width: 1199.98px) {
      #highlight-full .documents,
      #highlight-full .first-block,
      .range-geostore-portfolio-detail .documents,
      .range-geostore-portfolio-detail .first-block,
      .range-docu-highlight-full .documents,
      .range-docu-highlight-full .first-block,
      .best-product .documents,
      .best-product .first-block {
        padding-left: 30px; } }
    @media (max-width: 991.98px) {
      #highlight-full .documents,
      #highlight-full .first-block,
      .range-geostore-portfolio-detail .documents,
      .range-geostore-portfolio-detail .first-block,
      .range-docu-highlight-full .documents,
      .range-docu-highlight-full .first-block,
      .best-product .documents,
      .best-product .first-block {
        padding-left: 15px; } }
    @media (max-width: 767.98px) {
      #highlight-full .documents,
      #highlight-full .first-block,
      .range-geostore-portfolio-detail .documents,
      .range-geostore-portfolio-detail .first-block,
      .range-docu-highlight-full .documents,
      .range-docu-highlight-full .first-block,
      .best-product .documents,
      .best-product .first-block {
        padding-left: 30px; } }
    @media (max-width: 575.98px) {
      #highlight-full .documents,
      #highlight-full .first-block,
      .range-geostore-portfolio-detail .documents,
      .range-geostore-portfolio-detail .first-block,
      .range-docu-highlight-full .documents,
      .range-docu-highlight-full .first-block,
      .best-product .documents,
      .best-product .first-block {
        padding-left: 15px; } }
    #highlight-full .documents .row, #highlight-full .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item #highlight-full .documents .sample-imagery-item-detail,
    #highlight-full .first-block .row,
    #highlight-full .first-block .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item #highlight-full .first-block .sample-imagery-item-detail,
    .range-geostore-portfolio-detail .documents .row,
    .range-geostore-portfolio-detail .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .range-geostore-portfolio-detail .documents .sample-imagery-item-detail,
    .range-geostore-portfolio-detail .first-block .row,
    .range-geostore-portfolio-detail .first-block .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .range-geostore-portfolio-detail .first-block .sample-imagery-item-detail,
    .range-docu-highlight-full .documents .row,
    .range-docu-highlight-full .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .range-docu-highlight-full .documents .sample-imagery-item-detail,
    .range-docu-highlight-full .first-block .row,
    .range-docu-highlight-full .first-block .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .range-docu-highlight-full .first-block .sample-imagery-item-detail,
    .best-product .documents .row,
    .best-product .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .best-product .documents .sample-imagery-item-detail,
    .best-product .first-block .row,
    .best-product .first-block .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail,
    .sample-2018 main .main-container .sample-imagery-item .best-product .first-block .sample-imagery-item-detail {
      margin: 0; }
    #highlight-full .documents .the-text,
    #highlight-full .first-block .the-text,
    .range-geostore-portfolio-detail .documents .the-text,
    .range-geostore-portfolio-detail .first-block .the-text,
    .range-docu-highlight-full .documents .the-text,
    .range-docu-highlight-full .first-block .the-text,
    .best-product .documents .the-text,
    .best-product .first-block .the-text {
      color: #fff;
      background-color: #022259; }
    #highlight-full .documents .bloc-documents,
    #highlight-full .documents .inner,
    #highlight-full .first-block .bloc-documents,
    #highlight-full .first-block .inner,
    .range-geostore-portfolio-detail .documents .bloc-documents,
    .range-geostore-portfolio-detail .documents .inner,
    .range-geostore-portfolio-detail .first-block .bloc-documents,
    .range-geostore-portfolio-detail .first-block .inner,
    .range-docu-highlight-full .documents .bloc-documents,
    .range-docu-highlight-full .documents .inner,
    .range-docu-highlight-full .first-block .bloc-documents,
    .range-docu-highlight-full .first-block .inner,
    .best-product .documents .bloc-documents,
    .best-product .documents .inner,
    .best-product .first-block .bloc-documents,
    .best-product .first-block .inner {
      width: 100%; }
      #highlight-full .documents .bloc-documents .icon-top,
      #highlight-full .documents .inner .icon-top,
      #highlight-full .first-block .bloc-documents .icon-top,
      #highlight-full .first-block .inner .icon-top,
      .range-geostore-portfolio-detail .documents .bloc-documents .icon-top,
      .range-geostore-portfolio-detail .documents .inner .icon-top,
      .range-geostore-portfolio-detail .first-block .bloc-documents .icon-top,
      .range-geostore-portfolio-detail .first-block .inner .icon-top,
      .range-docu-highlight-full .documents .bloc-documents .icon-top,
      .range-docu-highlight-full .documents .inner .icon-top,
      .range-docu-highlight-full .first-block .bloc-documents .icon-top,
      .range-docu-highlight-full .first-block .inner .icon-top,
      .best-product .documents .bloc-documents .icon-top,
      .best-product .documents .inner .icon-top,
      .best-product .first-block .bloc-documents .icon-top,
      .best-product .first-block .inner .icon-top {
        height: 10px;
        left: -2px;
        position: relative;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        width: 10px;
        /* Force with / height for IE rotate bug */
        font-size: 10px; }
        #highlight-full .documents .bloc-documents .icon-top:before,
        #highlight-full .documents .inner .icon-top:before,
        #highlight-full .first-block .bloc-documents .icon-top:before,
        #highlight-full .first-block .inner .icon-top:before,
        .range-geostore-portfolio-detail .documents .bloc-documents .icon-top:before,
        .range-geostore-portfolio-detail .documents .inner .icon-top:before,
        .range-geostore-portfolio-detail .first-block .bloc-documents .icon-top:before,
        .range-geostore-portfolio-detail .first-block .inner .icon-top:before,
        .range-docu-highlight-full .documents .bloc-documents .icon-top:before,
        .range-docu-highlight-full .documents .inner .icon-top:before,
        .range-docu-highlight-full .first-block .bloc-documents .icon-top:before,
        .range-docu-highlight-full .first-block .inner .icon-top:before,
        .best-product .documents .bloc-documents .icon-top:before,
        .best-product .documents .inner .icon-top:before,
        .best-product .first-block .bloc-documents .icon-top:before,
        .best-product .first-block .inner .icon-top:before {
          color: #ffffff; }
      #highlight-full .documents .bloc-documents a,
      #highlight-full .documents .inner a,
      #highlight-full .first-block .bloc-documents a,
      #highlight-full .first-block .inner a,
      .range-geostore-portfolio-detail .documents .bloc-documents a,
      .range-geostore-portfolio-detail .documents .inner a,
      .range-geostore-portfolio-detail .first-block .bloc-documents a,
      .range-geostore-portfolio-detail .first-block .inner a,
      .range-docu-highlight-full .documents .bloc-documents a,
      .range-docu-highlight-full .documents .inner a,
      .range-docu-highlight-full .first-block .bloc-documents a,
      .range-docu-highlight-full .first-block .inner a,
      .best-product .documents .bloc-documents a,
      .best-product .documents .inner a,
      .best-product .first-block .bloc-documents a,
      .best-product .first-block .inner a {
        color: #ffffff;
        font-family: "HelveticaLT";
        margin: 5px 0;
        font-size: 19px; }
    #highlight-full .documents h2,
    #highlight-full .first-block h2,
    .range-geostore-portfolio-detail .documents h2,
    .range-geostore-portfolio-detail .first-block h2,
    .range-docu-highlight-full .documents h2,
    .range-docu-highlight-full .first-block h2,
    .best-product .documents h2,
    .best-product .first-block h2 {
      color: white;
      font-size: 30px; }

#highlight-centered {
  margin: 40px 0; }
  #highlight-centered .content {
    background-color: #eff3f9;
    margin: 0 auto;
    padding: 50px 0;
    width: 70%; }
    @media (max-width: 575.98px) {
      #highlight-centered .content {
        width: 100%; } }
    #highlight-centered .content .hilight-link {
      margin-top: 50px;
      text-align: center; }
      #highlight-centered .content .hilight-link .btn-airbus {
        background-color: #022259;
        border-color: #022259;
        color: white;
        display: inline-block;
        font-family: "HelveticaRO";
        margin-left: auto;
        margin-right: auto;
        min-width: 220px;
        padding: 12px;
        text-transform: capitalize;
        font-size: 26px; }
        #highlight-centered .content .hilight-link .btn-airbus:hover {
          background-color: transparent;
          color: #022259; }
    #highlight-centered .content p {
      text-align: center; }

#slider-block-2-1 {
  margin-bottom: 40px; }
  #slider-block-2-1 #slideshowRow .item-content,
  #slider-block-2-1 #slideshowRowIg .item-content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px; }
  #slider-block-2-1 #slideshowRow .slide-content,
  #slider-block-2-1 #slideshowRowIg .slide-content {
    width: 100%; }
    #slider-block-2-1 #slideshowRow .slide-content .container,
    #slider-block-2-1 #slideshowRowIg .slide-content .container {
      max-width: 921.21212px; }
      @media (max-width: 1799.98px) {
        #slider-block-2-1 #slideshowRow .slide-content .container,
        #slider-block-2-1 #slideshowRowIg .slide-content .container {
          max-width: 848.48485px; } }
      @media (max-width: 1499.98px) {
        #slider-block-2-1 #slideshowRow .slide-content .container,
        #slider-block-2-1 #slideshowRowIg .slide-content .container {
          max-width: 690.90909px; } }
      @media (max-width: 1199.98px) {
        #slider-block-2-1 #slideshowRow .slide-content .container,
        #slider-block-2-1 #slideshowRowIg .slide-content .container {
          max-width: 581.81818px; } }
      @media (max-width: 991.98px) {
        #slider-block-2-1 #slideshowRow .slide-content .container,
        #slider-block-2-1 #slideshowRowIg .slide-content .container {
          max-width: 436.36364px; } }
      @media (max-width: 767.98px) {
        #slider-block-2-1 #slideshowRow .slide-content .container,
        #slider-block-2-1 #slideshowRowIg .slide-content .container {
          max-width: 540px; } }
    #slider-block-2-1 #slideshowRow .slide-content .container-inner,
    #slider-block-2-1 #slideshowRowIg .slide-content .container-inner {
      background-color: rgba(0, 0, 0, 0.3);
      display: inline-block;
      padding: 10px; }
    #slider-block-2-1 #slideshowRow .slide-content h2,
    #slider-block-2-1 #slideshowRowIg .slide-content h2 {
      color: #ffffff;
      font-family: "HelveticaHV";
      font-size: 40px; }
    #slider-block-2-1 #slideshowRow .slide-content .descr,
    #slider-block-2-1 #slideshowRowIg .slide-content .descr {
      color: #ffffff;
      display: block;
      font-family: "HelveticaMD";
      line-height: 1.2;
      margin-bottom: 15px;
      max-width: 650px;
      font-size: 24px; }
    #slider-block-2-1 #slideshowRow .slide-content .link a,
    #slider-block-2-1 #slideshowRowIg .slide-content .link a {
      color: #ffffff;
      font-family: "HelveticaLT";
      font-size: 19px; }
  #slider-block-2-1 #slideshowRow .carousel-item .carousel-item-content,
  #slider-block-2-1 #slideshowRowIg .carousel-item .carousel-item-content {
    bottom: 100px;
    position: absolute;
    width: 100%; }
  #slider-block-2-1 #slideshowRow .slidecontrol,
  #slider-block-2-1 #slideshowRowIg .slidecontrol {
    bottom: 3%;
    position: absolute;
    right: 2%; }
    #slider-block-2-1 #slideshowRow .slidecontrol .btn-control,
    #slider-block-2-1 #slideshowRowIg .slidecontrol .btn-control {
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      background: rgba(255, 255, 255, 0.6);
      color: #022259;
      font-size: 50px; }
      #slider-block-2-1 #slideshowRow .slidecontrol .btn-control:hover,
      #slider-block-2-1 #slideshowRowIg .slidecontrol .btn-control:hover {
        background: #022259;
        color: #ffffff;
        text-decoration: none; }
  #slider-block-2-1 .container.d-flex, #slider-block-2-1 .range-latest-li-post .linkedin-post .container.linkedin-owner, .range-latest-li-post .linkedin-post #slider-block-2-1 .container.linkedin-owner, #slider-block-2-1 .cnw-commercial-card .cnw-card-inner .container.cnw-top-bar, .cnw-commercial-card .cnw-card-inner #slider-block-2-1 .container.cnw-top-bar, #slider-block-2-1 .cnw-commercial-card .cnw-card-inner .container.cnw-footer, .cnw-commercial-card .cnw-card-inner #slider-block-2-1 .container.cnw-footer {
    padding: 0 20%; }
  #slider-block-2-1 .container {
    bottom: 30px;
    left: 50%;
    position: absolute;
    z-index: 100;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
    #slider-block-2-1 .container .title-header {
      background-color: rgba(0, 0, 0, 0.3);
      color: #ffffff;
      max-width: 400px;
      padding: 10px;
      position: relative;
      z-index: 901; }
      #slider-block-2-1 .container .title-header h2 {
        color: #ffffff;
        font-family: "HelveticaHV";
        padding: 0;
        font-size: 40px;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      #slider-block-2-1 .container .title-header .descr {
        font-family: "HelveticaLT";
        margin-top: 12px;
        font-size: 19px;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      #slider-block-2-1 .container .title-header a {
        color: #ffffff; }
  #slider-block-2-1 .blk-right-1,
  #slider-block-2-1 .blk-left-1 {
    overflow: hidden;
    position: relative; }
  #slider-block-2-1 .industries-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1); }
    @media (max-width: 767.98px) {
      #slider-block-2-1 .industries-block {
        min-height: 280px !important; } }

#highlights,
.range-docu-highlight {
  margin: 40px 0; }
  #highlights .content,
  .range-docu-highlight .content {
    background-color: #022259;
    color: #ffffff;
    font-family: "HelveticaMD";
    line-height: 35px;
    margin: 0 auto;
    padding: 60px 6%;
    width: 70%;
    font-size: 19px; }
    @media (max-width: 575.98px) {
      #highlights .content,
      .range-docu-highlight .content {
        width: 100%; } }
    #highlights .content p,
    .range-docu-highlight .content p {
      margin-bottom: 0; }

#headband-small {
  /* Rangée spécifique "countdown" */ }
  #headband-small .headband-top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 570px;
    position: relative; }
    @media (max-width: 1499.98px) {
      #headband-small .headband-top {
        min-height: 440px; } }
    @media (max-width: 991.98px) {
      #headband-small .headband-top {
        min-height: 400px; } }
    @media (max-width: 991.98px) {
      #headband-small .headband-top {
        min-height: 520px; } }
    #headband-small .headband-top .overlay-gradient {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), color-stop(70%, transparent), to(transparent));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, transparent 70%, transparent 100%);
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 900; }
    #headband-small .headband-top .headband-head {
      background-color: rgba(0, 0, 0, 0.3);
      display: inline-block;
      margin-bottom: 4%;
      padding: 10px;
      position: relative;
      z-index: 901; }
      #headband-small .headband-top .headband-head .headband-title .span-h1 {
        color: #ffffff;
        font-family: "HelveticaHV";
        margin-bottom: 0;
        text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
        font-size: 60px; }
        @media (max-width: 1499.98px) {
          #headband-small .headband-top .headband-head .headband-title .span-h1 {
            font-size: 45px; } }
        @media (max-width: 767.98px) {
          #headband-small .headband-top .headband-head .headband-title .span-h1 {
            font-size: 30px; } }
      #headband-small .headband-top .headband-head .headband-subtitle {
        color: #ffffff;
        font-family: "HelveticaRO";
        font-size: 35px; }
        #headband-small .headband-top .headband-head .headband-subtitle h1 {
          font-size: inherit;
          line-height: inherit; }
        @media (max-width: 1199.98px) {
          #headband-small .headband-top .headband-head .headband-subtitle {
            font-size: 30px; } }
        @media (max-width: 991.98px) {
          #headband-small .headband-top .headband-head .headband-subtitle {
            font-size: 25px; } }
    #headband-small .headband-top .breadcrumb {
      background-color: transparent;
      margin-top: 140px;
      z-index: 901; }
      #headband-small .headband-top .breadcrumb span,
      #headband-small .headband-top .breadcrumb a {
        color: #ffffff;
        font-family: "HelveticaRO";
        font-size: 16px; }
      #headband-small .headband-top .breadcrumb .divider {
        color: #ffffff;
        margin: 0 5px; }
  #headband-small.countdown .headband-head {
    position: absolute;
    bottom: 0;
    max-width: 620px; }
    @media (max-width: 991.98px) {
      #headband-small.countdown .headband-head {
        position: relative;
        bottom: 30px; } }
    #headband-small.countdown .headband-head .headband-title .span-h1 {
      text-shadow: none;
      font-size: 36px; }
    #headband-small.countdown .headband-head .headband-subtitle h1 {
      font-size: 29px; }
  #headband-small.countdown .overlay-gradient {
    opacity: .5; }
  #headband-small.countdown .date-start-hide,
  #headband-small.countdown .date-event-hide {
    display: none; }
  #headband-small.countdown .container-depart {
    position: relative;
    height: 580px; }
    @media (max-width: 991.98px) {
      #headband-small.countdown .container-depart {
        height: auto; } }
    #headband-small.countdown .container-depart .container-compteur {
      text-align: center;
      -webkit-animation: 2.1s fadeIn;
              animation: 2.1s fadeIn;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      opacity: 0;
      width: auto;
      position: absolute;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media (max-width: 991.98px) {
        #headband-small.countdown .container-depart .container-compteur {
          position: initial;
          margin-top: -40px;
          -webkit-transform: none;
                  transform: none;
          top: 0; } }
      #headband-small.countdown .container-depart .container-compteur section:after {
        content: '';
        width: 20px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 50%;
        right: -10px; }
      #headband-small.countdown .container-depart .container-compteur section:last-child:after {
        display: none; }
      #headband-small.countdown .container-depart .container-compteur section,
      #headband-small.countdown .container-depart .container-compteur .donut-chart {
        position: relative;
        width: 140px;
        height: 140px;
        margin: 0 auto 2rem;
        border-radius: 100%; }
        @media (max-width: 991.98px) {
          #headband-small.countdown .container-depart .container-compteur section,
          #headband-small.countdown .container-depart .container-compteur .donut-chart {
            width: 80px;
            height: 80px; } }
      #headband-small.countdown .container-depart .container-compteur .jours,
      #headband-small.countdown .container-depart .container-compteur .heures,
      #headband-small.countdown .container-depart .container-compteur .minutes,
      #headband-small.countdown .container-depart .container-compteur .secondes {
        display: inline-block; }
      #headband-small.countdown .container-depart .container-compteur section {
        width: 190px; }
      #headband-small.countdown .container-depart .container-compteur p.center-time {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 70px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        line-height: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 35px;
        font-family: "HelveticaHV";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      #headband-small.countdown .container-depart .container-compteur p.inline-unit {
        display: none;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        color: #022259; }
      #headband-small.countdown .container-depart .container-compteur p.center-unit {
        position: absolute;
        text-align: center;
        font-size: 15px;
        top: 0;
        left: 0;
        bottom: -190px;
        right: 0;
        width: 110px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        line-height: 70px;
        color: #022259;
        font-family: "HelveticaMD"; }
        @media (max-width: 991.98px) {
          #headband-small.countdown .container-depart .container-compteur p.center-unit {
            width: auto;
            height: auto;
            top: 40px;
            bottom: unset; } }
      #headband-small.countdown .container-depart .container-compteur .trim {
        border-radius: 50%;
        clip: rect(0px, 140px, 140px, 70px);
        height: 100%;
        position: absolute;
        width: 100%;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -webkit-transition: all .3s;
        transition: all .3s; }
        @media (max-width: 991.98px) {
          #headband-small.countdown .container-depart .container-compteur .trim {
            display: none; } }
      #headband-small.countdown .container-depart .container-compteur .embed {
        border-radius: 50%;
        clip: rect(0px, 70px, 140px, 0px);
        height: 100%;
        position: absolute;
        width: 100%;
        font-size: 1.5rem;
        -webkit-transition: all .3s;
        transition: all .3s; }
      #headband-small.countdown .container-depart .container-compteur .portion-back-1 {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      #headband-small.countdown .container-depart .container-compteur .portion-back-1 .embed {
        border: 16px solid #fff;
        opacity: .3;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      #headband-small.countdown .container-depart .container-compteur .portion-back-2 {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      #headband-small.countdown .container-depart .container-compteur .portion-back-2 .embed {
        border: 16px solid #fff;
        opacity: .3;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
      #headband-small.countdown .container-depart .container-compteur .portion1 {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      #headband-small.countdown .container-depart .container-compteur .portion1 .embed {
        border: 16px solid #022259;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      #headband-small.countdown .container-depart .container-compteur .portion2 {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
      #headband-small.countdown .container-depart .container-compteur .portion2 .embed {
        border: 16px solid #022259;
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg); }
  #headband-small.countdown.countdown-row .headband-top {
    min-height: unset; }
    #headband-small.countdown.countdown-row .headband-top .breadcrumb {
      margin-top: unset; }
    #headband-small.countdown.countdown-row .headband-top .headband-head {
      padding: 20px 30px;
      max-width: 850px; }
      @media (max-width: 991.98px) {
        #headband-small.countdown.countdown-row .headband-top .headband-head {
          bottom: unset;
          top: 60px; } }
    #headband-small.countdown.countdown-row .headband-top .container-depart {
      height: 570px; }
      @media (max-width: 991.98px) {
        #headband-small.countdown.countdown-row .headband-top .container-depart {
          height: 220px; } }
    #headband-small.countdown.countdown-row .headband-top .container-compteur {
      -webkit-transform: translate(0, -80%);
              transform: translate(0, -80%); }
      @media (max-width: 991.98px) {
        #headband-small.countdown.countdown-row .headband-top .container-compteur {
          -webkit-transform: none !important;
                  transform: none !important;
          margin-top: 0;
          top: 50px;
          position: relative; } }
    #headband-small.countdown.countdown-row .headband-top .headband-title .span-h1 h2 {
      text-shadow: none;
      font-size: 36px;
      color: #fff; }
    #headband-small.countdown.countdown-row .headband-top .headband-subtitle h2 {
      font-size: 18px;
      color: #fff;
      font-family: 'HelveticaLT'; }

@keyframes fadeIn {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#text-x2 {
  padding: 20px 0 10px; }
  @media (max-width: 991.98px) {
    #text-x2 {
      padding: 50px 0 40px; } }
  #text-x2 .content {
    margin-bottom: 30px;
    padding-right: 60px; }
    @media (max-width: 991.98px) {
      #text-x2 .content {
        padding-right: 20px; } }

.text-media-left {
  margin: 60px 0; }
  @media (max-width: 767.98px) {
    .text-media-left {
      margin: 20px 0; } }
  .text-media-left .btn-airbus {
    border-color: #022259;
    color: #022259;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: none;
    font-size: 19px; }
    .text-media-left .btn-airbus:hover {
      background-color: #022259;
      color: #ffffff; }

.text-media-right {
  margin: 30px 0 60px 0; }
  @media (max-width: 767.98px) {
    .text-media-right {
      margin: 20px 0; } }
  .text-media-right li {
    list-style-position: inside; }
  .text-media-right .content {
    padding-left: 80px;
    text-align: right; }
    @media (max-width: 991.98px) {
      .text-media-right .content {
        padding-left: initial;
        text-align: left; } }
  .text-media-right .button-text {
    text-align: right; }
    @media (max-width: 991.98px) {
      .text-media-right .button-text {
        text-align: center; } }
    .text-media-right .button-text .btn-airbus {
      border-color: #022259;
      color: #022259;
      margin-top: 30px;
      padding: 10px 20px;
      text-transform: none;
      font-size: 19px; }
      .text-media-right .button-text .btn-airbus:hover {
        background-color: #022259;
        color: #ffffff; }

#documents-link {
  color: #ffffff;
  text-align: center; }
  #documents-link .bloc-documents {
    background-color: #022259;
    display: inline-block;
    padding: 45px 14%; }
  #documents-link .icon-top {
    height: 10px;
    left: -2px;
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 10px;
    /* Force with / height for IE rotate bug */
    font-size: 10px; }
    #documents-link .icon-top:before {
      color: #ffffff; }
  #documents-link a {
    color: #ffffff;
    font-family: "HelveticaLT";
    margin: 5px 0;
    font-size: 19px; }
  #documents-link h2 {
    color: #ffffff;
    font-family: "HelveticaHV";
    font-size: 40px;
    padding: 0; }
  #documents-link h3 {
    color: #ffffff;
    font-family: "HelveticaHV";
    font-size: 30px;
    padding: 0; }
  #documents-link .links-container {
    background-color: #031b44;
    min-height: 300px;
    padding-bottom: 30px;
    padding-top: 30px; }
    #documents-link .links-container .btn:hover {
      color: #031b44; }

.highlights-4 {
  background-color: #022259;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 80px 0; }
  .highlights-4.bg-color-gray {
    color: #022259;
    background-color: #eff3f9; }
    .highlights-4.bg-color-gray .container, .highlights-4.bg-color-gray h2, .highlights-4.bg-color-gray svg, .highlights-4.bg-color-gray circle, .highlights-4.bg-color-gray path {
      color: #022259;
      stroke: #022259 !important; }
  .highlights-4 h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px; }
  .highlights-4 .content {
    font-family: "HelveticaMD";
    position: relative;
    font-size: 19px; }
    .highlights-4 .content .picto {
      border-radius: 50%;
      height: 120px;
      margin-bottom: 30px;
      width: 120px; }
      .highlights-4 .content .picto img {
        height: 90px;
        width: 90px; }
    .highlights-4 .content .my-circle {
      position: absolute; }
    .highlights-4 .content .text {
      padding: 0 40px;
      text-align: center; }
      @media (max-width: 1499.98px) {
        .highlights-4 .content .text {
          padding: 0 5px; } }
    .highlights-4 .content .circle-chart__circle {
      stroke-width: 2; }

.html5vid .container {
  position: relative; }
  .html5vid .container .video-container {
    margin-bottom: 80px;
    margin-top: 40px;
    position: relative; }
    .html5vid .container .video-container:hover {
      cursor: pointer; }
    .html5vid .container .video-container .overlay-video {
      background-color: #000;
      float: left;
      height: 99%;
      opacity: 0.5;
      position: absolute;
      width: 100%;
      z-index: 887;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .html5vid .container .video-container .overlay-video.playing {
        opacity: 0;
        z-index: -1; }

.html5vid video {
  width: 100%; }
  .html5vid video.inactive::-webkit-media-controls {
    display: none; }

.html5vid .video-html5-fallback {
  display: none; }

.html5vid #video-controls {
  font-size: 100px;
  opacity: 1;
  z-index: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .html5vid #video-controls:hover {
    cursor: pointer; }
  .html5vid #video-controls.playing {
    opacity: 0; }
  .html5vid #video-controls .play-text {
    color: #ffffff;
    font-family: "HelveticaLT";
    position: relative;
    top: -40px;
    font-size: 19px; }

#anchor-nav {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0);
  margin-bottom: 40px;
  min-height: 70px; }
  @media (max-width: 991.98px) {
    #anchor-nav {
      display: none; } }
  #anchor-nav #navbar-scrollspy {
    background-color: rgba(255, 255, 255, 0.95);
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 15px; }
    #anchor-nav #navbar-scrollspy.fixed-top {
      z-index: 999;
      -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1); }
    #anchor-nav #navbar-scrollspy .container {
      border-bottom: solid 1px;
      -webkit-box-pack: right !important;
          -ms-flex-pack: right !important;
              justify-content: right !important; }
    #anchor-nav #navbar-scrollspy .nav-pills {
      margin-left: 0; }
      #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link {
        color: #022259;
        display: inline-block;
        font-family: "HelveticaBD";
        margin-right: 20px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        text-align: center;
        font-size: 16px; }
        @media (max-width: 1199.98px) {
          #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link {
            font-size: 14px; } }
        #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link:after {
          background-color: transparent;
          bottom: -9px;
          content: " ";
          display: block;
          height: 6px;
          margin-left: auto;
          margin-right: auto;
          position: absolute;
          width: 100%;
          -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
        #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link:hover:after {
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
          -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
          -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
          -webkit-animation-delay: 0;
          animation-delay: 0;
          -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          background-color: #022259; }
        #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link.active {
          background-color: transparent; }
          #anchor-nav #navbar-scrollspy .nav-pills .nav-item .nav-link.active:after {
            background-color: #022259;
            width: 100%; }
    #anchor-nav #navbar-scrollspy .subAnchor .nav-item {
      padding: 5px 20px;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      #anchor-nav #navbar-scrollspy .subAnchor .nav-item .nav-link {
        padding: 2px 5px; }
      #anchor-nav #navbar-scrollspy .subAnchor .nav-item:hover {
        background-color: #022259; }
        #anchor-nav #navbar-scrollspy .subAnchor .nav-item:hover a {
          color: #ffffff;
          text-decoration: none; }
      #anchor-nav #navbar-scrollspy .subAnchor .nav-item.active {
        background-color: #022259; }
        #anchor-nav #navbar-scrollspy .subAnchor .nav-item.active a {
          color: #ffffff;
          text-decoration: none; }
      #anchor-nav #navbar-scrollspy .subAnchor .nav-item a {
        color: #022259;
        font-family: "HelveticaLT";
        font-size: 16px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        @media (max-width: 1199.98px) {
          #anchor-nav #navbar-scrollspy .subAnchor .nav-item a {
            font-size: 14px; } }

.standard-2018-text table {
  margin: 0 auto;
  table-layout: auto;
  width: 80% !important; }
  @media (max-width: 767.98px) {
    .standard-2018-text table {
      width: 100% !important; } }

.text-block {
  overflow: hidden; }
  .text-block.notanchor {
    padding-top: 20px; }
  .text-block h2 {
    margin-bottom: 20px; }

#text-with-blue-note {
  margin-top: 30px; }
  #text-with-blue-note .normal-text {
    padding-top: 26px; }
    #text-with-blue-note .normal-text p {
      font-size: 18px; }
  #text-with-blue-note .blue-note {
    background-color: #022259;
    padding: 30px 90px; }
    #text-with-blue-note .blue-note p {
      color: white;
      font-size: 19px;
      margin: 0 !important; }

#aseSearch {
  margin-top: 80px; }
  #aseSearch .relevanceContainer {
    border: solid 1px #022259;
    width: 15%; }
    #aseSearch .relevanceContainer .relevance {
      background-color: #0090f9;
      border: none;
      height: 12px; }
  #aseSearch h2 {
    margin-bottom: 30px;
    margin-top: 40px; }
  #aseSearch h3 {
    margin-bottom: 0; }
  #aseSearch #aseHelp {
    display: none; }

.search-form-container-mob .placeholder {
  border: 1px solid #dddddd;
  border-radius: 20px; }

.search-form-container-mob .placeholder::-webkit-input-placeholder {
  font-size: 12px; }

.search-form-container-mob .placeholder::-moz-placeholder {
  font-size: 12px; }

.search-form-container-mob .placeholder::-ms-input-placeholder {
  font-size: 12px; }

.search-form-container-mob .placeholder::placeholder {
  font-size: 12px; }

.search-form-container-mob .top-white-shadow {
  background: transparent;
  border: none;
  color: #ffffff; }

.search-form-container {
  background-color: rgba(0, 32, 91, 0.95);
  color: #ffffff;
  font-family: "HelveticaBD";
  height: 100vh;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 71px;
  visibility: hidden;
  width: 100%;
  z-index: 997;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .search-form-container.active {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible; }
  .search-form-container form {
    left: 50%;
    position: absolute;
    top: 40%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .search-form-container form:after {
      color: #fff;
      content: "\e906";
      font-family: "icons" !important;
      position: relative;
      right: 130px;
      font-size: 70px; }
  .search-form-container input.placeholder {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #ffffff;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 20px;
    padding-left: 30px;
    position: relative;
    width: 80%;
    font-size: 60px; }
    @media (max-width: 1499.98px) {
      .search-form-container input.placeholder {
        font-size: 45px; } }
    @media (max-width: 1199.98px) {
      .search-form-container input.placeholder {
        font-size: 35px; } }
    .search-form-container input.placeholder::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.25); }
    .search-form-container input.placeholder::-moz-placeholder {
      color: rgba(255, 255, 255, 0.25); }
    .search-form-container input.placeholder::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.25); }
    .search-form-container input.placeholder::placeholder {
      color: rgba(255, 255, 255, 0.25); }
  .search-form-container input.top-white-shadow {
    background: transparent;
    color: white;
    display: none;
    padding: 3px 21px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .search-form-container input.top-white-shadow:hover {
      background: #ffffff;
      color: #022259;
      cursor: pointer; }

.cms_forms_msg {
  color: #022259;
  font-family: "HelveticaBD";
  padding: 50px 0;
  font-size: 22px; }

.select2-offscreen {
  display: none !important; }

.cms_forms_error_msg {
  border: solid 1px red;
  margin-top: 40px;
  padding: 30px 40px; }
  .cms_forms_error_msg p {
    color: #022259;
    font-family: "HelveticaMD";
    font-size: 22px; }
  .cms_forms_error_msg li {
    color: red;
    font-family: "HelveticaBD";
    font-size: 22px; }

label.ag-field-error {
  color: red !important; }

input.ag-field-error,
textarea.ag-field-error,
span.ag-field-error {
  border-color: red !important; }

input.ag-field-error::-webkit-input-placeholder,
textarea.ag-field-error::-webkit-input-placeholder {
  color: red !important; }

input.ag-field-error::-moz-placeholder,
textarea.ag-field-error::-moz-placeholder {
  color: red !important; }

input.ag-field-error::-ms-input-placeholder,
textarea.ag-field-error::-ms-input-placeholder {
  color: red !important; }

input.ag-field-error::placeholder,
textarea.ag-field-error::placeholder {
  color: red !important; }

.select2-result-sub {
  padding-left: 10px; }

.contact-form {
  background-color: #ffffff;
  margin: 80px auto;
  max-width: 800px; }
  .contact-form .contact-tabs div {
    background-color: #022259;
    color: #ffffff;
    font-family: "HelveticaMD";
    padding: 10px 75px;
    width: 50%;
    font-size: 22px; }
    @media (max-width: 991.98px) {
      .contact-form .contact-tabs div {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .contact-form .contact-tabs div {
        width: 100%; } }
    .contact-form .contact-tabs div.inactive {
      background-color: #dce0e5; }
  .contact-form .blue-btn {
    background-color: #022259;
    border: solid 1px #022259;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "HelveticaRO";
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    font-size: 24px; }
  .contact-form #firstStep {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 0; }
    .contact-form #firstStep .bloc {
      margin-bottom: 20px;
      margin-top: 20px; }
    .contact-form #firstStep #areaOfInterest {
      border: none;
      border-bottom: solid 2px #022259;
      border-radius: 0;
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 16px; }
      .contact-form #firstStep #areaOfInterest::-webkit-input-placeholder {
        color: #022259; }
      .contact-form #firstStep #areaOfInterest::-moz-placeholder {
        color: #022259; }
      .contact-form #firstStep #areaOfInterest::-ms-input-placeholder {
        color: #022259; }
      .contact-form #firstStep #areaOfInterest::placeholder {
        color: #022259; }
    .contact-form #firstStep #sensor-form {
      margin-bottom: 0;
      margin-top: 0; }
      .contact-form #firstStep #sensor-form .w-100, .contact-form #firstStep #sensor-form #latest-info img, #latest-info .contact-form #firstStep #sensor-form img {
        margin-bottom: 20px;
        margin-top: 20px; }
    .contact-form #firstStep .message-form {
      margin-bottom: 20px; }
      .contact-form #firstStep .message-form textarea {
        border: solid 2px #022259;
        display: block;
        padding: 12px;
        resize: none; }
    .contact-form #firstStep label {
      color: #022259;
      display: block;
      font-family: "HelveticaBD";
      font-size: 18px; }
  .contact-form #secondStep {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 0; }
    .contact-form #secondStep label {
      color: grey; }
    .contact-form #secondStep .blue-btn {
      display: inline-block; }
    .contact-form #secondStep .form-step2-1 {
      margin-bottom: 20px; }
      .contact-form #secondStep .form-step2-1 label {
        display: block; }
    .contact-form #secondStep input {
      border: none;
      border-bottom: solid 2px #022259;
      border-radius: 0;
      color: #022259;
      font-family: "HelveticaBD";
      width: 100%;
      font-size: 18px; }
      .contact-form #secondStep input::-webkit-input-placeholder {
        color: #022259; }
      .contact-form #secondStep input::-moz-placeholder {
        color: #022259; }
      .contact-form #secondStep input::-ms-input-placeholder {
        color: #022259; }
      .contact-form #secondStep input::placeholder {
        color: #022259; }
      .contact-form #secondStep input.inline-form-input {
        margin-left: 30px;
        margin-right: 10px;
        width: auto; }
    .contact-form #secondStep .bloc {
      color: #022259;
      font-family: "HelveticaBD";
      margin-bottom: 20px;
      margin-top: 20px;
      font-size: 18px; }
  .contact-form .select2-selection__placeholder {
    color: #022259 !important; }
  .contact-form .select2-container {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .contact-form .select2-container:focus {
      outline: none; }
  .contact-form .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    background-image: none;
    border: none;
    border-bottom: solid 2px #022259;
    border-bottom-color: #022259 !important;
    border-radius: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .contact-form .select2-choice div {
      background: transparent;
      border-left: none; }
  .contact-form .select2-result-sub {
    padding-left: 10px; }
  .contact-form .select2-default {
    color: #022259; }
  .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      color: #022259; }
    .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
      color: #022259; }
    .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
      color: #022259; }
    .contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
      color: #022259; }
  .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #022259 transparent transparent transparent; }
  .contact-form .custom-file-label {
    border-color: #022259;
    border-radius: 0; }

.cms_forms_msg {
  color: #022259;
  font-family: "HelveticaBD";
  padding: 50px 0;
  font-size: 22px; }

.select2-offscreen {
  display: none !important; }

.cms_forms_error_msg {
  border: solid 1px red;
  margin-top: 40px;
  padding: 30px 40px; }
  .cms_forms_error_msg p {
    color: #022259;
    font-family: "HelveticaMD";
    font-size: 22px; }
  .cms_forms_error_msg li {
    color: red;
    font-family: "HelveticaBD";
    font-size: 22px; }

label.ag-field-error {
  color: red !important; }

input.ag-field-error, input.ag-field-error > a,
textarea.ag-field-error,
textarea.ag-field-error > a,
span.ag-field-error,
span.ag-field-error > a,
div.ag-field-error,
div.ag-field-error > a {
  border-color: red !important; }

input.ag-field-error::-webkit-input-placeholder,
textarea.ag-field-error::-webkit-input-placeholder {
  color: red !important; }

input.ag-field-error::-moz-placeholder,
textarea.ag-field-error::-moz-placeholder {
  color: red !important; }

input.ag-field-error::-ms-input-placeholder,
textarea.ag-field-error::-ms-input-placeholder {
  color: red !important; }

input.ag-field-error::placeholder,
textarea.ag-field-error::placeholder {
  color: red !important; }

input:-moz-read-only {
  cursor: not-allowed; }

input:read-only {
  cursor: not-allowed; }

.select2-result-sub {
  padding-left: 10px; }

.unified-contact-form {
  background-color: #ffffff;
  margin: 80px auto;
  max-width: 800px; }
  .unified-contact-form .contact-tabs div {
    background-color: #022259;
    color: #ffffff;
    font-family: "HelveticaMD";
    padding: 10px 75px;
    width: 50%;
    font-size: 22px; }
    @media (max-width: 991.98px) {
      .unified-contact-form .contact-tabs div {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .unified-contact-form .contact-tabs div {
        width: 100%; } }
    .unified-contact-form .contact-tabs div.inactive {
      background-color: #dce0e5; }
  .unified-contact-form .blue-btn {
    background-color: #022259;
    border: solid 1px #022259;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "HelveticaRO";
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    font-size: 24px; }
  .unified-contact-form .step, .unified-contact-form .container {
    margin: 0 auto;
    max-width: 600px;
    padding: 20px 0; }
    .unified-contact-form .step .bloc, .unified-contact-form .container .bloc {
      color: #022259;
      font-family: "HelveticaBD";
      margin-bottom: 20px;
      margin-top: 20px;
      font-size: 18px; }
    .unified-contact-form .step #areaOfInterest, .unified-contact-form .container #areaOfInterest {
      border: none;
      border-bottom: solid 2px #022259;
      border-radius: 0;
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 16px; }
      .unified-contact-form .step #areaOfInterest::-webkit-input-placeholder, .unified-contact-form .container #areaOfInterest::-webkit-input-placeholder {
        color: #022259; }
      .unified-contact-form .step #areaOfInterest::-moz-placeholder, .unified-contact-form .container #areaOfInterest::-moz-placeholder {
        color: #022259; }
      .unified-contact-form .step #areaOfInterest::-ms-input-placeholder, .unified-contact-form .container #areaOfInterest::-ms-input-placeholder {
        color: #022259; }
      .unified-contact-form .step #areaOfInterest::placeholder, .unified-contact-form .container #areaOfInterest::placeholder {
        color: #022259; }
    .unified-contact-form .step #sensor-form, .unified-contact-form .container #sensor-form {
      margin-bottom: 0;
      margin-top: 0; }
      .unified-contact-form .step #sensor-form .w-100, .unified-contact-form .step #sensor-form #latest-info img, #latest-info .unified-contact-form .step #sensor-form img, .unified-contact-form .container #sensor-form .w-100, .unified-contact-form .container #sensor-form #latest-info img, #latest-info .unified-contact-form .container #sensor-form img {
        margin-bottom: 20px;
        margin-top: 20px; }
    .unified-contact-form .step .message-form, .unified-contact-form .container .message-form {
      margin-bottom: 20px; }
      .unified-contact-form .step .message-form textarea, .unified-contact-form .container .message-form textarea {
        border: solid 2px #022259;
        display: block;
        padding: 12px;
        resize: none; }
    .unified-contact-form .step label, .unified-contact-form .container label {
      color: grey;
      display: block;
      font-family: "HelveticaBD";
      font-size: 18px; }
    .unified-contact-form .step .blue-btn, .unified-contact-form .container .blue-btn {
      display: inline-block; }
    .unified-contact-form .step .form-step2-1, .unified-contact-form .container .form-step2-1 {
      margin-bottom: 20px; }
      .unified-contact-form .step .form-step2-1 label, .unified-contact-form .container .form-step2-1 label {
        display: block; }
    .unified-contact-form .step input, .unified-contact-form .container input {
      border: none;
      border-bottom: solid 2px #022259;
      border-radius: 0;
      color: #022259;
      font-family: "HelveticaBD";
      width: 100%;
      font-size: 18px; }
      .unified-contact-form .step input::-webkit-input-placeholder, .unified-contact-form .container input::-webkit-input-placeholder {
        color: #022259; }
      .unified-contact-form .step input::-moz-placeholder, .unified-contact-form .container input::-moz-placeholder {
        color: #022259; }
      .unified-contact-form .step input::-ms-input-placeholder, .unified-contact-form .container input::-ms-input-placeholder {
        color: #022259; }
      .unified-contact-form .step input::placeholder, .unified-contact-form .container input::placeholder {
        color: #022259; }
      .unified-contact-form .step input.inline-form-input, .unified-contact-form .container input.inline-form-input {
        margin-left: 30px;
        margin-right: 10px;
        width: auto; }
  .unified-contact-form .select2-selection__placeholder {
    color: #022259 !important; }
  .unified-contact-form .select2-container {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .unified-contact-form .select2-container:focus {
      outline: none; }
  .unified-contact-form .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    background-image: none;
    border: none;
    border-bottom: solid 2px #022259;
    border-bottom-color: #022259;
    border-radius: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .unified-contact-form .select2-choice div {
      background: transparent;
      border-left: none; }
  .unified-contact-form .select2-result-sub {
    padding-left: 10px; }
  .unified-contact-form .select2-default {
    color: #022259; }
  .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      color: #022259; }
    .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
      color: #022259; }
    .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
      color: #022259; }
    .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
      color: #022259; }
  .unified-contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #022259 transparent transparent transparent; }
  .unified-contact-form .custom-file-label {
    border-color: #022259;
    border-radius: 0; }

.btn-airbus-news {
  border-color: #022259;
  border-radius: 0;
  color: #022259;
  font-family: "HelveticaRO";
  margin-top: 10px;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 16px; }
  .btn-airbus-news:hover {
    background-color: #022259;
    color: #ffffff; }

.news-events {
  margin-bottom: 80px; }
  .news-events .list-title {
    margin-bottom: 40px; }
  .news-events.range-news-events .imgContainer,
  .news-events.range-news-events .text-blocks {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .news-events.range-news-events .news-title {
    margin: 5px 0; }
  .news-events.range-news-events p {
    color: #022259;
    font-size: 16px; }
  .news-events.range-news-events .imgContainer {
    position: relative;
    margin: 10px 0; }
    @media (max-width: 991.98px) {
      .news-events.range-news-events .imgContainer {
        margin: 5px 0; } }
    .news-events.range-news-events .imgContainer .imgContBg {
      position: relative;
      width: 100%;
      height: 200px;
      background-color: #eff2f9;
      overflow: hidden; }
      @media (max-width: 1499.98px) {
        .news-events.range-news-events .imgContainer .imgContBg {
          height: 160px; } }
      @media (max-width: 1199.98px) {
        .news-events.range-news-events .imgContainer .imgContBg {
          height: 130px; } }
      @media (max-width: 991.98px) {
        .news-events.range-news-events .imgContainer .imgContBg {
          height: 165px; } }
      @media (max-width: 767.98px) {
        .news-events.range-news-events .imgContainer .imgContBg {
          height: 120px; } }
      @media (max-width: 575.98px) {
        .news-events.range-news-events .imgContainer .imgContBg {
          width: 100%;
          height: auto; } }
    @media (min-width: 321px) {
      .news-events.range-news-events .imgContainer {
        padding-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 992px) {
      .news-events.range-news-events .imgContainer {
        padding-right: 15px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
                flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
  @media (min-width: 321px) {
    .news-events.range-news-events .text-blocks {
      padding-right: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%; }
      .news-events.range-news-events .text-blocks .btn-airbus {
        display: inline-block; } }
  @media (min-width: 992px) {
    .news-events.range-news-events .text-blocks {
      padding-right: 15px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.6666%;
              flex: 0 0 66.6666%;
      max-width: 66.6666%; } }
  .news-events .imgContainer {
    position: relative;
    margin: 10px 0; }
    @media (max-width: 991.98px) {
      .news-events .imgContainer {
        margin: 5px 0; } }
    .news-events .imgContainer .imgContBg {
      background-color: #eff2f9; }
  .news-events .search-form {
    background-color: #eff2f9;
    margin-top: 20px;
    margin-bottom: 20px; }
    .news-events .search-form label {
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 18px; }
    .news-events .search-form input {
      background-color: transparent;
      border: solid 1px #022259;
      padding: 3px 20px; }
    .news-events .search-form input::-webkit-input-placeholder {
      font-size: 14px; }
    .news-events .search-form input::-moz-placeholder {
      font-size: 14px; }
    .news-events .search-form input::-ms-input-placeholder {
      font-size: 14px; }
    .news-events .search-form input::placeholder {
      font-size: 14px; }
    .news-events .search-form .news-btn {
      border: none;
      color: #022259;
      font-family: "HelveticaHV";
      text-transform: uppercase;
      font-size: 18px; }
      .news-events .search-form .news-btn:hover {
        cursor: pointer; }
  .news-events .listing-news-container {
    position: relative;
    max-width: 1925px;
    width: 100%; }
  .news-events .container-link {
    display: block;
    text-decoration: none;
    margin-bottom: 50px; }
    .news-events .container-link:hover .news-title {
      text-decoration: underline; }
    .news-events .container-link:hover .btn-airbus {
      background-color: #022259;
      color: #ffffff; }
  .news-events .important-news .news-title,
  .news-events .linked-news .news-title {
    color: #022259;
    font-family: "HelveticaMD";
    line-height: 1.2;
    font-size: 22px; }
    @media (max-width: 1499.98px) {
      .news-events .important-news .news-title,
      .news-events .linked-news .news-title {
        font-size: 18px; } }
    @media (max-width: 767.98px) {
      .news-events .important-news .news-title,
      .news-events .linked-news .news-title {
        margin-top: 0 !important; } }
  .news-events .important-news .news-publish-date,
  .news-events .linked-news .news-publish-date {
    color: rgba(84, 84, 84, 0.8);
    font-family: "HelveticaLT";
    margin: 7px 0;
    font-size: 16px; }
    @media (max-width: 991.98px) {
      .news-events .important-news .news-publish-date,
      .news-events .linked-news .news-publish-date {
        margin-bottom: 0; } }
  .news-events .important-news .btn-airbus,
  .news-events .linked-news .btn-airbus {
    border-color: #022259;
    color: #022259;
    font-family: "HelveticaRO";
    margin-top: 10px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-size: 16px; }
    .news-events .important-news .btn-airbus:hover,
    .news-events .linked-news .btn-airbus:hover {
      background-color: #022259;
      color: #ffffff; }
  @media (max-width: 991.98px) {
    .news-events .important-news .news-publish-date,
    .news-events .important-news .news-title,
    .news-events .linked-news .news-publish-date,
    .news-events .linked-news .news-title {
      margin-top: 0; } }
  .news-events .other-n {
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 30px;
    margin-top: 90px;
    font-size: 36px; }
  .news-events .other-news {
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px 0; }
    .news-events .other-news .news-title {
      margin-bottom: 5px; }
    .news-events .other-news .news-publish-date {
      margin: 0; }
    .news-events .other-news a:hover {
      color: #022259; }
  .news-events .pagination {
    margin-top: 70px; }
    .news-events .pagination a {
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 20px; }
    .news-events .pagination .current {
      color: #009fe3;
      font-family: "HelveticaBD";
      font-size: 20px; }

.range-news-contact {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .range-news-contact {
      width: 49%; }
      .range-news-contact:nth-child(even) {
        padding: 0 15px 0 0; }
      .range-news-contact:nth-child(odd) {
        padding: 0 0 0 15px; } }
  .range-news-contact .contact-name {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "HelveticaBD"; }
  .range-news-contact .contact-job {
    position: relative;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: "HelveticaLT"; }
  .range-news-contact .contact-tel,
  .range-news-contact .contact-mail {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.2;
    font-family: "HelveticaBD"; }
    .range-news-contact .contact-tel a,
    .range-news-contact .contact-mail a {
      color: #022259; }
      .range-news-contact .contact-tel a:hover,
      .range-news-contact .contact-mail a:hover {
        color: #022259; }
    .range-news-contact .contact-tel .icon,
    .range-news-contact .contact-mail .icon {
      display: inline-block;
      width: 30px;
      margin-right: 15px;
      text-align: center;
      vertical-align: middle; }
  .range-news-contact .contact-tel .icon {
    font-size: 23px; }
  .range-news-contact .contact-mail .icon {
    font-size: 15px; }

h2.for-range-news-contact {
  margin-top: 40px; }
  @media (max-width: 1199.98px) {
    h2.for-range-news-contact {
      padding-left: 15px;
      padding-right: 15px; } }

.top-section {
  background-color: #eff3f9;
  padding: 30px 40px; }
  .top-section .top-section-title a {
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 30px; }
  .top-section ul {
    list-style-type: none;
    padding-left: 0; }
    .top-section ul li {
      border-bottom: solid 1px #022259;
      margin-top: 8px; }
      .top-section ul li:before {
        color: #022259;
        content: ">";
        display: table-cell;
        font-family: "HelveticaBD";
        margin-right: 20px;
        position: relative;
        top: -3px;
        font-size: 14px; }
      .top-section ul li a {
        color: #022259;
        display: table-cell;
        font-family: "HelveticaBD";
        padding-left: 15px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-size: 18px; }
        .top-section ul li a:hover {
          color: #009fe3;
          text-decoration: none; }
      .top-section ul li span {
        color: #009fe3;
        display: table-cell;
        font-family: "HelveticaBD";
        padding-left: 15px; }

.pages {
  background-color: #f0f0f0;
  margin-top: 15px;
  padding: 30px 40px; }
  .pages .middle-section-title {
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 30px; }
  .pages ul {
    list-style-type: none;
    padding-left: 0; }
    .pages ul li {
      border-bottom: solid 1px #022259;
      margin-top: 8px; }
      .pages ul li:before {
        color: #022259;
        content: "+";
        display: none;
        font-family: "HelveticaBD";
        margin-right: 20px;
        position: relative;
        top: -1px;
        font-size: 18px; }
      .pages ul li a {
        color: #022259;
        display: table-cell;
        font-family: "HelveticaBD";
        padding-left: 15px;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        font-size: 18px; }
        .pages ul li a:hover {
          color: #009fe3;
          text-decoration: none; }

.news-text-block ul {
  color: #022259;
  font-family: "HelveticaLT";
  padding-left: 60px; }
  @media (max-width: 767.98px) {
    .news-text-block ul {
      padding-left: 18px; } }

.news-aside-text {
  background-color: #eff3f9;
  margin-top: 25px;
  padding: 30px 40px 50px; }
  .news-aside-text h2 {
    font-family: "HelveticaBD";
    font-size: 30px; }
    @media (max-width: 1499.98px) {
      .news-aside-text h2 {
        font-size: 25px; } }

.standard-form {
  position: relative;
  background: #ffffff;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
  max-width: 640px; }
  @media (max-width: 575.98px) {
    .standard-form {
      margin-top: 0; } }
  .standard-form textarea {
    max-width: 100%; }
  .standard-form .bloc {
    width: 100%;
    margin: 20px 0; }
  .standard-form label {
    color: #022259;
    display: block;
    font-family: "HelveticaBD";
    font-size: 18px; }
    .standard-form label.gender {
      display: inline-block;
      margin-right: 40px; }
  .standard-form input {
    border: solid 2px #022259;
    padding: 10px 20px;
    width: 100%; }
  .standard-form .mr-mrs {
    display: inline-block; }
    .standard-form .mr-mrs label {
      display: inline-block;
      margin-right: 30px; }
    .standard-form .mr-mrs input {
      display: inline-block;
      margin: 0 10px;
      width: auto; }
  .standard-form .blue-btn {
    background-color: #022259;
    border: solid 1px #022259;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "HelveticaRO";
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    padding: 20px 50px;
    width: auto;
    font-size: 20px; }
  .standard-form .select2-container {
    width: 100% !important; }
  .standard-form .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    background-image: none;
    border: none;
    border-bottom: solid 2px #022259;
    border-bottom-color: #022259 !important;
    border-radius: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .standard-form .select2-choice div {
      background: transparent;
      border-left: none; }
  .standard-form .select2-selection__placeholder {
    color: #022259 !important; }
  .standard-form .select2-selection:focus,
  .standard-form .select2-selection--single:focus {
    outline: none; }
  .standard-form .select2-selection {
    border: none;
    border-bottom: solid 2px #022259;
    border-radius: 0; }
  .standard-form .select2-default {
    color: #022259; }
  .standard-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022259;
    font-family: "HelveticaLT";
    padding-left: 0;
    font-size: 18px; }
    .standard-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      color: #022259; }
    .standard-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
      color: #022259; }
    .standard-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
      color: #022259; }
    .standard-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
      color: #022259; }
  .standard-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #022259 transparent transparent transparent; }

.newsletter .cms_forms_msg {
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.newsletter .newsletter-form {
  background: #ffffff;
  margin-top: 60px;
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (max-width: 575.98px) {
    .newsletter .newsletter-form {
      margin-top: 0; } }
  .newsletter .newsletter-form #newsletter {
    margin: 0 auto;
    max-width: 640px; }
    @media (max-width: 767.98px) {
      .newsletter .newsletter-form #newsletter {
        font-size: 90%; } }
  .newsletter .newsletter-form .bloc {
    margin: 20px 0; }
  .newsletter .newsletter-form label {
    color: #022259;
    display: block;
    font-family: "HelveticaBD";
    font-size: 18px; }
    .newsletter .newsletter-form label.gender {
      display: inline-block;
      margin-right: 40px; }
  .newsletter .newsletter-form input {
    border: solid 2px #022259;
    padding: 10px 20px;
    width: 100%; }
  .newsletter .newsletter-form .mr-mrs {
    display: inline-block; }
    .newsletter .newsletter-form .mr-mrs label {
      display: inline-block;
      margin-right: 30px; }
    .newsletter .newsletter-form .mr-mrs input {
      display: inline-block;
      margin: 0 10px;
      width: auto; }
  .newsletter .newsletter-form .blue-btn {
    background-color: #022259;
    border: solid 1px #022259;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "HelveticaRO";
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    padding: 20px 50px;
    width: auto;
    font-size: 20px; }
  .newsletter .newsletter-form .select2-selection__placeholder {
    color: #022259 !important; }
  .newsletter .newsletter-form .select2-selection:focus,
  .newsletter .newsletter-form .select2-selection--single:focus {
    outline: none; }
  .newsletter .newsletter-form .select2-selection {
    border: none;
    border-bottom: solid 2px #022259;
    border-radius: 0; }
  .newsletter .newsletter-form .select2-default {
    color: #022259; }
  .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022259;
    font-family: "HelveticaLT";
    padding-left: 0;
    font-size: 18px; }
    .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      color: #022259; }
    .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
      color: #022259; }
    .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
      color: #022259; }
    .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
      color: #022259; }
  .newsletter .newsletter-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #022259 transparent transparent transparent; }

#sitemap {
  padding-bottom: 70px;
  padding-top: 70px; }
  #sitemap .CMS_lvl1 a {
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 22px; }
  #sitemap .CMS_lvl2.CMS_sub a {
    color: initial; }
  #sitemap .CMS_lvl2 a {
    color: #009fe3;
    font-family: "Helvetica";
    font-size: 18px; }
  #sitemap .CMS_lvl3.CMS_sub a {
    color: initial; }
  #sitemap .CMS_lvl3.CMS_nosub a {
    color: #009fe3;
    font-family: "Helvetica";
    font-size: 18px; }
  #sitemap .CMS_lvl3 a {
    color: #009fe3;
    font-family: "Helvetica";
    font-size: 18px; }
  #sitemap .CMS_lvl4 a {
    color: #009fe3 !important;
    font-family: "Helvetica";
    font-size: 18px; }
  #sitemap li.CMS_lvl1 .CMS_lvl1 a {
    font-family: Helvetica;
    font-size: 18px; }

.news-text-media-left .btn-airbus,
.news-text-media-right .btn-airbus {
  background-color: #ffffff;
  border: solid 1px #031233;
  border-radius: 0;
  color: #031233; }
  .news-text-media-left .btn-airbus:hover,
  .news-text-media-right .btn-airbus:hover {
    background-color: #022259;
    color: white; }

.mdright,
.mdleft {
  height: 100%; }

.fancybox-slide--iframe .fancybox-content {
  max-width: 1000px; }

.lightbox-standard .main-lb-container {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .lightbox-standard .main-lb-container {
      padding-top: 30px;
      padding-bottom: 30px; } }

.lightbox-standard h1 {
  color: #022259;
  font-family: "HelveticaHV";
  margin-bottom: 20px;
  font-size: 50px; }
  @media (max-width: 1199.98px) {
    .lightbox-standard h1 {
      font-size: 45px; } }
  @media (max-width: 991.98px) {
    .lightbox-standard h1 {
      font-size: 40px; } }

.lightbox-standard h2 {
  color: #022259;
  font-family: "HelveticaHV";
  margin-bottom: 20px;
  font-size: 35px; }
  @media (max-width: 767.98px) {
    .lightbox-standard h2 {
      font-size: 30px; } }

.lightbox-standard .cms_forms_error_msg {
  max-width: 640px;
  margin: 0 auto 20px auto; }

.cloud-document-download-form,
.sample-imagery-download-form {
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 800px; }
  .cloud-document-download-form .blue-btn,
  .sample-imagery-download-form .blue-btn {
    background-color: #022259;
    border: solid 1px #022259;
    border-radius: 0;
    color: #ffffff;
    display: block;
    font-family: "HelveticaRO";
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px;
    font-size: 24px; }
  .cloud-document-download-form .form-inner,
  .sample-imagery-download-form .form-inner {
    margin: 0 auto;
    max-width: 600px;
    padding: 0; }
    .cloud-document-download-form .form-inner .bloc,
    .sample-imagery-download-form .form-inner .bloc {
      margin-bottom: 20px;
      margin-top: 20px; }
    .cloud-document-download-form .form-inner .std-input,
    .sample-imagery-download-form .form-inner .std-input {
      border: none;
      border-bottom: solid 2px #022259;
      border-radius: 0;
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 16px; }
      .cloud-document-download-form .form-inner .std-input::-webkit-input-placeholder,
      .sample-imagery-download-form .form-inner .std-input::-webkit-input-placeholder {
        color: #022259; }
      .cloud-document-download-form .form-inner .std-input::-moz-placeholder,
      .sample-imagery-download-form .form-inner .std-input::-moz-placeholder {
        color: #022259; }
      .cloud-document-download-form .form-inner .std-input::-ms-input-placeholder,
      .sample-imagery-download-form .form-inner .std-input::-ms-input-placeholder {
        color: #022259; }
      .cloud-document-download-form .form-inner .std-input::placeholder,
      .sample-imagery-download-form .form-inner .std-input::placeholder {
        color: #022259; }
    .cloud-document-download-form .form-inner label,
    .sample-imagery-download-form .form-inner label {
      color: #022259;
      display: block;
      font-family: "HelveticaBD";
      font-size: 18px; }
    .cloud-document-download-form .form-inner label input[type="checkbox"],
    .cloud-document-download-form .form-inner label p,
    .cloud-document-download-form .form-inner label a,
    .sample-imagery-download-form .form-inner label input[type="checkbox"],
    .sample-imagery-download-form .form-inner label p,
    .sample-imagery-download-form .form-inner label a {
      display: inline-block; }
    .cloud-document-download-form .form-inner label input[type="checkbox"],
    .sample-imagery-download-form .form-inner label input[type="checkbox"] {
      margin-right: 20px; }
    .cloud-document-download-form .form-inner label a,
    .sample-imagery-download-form .form-inner label a {
      color: #022259; }
    .cloud-document-download-form .form-inner .download-field-accept input,
    .sample-imagery-download-form .form-inner .download-field-accept input {
      margin-right: 20px; }
    .cloud-document-download-form .form-inner .download-field-accept label,
    .sample-imagery-download-form .form-inner .download-field-accept label {
      display: inline-block; }
    .cloud-document-download-form .form-inner .visualCaptcha-refresh-button,
    .sample-imagery-download-form .form-inner .visualCaptcha-refresh-button {
      width: 45px; }
  .cloud-document-download-form .select2-selection__placeholder,
  .sample-imagery-download-form .select2-selection__placeholder {
    color: #022259 !important; }
  .cloud-document-download-form .select2-container,
  .sample-imagery-download-form .select2-container {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .cloud-document-download-form .select2-container:focus,
    .sample-imagery-download-form .select2-container:focus {
      outline: none; }
  .cloud-document-download-form .select2-choice,
  .sample-imagery-download-form .select2-choice {
    background-color: transparent !important;
    background-image: none !important;
    background-image: none;
    border: none;
    border-bottom: solid 2px #022259;
    border-bottom-color: #022259 !important;
    border-radius: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .cloud-document-download-form .select2-choice div,
    .sample-imagery-download-form .select2-choice div {
      background: transparent;
      border-left: none; }
  .cloud-document-download-form .select2-result-sub,
  .sample-imagery-download-form .select2-result-sub {
    padding-left: 10px; }
  .cloud-document-download-form .select2-default,
  .sample-imagery-download-form .select2-default {
    color: #022259; }
  .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__rendered,
  .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #022259;
    font-family: "HelveticaBD";
    padding-left: 0;
    font-size: 18px; }
    .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder,
    .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder {
      color: #022259; }
    .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder,
    .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder {
      color: #022259; }
    .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder,
    .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::-ms-input-placeholder {
      color: #022259; }
    .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder,
    .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__rendered::placeholder {
      color: #022259; }
  .cloud-document-download-form .select2-container--default .select2-selection--single .select2-selection__arrow b,
  .sample-imagery-download-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #022259 transparent transparent transparent; }

/* Patch Newsletter 2018 */
body.newsletter .select2-container .select2-choice {
  background-color: transparent !important;
  background-image: none !important;
  background-image: none;
  border: none;
  border-bottom: solid 2px #022259;
  border-bottom-color: #022259 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #022259;
  font-family: "HelveticaBD";
  padding-left: 0;
  font-size: 18px; }

body.newsletter .select2-container .select2-choice div {
  display: block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent !important;
  border-left: none !important; }

body.newsletter .select2-drop-active {
  background: #fff;
  border-radius: 0;
  border: 1px solid #022259; }

.beforeAfter {
  width: 1370px;
  padding: 0;
  margin: 30px auto; }
  @media (max-width: 1800px) {
    .beforeAfter {
      width: 1370px; } }
  @media (max-width: 1500px) {
    .beforeAfter {
      width: 1110px; } }
  @media (max-width: 1200px) {
    .beforeAfter {
      width: 930px; } }
  @media (max-width: 992px) {
    .beforeAfter {
      width: 690px; } }
  @media (max-width: 768px) {
    .beforeAfter {
      width: 510px; } }
  @media (max-width: 576px) {
    .beforeAfter {
      width: 100%; } }
  .beforeAfter img {
    width: 100%;
    height: auto; }
  .beforeAfter .twentytwenty-before-label,
  .beforeAfter .twentytwenty-after-label {
    width: 49%; }
  .beforeAfter .twentytwenty-after-label {
    left: 51%; }

.range-backtop {
  background-color: #eff3f9; }
  .range-backtop .backtop {
    color: #022259;
    cursor: pointer;
    font-family: "HelveticaBD";
    font-weight: 700;
    font-size: 17px; }

.loader-dual-ring,
.loader-custom {
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 4em;
  height: 4em; }

.loader-dual-ring:after {
  content: " ";
  display: block;
  width: 2.875em;
  height: 2.875em;
  margin: 0.0625em;
  border-radius: 50%;
  border: 0.3125em solid #022259;
  border-color: #022259 transparent #022259 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite; }

.loader-dual-ring.white:after {
  border-color: #fff transparent #fff transparent; }

.loader-custom div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 3.1875em;
  height: 3.1875em;
  margin: 0.375em;
  border: 0.375em solid #022259;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #022259 transparent transparent transparent; }
  .loader-custom div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
            animation-delay: -0.45s; }
  .loader-custom div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .loader-custom div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s; }

.loader-custom.white {
  font-size: 10px; }
  .loader-custom.white div {
    border-color: white transparent transparent transparent; }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.loader-button {
  position: relative;
  overflow: hidden; }
  .loader-button > span {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .loader-button .loader {
    font-size: 8px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
  .loader-button.anim-translate-x .loader {
    left: 7px;
    top: 8px; }
  .loader-button.anim-translate-x.loading > span {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  .loader-button.anim-translate-x.loading .loader {
    opacity: 1; }

.range-news-introduction {
  margin: 50px 0; }
  .range-news-introduction .content {
    background-color: #022259;
    color: #ffffff;
    font-family: "HelveticaMD";
    line-height: 35px;
    margin: 0 auto;
    padding: 60px 6%;
    width: 70%;
    font-size: 19px; }
    @media (max-width: 575.98px) {
      .range-news-introduction .content {
        width: 100%; } }
    .range-news-introduction .content p {
      margin-bottom: 0; }

.range-news-linked .linked-news {
  text-decoration: none;
  padding: 0 40px 0 0; }
  @media (max-width: 1199.98px) {
    .range-news-linked .linked-news {
      padding: 0; } }
  .range-news-linked .linked-news .news-title {
    margin: 10px 0 20px 0; }
  .range-news-linked .linked-news:hover .news-title {
    text-decoration: underline; }

.range-news-shared-link a {
  display: inline-block;
  margin: 0 10px 20px 0;
  color: #022259;
  text-decoration: none; }
  .range-news-shared-link a:not(.dowload-link):hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .range-news-shared-link a.dowload-link:hover {
    color: #007bc3; }
    .range-news-shared-link a.dowload-link:hover .icon:before {
      color: #007bc3; }

.range-news-shared-link .icon {
  font-size: 50px;
  vertical-align: middle; }
  .range-news-shared-link .icon:before {
    color: #022259; }

.range-news-shared-link .dowload-link .icon {
  font-size: 35px; }

.range-download-media-statements h2 {
  margin-bottom: 30px; }

.range-download-media-statements h3,
.range-download-media-statements .sub-text {
  line-height: 1.2; }

.range-download-media-statements ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.range-download-media-statements li {
  position: relative;
  padding-left: 25px;
  font-family: "HelveticaMD";
  color: #022259;
  overflow-wrap: break-word;
  font-size: 16px; }
  .range-download-media-statements li:before {
    content: "\e911";
    position: absolute;
    top: -1px;
    left: -5px;
    font-size: 28px;
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.range-download-media-statements a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #022259;
  margin-bottom: 20px;
  font-family: "HelveticaMD";
  font-size: 16px; }
  .range-download-media-statements a .icon {
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 30px; }
  .range-download-media-statements a:hover {
    text-decoration: underline; }

.range-latest-li-post {
  margin-bottom: 80px; }
  .range-latest-li-post .row, .range-latest-li-post .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item .range-latest-li-post .sample-imagery-item-detail {
    max-width: 1000px;
    margin: 0 auto; }
  .range-latest-li-post .linkedin-post {
    position: relative;
    height: 100%;
    padding-bottom: 55px;
    font-size: 16px; }
    .range-latest-li-post .linkedin-post .linkedin-img {
      margin-bottom: 10px; }
      .range-latest-li-post .linkedin-post .linkedin-img img {
        width: 100%; }
    .range-latest-li-post .linkedin-post .linkedin-owner {
      padding: 5px 0; }
      .range-latest-li-post .linkedin-post .linkedin-owner .owner-img {
        margin-right: 10px; }
        .range-latest-li-post .linkedin-post .linkedin-owner .owner-img img {
          border-radius: 4px; }
      .range-latest-li-post .linkedin-post .linkedin-owner .owner-info {
        position: relative; }
      .range-latest-li-post .linkedin-post .linkedin-owner .owner-name {
        display: block;
        padding-right: 25px;
        color: #545454;
        line-height: 1; }
      .range-latest-li-post .linkedin-post .linkedin-owner .owner-logo {
        position: absolute;
        top: 0;
        right: 0; }
    .range-latest-li-post .linkedin-post .linkedin-title h3 {
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: 10px; }
    .range-latest-li-post .linkedin-post .linkedin-footer {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding-top: 5px;
      border: 1px solid #dee2e6; }
      .range-latest-li-post .linkedin-post .linkedin-footer button {
        display: inline-block;
        padding: 5px 15px;
        border: none;
        background: transparent;
        cursor: pointer; }
        .range-latest-li-post .linkedin-post .linkedin-footer button svg {
          fill: rgba(0, 0, 0, 0.6); }

.range-download-media-statements {
  padding: 50px 0;
  margin: 20px 0; }
  .range-download-media-statements .container {
    padding: 0 10%; }
    @media (max-width: 991.98px) {
      .range-download-media-statements .container {
        padding: 0 5%; } }
    @media (max-width: 767.98px) {
      .range-download-media-statements .container {
        padding: 0; } }
    .range-download-media-statements .container h2 {
      color: #022259;
      padding: 0; }
    .range-download-media-statements .container .colonnes-download {
      padding: 0; }
      .range-download-media-statements .container .colonnes-download ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
      .range-download-media-statements .container .colonnes-download li {
        color: white;
        line-height: 1.2;
        margin-bottom: 15px; }
        .range-download-media-statements .container .colonnes-download li:before {
          content: "\e90a";
          font-weight: bold;
          color: #022259;
          height: 5px;
          left: -4px;
          position: relative;
          width: 10px;
          font-size: 10px;
          font-family: "icons" !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .range-download-media-statements .container .colonnes-download li a {
          color: #022259;
          margin: 5px 0;
          font-size: 19px; }
          .range-download-media-statements .container .colonnes-download li a:hover {
            text-decoration: underline; }

.embed-media-fluid .pmedia-oembed {
  width: 100%;
  max-width: 100%;
  max-height: 100%; }
  .embed-media-fluid .pmedia-oembed .atm-embed {
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden !important; }
    .embed-media-fluid .pmedia-oembed .atm-embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.range-newsletter-list {
  padding: 50px 0 80px 0; }
  .range-newsletter-list h3 {
    margin: 40px 0; }
  .range-newsletter-list .nl-card {
    display: block;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    margin-bottom: 20px;
    cursor: pointer; }
    .range-newsletter-list .nl-card .nl-card-inner {
      padding-top: 10px;
      height: 100%;
      background-color: white; }
    .range-newsletter-list .nl-card .nl-card-img {
      margin-bottom: 5px; }
      .range-newsletter-list .nl-card .nl-card-img img {
        width: 100%; }
    .range-newsletter-list .nl-card .nl-card-title {
      color: #022259;
      font-family: "HelveticaBD";
      padding: 10px 20px 0 20px;
      line-height: 1.2;
      font-size: 28px; }
      @media (max-width: 1499.98px) {
        .range-newsletter-list .nl-card .nl-card-title {
          font-size: 20px; } }
    .range-newsletter-list .nl-card .nl-card-description {
      color: #022259;
      font-family: "HelveticaMD";
      padding: 10px 20px 20px 20px;
      line-height: 1.2;
      font-size: 22px; }
      @media (max-width: 1499.98px) {
        .range-newsletter-list .nl-card .nl-card-description {
          font-size: 18px; } }
    .range-newsletter-list .nl-card:hover {
      color: #022259; }

.range-documents-download {
  background-color: #022259;
  color: #fff;
  padding: 50px 0;
  margin: 20px 0; }
  .range-documents-download .container {
    padding: 0 10%; }
    @media (max-width: 991.98px) {
      .range-documents-download .container {
        padding: 0 5%; } }
    @media (max-width: 767.98px) {
      .range-documents-download .container {
        padding: 0; } }
    .range-documents-download .container .inner {
      background-color: #022259; }
    .range-documents-download .container h2, .range-documents-download .container h3 {
      color: #fff; }
    .range-documents-download .container h2 {
      padding-left: 12px;
      font-size: 24px; }
    .range-documents-download .container .colonnes-download {
      padding: 0; }
  .range-documents-download:not(.prevent-list-style) .container .colonnes-download {
    padding: 0; }

.pagination-custom {
  text-align: center;
  margin-top: 70px; }
  .pagination-custom a {
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 20px; }
    .pagination-custom a.prev:before, .pagination-custom a.next:before {
      background-image: none; }
    .pagination-custom a.prev img, .pagination-custom a.next img {
      margin-top: -2px; }
    .pagination-custom a:hover {
      background: transparent; }
  .pagination-custom .current {
    color: #009fe3;
    font-family: "HelveticaBD";
    font-size: 20px; }

@media (max-width: 991.98px) {
  .media-left .btn-airbus-blue, .media-right-2020 .btn-airbus-blue {
    margin-bottom: 10px; } }

#latest-info {
  padding-top: 50px;
  padding-bottom: 50px; }
  #latest-info.grey-bg {
    background-color: gainsboro; }
  #latest-info .btn-airbus-standard {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    min-width: unset !important; }

.best-product-left .btn-airbus-blue, .best-product-right .btn-airbus-blue, .media-left-2020 .btn-airbus-blue, .media-right-2020 .btn-airbus-blue, #carouselCase .btn-airbus-blue, #latest-info .btn-airbus-blue {
  min-width: unset !important; }
  .best-product-left .btn-airbus-blue:hover, .best-product-right .btn-airbus-blue:hover, .media-left-2020 .btn-airbus-blue:hover, .media-right-2020 .btn-airbus-blue:hover, #carouselCase .btn-airbus-blue:hover, #latest-info .btn-airbus-blue:hover {
    background-color: #022259;
    color: #fff; }

.best-product-left .btn-airbus-standard, .best-product-right .btn-airbus-standard, .media-left-2020 .btn-airbus-standard, .media-right-2020 .btn-airbus-standard, #carouselCase .btn-airbus-standard, #latest-info .btn-airbus-standard {
  border-radius: 0;
  margin: unset;
  font-family: "HelveticaRO";
  font-weight: bold;
  min-width: unset !important;
  padding: 15px 45px;
  text-transform: none;
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 10px 0 0;
  color: #fff; }
  .best-product-left .btn-airbus-standard:hover, .best-product-right .btn-airbus-standard:hover, .media-left-2020 .btn-airbus-standard:hover, .media-right-2020 .btn-airbus-standard:hover, #carouselCase .btn-airbus-standard:hover, #latest-info .btn-airbus-standard:hover {
    color: #022259; }
  @media (max-width: 991.98px) {
    .best-product-left .btn-airbus-standard, .best-product-right .btn-airbus-standard, .media-left-2020 .btn-airbus-standard, .media-right-2020 .btn-airbus-standard, #carouselCase .btn-airbus-standard, #latest-info .btn-airbus-standard {
      margin: 10px 0 0; } }

@media (max-width: 991.98px) {
  #latest-info .col-12 {
    margin-bottom: 30px; } }

#latest-info .img-cont {
  overflow: hidden; }
  #latest-info .img-cont img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

#latest-info p {
  color: #545454; }

#latest-info a {
  color: #545454; }
  #latest-info a h3 {
    color: #022259; }
  #latest-info a:hover {
    text-decoration: none; }
    #latest-info a:hover .img-cont img {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1); }

#latest-info img {
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover; }

#carouselCase {
  margin-top: 50px;
  margin-bottom: 50px; }
  #carouselCase .content {
    padding: 30px 60px;
    position: absolute;
    left: -40%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%; }
    @media (max-width: 991.98px) {
      #carouselCase .content {
        left: 0;
        position: initial; } }
  #carouselCase img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

/*body.sample{


	// Test reprise theme de base 

	#sample-imagery-gmap {
		width:		675px;
		height:		400px;
	}
	.top-section-sample {
		margin-bottom: 0 !important;
	}

	.top-section-sample .top-section-title {
		background: url("/img/fusion/trameDarkGray.png") repeat-x scroll left bottom transparent;
		padding-bottom: 15px;
	}


	.sample-imagery {
		background:#ddd;
		display: block;
		margin: 0 0 0 0;
		padding: 5px 0 5px;
	}
	.sample-imagery:last-child {
		padding-bottom: 30px;
	}
	.sample-imagery .on {
		background-color: transparent;
	}
	.sample-imagery a {
		font-size: 13px;
		font-weight: bold;
		display: block;
		color: #565656;
		text-shadow: 1px 1px 1px #fff;
	}
	.sample-imagery a:hover {
		text-decoration: none;
	}
	.sample-imagery ul {
		margin: 0;
		padding: 0;
	}
	.sample-imagery li {
		list-style: none outside none;
	}
	.sample-imagery li.lvl-intermediaire {
		background: #f0f0f0;
		border: 1px solid #c4c4c4;
		margin: 0 10px 0 10px;
		border-radius: 5px;
		& li.lvl-intermediaire{
			margin-right: 0;
		}
	}

	.sample-imagery a.lvl-first{
		background: #f0f0f0;
		margin: 0 10px 0 10px;
		border-radius: 5px;
		padding: 5px 30px 5px 10px;
		position: relative;

		after:"";
	}
	.sample-imagery a.lvl-first:after {
		content: "";
		display: block;
		background: transparent url('/img/fusion/interior-model/pictSampleLvl1.png') no-repeat center center scroll;
		width: 9px;
		height: 7px;
		position: absolute;
		right: 14px;
		top: 10px;
	}
	.sample-imagery a.lvl-first.on:after {
		background-image: url('/img/fusion/interior-model/pictSampleOn.png');
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	.sample-imagery a.lvl-first img.gmap {
		vertical-align: middle;
	}

	.sample-imagery a.lvl-first.on, .sample-imagery a.lvl-first:hover {
		//#gradient > .vertical(#fefefe, #cccccc);
	}

	.sample-imagery li.lvl-intermediaire {
		border-bottom: 1px solid #cccccc;
		padding: 5px 0;
	}
	.sample-imagery li.lvl-intermediaire:last-child {
	}

	.sample-imagery a.lvl-intermediaire {
		padding: 5px 30px 5px 5px;
		position: relative;
		after:" ";
	}

	.sample-imagery a.lvl-intermediaire:hover {
		text-decoration: underline;
	}

	.sample-imagery a.lvl-intermediaire.on, .sample-imagery a.lvl-intermediaire:hover {
		color: #0484e5;
	}
	.sample-imagery a.lvl-intermediaire:after {
		content: " ";
		display: block;
		background: transparent url('/img/fusion/interior-model/pictSampleLvl2.png') no-repeat center center scroll;
		width: 9px;
		height: 7px;
		position: absolute;
		right: 14px;
		top: 10px;
	}
	.sample-imagery a.lvl-intermediaire.on:after {
		background-image: url('/img/fusion/interior-model/pictSampleOn.png');
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.sample-imagery li.lvl-product {
		margin: 0 5px 5px 10px;
	}

	.sample-imagery a.lvl-product {
		font-weight: normal;
	}
	.sample-imagery a.lvl-product:hover {
		text-decoration: underline;
	}
	.sample-imagery a.lvl-product.on {
		color: #0484e5;
	}

	.sample-imagery-item {
		clear: both;
		padding-top: 1px;
	}

	.sample-imagery-item .loader {
		width: 200px;
		margin: 10px auto;
	}


	.sample-imagery-item h2 {
		margin-top: 5px;
	}

	.sample-imagery-item-detail {
		margin-top: 10px;
		margin-bottom: 20px;
		background: #f0f0f0;

		margin-bottom: 20px;
		padding:10px 10px;

		border: 1px solid #cacaca;
		border-radius: 4px;
		box-shadow: inset 0 1px 1px #fff, 0px 1px 2px #f0f0f0;
		z-index: 1;
		overflow: hidden;
	}
	.sample-imagery-item-detail ul{
		padding-left: 0;
		margin-left: 30px;
		margin-top: 11px;
		float: left;
		width: 210px;
		list-style-position:outside;
	}
	.sample-imagery-item-detail ul li span.label {
		font-weight: normal;
		color: #5c5c5c;
		background-color: transparent;
		border-radius: 0;
		font-size: 13px;
		line-height: normal;
		padding: 0;
	}
	.sample-imagery-item-detail ul li {
		font-weight: bold;
		color: #262626;
	}

	.sample-imagery-item-detail img.thumbnail {
		float: right;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.sample-imagery-item-detail .description {
		clear: both;
	}

	.sample-imagery-item-detail .download-sample {
		text-align: center;
	}
	.sample-imagery-item-detail .bottom {
		border-top: 1px solid #cacaca;
		margin: 10px 0;
		text-align: right;
		padding: 10px 0 0 0;
		clear: both;
	}

	.sample-imagery-item-detail .bottom .terms,
	.sample-imagery-item-detail .bottom .dataset-item {
		vertical-align:middle;
		margin-right: 10px;
		padding-left: 20px;
		position:relative;
		font-weight:bold;
	}
	.sample-imagery-item-detail .bottom .terms:before,
	.sample-imagery-item-detail .bottom .dataset-item:before {
		content:"";
		background: url(/img/fusion/interior-model/pictSampleTerms.png) no-repeat left center transparent;
		position: absolute;
		display: block;
		left:0px;
		top:2px;
		width: 13px;
		height: 14px;
	}

	.sample-imagery-item-detail .bottom a.download-sample:hover {
		text-decoration: none;
	}

	.sample-imagery-item-detail .bottom .download-sample span.large-button-download {
		font-size: 13px;
		vertical-align:middle;
		padding: 3px 5px 3px 25px;
		width: 152px;
		margin-left: 10px;
	}
	.sample-imagery-item-detail .bottom .download-sample span.large-button-download:before {

		background-image: url(/img/fusion/interior-model/pictSampleDownload.png);
		left:6px;
		top:50%;
		width: 13px;
		height: 14px;
		margin-top: -7px;
	}
	.sample-imagery-item-detail .bottom .dataset {
		text-align: left;
		box-sizing: border-box;
	}
	.sample-imagery-item-detail .bottom .dataset-title {
		display: inline-block;
		width: 33%;
		vertical-align: top;
		border: 0;
		color: #000;
		padding-left: 0;
		margin-top: 5px;
		margin-bottom: 4px;
	}
	.sample-imagery-item-detail .bottom .dataset-list {
		text-align: left;
		float: none;
		margin-left: 0;
		padding: 0;
		width: auto;
		list-style: none;
		padding-bottom: 20px;
		border-bottom: 1px solid #cacaca;
	}
	.sample-imagery-item-detail .bottom .dataset-list li{
		padding-top: 8px;
		padding-bottom: 4px;
		border-top: 1px solid #cacaca;
	}
	.sample-imagery-item-detail .bottom .dataset-item {
		width: 99%;
		display: inline-block;
		color: #0091f9;
		overflow: hidden;
		span {
			display: inline-block;
			vertical-align: middle;
		}
		span:first-child {
			min-width: 40%;
		}
		&:hover {
			text-decoration: underline;
		}
	}
	.sample-imagery-item-detail .bottom .dataset-list li:nth-child(n+10) .dataset-item .dataset-downloadInfo {
		padding-left: calc(2em - .5ch);
	}
	.sample-imagery-item-detail .bottom .dataset-item--downloaded {
		color: #000;
		&:before {
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
		}
	}
}*/
/* Sample data Page */
.sample-2018 .fancybox-skin {
  padding: 15px;
  width: auto;
  height: auto; }

.sample-2018 main {
  margin: 0 auto;
  margin-top: 40px; }
  .sample-2018 main .main-container {
    padding-top: 0; }
    @media screen and (max-width: 992px) {
      .sample-2018 main .main-container {
        padding-bottom: 10px; } }
    .sample-2018 main .main-container .gmap-container {
      width: 100%; }
      .sample-2018 main .main-container .gmap-container #sample-imagery-gmap {
        height: 550px;
        width: 100%; }
    .sample-2018 main .main-container .sample-imagery-item {
      margin: 40px 0; }
      .sample-2018 main .main-container .sample-imagery-item h2 {
        color: #022158;
        display: inline;
        font-size: 38px;
        margin: 0px 0;
        width: calc(100% - 190px);
        display: inline-block; }
      .sample-2018 main .main-container .sample-imagery-item > a {
        float: right;
        max-width: 190px;
        margin-bottom: 20px; }
      .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail {
        color: #545454;
        padding: 10px 0px;
        width: 100%; }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail a {
          color: #00aec9; }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul {
          list-style-type: none; }
          .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul li {
            position: relative;
            font-family: 'HelveticaBD'; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul li:before {
              content: ".";
              left: -5px;
              position: relative;
              top: -5px; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul li span.label {
              display: inline-block;
              min-width: 150px;
              text-align: left;
              font-family: 'HelveticaRO';
              min-width: 200px; }
              @media (max-width: 1199.98px) {
                .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail ul li span.label {
                  min-width: 150px; } }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .description, .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom {
          width: 100%; }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom {
          border-top: 1px solid #a7b3cb;
          margin-top: 20px;
          padding-top: 20px; }
          .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header {
            width: 100%;
            margin: 30px 0 50px 0; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .dataset-title {
              font-family: 'HelveticaRO';
              width: 50%;
              display: inline-block;
              float: left;
              margin: 0; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .progress-legend {
              font-size: 17px;
              width: 50%;
              display: inline-block; }
              .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .progress-legend .progress-legendRight {
                float: right; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .progress {
              height: 25px;
              width: 50%;
              background: transparent;
              border-radius: 0; }
              .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .progress .progress-bar {
                width: 100%;
                background: #eff2f9;
                height: 25px; }
                .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header .progress .progress-bar .progress-bar-level {
                  height: 25px;
                  background: #00aec9; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset .dataset_header strong {
              color: #545454; }
          .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset ul.dataset-list {
            list-style-type: none;
            padding: 0;
            width: 100%;
            margin: 10px 0 0 0; }
            .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset ul.dataset-list li {
              position: relative;
              padding: 15px 0 15px 30px;
              border-top: 1px solid #eff2f9; }
              .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset ul.dataset-list li:before {
                content: "";
                position: absolute;
                background: transparent url("/img/download.jpg") no-repeat center center scroll;
                width: 22px;
                height: 22px;
                top: 15px;
                left: 0px; }
              .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset ul.dataset-list li .dataset-item .dataset-filesize {
                float: right; }
          .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bottom .dataset a.terms {
            position: relative;
            padding: 10px 0 10px 30px;
            border-bottom: 1px solid #eff2f9 !important;
            border-top: 1px solid #eff2f9 !important;
            width: 100% !important;
            display: block; }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail a.terms {
          position: relative;
          padding: 10px 0 10px 30px;
          border-bottom: none;
          border-top: none;
          width: auto;
          font-family: 'HelveticaBD'; }
          .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail a.terms:before {
            content: "";
            position: absolute;
            background: transparent url("/img/download.jpg") no-repeat center center scroll;
            width: 22px;
            height: 22px;
            top: 10px;
            left: 0px; }
        .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .download-sample span {
          font-family: 'HelveticaBD'; }
  .sample-2018 main .sidebar-container {
    background: #eff2f9;
    color: #022158;
    padding: 30px !important;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-left: 3%; }
    @media screen and (max-width: 1500px) {
      .sample-2018 main .sidebar-container {
        padding: 30px 20px !important; } }
    @media screen and (max-width: 992px) {
      .sample-2018 main .sidebar-container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0; } }
    .sample-2018 main .sidebar-container .top-section-title {
      background: none;
      color: #022158;
      font-family: 'HelveticaBD';
      font-size: 31px;
      text-shadow: none; }
    .sample-2018 main .sidebar-container .top-section {
      margin: 0;
      padding: 0; }
    .sample-2018 main .sidebar-container .sample-imagery {
      background: transparent;
      display: block;
      margin: 0;
      padding: 0; }
      .sample-2018 main .sidebar-container .sample-imagery ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 11px; }
      .sample-2018 main .sidebar-container .sample-imagery a {
        background: transparent;
        border-bottom: 1px solid #a7b3cb;
        color: #022158;
        display: block;
        font-family: 'HelveticaBD';
        font-size: 19px;
        padding: 10px 30px 10px 10px;
        position: relative;
        text-shadow: none; }
        .sample-2018 main .sidebar-container .sample-imagery a:after {
          background: transparent url("/img/arrow_bottom.jpg") no-repeat center center scroll;
          content: "";
          display: block;
          height: 12px;
          position: absolute;
          right: 14px;
          top: 18px;
          width: 12px; }
        .sample-2018 main .sidebar-container .sample-imagery a.on:after {
          background: transparent url("/img/arrow_top.jpg") no-repeat center center scroll; }
        .sample-2018 main .sidebar-container .sample-imagery a:hover {
          text-decoration: none; }
      .sample-2018 main .sidebar-container .sample-imagery ul.lvl-intermediaire,
      .sample-2018 main .sidebar-container .sample-imagery ul.lvl-product {
        display: none; }
      .sample-2018 main .sidebar-container .sample-imagery a.lvl-first {
        border-bottom: 1px solid #022158; }
        .sample-2018 main .sidebar-container .sample-imagery a.lvl-first img.gmap {
          max-width: 15px;
          margin: 0 11px 5px 0; }
      .sample-2018 main .sidebar-container .sample-imagery ul.lvl-intermediaire li.lvl-intermediaire a.lvl-intermediaire {
        font-size: 17px; }
      .sample-2018 main .sidebar-container .sample-imagery ul.lvl-product li.lvl-product a.lvl-product {
        font-size: 16px;
        font-family: 'HelveticaRO'; }
        .sample-2018 main .sidebar-container .sample-imagery ul.lvl-product li.lvl-product a.lvl-product:after {
          display: none; }
        .sample-2018 main .sidebar-container .sample-imagery ul.lvl-product li.lvl-product a.lvl-product.on {
          color: #00aec9; }

footer #footer-top {
  background-color: #eff3f9; }
  footer #footer-top .backtop {
    color: #022259;
    cursor: pointer;
    font-family: 'HelveticaBD';
    font-weight: 700;
    font-size: 17px; }

footer #footer-bottom {
  background-color: #022259;
  padding-bottom: 80px; }
  @media (max-width: 767.98px) {
    footer #footer-bottom .footer-link {
      text-align: center; } }
  footer #footer-bottom .footer-link a {
    color: #ffffff;
    font-family: 'HelveticaCN';
    font-weight: 700;
    font-size: 17px; }
  footer #footer-bottom .footer-social {
    font-size: 45px; }
    footer #footer-bottom .footer-social a:hover {
      text-decoration: none;
      -webkit-animation-name: pulse;
      animation-name: pulse;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-delay: 0;
      animation-delay: 0;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    footer #footer-bottom .footer-social span {
      vertical-align: middle; }
  footer #footer-bottom .copyright {
    color: #ffffff;
    font-family: 'HelveticaCN';
    font-size: 17px; }

@media (max-width: 575.98px) {
  #home {
    margin-top: 85px; } }

#home #slideshowHome .carousel-inner {
  max-height: 755px; }

#home #slideshowHome .item-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh; }
  @media (max-width: 1499.98px) {
    #home #slideshowHome .item-content {
      height: 80vh; } }
  @media (max-width: 991.98px) {
    #home #slideshowHome .item-content {
      height: 65vh; } }
  @media (max-width: 575.98px) {
    #home #slideshowHome .item-content {
      height: 75vh;
      max-height: 450px; } }

#home #slideshowHome .carousel-item {
  max-height: 755px; }
  #home #slideshowHome .carousel-item .overlay-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), color-stop(30%, transparent), to(transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, transparent 30%, transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900; }
  #home #slideshowHome .carousel-item .carousel-item-content {
    bottom: 100px;
    position: absolute;
    width: 100%; }
    #home #slideshowHome .carousel-item .carousel-item-content .carousel-item-content-inner {
      background-color: rgba(0, 0, 0, 0.3);
      display: inline-block;
      padding: 8px 12px; }
    #home #slideshowHome .carousel-item .carousel-item-content h2 {
      color: #ffffff;
      font-family: "HelveticaHV";
      text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
      font-size: 60px;
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
      @media (max-width: 1499.98px) {
        #home #slideshowHome .carousel-item .carousel-item-content h2 {
          font-size: 50px; } }
      @media (max-width: 991.98px) {
        #home #slideshowHome .carousel-item .carousel-item-content h2 {
          font-size: 40px; } }
      @media (max-width: 767.98px) {
        #home #slideshowHome .carousel-item .carousel-item-content h2 {
          font-size: 30px; } }
    #home #slideshowHome .carousel-item .carousel-item-content .subtitle {
      color: #ffffff;
      font-family: "HelveticaRO";
      line-height: 1.1;
      text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.4);
      font-size: 35px;
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
      @media (max-width: 1499.98px) {
        #home #slideshowHome .carousel-item .carousel-item-content .subtitle {
          font-size: 25px; } }
      @media (max-width: 991.98px) {
        #home #slideshowHome .carousel-item .carousel-item-content .subtitle {
          font-size: 20px; } }

#home #slideshowHome .slidecontrol {
  bottom: 30px;
  position: absolute;
  z-index: 916;
  right: 9%; }
  @media (max-width: 991.98px) {
    #home #slideshowHome .slidecontrol {
      font-size: 20px; } }
  @media (max-width: 767.98px) {
    #home #slideshowHome .slidecontrol {
      bottom: 10px; } }
  #home #slideshowHome .slidecontrol .btn-control {
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background: rgba(255, 255, 255, 0.6);
    color: #022259;
    font-size: 50px; }
    #home #slideshowHome .slidecontrol .btn-control:hover {
      background: #022259;
      color: #ffffff;
      text-decoration: none; }
    @media (max-width: 767.98px) {
      #home #slideshowHome .slidecontrol .btn-control {
        font-size: 30px; } }

#home #slideshowHome .carousel-indicators {
  bottom: 30px !important;
  z-index: 915;
  margin-left: 35%;
  margin-right: 35%; }
  #home #slideshowHome .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 5px !important;
    list-style-type: none;
    width: 65px !important;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    #home #slideshowHome .carousel-indicators li:not(:first-child) {
      margin-left: 8px; }
    #home #slideshowHome .carousel-indicators li:hover, #home #slideshowHome .carousel-indicators li.active {
      background-color: white; }

#separator-home {
  padding: 60px 0; }
  #separator-home .separator {
    border-top: 1px solid #022259; }
    #separator-home .separator .separator-content {
      border-top: 5px solid #022259;
      color: #022259;
      font-family: "HelveticaBD";
      font-weight: 700;
      letter-spacing: 0.5px;
      padding-top: 15px;
      font-size: 19px; }
  #separator-home .container {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative; }
  #separator-home .intelligence-text {
    color: #022259;
    font-size: 35px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: -60px; }

.industries-block {
  height: 1px; }

.industries-blk-1,
.industries-blk-3-l,
.industries-blk-3-r,
.industries-blk-2-l,
.industries-blk-2-r,
.industries-blk-2 {
  overflow: hidden;
  position: relative; }
  .industries-blk-1 .blk-left-1,
  .industries-blk-1 .blk-left-2,
  .industries-blk-1 .blk-right-1,
  .industries-blk-1 .blk-right-2,
  .industries-blk-3-l .blk-left-1,
  .industries-blk-3-l .blk-left-2,
  .industries-blk-3-l .blk-right-1,
  .industries-blk-3-l .blk-right-2,
  .industries-blk-3-r .blk-left-1,
  .industries-blk-3-r .blk-left-2,
  .industries-blk-3-r .blk-right-1,
  .industries-blk-3-r .blk-right-2,
  .industries-blk-2-l .blk-left-1,
  .industries-blk-2-l .blk-left-2,
  .industries-blk-2-l .blk-right-1,
  .industries-blk-2-l .blk-right-2,
  .industries-blk-2-r .blk-left-1,
  .industries-blk-2-r .blk-left-2,
  .industries-blk-2-r .blk-right-1,
  .industries-blk-2-r .blk-right-2,
  .industries-blk-2 .blk-left-1,
  .industries-blk-2 .blk-left-2,
  .industries-blk-2 .blk-right-1,
  .industries-blk-2 .blk-right-2 {
    overflow: hidden;
    position: relative; }
  .industries-blk-1 .industries-block,
  .industries-blk-3-l .industries-block,
  .industries-blk-3-r .industries-block,
  .industries-blk-2-l .industries-block,
  .industries-blk-2-r .industries-block,
  .industries-blk-2 .industries-block {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1); }
    @media (max-width: 767.98px) {
      .industries-blk-1 .industries-block,
      .industries-blk-3-l .industries-block,
      .industries-blk-3-r .industries-block,
      .industries-blk-2-l .industries-block,
      .industries-blk-2-r .industries-block,
      .industries-blk-2 .industries-block {
        min-height: 280px !important; } }
    .industries-blk-1 .industries-block:hover,
    .industries-blk-3-l .industries-block:hover,
    .industries-blk-3-r .industries-block:hover,
    .industries-blk-2-l .industries-block:hover,
    .industries-blk-2-r .industries-block:hover,
    .industries-blk-2 .industries-block:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
  .industries-blk-1 .container,
  .industries-blk-3-l .container,
  .industries-blk-3-r .container,
  .industries-blk-2-l .container,
  .industries-blk-2-r .container,
  .industries-blk-2 .container {
    bottom: 30px;
    position: absolute;
    right: 0;
    z-index: 100; }
    .industries-blk-1 .container .title-header,
    .industries-blk-3-l .container .title-header,
    .industries-blk-3-r .container .title-header,
    .industries-blk-2-l .container .title-header,
    .industries-blk-2-r .container .title-header,
    .industries-blk-2 .container .title-header {
      background-color: rgba(0, 0, 0, 0.3);
      color: #ffffff;
      padding: 10px;
      position: relative;
      z-index: 901; }
      .industries-blk-1 .container .title-header h2,
      .industries-blk-3-l .container .title-header h2,
      .industries-blk-3-r .container .title-header h2,
      .industries-blk-2-l .container .title-header h2,
      .industries-blk-2-r .container .title-header h2,
      .industries-blk-2 .container .title-header h2 {
        color: #ffffff;
        font-family: "HelveticaHV";
        margin: 0;
        font-size: 40px;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .industries-blk-1 .container .title-header .descr,
      .industries-blk-3-l .container .title-header .descr,
      .industries-blk-3-r .container .title-header .descr,
      .industries-blk-2-l .container .title-header .descr,
      .industries-blk-2-r .container .title-header .descr,
      .industries-blk-2 .container .title-header .descr {
        font-family: "HelveticaLT";
        margin-top: 12px;
        font-size: 19px;
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }

.industries-blk-3-l .container,
.industries-blk-3-r .container,
.industries-blk-2 .container {
  max-width: 760px; }
  @media (max-width: 1799.98px) {
    .industries-blk-3-l .container,
    .industries-blk-3-r .container,
    .industries-blk-2 .container {
      max-width: 700px; } }
  @media (max-width: 1499.98px) {
    .industries-blk-3-l .container,
    .industries-blk-3-r .container,
    .industries-blk-2 .container {
      max-width: 570px; } }
  @media (max-width: 1199.98px) {
    .industries-blk-3-l .container,
    .industries-blk-3-r .container,
    .industries-blk-2 .container {
      max-width: 480px; } }
  @media (max-width: 991.98px) {
    .industries-blk-3-l .container,
    .industries-blk-3-r .container,
    .industries-blk-2 .container {
      max-width: 360px; } }
  @media (max-width: 767.98px) {
    .industries-blk-3-l .container,
    .industries-blk-3-r .container,
    .industries-blk-2 .container {
      max-width: 540px; } }

.industries-blk-2-l .blk-left-1 .container {
  max-width: 440.57971px; }
  @media (max-width: 1799.98px) {
    .industries-blk-2-l .blk-left-1 .container {
      max-width: 405.7971px; } }
  @media (max-width: 1499.98px) {
    .industries-blk-2-l .blk-left-1 .container {
      max-width: 330.43478px; } }
  @media (max-width: 1199.98px) {
    .industries-blk-2-l .blk-left-1 .container {
      max-width: 278.26087px; } }
  @media (max-width: 991.98px) {
    .industries-blk-2-l .blk-left-1 .container {
      max-width: 208.69565px; } }
  @media (max-width: 767.98px) {
    .industries-blk-2-l .blk-left-1 .container {
      max-width: 540px; } }

.industries-blk-2-l .blk-right-1 .container {
  max-width: 1013.33333px; }
  @media (max-width: 1799.98px) {
    .industries-blk-2-l .blk-right-1 .container {
      max-width: 933.33333px; } }
  @media (max-width: 1499.98px) {
    .industries-blk-2-l .blk-right-1 .container {
      max-width: 760px; } }
  @media (max-width: 1199.98px) {
    .industries-blk-2-l .blk-right-1 .container {
      max-width: 640px; } }
  @media (max-width: 991.98px) {
    .industries-blk-2-l .blk-right-1 .container {
      max-width: 480px; } }
  @media (max-width: 767.98px) {
    .industries-blk-2-l .blk-right-1 .container {
      max-width: 540px; } }

.industries-blk-2-r .blk-left-1 h2 {
  max-width: inherit !important; }

.industries-blk-2-r .blk-left-1 .container {
  max-width: 878.61272px; }
  @media (max-width: 1799.98px) {
    .industries-blk-2-r .blk-left-1 .container {
      max-width: 809.24855px; } }
  @media (max-width: 1499.98px) {
    .industries-blk-2-r .blk-left-1 .container {
      max-width: 658.95954px; } }
  @media (max-width: 1199.98px) {
    .industries-blk-2-r .blk-left-1 .container {
      max-width: 554.91329px; } }
  @media (max-width: 991.98px) {
    .industries-blk-2-r .blk-left-1 .container {
      max-width: 416.18497px; } }
  @media (max-width: 767.98px) {
    .industries-blk-2-r .blk-left-1 .container {
      max-width: 540px; } }

.industries-blk-1 .container {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.industries-blk-3-l .blk-left-1 .container,
.industries-blk-3-l .blk-left-2 .container,
.industries-blk-3-r .blk-left-1 .container,
.industries-blk-3-r .blk-left-2 .container {
  left: auto !important;
  right: 0 !important; }

.industries-blk-3-l .blk-right-1 .container,
.industries-blk-3-l .blk-right-2 .container,
.industries-blk-3-r .blk-right-1 .container,
.industries-blk-3-r .blk-right-2 .container {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.industries-blk-2-l .blk-left-1 .container,
.industries-blk-2-l .blk-left-2 .container {
  left: auto !important;
  right: 0 !important; }

.industries-blk-2-l .blk-right-1 .container,
.industries-blk-2-l .blk-right-2 .container {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.industries-blk-2-r .blk-left-1 .container,
.industries-blk-2-r .blk-left-2 .container,
.industries-blk-2-r .blk-right-1 .container,
.industries-blk-2-r .blk-right-2 .container {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.industries-blk-2 .blk-right-1 .container,
.industries-blk-2 .blk-right-2 .container {
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.industries-blk-2 .blk-left-1 .container,
.industries-blk-2 .blk-left-2 .container {
  left: auto !important;
  right: 0 !important; }

.industries-blk-1 .blk-left-1,
.industries-blk-1 .blk-left-2,
.industries-blk-1 .blk-right-1,
.industries-blk-1 .blk-right-2,
.industries-blk-3-l .blk-left-1,
.industries-blk-3-l .blk-left-2,
.industries-blk-3-l .blk-right-1,
.industries-blk-3-l .blk-right-2,
.industries-blk-3-r .blk-left-1,
.industries-blk-3-r .blk-left-2,
.industries-blk-3-r .blk-right-1,
.industries-blk-3-r .blk-right-2,
.industries-blk-2-l .blk-left-1,
.industries-blk-2-l .blk-left-2,
.industries-blk-2-l .blk-right-1,
.industries-blk-2-l .blk-right-2,
.industries-blk-2-r .blk-left-1,
.industries-blk-2-r .blk-left-2,
.industries-blk-2-r .blk-right-1,
.industries-blk-2-r .blk-right-2,
.industries-blk-2 .blk-left-1,
.industries-blk-2 .blk-left-2,
.industries-blk-2 .blk-right-1,
.industries-blk-2 .blk-right-2 {
  overflow: hidden;
  position: relative; }

.industries-blk-1 .industries-block {
  min-height: 550px; }

.industries-blk-2 .industries-block {
  min-height: 340px; }
  .industries-blk-2 .industries-block .title-header h2 {
    font-size: 30px; }

.industries-blk-2-l,
.industries-blk-2-r {
  margin-bottom: 80px; }
  .industries-blk-2-l .industries-block,
  .industries-blk-2-r .industries-block {
    min-height: 340px; }
  .industries-blk-2-l .title-header h2,
  .industries-blk-2-r .title-header h2 {
    font-size: 30px; }
  .industries-blk-2-l .blk-left-1 h2,
  .industries-blk-2-r .blk-left-1 h2 {
    max-width: 250px; }
  .industries-blk-2-l .blk-right-1 h2,
  .industries-blk-2-r .blk-right-1 h2 {
    margin-left: 80px; }

.industries-blk-3-l .blk-right-1 .industries-block {
  min-height: 550px; }

.industries-blk-3-r .blk-left-1 {
  overflow: hidden; }
  .industries-blk-3-r .blk-left-1 .industries-block {
    min-height: 550px; }

#about-us {
  padding: 100px 0; }
  #about-us .about-us {
    background-color: #022259;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 70px 120px; }
    @media (max-width: 1499.98px) {
      #about-us .about-us {
        background-position: -50px center; } }
    @media (max-width: 991.98px) {
      #about-us .about-us {
        background: #022259 !important; } }
    @media (max-width: 767.98px) {
      #about-us .about-us {
        padding: 40px; } }
    #about-us .about-us .aboutus-title {
      color: #ffffff;
      font-family: "HelveticaLT";
      margin-bottom: 40px;
      font-size: 32px; }
    #about-us .about-us h2 {
      color: #ffffff;
      font-family: "HelveticaMD";
      font-size: 32px; }
    #about-us .about-us h3 {
      color: #ffffff;
      font-family: "HelveticaLT";
      line-height: 1.3;
      margin-bottom: 40px;
      font-size: 22px; }
    #about-us .about-us .content {
      font-family: "HelveticaLT";
      margin-bottom: 40px;
      font-size: 16px; }

.popnew {
  background-color: rgba(128, 128, 128, 0.6);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000; }
  .popnew .popCont {
    background: white;
    border-radius: 5px;
    height: 400px;
    position: relative;
    text-align: center;
    width: 400px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .popnew .popCont .popClose {
      position: absolute;
      right: 20px;
      top: 20px; }
      .popnew .popCont .popClose img {
        height: 30px;
        width: 30px; }
      .popnew .popCont .popClose:hover {
        cursor: pointer; }

.case-study.case-study-categorie {
  overflow: hidden; }

.case-study-categorie,
.case-study-detail,
.case-study-results,
.case-study {
  background-color: #ffffff; }
  .case-study-categorie header #nav-desk,
  .case-study-detail header #nav-desk,
  .case-study-results header #nav-desk,
  .case-study header #nav-desk {
    background-color: #022259; }
    .case-study-categorie header #nav-desk > div,
    .case-study-detail header #nav-desk > div,
    .case-study-results header #nav-desk > div,
    .case-study header #nav-desk > div {
      margin-top: 15px;
      -webkit-transition: margin 0.2s ease;
      transition: margin 0.2s ease; }
    .case-study-categorie header #nav-desk.active-scroll,
    .case-study-detail header #nav-desk.active-scroll,
    .case-study-results header #nav-desk.active-scroll,
    .case-study header #nav-desk.active-scroll {
      background-color: rgba(2, 34, 89, 0.5); }
      .case-study-categorie header #nav-desk.active-scroll > div,
      .case-study-detail header #nav-desk.active-scroll > div,
      .case-study-results header #nav-desk.active-scroll > div,
      .case-study header #nav-desk.active-scroll > div {
        margin-top: 0; }
  .case-study-categorie .main-container,
  .case-study-detail .main-container,
  .case-study-results .main-container,
  .case-study .main-container {
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .case-study-categorie .main-container,
      .case-study-detail .main-container,
      .case-study-results .main-container,
      .case-study .main-container {
        padding-top: 60px; } }
  .case-study-categorie .case-study--title,
  .case-study-detail .case-study--title,
  .case-study-results .case-study--title,
  .case-study .case-study--title {
    font-family: "HelveticaRO"; }
  .case-study-categorie footer,
  .case-study-detail footer,
  .case-study-results footer,
  .case-study footer {
    padding: 0; }
  .case-study-categorie h1,
  .case-study-detail h1,
  .case-study-results h1,
  .case-study h1 {
    display: inline-block;
    margin: 50px 0;
    width: 40%;
    padding: 0;
    vertical-align: middle;
    font-family: "HelveticaHV";
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1;
    font-size: 60px; }
    @media (max-width: 991.98px) {
      .case-study-categorie h1,
      .case-study-detail h1,
      .case-study-results h1,
      .case-study h1 {
        font-size: 40px;
        width: 100%;
        margin: 20px 0; } }
  .case-study-categorie h2:not(.case-study-results-infos-cat),
  .case-study-detail h2:not(.case-study-results-infos-cat),
  .case-study-results h2:not(.case-study-results-infos-cat),
  .case-study h2:not(.case-study-results-infos-cat) {
    color: #022259;
    font-family: "HelveticaHV";
    font-size: 44px; }
    @media (max-width: 991.98px) {
      .case-study-categorie h2:not(.case-study-results-infos-cat),
      .case-study-detail h2:not(.case-study-results-infos-cat),
      .case-study-results h2:not(.case-study-results-infos-cat),
      .case-study h2:not(.case-study-results-infos-cat) {
        font-size: 30px; } }
  .case-study-categorie .case-study-results-infos-cat,
  .case-study-detail .case-study-results-infos-cat,
  .case-study-results .case-study-results-infos-cat,
  .case-study .case-study-results-infos-cat {
    font-family: "HelveticaLT" !important;
    font-size: 19px; }
    @media (max-width: 991.98px) {
      .case-study-categorie .case-study-results-infos-cat,
      .case-study-detail .case-study-results-infos-cat,
      .case-study-results .case-study-results-infos-cat,
      .case-study .case-study-results-infos-cat {
        font-size: 16px; } }
    @media (max-width: 575.98px) {
      .case-study-categorie .case-study-results-infos-cat span,
      .case-study-detail .case-study-results-infos-cat span,
      .case-study-results .case-study-results-infos-cat span,
      .case-study .case-study-results-infos-cat span {
        width: 100%;
        text-align: center; } }

.case-study-results .noresult {
  margin-bottom: 30px !important; }

.case-study-results .noresult-block {
  margin: 5px 15px !important; }
  .case-study-results .noresult-block .home-btn,
  .case-study-results .noresult-block .search-images {
    font-family: "HelveticaLT" !important;
    font-size: 15px !important; }
    .case-study-results .noresult-block .home-btn:hover,
    .case-study-results .noresult-block .search-images:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .case-study-results .noresult-block .home-btn {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px 30px !important;
    background-color: #fff !important;
    border: 1px solid #022259 !important;
    color: #022259 !important;
    cursor: pointer; }
  .case-study-results .noresult-block .search-images {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px 30px !important;
    color: #fff !important;
    background-color: #022259 !important;
    border: 1px solid #022259 !important;
    cursor: pointer; }

.case-study-header {
  padding-top: 80px;
  margin-bottom: 50px;
  background-color: #022259 !important; }
  @media (max-width: 991.98px) {
    .case-study-header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .case-study-header .breadcrumb {
    background-color: transparent;
    margin-top: 0;
    z-index: 901;
    padding-left: 0; }
    .case-study-header .breadcrumb span,
    .case-study-header .breadcrumb a {
      color: #ffffff;
      font-family: "HelveticaRO";
      font-size: 16px; }
    .case-study-header .breadcrumb .divider {
      color: #ffffff;
      margin: 0 5px; }
    @media (max-width: 991.98px) {
      .case-study-header .breadcrumb {
        margin-bottom: 0; } }
  .case-study-header .tool-bar-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px; }
    .case-study-header .tool-bar-btn input,
    .case-study-header .tool-bar-btn button {
      padding: 0 15px;
      height: 35px; }
    .case-study-header .tool-bar-btn button {
      padding: 0 15px;
      height: 40px; }
    .case-study-header .tool-bar-btn .map_mode,
    .case-study-header .tool-bar-btn .tool-bar-keywords {
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1199.98px) {
        .case-study-header .tool-bar-btn .map_mode,
        .case-study-header .tool-bar-btn .tool-bar-keywords {
          margin-right: 20px; } }
    .case-study-header .tool-bar-btn .tool-bar-keywords {
      border-bottom: 2px solid #ffffff;
      text-align: left; }
      .case-study-header .tool-bar-btn .tool-bar-keywords input {
        color: #ffffff;
        background-color: transparent;
        font-family: "HelveticaBD";
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 0; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::-webkit-input-placeholder {
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::-moz-placeholder {
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::-ms-input-placeholder {
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::placeholder {
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input ::-moz-placeholder {
          /* Firefox 19+ */
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input :-ms-input-placeholder {
          /* IE 10+ */
          color: #f1f5f8; }
        .case-study-header .tool-bar-btn .tool-bar-keywords input :-moz-placeholder {
          /* Firefox 18- */
          color: #f1f5f8; }
      .case-study-header .tool-bar-btn .tool-bar-keywords .tool-bar-submit {
        background-color: transparent;
        float: right; }
    @media (max-width: 1199.98px) {
      .case-study-header .tool-bar-btn {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .case-study-header .tool-bar-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-width: 0 !important;
        width: 100% !important;
        font-size: 12px; }
        .case-study-header .tool-bar-btn .tool-bar-keywords {
          width: auto; }
        .case-study-header .tool-bar-btn .show-btn {
          margin-left: 0 !important; }
        .case-study-header .tool-bar-btn .options {
          margin-bottom: 20px; } }

.case-study .tool-bar-filter form.filters {
  font-family: "HelveticaBD"; }
  .case-study .tool-bar-filter form.filters .select2-container {
    /* Overide select2 default style */ }
    @media (max-width: 991.98px) {
      .case-study .tool-bar-filter form.filters .select2-container {
        width: 100% !important; } }
    .case-study .tool-bar-filter form.filters .select2-container .select2-choice div b {
      padding-top: 8px;
      background: transparent !important;
      font-family: "icons" !important;
      font-size: 10px;
      color: #ffffff;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }
      .case-study .tool-bar-filter form.filters .select2-container .select2-choice div b:after {
        content: "\e912"; }

.case-study .tool-bar-filter .submit {
  font-family: "HelveticaLT"; }
  @media (max-width: 991.98px) {
    .case-study .tool-bar-filter .submit {
      width: auto !important;
      padding: 0 10px !important;
      float: none !important;
      margin-top: 20px !important; } }

.case-study-detail .case-study-header {
  margin-bottom: 30px; }
  .case-study-detail .case-study-header h1 {
    vertical-align: bottom; }
  .case-study-detail .case-study-header .breadcrumb {
    margin-bottom: 0; }
  .case-study-detail .case-study-header .tool-bar-btn {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .case-study-detail .case-study-header .tool-bar-btn {
        margin-bottom: 0; } }

.case-study-detail .case-study-more-about {
  padding: 10px 0; }

.case-study-details .case-study-iframe {
  margin-bottom: 30px; }
  .case-study-details .case-study-iframe .block-container {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 25px;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #022259;
    text-align: left;
    font-weight: normal;
    font-size: 16px; }
    .case-study-details .case-study-iframe .block-container.case-study-share-container {
      padding: 20px 3%;
      right: 0; }
    .case-study-details .case-study-iframe .block-container .embed-help {
      max-width: 70%;
      display: inline-block; }
    .case-study-details .case-study-iframe .block-container .embed-help-toggle {
      display: inline-block;
      font-weight: bold;
      margin-bottom: 5px; }
    .case-study-details .case-study-iframe .block-container .addthis_toolbox {
      float: right;
      margin-right: 10px; }

.case-study-details .case-study-bottom-details {
  padding: 0 0 0 20px;
  background-color: #eff3f9; }
  @media (max-width: 991.98px) {
    .case-study-details .case-study-bottom-details {
      padding: 0 10px; } }
  .case-study-details .case-study-bottom-details h1 {
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #022259;
    font-family: "HelveticaHV";
    font-size: 44px; }
    @media (max-width: 991.98px) {
      .case-study-details .case-study-bottom-details h1 {
        font-size: 30px; } }
  .case-study-details .case-study-bottom-details .case-study-more-about-themes a {
    color: #022259;
    font-family: "HelveticaHV";
    font-size: 16px; }
  .case-study-details .case-study-bottom-details .case-study-more-about {
    width: 70%; }
  .case-study-details .case-study-bottom-details .case-study-detail-tools {
    width: 30%; }
  @media (max-width: 991.98px) {
    .case-study-details .case-study-bottom-details .case-study-more-about,
    .case-study-details .case-study-bottom-details .case-study-detail-tools {
      width: 100%;
      text-align: left; }
    .case-study-details .case-study-bottom-details .case-study-tools-btn .icon-view {
      font-size: 40px; } }

.case-study-detail h1 {
  width: 100% !important;
  margin: 30px 0 !important; }

.case-study-detail .tool-bar-btn {
  display: none !important; }

.case-study-detail #footer-top {
  display: none !important; }

.case-study-detail .detail-tools {
  font-size: 16px; }
  .case-study-detail .detail-tools .icon {
    font-size: 30px; }

.case-study-results .pagination,
.gallery-results .pagination {
  margin-top: 70px; }
  .case-study-results .pagination a,
  .gallery-results .pagination a {
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 20px; }
    .case-study-results .pagination a.prev:before, .case-study-results .pagination a.next:before,
    .gallery-results .pagination a.prev:before,
    .gallery-results .pagination a.next:before {
      background-image: none; }
    .case-study-results .pagination a.prev img, .case-study-results .pagination a.next img,
    .gallery-results .pagination a.prev img,
    .gallery-results .pagination a.next img {
      margin-top: 5px; }
    .case-study-results .pagination a:hover,
    .gallery-results .pagination a:hover {
      background: transparent; }
  .case-study-results .pagination .current,
  .gallery-results .pagination .current {
    color: #009fe3;
    font-family: "HelveticaBD";
    font-size: 20px; }

.case-study--back {
  color: #022259;
  font-family: "HelveticaMD";
  font-size: 20px; }

.case-study--a {
  background-color: #3C3E3F; }
  .case-study--a img {
    display: block;
    width: 100%;
    height: auto; }

.gallery-home,
.gallery-results,
.gallery-detail {
  background-color: #ffffff; }
  .gallery-home header #nav-desk,
  .gallery-results header #nav-desk,
  .gallery-detail header #nav-desk {
    background-color: #022259; }
    .gallery-home header #nav-desk.active-scroll,
    .gallery-results header #nav-desk.active-scroll,
    .gallery-detail header #nav-desk.active-scroll {
      background-color: rgba(2, 34, 89, 0.5); }
      .gallery-home header #nav-desk.active-scroll > div,
      .gallery-results header #nav-desk.active-scroll > div,
      .gallery-detail header #nav-desk.active-scroll > div {
        margin-top: 0; }
  .gallery-home .main-container,
  .gallery-results .main-container,
  .gallery-detail .main-container {
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .gallery-home .main-container,
      .gallery-results .main-container,
      .gallery-detail .main-container {
        padding-top: 60px; } }
  .gallery-home footer,
  .gallery-results footer,
  .gallery-detail footer {
    padding: 0; }
  .gallery-home h1,
  .gallery-home .gallery-title,
  .gallery-results h1,
  .gallery-results .gallery-title,
  .gallery-detail h1,
  .gallery-detail .gallery-title {
    display: inline-block;
    margin: 50px 0;
    width: 40%;
    padding: 0;
    vertical-align: middle;
    font-family: 'HelveticaHV';
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1;
    font-size: 50px; }
    @media (max-width: 991.98px) {
      .gallery-home h1,
      .gallery-home .gallery-title,
      .gallery-results h1,
      .gallery-results .gallery-title,
      .gallery-detail h1,
      .gallery-detail .gallery-title {
        font-size: 40px;
        width: 100%;
        margin: 20px 0; } }
  .gallery-home .results-infos h2,
  .gallery-results .results-infos h2,
  .gallery-detail .results-infos h2 {
    font-family: 'HelveticaLT' !important;
    font-size: 19px; }
    @media (max-width: 991.98px) {
      .gallery-home .results-infos h2,
      .gallery-results .results-infos h2,
      .gallery-detail .results-infos h2 {
        font-size: 16px; } }

.gallery-results .noresult {
  margin-bottom: 30px !important; }

.gallery-results .noresult-block {
  margin: 5px 15px !important; }
  .gallery-results .noresult-block .home-btn,
  .gallery-results .noresult-block .search-images {
    font-family: 'HelveticaLT' !important;
    font-size: 15px !important; }
    .gallery-results .noresult-block .home-btn:hover,
    .gallery-results .noresult-block .search-images:hover {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .gallery-results .noresult-block .home-btn {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px 30px !important;
    background-color: #fff !important;
    border: 1px solid #022259 !important;
    color: #022259 !important;
    cursor: pointer; }
  .gallery-results .noresult-block .search-images {
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 15px 30px !important;
    color: #fff !important;
    background-color: #022259 !important;
    border: 1px solid #022259 !important;
    cursor: pointer; }

.image-gallery-header {
  padding-top: 80px;
  margin-bottom: 50px;
  background-color: #022259 !important; }
  @media (max-width: 991.98px) {
    .image-gallery-header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .image-gallery-header .breadcrumb {
    background-color: transparent;
    margin-top: 0;
    z-index: 901;
    padding-left: 0; }
    .image-gallery-header .breadcrumb span, .image-gallery-header .breadcrumb a {
      color: #ffffff;
      font-family: 'HelveticaRO';
      font-size: 16px; }
    .image-gallery-header .breadcrumb .divider {
      color: #ffffff;
      margin: 0 5px; }
    .image-gallery-header .breadcrumb p, .image-gallery-header .breadcrumb span {
      display: inline-block;
      padding: 0;
      margin: 0; }
    @media (max-width: 991.98px) {
      .image-gallery-header .breadcrumb {
        margin-bottom: 0; } }
  .image-gallery-header .tools {
    font-size: 18px; }
    .image-gallery-header .tools input, .image-gallery-header .tools button {
      padding: 0 11px;
      height: 35px; }
    .image-gallery-header .tools button {
      padding: 0 11px;
      height: 40px; }
    .image-gallery-header .tools .keywords {
      border-bottom: 2px solid #ffffff;
      text-align: left;
      margin-bottom: 20px;
      width: 40%; }
      .image-gallery-header .tools .keywords input {
        color: #ffffff;
        background-color: transparent;
        font-family: "HelveticaBD";
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 0; }
        .image-gallery-header .tools .keywords input ::-webkit-input-placeholder {
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input ::-moz-placeholder {
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input ::-ms-input-placeholder {
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input ::placeholder {
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input ::-moz-placeholder {
          /* Firefox 19+ */
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input :-ms-input-placeholder {
          /* IE 10+ */
          color: #f1f5f8; }
        .image-gallery-header .tools .keywords input :-moz-placeholder {
          /* Firefox 18- */
          color: #f1f5f8; }
      .image-gallery-header .tools .keywords .submit {
        background-color: transparent;
        float: right; }
    @media (max-width: 1199.98px) {
      .image-gallery-header .tools {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .image-gallery-header .tools {
        text-align: left;
        min-width: 0 !important; }
        .image-gallery-header .tools .keywords,
        .image-gallery-header .tools .options {
          width: 100%;
          text-align: left;
          margin-left: 0;
          margin-bottom: 20px;
          max-width: 400px; } }
    @media (max-width: 767.98px) {
      .image-gallery-header .tools {
        width: 100%; } }
  .image-gallery-header .tool-bar .tool-bar--title {
    display: block;
    font-size: 0; }
  .image-gallery-header .tool-bar .tool-bar-filter {
    width: 100%;
    text-align: right; }
    .image-gallery-header .tool-bar .tool-bar-filter form.filters {
      font-family: "HelveticaBD"; }
      .image-gallery-header .tool-bar .tool-bar-filter form.filters .select2-container {
        /* Overide select2 default style */ }
        @media (max-width: 991.98px) {
          .image-gallery-header .tool-bar .tool-bar-filter form.filters .select2-container {
            width: 100% !important; } }
        .image-gallery-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice div b {
          padding-top: 8px;
          background: transparent !important;
          font-family: 'icons' !important;
          font-size: 10px;
          color: #ffffff;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1; }
          .image-gallery-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice div b:after {
            content: "\e912"; }
    .image-gallery-header .tool-bar .tool-bar-filter .submit {
      font-family: "HelveticaLT";
      width: auto;
      padding: 0 20px; }
      @media (max-width: 991.98px) {
        .image-gallery-header .tool-bar .tool-bar-filter .submit {
          width: auto !important;
          padding: 0 10px !important;
          float: none !important;
          margin-top: 20px !important; } }

.image-gallery-home .item,
.image-gallery-search-result .item {
  display: block; }

.gallery-detail .image-gallery-header {
  margin-bottom: 30px; }
  .gallery-detail .image-gallery-header h1 {
    vertical-align: bottom; }
  .gallery-detail .image-gallery-header .breadcrumb {
    margin-bottom: 0; }
  .gallery-detail .image-gallery-header .tools {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .gallery-detail .image-gallery-header .tools {
        margin-bottom: 0; } }

.gallery-detail .detail-tools {
  margin: 0;
  float: none; }

.gallery-detail .more-about {
  padding: 10px 0; }
  @media (max-width: 767.98px) {
    .gallery-detail .more-about .themes {
      margin-bottom: 1rem; } }

.gallery-detail .back {
  color: #022259;
  font-family: 'HelveticaMD';
  font-size: 20px; }

@media (max-width: 767.98px) {
  .gallery-detail .detail-tools .download {
    padding: 0 10px; }
    .gallery-detail .detail-tools .download .icon {
      font-size: 25px; } }

.gallery-detail .images-container {
  margin-bottom: 30px; }
  .gallery-detail .images-container .raw-image {
    max-width: 100%; }
  .gallery-detail .images-container .info-container {
    font-weight: normal;
    font-size: 16px; }
    .gallery-detail .images-container .info-container li {
      list-style-type: none !important; }

.gallery-detail .bottom-details {
  padding: 0 0 0 20px;
  background-color: #eff3f9;
  overflow: visible; }
  @media (max-width: 991.98px) {
    .gallery-detail .bottom-details {
      padding: 0 10px; } }
  .gallery-detail .bottom-details h1 {
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 1.2;
    color: #022259;
    font-family: 'HelveticaHV';
    font-size: 44px; }
    @media (max-width: 991.98px) {
      .gallery-detail .bottom-details h1 {
        font-size: 30px; } }
  .gallery-detail .bottom-details .more-about a {
    color: #022259;
    font-family: 'HelveticaHV';
    font-size: 16px; }
  .gallery-detail .bottom-details .image-legend {
    display: none; }
    .gallery-detail .bottom-details .image-legend .gallery-legend {
      color: #022259;
      margin-bottom: 0; }
    @media (max-width: 767.98px) {
      .gallery-detail .bottom-details .image-legend {
        display: block; } }

.gallery-detail h1 {
  margin: 30px 0 !important;
  width: 100% !important; }

.gallery-detail .tool-bar-btn {
  display: none !important; }

.gallery-detail #footer-top {
  display: none !important; }

.tools .options span, .tool-bar-btn .options span {
  font: 20px/20px caption; }

.search-form {
  padding: 0; }

.tool-bar-filter {
  padding: 0 !important; }
  .tool-bar-filter .search-form {
    padding: 20px 0 35px 0; }
    .tool-bar-filter .search-form .filters .select2-container {
      width: 20% !important;
      padding: 6px 0;
      margin-right: 20px !important; }

.tool-bar-btn {
  font-size: 18px; }
  .tool-bar-btn input,
  .tool-bar-btn button:not(.map_mode) {
    padding: 0 11px;
    height: 35px; }
  .tool-bar-btn button:not(.map_mode) {
    padding: 0 11px;
    height: 40px; }

/* --- GEOSTORE HOME --- */
.geo-home-page .main {
  background-color: #0f294b; }

.geo-home-page .atm-dummy-row-tag {
  background-color: #0f294b; }
  .geo-home-page .atm-dummy-row-tag #myModalAll {
    position: relative; }
  .geo-home-page .atm-dummy-row-tag #myModalAll.fade {
    opacity: 1; }
  .geo-home-page .atm-dummy-row-tag .backimage {
    display: none; }
  .geo-home-page .atm-dummy-row-tag .port-block {
    border-bottom: 10px solid white; }
    .geo-home-page .atm-dummy-row-tag .port-block .atm-block-helper {
      text-align: center; }

.geo-home-page .popup_block {
  color: #022259;
  max-width: calc(100% - 50px);
  max-height: 100vh; }
  .geo-home-page .popup_block h2 {
    font-family: "HelveticaHV";
    font-size: 25pt;
    color: #022259;
    margin-bottom: 10px; }
  .geo-home-page .popup_block p {
    font-family: "HelveticaLT", sans-serif;
    line-height: 1.3;
    font-size: 18px; }
  .geo-home-page .popup_block .btn-airbus {
    background-color: #022259;
    border-color: #022259;
    color: white;
    display: inline-block;
    font-family: "HelveticaRO";
    min-width: 200px;
    padding: 12px;
    text-transform: capitalize;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto; }
    .geo-home-page .popup_block .btn-airbus:hover {
      background-color: transparent;
      color: #022259; }
  @media (max-width: 991.98px) {
    .geo-home-page .popup_block p {
      font-size: 16px; }
    .geo-home-page .popup_block .btn-airbus {
      font-size: 16px;
      padding: 10px; } }

@media (max-width: 991.98px) {
  .geostore-home #headband-small .headband-top .headband-head .headband-title h1 {
    font-size: 44px; } }

@media (max-width: 767.98px) {
  .geostore-home #headband-small .headband-top .headband-head .headband-title h1 {
    font-size: 40px; } }

.geostore-home .geo-breadcrumb {
  position: absolute;
  top: 160px;
  z-index: 1;
  width: 100%; }

.geostore-home .select2-drop:not(.geo-form-dropdown) {
  border: none;
  border-radius: 0;
  width: 200px !important;
  background-color: #022259;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px); }
  .geostore-home .select2-drop:not(.geo-form-dropdown).geo-mobnav-dropdown {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .geostore-home .select2-drop:not(.geo-form-dropdown):before {
    content: "\e912";
    position: absolute;
    left: 50%;
    top: -6px;
    color: #022259;
    font-family: "icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg); }
  .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results {
    padding: 10px 0 0 0;
    font-family: "HelveticaMD";
    font-size: 14px;
    margin: 0;
    list-style: none;
    max-height: 250px; }
    .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results li {
      padding: 0 20px 0 20px; }
      .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results li.select2-highlighted {
        background: #3d4d72; }
        .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results li.select2-highlighted .select2-result-label {
          padding-left: 20px; }
      .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results li .select2-result-label {
        display: inline-block;
        width: 100%;
        color: white;
        line-height: 40px;
        border-bottom: 1px solid #3d4d72;
        -webkit-transition: padding-left 0.3s ease;
        transition: padding-left 0.3s ease; }
      .geostore-home .select2-drop:not(.geo-form-dropdown) .select2-results li:last-child .select2-result-label {
        border: none; }

@media (max-width: 1199.98px) {
  .geostore-home .text-block h2 {
    font-size: 35px; } }

@media (max-width: 991.98px) {
  .geostore-home .text-block h2 {
    font-size: 30px; } }

@media (max-width: 767.98px) {
  .geostore-home .text-block h2 {
    font-size: 25px; } }

/* --- END GEOSTORE HOME --- */
.row-eq-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .row-eq-height {
      display: block; } }

@font-face {
  font-family: "icomoon";
  src: url("/css/fusion/rows/geostore-home/fonts/icomoon.eot?n44ppw");
  src: url("/css/fusion/rows/geostore-home/fonts/icomoon.eot?n44ppw#iefix") format("embedded-opentype"), url("/css/fusion/rows/geostore-home/fonts/icomoon.ttf?n44ppw") format("truetype"), url("/css/fusion/rows/geostore-home/fonts/icomoon.woff?n44ppw") format("woff"), url("/css/fusion/rows/geostore-home/fonts/icomoon.svg?n44ppw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon-plus:before {
  font-family: "icomoon" !important;
  content: "\e900";
  color: inherit; }

.icon-Archive:before {
  font-family: "icomoon" !important;
  content: "\e901";
  color: inherit; }

.icon-contact:before {
  font-family: "icomoon" !important;
  content: "\e902";
  color: inherit; }

.icon-cross:before {
  font-family: "icomoon" !important;
  content: "\e903";
  color: inherit; }

.icon-documentation:before {
  font-family: "icomoon" !important;
  content: "\e904";
  color: inherit; }

.icon-FAQ:before {
  font-family: "icomoon" !important;
  content: "\e905";
  color: inherit; }

.icon-view:before {
  font-family: "icomoon" !important;
  content: "\e906";
  color: inherit; }

.icon-fleche:before {
  font-family: "icomoon" !important;
  content: "\e907";
  color: inherit; }

.icon-guillemets:before {
  font-family: "icomoon" !important;
  content: "\e908";
  color: inherit; }

.icon-Off-The-Shelf:before {
  font-family: "icomoon" !important;
  content: "\e909";
  color: inherit; }

.icon-order:before {
  font-family: "icomoon" !important;
  content: "\e90a";
  color: inherit; }

.icon-plug:before {
  font-family: "icomoon" !important;
  content: "\e90b";
  color: inherit; }

.icon-rond:before {
  font-family: "icomoon" !important;
  content: "\e90c";
  color: inherit; }

.icon-search_and_order:before {
  font-family: "icomoon" !important;
  content: "\e90d";
  color: inherit; }

.icon-Tasking:before {
  font-family: "icomoon" !important;
  content: "\e90e";
  color: inherit; }

.icon-tools:before {
  font-family: "icomoon" !important;
  content: "\e90f";
  color: inherit; }

.modal-open {
  overflow: hidden; }

.tt-b {
  color: #0099ff; }

.breadcrumb-links a {
  color: white;
  font-family: "HelveticaRO";
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px; }

.geostore-home {
  background: white;
  /* Need Help */ }
  .geostore-home .row, .geostore-home .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item .geostore-home .sample-imagery-item-detail {
    margin: 0; }
  .geostore-home .full {
    width: 100%; }
  .geostore-home section {
    margin-top: 40px; }
  .geostore-home #geo-main {
    margin-top: 0; }
  .geostore-home #highlight-full .content {
    padding: 50px 0; }
    .geostore-home #highlight-full .content h3 {
      text-transform: uppercase; }
  .geostore-home #b_6244881a_176 div {
    background: transparent !important; }

#range-portfolio-detail h2 {
  line-height: 1.1;
  margin-bottom: 0; }

#range-portfolio-detail .text-block {
  padding: 80px 0; }

.range-geostore-portfolio-detail .content {
  padding: 50px 0;
  text-align: center; }
  .range-geostore-portfolio-detail .content h3 {
    text-transform: uppercase; }

@media (min-width: 1500px) {
  #highlight-full.full-3-buttons .container,
  .range-geostore-portfolio-detail.full-3-buttons .container {
    max-width: 1200px; } }

#highlight-full.full-3-buttons .content,
.range-geostore-portfolio-detail.full-3-buttons .content {
  padding: 50px 0; }
  #highlight-full.full-3-buttons .content h3,
  .range-geostore-portfolio-detail.full-3-buttons .content h3 {
    text-transform: capitalize; }

#highlight-full.full-3-buttons .hilight-link,
.range-geostore-portfolio-detail.full-3-buttons .hilight-link {
  margin-top: 20px;
  text-align: center; }
  #highlight-full.full-3-buttons .hilight-link .btn-airbus,
  .range-geostore-portfolio-detail.full-3-buttons .hilight-link .btn-airbus {
    position: relative;
    display: inline-block;
    min-width: 220px;
    font-size: 20px; }
    #highlight-full.full-3-buttons .hilight-link .btn-airbus:not(.order-btn),
    .range-geostore-portfolio-detail.full-3-buttons .hilight-link .btn-airbus:not(.order-btn) {
      color: #022259;
      border: 1px solid #022259;
      background-color: transparent; }
      #highlight-full.full-3-buttons .hilight-link .btn-airbus:not(.order-btn):hover,
      .range-geostore-portfolio-detail.full-3-buttons .hilight-link .btn-airbus:not(.order-btn):hover {
        color: white;
        background-color: #022259; }
    #highlight-full.full-3-buttons .hilight-link .btn-airbus.order-btn,
    .range-geostore-portfolio-detail.full-3-buttons .hilight-link .btn-airbus.order-btn {
      padding: 12px 40px 12px 55px; }
      #highlight-full.full-3-buttons .hilight-link .btn-airbus.order-btn .icon-order,
      .range-geostore-portfolio-detail.full-3-buttons .hilight-link .btn-airbus.order-btn .icon-order {
        position: absolute;
        left: 16px;
        font-size: 30px; }

#geo-home {
  color: white; }
  #geo-home .title {
    padding-top: 130px;
    padding-bottom: 80px;
    background: url("/img/geostore-home/home-planete.jpg") no-repeat center;
    background-size: cover; }
    #geo-home .title h1 {
      padding-top: 100px;
      font-size: 60pt;
      color: white;
      font-family: "HelveticaHV";
      text-align: left; }
      @media (max-width: 767px) {
        #geo-home .title h1 {
          font-size: 44pt;
          padding-top: 20px; } }
    #geo-home .title .overlay-gradient {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), color-stop(70%, transparent), to(transparent));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.44) 0%, transparent 70%, transparent 100%);
      height: 60%;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    #geo-home .title .container {
      position: relative;
      z-index: 2; }
  #geo-home .items {
    position: relative;
    z-index: 2;
    background: #022259;
    padding: 30px 0; }
    #geo-home .items .blocklink {
      display: inline-block;
      color: white;
      text-decoration: none;
      padding: 0 20px;
      max-width: 400px; }
      #geo-home .items .blocklink .lnk-picto i {
        font-size: 80px;
        color: white; }
      #geo-home .items .blocklink .lnk-title {
        font-size: 26pt;
        font-family: "HelveticaBd";
        line-height: 1;
        margin-bottom: 10px;
        display: inline-block; }
      #geo-home .items .blocklink .lnk-stt {
        font-size: 20px; }
      #geo-home .items .blocklink .btn-lnk {
        font-size: 30px; }
      #geo-home .items .blocklink .btn-lnk {
        position: relative;
        bottom: 0px;
        left: 0;
        display: block;
        width: 100%;
        margin: 0 auto;
        -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
        transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94); }
      #geo-home .items .blocklink:hover .btn-lnk {
        left: 20px; }

#geo-portfolio {
  margin-top: 60px;
  color-rendering: white; }
  #geo-portfolio .row, #geo-portfolio .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item #geo-portfolio .sample-imagery-item-detail {
    display: block; }
  #geo-portfolio .port-block:nth-child(odd) .level-1 {
    float: right; }
  #geo-portfolio .port-block:nth-child(odd) .label-1 {
    left: 0;
    text-align: left; }
  #geo-portfolio .port-block:nth-child(even) .bg-img-pf {
    left: 33.3333%; }
  #geo-portfolio .port-block {
    position: relative;
    width: 100%; }
    #geo-portfolio .port-block .bg-img-pf {
      position: absolute;
      top: 0;
      left: 0;
      width: 66.6666%;
      height: 100%;
      background-position: center center !important;
      background-repeat: no-repeat;
      background-size: cover !important; }
      @media (max-width: 767px) {
        #geo-portfolio .port-block .bg-img-pf {
          width: 100%;
          left: 0 !important; } }
    #geo-portfolio .port-block .global-content {
      position: relative;
      margin: 0 auto;
      width: 100%; }
      #geo-portfolio .port-block .global-content::after {
        display: block;
        clear: both;
        content: ""; }
      #geo-portfolio .port-block .global-content .label-1 {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0 160px 40px 160px;
        font-family: "HelveticaHV";
        color: white;
        font-size: 40pt; }
        @media (max-width: 991px) {
          #geo-portfolio .port-block .global-content .label-1 {
            padding: 0 60px 20px 60px;
            font-size: 30pt; } }
        @media (max-width: 767px) {
          #geo-portfolio .port-block .global-content .label-1 {
            position: relative;
            padding: 20px; } }
      #geo-portfolio .port-block .global-content .level-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 300px;
        padding: 90px 15px;
        background: #eff3f9; }
        @media (max-width: 767px) {
          #geo-portfolio .port-block .global-content .level-1 {
            min-height: auto;
            margin-top: 60px;
            padding: 20px 15px; } }
      #geo-portfolio .port-block .global-content .level-2 {
        position: relative;
        width: 100%;
        padding-left: 90px; }
        @media (max-width: 1199.98px) {
          #geo-portfolio .port-block .global-content .level-2 {
            padding-left: 40px; } }
        @media (max-width: 991.98px) {
          #geo-portfolio .port-block .global-content .level-2 {
            padding-left: 0; } }
        @media (max-width: 767.98px) {
          #geo-portfolio .port-block .global-content .level-2 {
            padding-left: 0; } }
        #geo-portfolio .port-block .global-content .level-2 .label-2 {
          position: relative;
          font-family: "HelveticaMD";
          color: #022259;
          font-size: 19pt; }
          @media (max-width: 991px) {
            #geo-portfolio .port-block .global-content .level-2 .label-2 {
              font-size: 20px; } }
          #geo-portfolio .port-block .global-content .level-2 .label-2 i {
            position: absolute;
            display: inline-block;
            left: 10px;
            top: 50%;
            font-size: 12pt;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            -webkit-transition: left 0.3s ease-out;
            transition: left 0.3s ease-out; }
            #geo-portfolio .port-block .global-content .level-2 .label-2 i:before {
              display: inline-block;
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          #geo-portfolio .port-block .global-content .level-2 .label-2 a,
          #geo-portfolio .port-block .global-content .level-2 .label-2 i:before {
            color: #022259; }
          #geo-portfolio .port-block .global-content .level-2 .label-2 a {
            display: block;
            position: relative;
            text-decoration: none;
            padding: 5px 0 5px 50px;
            line-height: 1.2; }
          #geo-portfolio .port-block .global-content .level-2 .label-2:hover i {
            left: 25px; }
  @media (min-width: 1901px) {
    #geo-portfolio .port-block .global-content .label-1 {
      padding: 0 280px 40px 280px; }
    #geo-portfolio .port-block .global-content .level-2 {
      padding-left: 280px; } }

#geo-help {
  padding: 60px 0; }
  #geo-help > .container {
    background: #022259; }
    @media (max-width: 767px) {
      #geo-help > .container {
        padding-bottom: 50px; } }
  #geo-help h2 {
    font-size: 48px;
    color: white;
    background: none;
    font-family: "HelveticaTh";
    text-align: center;
    margin-bottom: 130px; }
    #geo-help h2:after {
      content: " ";
      height: 2px;
      display: block;
      width: 30px;
      background-color: #0091f9;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
  #geo-help .blocklink {
    padding: 40px 20px 20px 20px;
    color: white;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
    transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94); }
    @media (max-width: 767px) {
      #geo-help .blocklink {
        height: 265px;
        margin-bottom: 20px; } }
    #geo-help .blocklink:hover .btn-fleche {
      left: 20px; }
    #geo-help .blocklink .lnk-picto {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 60px;
      border: 1px solid white;
      border-radius: 50px;
      width: 100px;
      height: 100px;
      margin: 0 auto 14px auto; }
    #geo-help .blocklink a {
      text-decoration: none; }
  #geo-help .lnk-tt {
    font-size: 26px;
    font-family: "HelveticaBd";
    text-transform: uppercase;
    color: white;
    margin-top: 20px; }
  #geo-help .lnk-stt {
    font-family: "HelveticaLt";
    font-size: 20px;
    margin-top: 14px; }
  #geo-help .btn-fleche {
    position: relative;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
    transition: all 400ms cubic-bezier(0.8, 0, 0.55, 0.94); }
  #geo-help .btn-lnk {
    font-size: 40px; }
    #geo-help .btn-lnk i:before {
      color: white; }

#geo-stories .container {
  max-width: 1400px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    #geo-stories .container {
      max-width: 540px; } }

#geo-stories .testimonialblock {
  padding: 30px 30px 0 30px;
  border: 1px solid #022259;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33333% - 30px);
  flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px); }
  @media (max-width: 767.98px) {
    #geo-stories .testimonialblock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  #geo-stories .testimonialblock .testy {
    overflow: hidden;
    position: relative;
    margin: 0 0 60px 0;
    margin-right: -20px; }
    #geo-stories .testimonialblock .testy svg {
      float: right; }
  #geo-stories .testimonialblock .testi-cat {
    font-family: "HelveticaMd";
    font-size: 30px;
    color: #022259;
    padding-bottom: 30px;
    text-transform: capitalize; }
  #geo-stories .testimonialblock .quotename {
    font-family: "HelveticaLt";
    font-size: 30px;
    color: #022259;
    padding-bottom: 30px;
    line-height: 1.2; }
  #geo-stories .testimonialblock .news-date {
    padding-bottom: 20px;
    color: rgba(84, 84, 84, 0.7);
    font-family: "HelveticaLT";
    margin: 7px 0;
    font-size: 17px; }
  #geo-stories .testimonialblock .news-link {
    position: relative;
    height: 70px;
    margin-bottom: 30px; }
    #geo-stories .testimonialblock .news-link a {
      display: block;
      float: left;
      border: solid 1px #022259;
      border-radius: 0;
      color: #022259;
      text-transform: capitalize;
      font-family: "Helvetica";
      font-weight: normal;
      padding: 20px 45px;
      font-size: 20px;
      -webkit-transition: all 0.2ss ease-in;
      transition: all 0.2ss ease-in; }
      #geo-stories .testimonialblock .news-link a:hover {
        background-color: #022259;
        color: white;
        text-decoration: none; }

#geo-stories .newsblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33333% - 30px);
  flex: 0 0 calc(33.33333% - 30px);
  max-width: calc(33.33333% - 30px);
  padding: 0 0 0 120px; }
  @media (max-width: 1199.98px) {
    #geo-stories .newsblock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33333% - 15px);
      flex: 0 0 calc(33.33333% - 15px);
      max-width: calc(33.33333% - 15px);
      padding: 0 0 0 60px; } }
  @media (max-width: 767.98px) {
    #geo-stories .newsblock {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      padding: 0 30px 30px 30px; } }
  #geo-stories .newsblock .whats-new-container--img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #geo-stories .newsblock h3 {
    font-family: "HelveticaMd";
    font-size: 30px;
    color: #022259; }
  #geo-stories .newsblock .news-date {
    padding-bottom: 20px;
    color: rgba(84, 84, 84, 0.6);
    font-family: "HelveticaLT";
    margin: 7px 0;
    font-size: 17px; }
  #geo-stories .newsblock .news-link {
    position: relative;
    height: 70px;
    margin-top: 20px; }
    #geo-stories .newsblock .news-link a {
      display: block;
      float: left;
      border: solid 1px #022259;
      border-radius: 0;
      color: #022259;
      text-transform: capitalize;
      font-family: "Helvetica";
      font-weight: normal;
      padding: 20px 45px;
      font-size: 20px;
      -webkit-transition: all 0.2ss ease-in;
      transition: all 0.2ss ease-in; }
      #geo-stories .newsblock .news-link a:hover {
        background-color: #022259;
        color: white;
        text-decoration: none; }
  #geo-stories .newsblock .testi-content {
    margin-bottom: 20px; }

.emergency .menuXl {
  padding-top: 40px; }

.emergency a img {
  position: relative;
  height: 20px;
  padding-right: 10px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  vertical-align: top; }

.emergency .menu-cols {
  color: white;
  line-height: 1.2;
  font-size: 15px;
  font-family: "HelveticaRO";
  max-width: 400px; }

.emergency .texte .menu-section-title {
  margin-bottom: 12px; }

.emergency .texte .texte-emergency p {
  color: white;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px; }

.emergency .actions {
  text-align: center;
  padding-top: 40px; }
  @media (max-width: 767.98px) {
    .emergency .actions {
      padding-top: 0;
      padding-bottom: 100px; } }
  .emergency .actions a {
    display: inline-block;
    margin-bottom: 20px;
    color: white;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 767.98px) {
      .emergency .actions a {
        width: 100%; } }
  .emergency .actions .tel-link a, .emergency .actions .contact-link a {
    border: 1px solid white;
    background-color: transparent;
    padding: 16px; }
    .emergency .actions .tel-link a:hover, .emergency .actions .contact-link a:hover {
      background-color: white;
      color: #022259; }
  .emergency .actions .more-infos-link {
    margin-top: 12px; }
    .emergency .actions .more-infos-link i {
      font-size: 11px; }
    .emergency .actions .more-infos-link a {
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .emergency .actions .more-infos-link a {
          width: inherit; } }

.geo-standard-page table {
  width: 100%; }

.geo-standard-page .pagination a {
  font-family: "HelveticaBD";
  font-size: 20px;
  color: #022259; }

.geo-standard-page .pagination .current {
  font-family: "HelveticaBD";
  font-size: 20px;
  color: #009fe3; }

.geo-standard-page .geo-tables {
  margin-top: 60px;
  margin-bottom: 30px; }
  .geo-standard-page .geo-tables h2 {
    font-size: 30px;
    margin-bottom: 30px; }
  .geo-standard-page .geo-tables table {
    border: none;
    text-align: center;
    vertical-align: middle; }
    .geo-standard-page .geo-tables table td {
      border: none;
      border-right: 1px solid #dee2e6;
      border-top: 1px solid #dee2e6;
      vertical-align: middle; }
      .geo-standard-page .geo-tables table td.fix-w {
        width: 239px; }
    .geo-standard-page .geo-tables table tbody tr {
      width: 100%; }
      .geo-standard-page .geo-tables table tbody tr:first-child td {
        vertical-align: middle;
        border-top: transparent; }
        .geo-standard-page .geo-tables table tbody tr:first-child td input {
          margin-top: 10px; }
        .geo-standard-page .geo-tables table tbody tr:first-child td:first-child {
          border: none;
          background-color: #f1f5f8; }
    .geo-standard-page .geo-tables table .row-title {
      font-weight: bold; }
  .geo-standard-page .geo-tables.geo-tables-simple tbody tr:first-child td {
    background-color: #f1f5f8;
    border: none; }
  .geo-standard-page .geo-tables.geo-tables-simple tbody tr:nth-child(2) td {
    border-top-style: none; }
  .geo-standard-page .geo-tables.geo-tables-simple tbody tr td:last-child {
    border-right-style: none; }
  .geo-standard-page .geo-tables .bb-gris {
    border-bottom: 1px solid #dee2e6; }

.geo-standard-page {
  /* Mise en page generale */
  /* Rows */ }
  .geo-standard-page #headband-small ~ .title-3 {
    margin-top: 40px; }
    .geo-standard-page #headband-small ~ .title-3 ~ section {
      padding-top: 0; }
  .geo-standard-page .range-geo-country-coverages-access {
    margin-bottom: 50px;
    margin-top: 0;
    /*.right-zone {
      width: 33.333%;
      color: white;
      background-color: $bleu-dark;
      padding: 30px;

      @include media-breakpoint-down(md) {
        width: 100%;
        padding: 50px 30px;
      }

      .top-section-title {
        margin-bottom: 20px;
        font-size: 30px;
        font-family: "HelveticaHV";
        line-height: 1.2;
      }

      a {
        color: white;
      }
    }*/ }
    .geo-standard-page .range-geo-country-coverages-access .container-fluid, .geo-standard-page .range-geo-country-coverages-access .container-sm, .geo-standard-page .range-geo-country-coverages-access .container-md, .geo-standard-page .range-geo-country-coverages-access .container-lg, .geo-standard-page .range-geo-country-coverages-access .container-xl, .geo-standard-page .range-geo-country-coverages-access .container-xxl, .geo-standard-page .range-geo-country-coverages-access .container-xxxl {
      padding: 0; }
    .geo-standard-page .range-geo-country-coverages-access .left-zone {
      position: relative;
      padding: 30px;
      width: 100%; }
      @media (max-width: 575.98px) {
        .geo-standard-page .range-geo-country-coverages-access .left-zone {
          padding: 24px 12px !important; } }
      @media (max-width: 575.98px) {
        .geo-standard-page .range-geo-country-coverages-access .left-zone .left-zone-inner .text-zone {
          text-align: center; } }
      .geo-standard-page .range-geo-country-coverages-access .left-zone .left-zone-inner .logo-zone {
        text-align: center;
        padding-top: 20px; }
        @media (max-width: 575.98px) {
          .geo-standard-page .range-geo-country-coverages-access .left-zone .left-zone-inner .logo-zone {
            margin-top: 20px; } }
        .geo-standard-page .range-geo-country-coverages-access .left-zone .left-zone-inner .logo-zone img {
          max-width: 100%; }
    .geo-standard-page .range-geo-country-coverages-access .button-zone .btn-airbus-standard {
      margin-top: 10px; }
    .geo-standard-page .range-geo-country-coverages-access .bleu-zone {
      position: absolute;
      top: 0;
      right: 0;
      width: 33.3333%;
      height: 100%;
      background-color: #022259; }
      @media (max-width: 1199.98px) {
        .geo-standard-page .range-geo-country-coverages-access .bleu-zone {
          display: none; } }
  .geo-standard-page .range-angle-convertion .angle-left,
  .geo-standard-page .range-angle-convertion .angle-right {
    position: relative;
    padding: 0 20px 20px 20px;
    max-width: 450px; }
    @media (max-width: 991.98px) {
      .geo-standard-page .range-angle-convertion .angle-left,
      .geo-standard-page .range-angle-convertion .angle-right {
        margin: 0 auto; } }
    .geo-standard-page .range-angle-convertion .angle-left span,
    .geo-standard-page .range-angle-convertion .angle-right span {
      display: inline-block;
      width: 100%;
      margin-bottom: 30px; }
  .geo-standard-page .range-angle-convertion input {
    max-width: 100%;
    text-align: center; }
  .geo-standard-page .range-angle-convertion .angle-inner {
    padding: 70px 20px;
    text-align: center;
    background-color: #f1f5f8; }
  .geo-standard-page .range-angle-convertion .angle-title {
    font-family: "HelveticaBD"; }
  .geo-standard-page .range-angle-convertion .errorMessage {
    display: none;
    text-align: center;
    margin-bottom: 20px;
    color: red; }
  .geo-standard-page .range-uca-unavailable h2 {
    margin-bottom: 40px; }
  .geo-standard-page .range-uca-unavailable .geo-cms_forms_error_msg {
    line-height: 1.2; }
  .geo-standard-page .range-geo-coverage-download {
    margin-top: 0;
    margin-bottom: 40px; }
    .geo-standard-page .range-geo-coverage-download table.coverage thead th {
      color: #022259;
      border: none; }
    .geo-standard-page .range-geo-coverage-download table.coverage th,
    .geo-standard-page .range-geo-coverage-download table.coverage td {
      vertical-align: middle;
      padding: 12px;
      line-height: 1.2;
      border: none; }
    .geo-standard-page .range-geo-coverage-download table.coverage td {
      border-top: 1px solid #dee2e6; }
    .geo-standard-page .range-geo-coverage-download .pagination {
      color: #022259;
      padding: 10px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .geo-standard-page .range-geo-coverage-download .pagination a,
      .geo-standard-page .range-geo-coverage-download .pagination .page {
        display: inline-block;
        padding: 0 10px;
        color: #022259; }
      .geo-standard-page .range-geo-coverage-download .pagination .currentpage {
        font-weight: bold; }
      .geo-standard-page .range-geo-coverage-download .pagination .icon {
        display: inline-block;
        font-size: 16px; }
      .geo-standard-page .range-geo-coverage-download .pagination .prev {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .geo-standard-page .range-geo-coverage-download .pagination .next {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .geo-standard-page .range-geo-coverage-download .geo-container {
      position: relative;
      width: 100%;
      /*.geo-right-zone {
        width: 33.3333%;

        @include media-breakpoint-down(lg) {
          width: 100%;
        }

        h2,
        h3 {
          line-height: 1;
          margin-bottom: 20px;
        }

        p {
          line-height: 1.2;
        }

        .geo-force-link-list {
          ul {
            margin-top: 30px;
          }
        }

        .geo-inner-wrapper {
          background-color: $bleu-dark;

          & * {
            color: white !important;
          }

          .geo-inner {
            max-width: 400px;
            padding: 60px 30px;
            @include media-breakpoint-down(lg) {
              max-width: 720px;
            }
          }
        }
      }*/ }
      .geo-standard-page .range-geo-coverage-download .geo-container .geo-left-zone {
        width: 100%;
        padding: 60px 0; }
        @media (max-width: 1499.98px) {
          .geo-standard-page .range-geo-coverage-download .geo-container .geo-left-zone {
            padding: 40px 0; } }
        .geo-standard-page .range-geo-coverage-download .geo-container .geo-left-zone .geo-inner .select2-choice b {
          background: none !important; }
        .geo-standard-page .range-geo-coverage-download .geo-container .geo-left-zone .geo-inner .geo-form:not(.geo-header-form) {
          position: relative;
          max-width: 650px;
          margin: 0 auto;
          margin-top: 40px; }
          .geo-standard-page .range-geo-coverage-download .geo-container .geo-left-zone .geo-inner .geo-form:not(.geo-header-form) .container {
            padding: 0; }
  .geo-standard-page .range-geo-landing-pa .geo-form {
    max-width: 720px; }
  .geo-standard-page .range-whatsnew-listing img {
    max-width: 100%; }
  .geo-standard-page .range-whatsnew-listing .what-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 0 0 30px; }
    .geo-standard-page .range-whatsnew-listing .what-item .what-title a {
      color: #022259; }
  .geo-standard-page .range-whatnew-detail #headband-small .headband-top {
    height: auto; }
  .geo-standard-page .range-whatnew-detail img {
    max-width: 100%; }
  .geo-standard-page .range-geo-country-coverage-download .geo-form {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 40px; }
  .geo-standard-page .range-geo-country-coverage-download .container-fluid, .geo-standard-page .range-geo-country-coverage-download .container-sm, .geo-standard-page .range-geo-country-coverage-download .container-md, .geo-standard-page .range-geo-country-coverage-download .container-lg, .geo-standard-page .range-geo-country-coverage-download .container-xl, .geo-standard-page .range-geo-country-coverage-download .container-xxl, .geo-standard-page .range-geo-country-coverage-download .container-xxxl {
    overflow-y: visible;
    overflow-x: visible; }
  .geo-standard-page .range-geo-country-coverage-download .geo-center-map-zone {
    position: relative;
    width: 900px;
    margin: 0 auto; }
  .geo-standard-page .range-geo-country-coverage-download .jvectormap-zoomin,
  .geo-standard-page .range-geo-country-coverage-download .jvectormap-zoomout {
    background-color: white;
    border: 1px solid #022259;
    color: #022259;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0; }
  .geo-standard-page .range-geo-country-coverage-download .jvectormap-zoomout {
    top: 50px; }
  .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip {
    padding: 20px 30px;
    max-width: 250px;
    background-color: white;
    border: none;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.75);
    color: #022259;
    text-align: center;
    line-height: 1.1;
    border-radius: 0; }
    .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip .icon {
      position: absolute;
      display: inline-block;
      top: 100%; }
      .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip .icon:before {
        color: white; }
    .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip .jvectormap-tip--title {
      font-size: 20px;
      margin-bottom: 10px; }
    .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip .jvectormap-tip--txt {
      font-size: 16px;
      font-family: "HelveticaLT";
      margin-bottom: 10px; }
    .geo-standard-page .range-geo-country-coverage-download .jvectormap-tip .jvectormap-tip-btn--wrapper .btn-airbus-standard {
      font-size: 16px; }
  .geo-standard-page .range-customer-area-am h2 {
    margin-bottom: 30px; }
  .geo-standard-page .range-customer-area-am .btn-airbus-standard {
    max-width: 220px;
    width: 100%;
    margin-bottom: 10px; }
  .geo-standard-page .range-customer-area-am .left-zone {
    margin-bottom: 40px; }
  .geo-standard-page .range-customer-area-am .right-zone .geo-inner {
    padding: 40px 20px 30px 20px;
    text-align: center;
    background-color: #f1f5f8; }
  .geo-standard-page .range-ca-portals {
    margin-bottom: 40px; }
    .geo-standard-page .range-ca-portals .geo-bleu {
      padding: 20px;
      background-color: #022259;
      min-height: 300px; }
      @media (max-width: 767.98px) {
        .geo-standard-page .range-ca-portals .geo-bleu {
          padding: 40px 20px;
          min-height: 150px; } }
      .geo-standard-page .range-ca-portals .geo-bleu:nth-child(2):after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: -10px;
        width: 20px;
        height: 100%;
        background-color: white; }
        @media (max-width: 767.98px) {
          .geo-standard-page .range-ca-portals .geo-bleu:nth-child(2):after {
            content: none; } }
      .geo-standard-page .range-ca-portals .geo-bleu .geo-inner {
        position: relative;
        color: white; }
        .geo-standard-page .range-ca-portals .geo-bleu .geo-inner h2,
        .geo-standard-page .range-ca-portals .geo-bleu .geo-inner h3 {
          color: white; }
  .geo-standard-page .geo-info-bloc {
    padding: 20px;
    background-color: #f1f5f8; }
    @media (max-width: 767.98px) {
      .geo-standard-page .geo-info-bloc {
        padding: 10px; } }
    .geo-standard-page .geo-info-bloc .col-12 {
      padding: 30px 20px; }
      @media (max-width: 767.98px) {
        .geo-standard-page .geo-info-bloc .col-12 {
          padding: 20px 0; } }
  .geo-standard-page .range-geo-contact-us .geo-bleu {
    padding: 20px;
    background-color: #022259;
    color: white; }
    .geo-standard-page .range-geo-contact-us .geo-bleu h2,
    .geo-standard-page .range-geo-contact-us .geo-bleu h3 {
      color: white; }
  .geo-standard-page .range-customer-area-gi {
    margin-bottom: 20px; }
    .geo-standard-page .range-customer-area-gi h2 {
      margin-bottom: 30px; }
    .geo-standard-page .range-customer-area-gi h3 {
      margin-top: 0;
      line-height: 1;
      margin-bottom: 30px; }
    .geo-standard-page .range-customer-area-gi ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .geo-standard-page .range-customer-area-gi .btn-white {
      max-width: 250px;
      width: 100%;
      margin-bottom: 15px; }
      .geo-standard-page .range-customer-area-gi .btn-white.btn-large {
        margin-top: 40px;
        max-width: 320px; }
    .geo-standard-page .range-customer-area-gi .geo-inner {
      text-align: center; }
      .geo-standard-page .range-customer-area-gi .geo-inner .customer-admin {
        display: block;
        background-color: #022259;
        border: 1px solid #022259;
        color: white;
        margin: 0 auto;
        font-family: "HelveticaRO";
        max-width: 220px;
        padding: 8px 12px;
        margin-bottom: 10px;
        text-transform: capitalize;
        font-size: 16px; }
        .geo-standard-page .range-customer-area-gi .geo-inner .customer-admin:hover {
          background-color: transparent;
          color: #022259;
          text-decoration: none; }
  .geo-standard-page .faq {
    margin-bottom: 20px; }
    .geo-standard-page .faq .faq-question {
      position: relative;
      color: white;
      background-color: #022259;
      border-top: 1px solid #022259;
      font-size: 20px;
      padding: 10px 20px;
      padding-right: 50px;
      font-family: "HelveticaBD"; }
      .geo-standard-page .faq .faq-question:before {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 20px;
        content: "\e90a";
        font-size: 12px;
        font-family: "icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .geo-standard-page .faq .faq-question.folded {
        color: #022259;
        background-color: transparent;
        padding: 5px 0;
        padding-right: 50px; }
        .geo-standard-page .faq .faq-question.folded:before {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .geo-standard-page .faq.faq-light .faq-question {
      font-family: "HelveticaLT";
      border-top-style: none;
      border-bottom: 1px solid #022259;
      padding-bottom: 0; }
    .geo-standard-page .faq .faq-answer {
      margin: 20px 0;
      padding-left: 100px;
      line-height: 1.2; }
      @media (max-width: 767.98px) {
        .geo-standard-page .faq .faq-answer {
          padding-left: 30px; } }

/** Alert popup **/
#alertMessage {
  -webkit-box-shadow: 0px 0px 8px 0px #cfcfcf;
          box-shadow: 0px 0px 8px 0px #cfcfcf;
  border: none; }
  #alertMessage .alertImg {
    position: relative;
    height: 160px;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important; }
  #alertMessage .alertContent {
    padding: 20px 30px; }
    @media (max-width: 991.98px) {
      #alertMessage .alertContent {
        padding: 20px; } }

.geostore-home {
  /* Forms */ }
  .geostore-home .title-2 {
    margin-top: 40px; }
  .geostore-home .news-media-centered {
    text-align: center;
    margin-bottom: 30px; }
  .geostore-home .fancybox-inner {
    padding: 10px; }
  .geostore-home .bread-item,
  .geostore-home .breadcrumb .divider {
    line-height: 1; }
  .geostore-home .fancybox-close {
    top: 26px;
    right: 11px;
    background: none;
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .geostore-home .fancybox-close:before {
      content: "\e900";
      color: white; }
  .geostore-home .cms_forms_error_msg {
    margin-top: 0; }
  .geostore-home .geo-form h3 {
    margin-top: 40px; }
  .geostore-home .geo-form .bloc {
    margin: 10px 0; }
  .geostore-home .geo-form label {
    color: #022259;
    display: block;
    font-family: "HelveticaBD";
    font-size: 18px;
    margin-bottom: 6px; }
  .geostore-home .geo-form input,
  .geostore-home .geo-form textarea {
    padding: 7px 5px;
    border: none;
    border-bottom: solid 2px #022259;
    border-radius: 0;
    color: #022259;
    font-family: "HelveticaBD";
    font-size: 16px;
    width: 100%; }
    .geostore-home .geo-form input[readonly],
    .geostore-home .geo-form textarea[readonly] {
      background-color: #f1f5f8;
      border-color: transparent; }
  .geostore-home .geo-form .radio-bloc label {
    margin-right: 20px;
    margin-bottom: 10px; }
  .geostore-home .geo-form .help-block {
    display: block;
    font-size: 16px;
    color: #022259; }
  .geostore-home .geo-form .subLegend {
    margin-top: 20px;
    font-family: "HelveticaBD";
    font-size: 20px;
    color: #022259; }
  .geostore-home .geo-form .ag-field-error {
    color: red !important; }
    .geostore-home .geo-form .ag-field-error label,
    .geostore-home .geo-form .ag-field-error input,
    .geostore-home .geo-form .ag-field-error a {
      color: red !important; }
  .geostore-home .geo-form .select2-container {
    width: 300px;
    max-width: 100%; }
    .geostore-home .geo-form .select2-container .select2-choice {
      color: #022259;
      border: none;
      border-bottom: 2px solid #022259;
      height: 40px;
      line-height: 40px;
      background: white;
      border-radius: 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .geostore-home .geo-form .select2-container .select2-choice > div {
        border: none;
        background: transparent !important; }
        .geostore-home .geo-form .select2-container .select2-choice > div b {
          background: transparent; }
          .geostore-home .geo-form .select2-container .select2-choice > div b:before {
            display: inline-block;
            content: "\e90a";
            font-size: 14px;
            font-family: "icons" !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
  .geostore-home .geo-form .inline-field label {
    display: inline-block; }
  .geostore-home .geo-form .inline-field input {
    width: auto;
    margin-right: 15px; }
  .geostore-home .geo-form input[type="submit"] {
    border: 1px solid #022259;
    color: white;
    width: auto;
    max-width: 100%;
    font-size: 18px;
    padding: 20px;
    cursor: pointer; }
    .geostore-home .geo-form input[type="submit"]:hover {
      color: #022259; }
  .geostore-home .geo-form textarea {
    border: solid 2px #022259;
    margin-top: 20px;
    min-height: 200px; }
  .geostore-home .geo-form.geo-header-form .select2-container {
    width: 150px;
    margin-right: 20px; }
  .geostore-home .geo-form.geo-header-form .hidden {
    visibility: hidden;
    height: 0; }
  .geostore-home .geo-form.geo-header-form .btn-airbus-standard {
    font-size: 16px;
    padding: 10px;
    min-width: 150px; }

/** Pour la page Resources center **/
.geo-ressource-center .text-block:nth-child(even) {
  background-color: #f1f5f8;
  padding-bottom: 40px;
  margin-bottom: 20px; }

.geo-ressource-center .text-block:nth-child(odd) {
  margin-top: 0; }

.geo-fancy-box .geo-modal-header h3 {
  margin-top: 0;
  line-height: 1.2; }

.geo-fancy-box .fancybox-close-small svg {
  visibility: hidden; }

.geo-fancy-box .fancybox-close-small:before {
  color: #022259 !important;
  content: "\e900";
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.geo-datadoors #countriesForm .select2-container {
  width: 120px !important; }

#satellite-image-dragon-container {
  background: #eff3f9;
  border: 5px solid #eff3f9; }

.range-spotcat-headband {
  margin-bottom: 30px;
  padding-top: 130px;
  background-color: #022259 !important; }
  .range-spotcat-headband h1 {
    display: inline-block;
    vertical-align: bottom;
    margin: 30px 0;
    padding: 0;
    font-family: 'HelveticaHV';
    color: white;
    line-height: 1;
    font-size: 50px; }
  .range-spotcat-headband .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
    background-color: transparent;
    z-index: 901; }
    .range-spotcat-headband .breadcrumb span, .range-spotcat-headband .breadcrumb a {
      color: white;
      font-family: 'HelveticaRO';
      font-size: 16px; }
    .range-spotcat-headband .breadcrumb .divider {
      color: white;
      margin: 0 5px; }
  .range-spotcat-headband .tools {
    margin-bottom: 40px; }
    @media (max-width: 991.98px) {
      .range-spotcat-headband .tools {
        margin-bottom: 0; } }

.range-spotcat-leading-info {
  margin-bottom: 80px; }
  .range-spotcat-leading-info h2 {
    font-size: 30px;
    margin-bottom: 40px; }
  .range-spotcat-leading-info .search-id-form {
    margin-bottom: 40px; }
    .range-spotcat-leading-info .search-id-form input {
      width: 400px;
      max-width: 100%;
      border: none;
      border-bottom: 3px solid #022259;
      margin-right: 30px;
      margin-bottom: 10px; }
    .range-spotcat-leading-info .search-id-form .btn-search {
      padding: 10px 20px;
      color: white;
      border-radius: 0;
      background-color: #022259;
      border: 1px solid #022259;
      margin-bottom: 10px; }
      .range-spotcat-leading-info .search-id-form .btn-search:hover {
        color: #022259;
        background-color: #fff; }
  .range-spotcat-leading-info .msg.form-info-msg {
    padding: 10px 20px;
    color: #022259;
    font-family: 'HelveticaLT';
    background-color: #eff3f9; }

.range-info-map {
  padding-bottom: 40px; }
  .range-info-map .toolbar-top {
    padding: 0 0 0 20px;
    background-color: #eff3f9;
    overflow: visible; }
    @media (max-width: 991.98px) {
      .range-info-map .toolbar-top {
        padding: 0 10px; } }
    .range-info-map .toolbar-top .zone-title {
      padding: 5px;
      color: #022259;
      font-family: 'HelveticaHV';
      font-size: 16px; }
    .range-info-map .toolbar-top .btn-quote {
      margin: 5px;
      padding: 0 10px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      outline: none;
      border: 2px solid #022259;
      background-color: #022259;
      text-transform: capitalize; }
      .range-info-map .toolbar-top .btn-quote:hover {
        background-color: transparent;
        color: #022259; }
    .range-info-map .toolbar-top .tools-btn {
      position: relative;
      margin: 5px;
      color: transparent;
      text-shadow: none;
      border: 0;
      font: 0/0 a;
      display: inline-block;
      vertical-align: middle;
      width: 50px;
      height: 50px;
      background-color: transparent;
      border: 2px solid #022259;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      border-radius: none;
      outline: none;
      cursor: pointer; }
      .range-info-map .toolbar-top .tools-btn .icon {
        color: #022259;
        font-size: 30px;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .range-info-map .toolbar-top .tools-btn:hover {
        background-color: #022259; }
        .range-info-map .toolbar-top .tools-btn:hover .icon {
          color: white; }
      .range-info-map .toolbar-top .tools-btn.opened-btn {
        background-color: #022259; }
        .range-info-map .toolbar-top .tools-btn.opened-btn .icon {
          color: white; }
        .range-info-map .toolbar-top .tools-btn.opened-btn:after {
          content: "\a0";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -8px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #022259 transparent transparent transparent; }
  .range-info-map .image-zone-container {
    position: relative; }
    .range-info-map .image-zone-container .zone-album {
      width: 100%;
      height: 700px; }
    .range-info-map .image-zone-container .zone-information {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      padding-left: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      font-family: "HelveticaLT";
      padding-bottom: 20px;
      line-height: 1.2; }
      .range-info-map .image-zone-container .zone-information #knowMore {
        position: relative;
        padding-left: 15px;
        color: #022259;
        font-family: "helveticaHV"; }
        .range-info-map .image-zone-container .zone-information #knowMore .icon {
          display: inline-block;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%);
          font-size: 10px; }
      .range-info-map .image-zone-container .zone-information .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        background-color: rgba(30, 33, 34, 0.9);
        border: none;
        border-radius: 0;
        outline: none;
        cursor: pointer; }
        .range-info-map .image-zone-container .zone-information .btn-close:before {
          content: "\a0";
          background-image: url(/img/fusion//image-gallery/sprite.png);
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          width: 11px;
          height: 12px;
          background-position: 0 -234px;
          left: 12px;
          top: 11px; }
      .range-info-map .image-zone-container .zone-information h3 {
        font-weight: bold;
        color: #0a76b2;
        text-transform: uppercase;
        font-family: "HelveticaLT";
        font-size: 16px; }
      .range-info-map .image-zone-container .zone-information .item-info {
        position: relative;
        margin-bottom: 5px;
        padding-left: 15px;
        color: #022259;
        font-size: 16px; }
        .range-info-map .image-zone-container .zone-information .item-info:before {
          content: "\a0";
          background-image: url(/img/fusion//image-gallery/sprite.png);
          background-repeat: no-repeat;
          display: block;
          position: absolute;
          width: 4px;
          height: 8px;
          background-position: 0 -216px;
          left: 0;
          top: 8px; }
  .range-info-map .break-words {
    display: inline-block;
    word-break: break-all;
    overflow-wrap: break-word;
    vertical-align: top;
    max-width: 100%; }

#map-container-target {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent; }
  #map-container-target .map-wrapper {
    position: relative;
    height: 100%;
    background-color: white; }
  #map-container-target #map {
    width: 100%;
    height: 100%; }
  #map-container-target .ol-zoom {
    top: 100px; }
  @media (max-width: 1199.98px) {
    #map-container-target .ol-full-screen {
      right: 0;
      top: 100px; } }
  #map-container-target .ol-attribution {
    visibility: hidden; }
  #map-container-target .map-custom-controls {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 1199.98px) {
      #map-container-target .map-custom-controls {
        padding: 5px; } }
    #map-container-target .map-custom-controls label {
      margin-right: 10px;
      margin-bottom: 0;
      color: #022259;
      font-size: 16px; }
    #map-container-target .map-custom-controls .map-range-input {
      display: inline-block;
      position: relative;
      width: 200px; }
      @media (max-width: 1199.98px) {
        #map-container-target .map-custom-controls .map-range-input {
          width: 160px; } }
    #map-container-target .map-custom-controls .range-zone,
    #map-container-target .map-custom-controls .check-zone {
      padding: 5px 10px; }
    #map-container-target .map-custom-controls .rangeslider__handle {
      background: #022259;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      width: 15px;
      height: 34px;
      border: none; }
      #map-container-target .map-custom-controls .rangeslider__handle:after {
        background: #022259;
        border-radius: 0;
        width: 15px; }
    #map-container-target .map-custom-controls .rangeslider,
    #map-container-target .map-custom-controls .rangeslider__fill {
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    #map-container-target .map-custom-controls .rangeslider {
      height: 15px;
      background: #dedede;
      border: 1px solid #022259; }
    #map-container-target .map-custom-controls .rangeslider__fill {
      background: transparent;
      border: none; }

.lightbox-for-map .fancybox-slide--html {
  padding: 0; }

.lightbox-for-map .fancybox-content {
  padding: 42px; }
  @media (max-width: 1199.98px) {
    .lightbox-for-map .fancybox-content {
      padding: 10px; } }

.lightbox-for-map .fancybox-caption {
  display: none; }

.lightbox-for-map .fancybox-infobar {
  visibility: hidden;
  opacity: 0; }

.lightbox-for-map .fancybox-toolbar {
  visibility: visible;
  opacity: 1; }

.lightbox-for-map .fancybox-button--close {
  position: absolute;
  top: 0;
  right: 0; }

.geo-datadoors {
  font-family: "HelveticaLT", sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  /** Application Angular  **/ }
  .geo-datadoors h1 {
    font-size: 50px;
    color: #022259;
    font-family: "HelveticaHV";
    background: none;
    padding: 20px;
    text-align: center; }
  .geo-datadoors .cms_forms_error_msg {
    background-color: white;
    border: none;
    font-weight: normal; }
    .geo-datadoors .cms_forms_error_msg p {
      line-height: 1.5; }
  .geo-datadoors .head-datadoors {
    padding: 0;
    background-color: #022259; }
    .geo-datadoors .head-datadoors .header-tools {
      padding: 10px 0; }
      .geo-datadoors .head-datadoors .header-tools .select2-container .select2-choice div b {
        color: white; }
    .geo-datadoors .head-datadoors .header-linx {
      text-align: left; }
    .geo-datadoors .head-datadoors .header-tools .datadoors-logo .spec-menu-item-span-emergency-service {
      margin-left: 30px !important;
      float: none !important; }
      .geo-datadoors .head-datadoors .header-tools .datadoors-logo .spec-menu-item-span-emergency-service img {
        width: 30px; }
    .geo-datadoors .head-datadoors .module-news-navbar {
      border: none; }
    .geo-datadoors .head-datadoors .datadoors-logo {
      width: auto;
      text-align: left; }
      @media (max-width: 1199.98px) {
        .geo-datadoors .head-datadoors .datadoors-logo span {
          font-size: 12px;
          margin-left: 20px; }
        .geo-datadoors .head-datadoors .datadoors-logo img {
          width: 80px; } }
    .geo-datadoors .head-datadoors .nav-left-zone {
      text-align: right; }
      @media (max-width: 991.98px) {
        .geo-datadoors .head-datadoors .nav-left-zone {
          text-align: left; } }
    .geo-datadoors .head-datadoors .background-effects div.country {
      width: auto;
      min-width: 100px; }
    .geo-datadoors .head-datadoors .header-linx {
      width: auto;
      min-width: 100px; }
      .geo-datadoors .head-datadoors .header-linx .my-account-tools {
        padding: 0;
        text-align: left; }
        .geo-datadoors .head-datadoors .header-linx .my-account-tools .user-menu .icon::before {
          color: white; }
    .geo-datadoors .head-datadoors .module-news-navbar-length {
      top: 3px;
      width: auto;
      background: none;
      border: none; }
    .geo-datadoors .head-datadoors acme-news-navbar {
      text-align: left !important;
      width: auto; }
      .geo-datadoors .head-datadoors acme-news-navbar .loader svg path {
        fill: #022259 !important; }
    .geo-datadoors .head-datadoors acme-news-navbar .module-news-navbar.arrowvisible:after {
      content: "\e912";
      position: absolute;
      top: 42px;
      font-family: "icons" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #022259; }
    .geo-datadoors .head-datadoors acme-news-navbar .module-news-navbar:hover {
      color: #d8e6fd !important; }
    .geo-datadoors .head-datadoors .personal-access .my-account:before {
      content: none; }
    .geo-datadoors .head-datadoors .personal-access .user-menu {
      padding: 0; }
      .geo-datadoors .head-datadoors .personal-access .user-menu ul.personnal-list {
        background-color: #022259; }
        .geo-datadoors .head-datadoors .personal-access .user-menu ul.personnal-list a:after {
          content: none; }
      .geo-datadoors .head-datadoors .personal-access .user-menu .user-menu-bottom {
        text-align: left; }
        .geo-datadoors .head-datadoors .personal-access .user-menu .user-menu-bottom a {
          background: none; }
    .geo-datadoors .head-datadoors .type-user-web, .geo-datadoors .head-datadoors .type-user-premier {
      padding: 0 35px !important; }
    .geo-datadoors .head-datadoors .type-user-web:before {
      content: "\a0";
      background-image: url(/img/fusion/sprite.png?v=1);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      background-position: -182px -118px;
      left: 10px;
      top: 12px; }
    .geo-datadoors .head-datadoors .type-user-premier:before {
      content: "\a0";
      background-image: url(/img/fusion/sprite.png?v=1);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      width: 29px;
      height: 30px;
      background-position: -52px -380px;
      left: 4px;
      top: 9px; }
    .geo-datadoors .head-datadoors .personal-access .my-account-tools::after {
      content: none; }
  .geo-datadoors .module-news-sidebar {
    background-color: #f1f5f8;
    font-family: "HelveticaLT", sans-serif;
    color: #545454; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-link-geostore,
    .geo-datadoors .module-news-sidebar .module-news-sidebar--title,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-color,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-main .module-news-sidebar-new--readmore,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-main .module-news-sidebar-new,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-main .module-news-sidebar-new:hover,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-count,
    .geo-datadoors .module-news-sidebar .module-news-sidebar-btn-all-news {
      color: #022259; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-scroll {
      padding-left: 5px; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar--subtitle {
      color: #545454; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar--title {
      font-family: "HelveticaHV"; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar--title:after {
        content: none; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-btn-all-news {
      position: relative;
      display: block;
      width: 100%;
      font-family: "HelveticaHV";
      border-color: #022259;
      border-radius: 0;
      font-size: 20px;
      text-align: left; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-btn-all-news:hover {
        background-color: #022259;
        color: white; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-btn-all-news img {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-link-geostore:hover {
      color: #3d4d72; }
    .geo-datadoors .module-news-sidebar .close-cross {
      right: 20px !important; }
      .geo-datadoors .module-news-sidebar .close-cross img {
        width: 15px; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-new {
      border-radius: 0;
      -webkit-transition: -webkit-box-shadow 0.3s ease-out;
      transition: -webkit-box-shadow 0.3s ease-out;
      transition: box-shadow 0.3s ease-out;
      transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-new:hover {
        -webkit-box-shadow: 0px 0px 8px 0px #cfcfcf;
                box-shadow: 0px 0px 8px 0px #cfcfcf; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-read {
      border: 1px solid #022259;
      padding: 20px 30px;
      border-top: medium none;
      background-color: #f1f5f8;
      top: -1px;
      position: relative; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-read .module-news-sidebar-new {
        background-color: transparent;
        border-top: 1px solid #dcdcdc;
        padding: 10px 0 20px 0; }
        .geo-datadoors .module-news-sidebar .module-news-sidebar-read .module-news-sidebar-new:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
    .geo-datadoors .module-news-sidebar .module-news-sidebar-new--readmore {
      position: relative;
      padding-left: 20px; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-new--readmore:before {
        content: "\e909";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: "icons" !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        color: #022259;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-new--readmore:hover:before {
        left: 5px; }
      .geo-datadoors .module-news-sidebar .module-news-sidebar-new--readmore img {
        display: none; }
  .geo-datadoors .module-new-sidebar-detail {
    font-family: "HelveticaLT", sans-serif;
    color: #545454; }
    .geo-datadoors .module-new-sidebar-detail .module-new-sidebar-detail--title,
    .geo-datadoors .module-new-sidebar-detail .module-new-sidebar-detail--date {
      color: #022259; }
    .geo-datadoors .module-new-sidebar-detail .module-new-sidebar-detail--title {
      font-family: "HelveticaHV"; }
      .geo-datadoors .module-new-sidebar-detail .module-new-sidebar-detail--title:after {
        content: none; }
    .geo-datadoors .module-new-sidebar-detail .close-cross {
      right: 35px !important; }

.my-partner-portal #headband-small .headband-top .headband-head {
  background-color: transparent; }

.partner-page .title-2 {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  width: 100%; }

.mt-auto,
#footer-bottom {
  position: relative;
  float: left;
  width: 100%; }

.extranet-partners-2018-contact-block {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0 !important; }
  .extranet-partners-2018-contact-block .containerfluid {
    padding: 0;
    position: relative;
    width: 100%; }
    .extranet-partners-2018-contact-block .containerfluid .background {
      position: absolute;
      right: 0;
      height: 100%;
      background-size: cover;
      overflow: hidden; }
      @media (max-width: 575.98px) {
        .extranet-partners-2018-contact-block .containerfluid .background {
          position: relative; }
          .extranet-partners-2018-contact-block .containerfluid .background img {
            visibility: visible;
            width: 100%; } }
    .extranet-partners-2018-contact-block .containerfluid .container .content-text {
      padding: 60px 0; }
      .extranet-partners-2018-contact-block .containerfluid .container .content-text ul {
        list-style: none;
        padding: 0; }
        .extranet-partners-2018-contact-block .containerfluid .container .content-text ul li .extranet-partners-2018-contact-phone span {
          color: #022259;
          font-family: "HelveticaBD";
          font-size: 18px; }
        .extranet-partners-2018-contact-block .containerfluid .container .content-text ul li .extranet-partners-2018-contact-mail {
          color: #022259;
          font-family: "HelveticaBD";
          font-size: 18px; }

.extranet-partners-2018-contact-portfolio {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  background: #eff3f9;
  padding: 60px 0;
  margin-top: 0 !important; }
  .extranet-partners-2018-contact-portfolio .partners-extranet-products .clearfix {
    padding: 0 50px; }
    @media (max-width: 767.98px) {
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .clearfix {
        padding: 0; } }
  .extranet-partners-2018-contact-portfolio .partners-extranet-products h3 {
    color: #022259;
    font-family: "HelveticaLT";
    font-size: 30px; }
  .extranet-partners-2018-contact-portfolio .partners-extranet-products .how {
    margin-bottom: 30px;
    padding: 0; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .how h5 {
      color: #022259;
      text-align: center;
      font-family: "HelveticaBD";
      font-size: 18px;
      margin-bottom: 30px; }
  .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item {
    padding: 0 30px 30px 30px; }
    @media (max-width: 1199.98px) {
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item {
        padding: 0 15px 15px 15px; } }
    @media (max-width: 991.98px) {
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item {
        padding: 0 30px 30px 30px; } }
    @media (max-width: 767.98px) {
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item {
        padding: 0 15px 15px 15px; } }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .extranet-product-discount {
      background: none;
      font-family: "HelveticaHV";
      font-size: 20px;
      display: block;
      width: 92px;
      height: 92px;
      position: absolute;
      top: 10px;
      right: 40px;
      color: #ffffff;
      line-height: normal;
      text-align: center;
      padding: 35px 0 0 6px; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .silver {
      background: transparent url(/img/geostore_partner/silver.png) no-repeat left top;
      background-size: 92px; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .gold {
      background: transparent url(/img/geostore_partner/gold.png) no-repeat left top;
      background-size: 92px; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .diamond {
      background: transparent url(/img/geostore_partner/diamond.png) no-repeat left top;
      background-size: 92px; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .platinum {
      background: transparent url(/img/geostore_partner/platinum.png) no-repeat left top;
      background-size: 92px; }
    .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content {
      background: white;
      height: 100%; }
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content img {
        width: 100%;
        min-height: 70px; }
      .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content .partners-extranet-product-details {
        padding: 0 20px 20px 20px;
        overflow: hidden; }
        .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content .partners-extranet-product-details .partners-extranet-product-title {
          color: #022259;
          font-family: "HelveticaBD";
          font-size: 20px;
          position: relative;
          width: 100%;
          float: left;
          padding: 30px 0; }
        .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content .partners-extranet-product-details .partners-extranet-product-more {
          position: relative;
          width: 100%;
          float: left;
          height: 52px; }
          .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content .partners-extranet-product-details .partners-extranet-product-more a {
            width: 100%;
            text-align: center;
            display: block;
            float: left;
            border: solid 1px #022259;
            border-radius: 0;
            color: #022259;
            text-transform: capitalize;
            font-family: "HelveticaRO";
            font-weight: normal;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 20px;
            -webkit-transition: all 0.2ss ease-in;
            transition: all 0.2ss ease-in; }
            .extranet-partners-2018-contact-portfolio .partners-extranet-products .extranet-partners-2018-product-item .content .partners-extranet-product-details .partners-extranet-product-more a:hover {
              background-color: #022259;
              color: white;
              text-decoration: none; }

.extranet-partners-2018-latest-news {
  position: relative;
  width: 100%;
  margin: 0;
  background: #eff3f9;
  padding: 60px 0; }
  .extranet-partners-2018-latest-news .global-content {
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .extranet-partners-2018-latest-news .global-content {
        height: auto !important; } }
    .extranet-partners-2018-latest-news .global-content .content {
      background: white;
      padding: 30px 30px 40px;
      min-height: 100%;
      height: 100%; }
      .extranet-partners-2018-latest-news .global-content .content p {
        overflow: hidden; }
      .extranet-partners-2018-latest-news .global-content .content h3 {
        font-family: "HelveticaMD";
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto; }
      .extranet-partners-2018-latest-news .global-content .content .news-more-btn {
        display: block;
        position: absolute;
        bottom: 20px; }
  .extranet-partners-2018-latest-news .partners-extranet-all-news {
    position: relative;
    height: 52px;
    width: 100%;
    float: left;
    margin-top: 30px; }
    .extranet-partners-2018-latest-news .partners-extranet-all-news a {
      margin: 0 auto;
      width: 200px;
      text-align: center;
      display: block;
      background-color: #022259;
      border: solid 1px #022259;
      border-radius: 0;
      color: white;
      text-transform: capitalize;
      font-family: "HelveticaRO";
      font-weight: normal;
      padding: 10px 40px;
      font-size: 20px;
      -webkit-transition: all 0.2ss ease-in;
      transition: all 0.2ss ease-in; }
      .extranet-partners-2018-latest-news .partners-extranet-all-news a:hover {
        background-color: transparent;
        color: #022259;
        text-decoration: none; }

.extranet-partners-2018-Banner {
  position: relative;
  float: left;
  width: 100%; }
  .extranet-partners-2018-Banner .partners-extranet-2018-dashboard {
    position: relative; }
    .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos {
      max-width: calc(100% - 300px); }
      @media (max-width: 991.98px) {
        .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos {
          float: right;
          width: 100%;
          max-width: calc(100% - 80px); } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .silver:after {
        content: "";
        display: block;
        background: transparent url(/img/geostore_partner/silver-light.png) no-repeat left top;
        background-size: 60px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -75px; }
        @media (max-width: 991.98px) {
          .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .silver:after {
            top: auto;
            bottom: 0; } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .gold:after {
        content: "";
        display: block;
        background: transparent url(/img/geostore_partner/gold-light.png) no-repeat left top;
        background-size: 60px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -75px; }
        @media (max-width: 991.98px) {
          .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .gold:after {
            top: auto;
            bottom: 0; } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .diamond:after {
        content: "";
        display: block;
        background: transparent url(/img/geostore_partner/diamond-light.png) no-repeat left top;
        background-size: 60px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -75px; }
        @media (max-width: 991.98px) {
          .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .diamond:after {
            top: auto;
            bottom: 0; } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .platinum:after {
        content: "";
        display: block;
        background: transparent url(/img/geostore_partner/platinum-light.png) no-repeat left top;
        background-size: 60px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: -75px; }
        @media (max-width: 991.98px) {
          .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .platinum:after {
            top: auto;
            bottom: 0; } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .partner-title {
        font-family: "HelveticaHV";
        font-size: 44px;
        color: #022259;
        width: 100%;
        padding: 0; }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .extranet-sales-target-title {
        font-family: "HelveticaLT";
        font-size: 24px;
        color: #022259;
        width: 100%; }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-left-infos .extranet-sales-target-amount {
        font-family: "HelveticaBD";
        font-size: 30px;
        color: #022259;
        width: 100%; }
    .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-right-infos {
      position: absolute;
      right: 0;
      width: 150px;
      text-align: center;
      padding-top: 25px; }
      @media (max-width: 991.98px) {
        .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-right-infos {
          position: relative;
          right: auto;
          float: left;
          width: 100%;
          padding-bottom: 15px; } }
      .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-right-infos img {
        position: absolute;
        top: -70px;
        border-radius: 15px;
        right: 34px;
        margin-right: 0px;
        background: white;
        padding: 10px;
        border: 1px solid #022259;
        max-height: 80px; }
        @media (max-width: 991.98px) {
          .extranet-partners-2018-Banner .partners-extranet-2018-dashboard .partners-extranet-2018-right-infos img {
            position: relative;
            right: auto;
            top: 0;
            float: left;
            margin-right: 40px; } }

.extranet-partners-2018-all-news {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  background: #eff3f9;
  padding: 60px 0; }
  .extranet-partners-2018-all-news .global-pagination,
  .extranet-partners-2018-all-news .global-list {
    position: relative;
    overflow: hidden; }
  .extranet-partners-2018-all-news .global-content {
    margin-bottom: 30px; }
    .extranet-partners-2018-all-news .global-content .content {
      background: white;
      padding: 30px;
      min-height: 100%; }
      .extranet-partners-2018-all-news .global-content .content p {
        overflow: hidden; }
      .extranet-partners-2018-all-news .global-content .content h3 {
        font-family: "HelveticaMD";
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto; }
      .extranet-partners-2018-all-news .global-content .content .news-more-btn {
        display: block;
        position: absolute;
        bottom: 20px; }
  .extranet-partners-2018-all-news .pager {
    text-align: center; }
    .extranet-partners-2018-all-news .pager a {
      padding: 0 5px;
      color: #022259;
      font-family: "HelveticaBD";
      font-size: 18px;
      -webkit-transition: all 0.2ss ease-in;
      transition: all 0.2ss ease-in; }
      .extranet-partners-2018-all-news .pager a:hover {
        color: #007bff;
        text-decoration: none; }
    .extranet-partners-2018-all-news .pager strong {
      font-family: "HelveticaBD";
      font-size: 18px;
      padding: 0 5px;
      color: #02b5cf; }

.extranet-partners-2018-contact-and-internal-block {
  position: relative;
  float: left;
  width: 100%; }
  .extranet-partners-2018-contact-and-internal-block h2 {
    padding-bottom: 40px; }
  .extranet-partners-2018-contact-and-internal-block .container {
    overflow: hidden; }
  .extranet-partners-2018-contact-and-internal-block .left-content {
    border-right: 1px solid #022259; }
    @media (max-width: 575.98px) {
      .extranet-partners-2018-contact-and-internal-block .left-content {
        border-right: none; } }
  .extranet-partners-2018-contact-and-internal-block .right-content {
    padding-left: 9%; }
    @media (max-width: 575.98px) {
      .extranet-partners-2018-contact-and-internal-block .right-content {
        padding-left: 15px; } }
  .extranet-partners-2018-contact-and-internal-block .left-content,
  .extranet-partners-2018-contact-and-internal-block .right-content {
    float: left; }
  .extranet-partners-2018-contact-and-internal-block .container {
    padding: 60px 0; }
    .extranet-partners-2018-contact-and-internal-block .container .content-text ul {
      list-style: none;
      padding: 0; }
      .extranet-partners-2018-contact-and-internal-block .container .content-text ul li .extranet-partners-2018-phone span {
        color: #022259;
        font-family: "HelveticaBD";
        font-size: 18px; }
      .extranet-partners-2018-contact-and-internal-block .container .content-text ul li .extranet-partners-2018-mail {
        color: #022259;
        font-family: "HelveticaBD";
        font-size: 18px; }

.partners-extranet-document-block .partners-extranet-document {
  display: block;
  color: #022259;
  line-height: 1.2; }
  .partners-extranet-document-block .partners-extranet-document:before {
    content: '\e910';
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px; }

.partners-extranet-document-block .partners-extranet-date {
  font-size: 14px; }

.extranet-partners-2018-highlights-full-width {
  position: relative;
  width: 100%; }
  .extranet-partners-2018-highlights-full-width .container-fluid, .extranet-partners-2018-highlights-full-width .container-sm, .extranet-partners-2018-highlights-full-width .container-md, .extranet-partners-2018-highlights-full-width .container-lg, .extranet-partners-2018-highlights-full-width .container-xl, .extranet-partners-2018-highlights-full-width .container-xxl, .extranet-partners-2018-highlights-full-width .container-xxxl {
    padding: 0; }
  .extranet-partners-2018-highlights-full-width h2 {
    font-family: "HelveticaBD";
    font-size: 44px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .extranet-partners-2018-highlights-full-width h2 {
        font-size: 40px; } }
  .extranet-partners-2018-highlights-full-width #documents-link {
    padding-left: 0px; }
    .extranet-partners-2018-highlights-full-width #documents-link h2 {
      font-family: "HelveticaHV";
      font-size: 44px;
      text-align: left; }
      @media (max-width: 575.98px) {
        .extranet-partners-2018-highlights-full-width #documents-link h2 {
          font-size: 40px; } }
  .extranet-partners-2018-highlights-full-width .my-links {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px; }
    .extranet-partners-2018-highlights-full-width .my-links .highlight-full-link {
      text-align: center;
      max-width: 100%;
      height: 62px;
      margin: 15px 0;
      padding: 0 15px;
      display: inline-block; }
      .extranet-partners-2018-highlights-full-width .my-links .highlight-full-link a {
        display: inline-block;
        text-align: center;
        border: solid 1px #022259;
        border-radius: 0;
        color: white;
        background-color: #022259;
        text-transform: capitalize;
        font-family: "HelveticaRO";
        font-weight: normal;
        padding: 20px;
        display: block;
        width: 300px;
        max-width: 100%;
        font-size: 20px;
        -webkit-transition: all 0.2ss ease-in;
        transition: all 0.2ss ease-in; }
        .extranet-partners-2018-highlights-full-width .my-links .highlight-full-link a:hover {
          color: #022259;
          background-color: transparent;
          border: solid 1px #022259;
          text-decoration: none; }

.main-container .extranet-partners-2018-highlights-full-width .container-fluid, .main-container .extranet-partners-2018-highlights-full-width .container-sm, .main-container .extranet-partners-2018-highlights-full-width .container-md, .main-container .extranet-partners-2018-highlights-full-width .container-lg, .main-container .extranet-partners-2018-highlights-full-width .container-xl, .main-container .extranet-partners-2018-highlights-full-width .container-xxl, .main-container .extranet-partners-2018-highlights-full-width .container-xxxl {
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 1199.98px) {
    .main-container .extranet-partners-2018-highlights-full-width .container-fluid > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-sm > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-md > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-lg > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-xl > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-xxl > .row > .content, .main-container .extranet-partners-2018-highlights-full-width .container-xxxl > .row > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-fluid > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-fluid > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-sm > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-sm > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-md > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-md > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-lg > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-lg > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-xl > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-xl > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-xxl > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-xxl > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .extranet-partners-2018-highlights-full-width .sample-imagery-item .container-xxxl > .sample-imagery-item-detail > .content, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width .container-xxxl > .sample-imagery-item-detail > .content,
    .main-container .extranet-partners-2018-highlights-full-width .container-fluid #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-sm #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-md #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-lg #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-xl #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-xxl #documents-link,
    .main-container .extranet-partners-2018-highlights-full-width .container-xxxl #documents-link {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.industries-blk-1 .industries-block,
.industries-blk-3-l .industries-block,
.industries-blk-3-r .industries-block,
.industries-blk-2-l .industries-block,
.industries-blk-2-r .industries-block,
.industries-blk-2 .industries-block {
  min-height: 370px !important; }

.industries-blk-1-partner-2018 {
  padding: 0;
  height: 370px;
  position: relative;
  float: left; }
  @media (max-width: 575.98px) {
    .industries-blk-1-partner-2018 {
      height: auto; } }
  .industries-blk-1-partner-2018 .container {
    padding: 0 60px; }
    .industries-blk-1-partner-2018 .container a {
      color: white;
      font-family: "HelveticaBD";
      font-size: 18px;
      display: block;
      margin-top: 10px; }
      .industries-blk-1-partner-2018 .container a:hover {
        text-decoration: none; }
      .industries-blk-1-partner-2018 .container a:before {
        content: url(/img/geostore_partner/arrows_rm.png);
        position: relative;
        padding-right: 15px; }

.extranet-partners-2018-highlights-full-width-double {
  background-color: transparent !important;
  color: #022259; }
  .extranet-partners-2018-highlights-full-width-double h2 {
    font-size: 30px; }
  .extranet-partners-2018-highlights-full-width-double .documents {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 auto; }
    .extranet-partners-2018-highlights-full-width-double .documents .row, .extranet-partners-2018-highlights-full-width-double .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width-double .documents .sample-imagery-item-detail {
      height: 100%;
      padding: 15px; }
      .extranet-partners-2018-highlights-full-width-double .documents .row .bloc-documents, .extranet-partners-2018-highlights-full-width-double .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bloc-documents, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width-double .documents .sample-imagery-item-detail .bloc-documents {
        padding: 30px;
        background: #eff3f9;
        height: 100%; }
        .extranet-partners-2018-highlights-full-width-double .documents .row .bloc-documents h2, .extranet-partners-2018-highlights-full-width-double .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bloc-documents h2, .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width-double .documents .sample-imagery-item-detail .bloc-documents h2,
        .extranet-partners-2018-highlights-full-width-double .documents .row .bloc-documents a,
        .extranet-partners-2018-highlights-full-width-double .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bloc-documents a,
        .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width-double .documents .sample-imagery-item-detail .bloc-documents a,
        .extranet-partners-2018-highlights-full-width-double .documents .row .bloc-documents .icon-top:before,
        .extranet-partners-2018-highlights-full-width-double .documents .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail .bloc-documents .icon-top:before,
        .sample-2018 main .main-container .sample-imagery-item .extranet-partners-2018-highlights-full-width-double .documents .sample-imagery-item-detail .bloc-documents .icon-top:before {
          color: #022259 !important; }

.range-partners-extranet-discount-block .extranet-product-discount {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 92px;
  height: 92px;
  padding: 35px 0 0 6px;
  color: #ffffff;
  line-height: normal;
  text-align: center;
  background: none;
  font-family: "HelveticaHV";
  font-size: 20px; }
  .range-partners-extranet-discount-block .extranet-product-discount.silver {
    background: transparent url(/img/geostore_partner/silver.png) no-repeat left top;
    background-size: 92px; }
  .range-partners-extranet-discount-block .extranet-product-discount.gold {
    background: transparent url(/img/geostore_partner/gold.png) no-repeat left top;
    background-size: 92px; }
  .range-partners-extranet-discount-block .extranet-product-discount.diamond {
    background: transparent url(/img/geostore_partner/diamond.png) no-repeat left top;
    background-size: 92px; }
  .range-partners-extranet-discount-block .extranet-product-discount.platinum {
    background: transparent url(/img/geostore_partner/platinum.png) no-repeat left top;
    background-size: 92px; }

.range-partner-headband {
  background-color: #022259; }
  .range-partner-headband .img-bg-test {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
    opacity: 0.2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .range-partner-headband .headband-subtitle h2 {
    color: #ffffff;
    font-family: "HelveticaRO";
    font-size: 35px; }
    @media (max-width: 1199.98px) {
      .range-partner-headband .headband-subtitle h2 {
        font-size: 30px; } }
    @media (max-width: 991.98px) {
      .range-partner-headband .headband-subtitle h2 {
        font-size: 25px; } }
  .range-partner-headband .partner-headband-info {
    position: relative;
    margin-bottom: 4%;
    color: white;
    font-family: "HelveticaRO";
    z-index: 901;
    font-size: 20px; }
    .range-partner-headband .partner-headband-info .p-item {
      display: inline-block;
      padding: 10px 30px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .range-partner-headband .partner-headband-info .p-item:first-child {
        padding-left: 0; }
      .range-partner-headband .partner-headband-info .p-item:last-child {
        border: none; }
      @media (max-width: 1499.98px) {
        .range-partner-headband .partner-headband-info .p-item {
          padding: 10px 20px; } }
      @media (max-width: 1199.98px) {
        .range-partner-headband .partner-headband-info .p-item {
          padding: 10px 10px; } }
    .range-partner-headband .partner-headband-info .partner-privilege {
      margin-left: 30px; }
      @media (max-width: 1499.98px) {
        .range-partner-headband .partner-headband-info .partner-privilege {
          margin-left: 20px; } }
      @media (max-width: 1199.98px) {
        .range-partner-headband .partner-headband-info .partner-privilege {
          margin-left: 10px; } }
    .range-partner-headband .partner-headband-info .partner-logo img {
      background: white;
      padding: 10px;
      border-radius: 10px;
      max-width: 200px;
      max-height: 70px; }
    .range-partner-headband .partner-headband-info .partner-privilege {
      display: block;
      background-size: 60px;
      width: 60px;
      height: 60px; }
      .range-partner-headband .partner-headband-info .partner-privilege.silver {
        background: transparent url(/img/geostore_partner/silver-light.png) no-repeat left top;
        background-size: 60px; }
      .range-partner-headband .partner-headband-info .partner-privilege.gold {
        background: transparent url(/img/geostore_partner/gold-light.png) no-repeat left top;
        background-size: 60px; }
      .range-partner-headband .partner-headband-info .partner-privilege.diamond {
        background: transparent url(/img/geostore_partner/diamond-light.png) no-repeat left top;
        background-size: 60px; }
      .range-partner-headband .partner-headband-info .partner-privilege.platinum {
        background: transparent url(/img/geostore_partner/platinum-light.png) no-repeat left top;
        background-size: 60px; }
    .range-partner-headband .partner-headband-info .status {
      position: relative;
      padding-left: 20px;
      font-family: "HelveticaBD"; }
      .range-partner-headband .partner-headband-info .status:after {
        content: "";
        display: block;
        background-size: 14px !important;
        width: 20px;
        height: 14px;
        position: absolute;
        left: 0; }
    .range-partner-headband .partner-headband-info .to-be-signed-status:after {
      background: transparent url(/img/geostore_partner/to-be-signed.png) no-repeat left top;
      top: 5px; }
    .range-partner-headband .partner-headband-info .to-be-renewed-status:after {
      content: "";
      background: transparent url(/img/geostore_partner/to-be-renewed.png) no-repeat left top;
      top: 4px; }
    .range-partner-headband .partner-headband-info .signed-status:after {
      background: transparent url(/img/geostore_partner/signed.png) no-repeat left top;
      top: 6px; }
    .range-partner-headband .partner-headband-info .expired-status:after {
      background: transparent url(/img/geostore_partner/expired.png) no-repeat left top;
      top: 4px; }

.range-commercial-network-header {
  padding-top: 150px;
  margin-bottom: 40px;
  background-color: #022259 !important; }
  @media (max-width: 991.98px) {
    .range-commercial-network-header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .range-commercial-network-header .breadcrumb {
    background-color: transparent;
    margin-top: 0;
    z-index: 901;
    padding-left: 0; }
    .range-commercial-network-header .breadcrumb span,
    .range-commercial-network-header .breadcrumb a {
      color: #ffffff;
      font-family: "HelveticaRO";
      font-size: 16px; }
    .range-commercial-network-header .breadcrumb .divider {
      color: #ffffff;
      margin: 0 5px; }
    @media (max-width: 991.98px) {
      .range-commercial-network-header .breadcrumb {
        margin-bottom: 0; } }
  .range-commercial-network-header .tool-bar .tool-bar-keywords {
    display: inline-block;
    width: 40%; }
    .range-commercial-network-header .tool-bar .tool-bar-keywords input {
      display: inline-block;
      vertical-align: middle;
      background-color: #dedede;
      -webkit-box-shadow: inset -1px 0 0 #fff;
      box-shadow: inset -1px 0 0 #fff;
      border: none;
      padding: 10px 15px;
      width: 250px;
      width: 80%; }
    .range-commercial-network-header .tool-bar .tool-bar-keywords button[type="submit"] {
      font: 0/0 a;
      padding: 0;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      display: inline-block;
      vertical-align: middle;
      width: 38px;
      height: 38px;
      max-width: 20%;
      position: relative;
      border: 1px solid transparent;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .range-commercial-network-header .tool-bar .tool-bar-keywords button[type="submit"] .icon {
        color: #fff;
        font-size: 25px; }
  .range-commercial-network-header .tool-bar .tool-bar--title {
    display: block;
    color: white;
    font-size: 0; }
    .range-commercial-network-header .tool-bar .tool-bar--title h1 {
      display: inline-block;
      margin: 20px 0;
      width: 40%;
      padding: 0;
      vertical-align: middle;
      font-family: "HelveticaHV";
      text-transform: capitalize;
      color: #ffffff;
      line-height: 1;
      font-size: 60px; }
      @media (max-width: 991.98px) {
        .range-commercial-network-header .tool-bar .tool-bar--title h1 {
          font-size: 40px; } }
    .range-commercial-network-header .tool-bar .tool-bar--title .tool-bar--link .tool-bar--link-span {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .range-commercial-network-header .tool-bar .tool-bar--title .map_mode {
      cursor: pointer;
      color: #bdbec1;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      position: relative;
      display: inline-block;
      padding: 0 20px;
      height: 43px;
      border: 1px solid #fff; }
      .range-commercial-network-header .tool-bar .tool-bar--title .map_mode:hover {
        text-decoration: none;
        border: 1px solid #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
  .range-commercial-network-header .tool-bar .tool-bar-btn {
    display: inline-block;
    width: 60%;
    min-width: 535px;
    text-align: right;
    font-size: 18px; }
    @media (max-width: 1199.98px) {
      .range-commercial-network-header .tool-bar .tool-bar-btn {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .range-commercial-network-header .tool-bar .tool-bar-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-width: 0 !important;
        width: 100% !important;
        font-size: 12px; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords {
          width: auto; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .show-btn {
          margin-left: 0 !important; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .options {
          margin-bottom: 20px; } }
    .range-commercial-network-header .tool-bar .tool-bar-btn button:not(.map_mode) {
      padding: 0 11px !important; }
    .range-commercial-network-header .tool-bar .tool-bar-btn .map_mode,
    .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords {
      margin-right: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1199.98px) {
        .range-commercial-network-header .tool-bar .tool-bar-btn .map_mode,
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords {
          margin-right: 20px; } }
    .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords {
      border-bottom: 2px solid #ffffff;
      text-align: left; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input {
        color: #ffffff;
        background-color: transparent;
        font-family: "HelveticaBD";
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 0; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::-webkit-input-placeholder {
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::-moz-placeholder {
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::-ms-input-placeholder {
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::placeholder {
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input ::-moz-placeholder {
          /* Firefox 19+ */
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input :-ms-input-placeholder {
          /* IE 10+ */
          color: #f1f5f8; }
        .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords input :-moz-placeholder {
          /* Firefox 18- */
          color: #f1f5f8; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .tool-bar-keywords .tool-bar-submit {
        background-color: transparent;
        float: right; }
    .range-commercial-network-header .tool-bar .tool-bar-btn .options {
      color: #bdbec1;
      vertical-align: middle;
      cursor: pointer;
      display: inline-block;
      text-align: right;
      display: none; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .options.show-btn span, .range-commercial-network-header .tool-bar .tool-bar-btn .options.hide-btn span {
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        border: 1px solid #fff;
        margin-left: 10px; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .options.show-btn span:before {
        content: "+";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .options.hide-btn span:before {
        content: "-";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #fff; }
      .range-commercial-network-header .tool-bar .tool-bar-btn .options.show-btn.active, .range-commercial-network-header .tool-bar .tool-bar-btn .options.hide-btn.active {
        display: inline-block; }
  .range-commercial-network-header .tool-bar .search-form {
    background-color: #022259; }
  .range-commercial-network-header .tool-bar .tool-bar-filter {
    display: none;
    text-align: right;
    padding: 20px 0 35px 0; }
    .range-commercial-network-header .tool-bar .tool-bar-filter form.filters {
      font-family: "HelveticaBD"; }
      .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container {
        width: 20% !important;
        padding: 6px 0;
        margin-right: 20px !important;
        text-align: left; }
        @media (max-width: 991.98px) {
          .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container {
            width: 100% !important; } }
        .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container.select2-dropdown-open .select2-choice, .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container.select2-container-active .select2-choice {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice {
          background: none;
          height: 35px;
          border-radius: 0;
          border: none;
          border-bottom: 1px solid #fff; }
          .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice span {
            line-height: 35px;
            color: #ffffff; }
          .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice div {
            background: none;
            border: none; }
        .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice div b {
          height: 80%;
          padding-top: 8px;
          background: transparent !important;
          font-family: "icons" !important;
          font-size: 10px;
          color: #ffffff;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1; }
          .range-commercial-network-header .tool-bar .tool-bar-filter form.filters .select2-container .select2-choice div b:after {
            content: "\e912"; }
    .range-commercial-network-header .tool-bar .tool-bar-filter .submit {
      display: inline-block;
      text-transform: capitalize;
      background-color: transparent;
      border: 1px solid #fff;
      padding: 0 20px;
      line-height: 40px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: white;
      font-family: "HelveticaLT";
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .range-commercial-network-header .tool-bar .tool-bar-filter .submit {
          width: auto !important;
          padding: 0 10px !important;
          float: none !important;
          margin-top: 20px !important; } }
      .range-commercial-network-header .tool-bar .tool-bar-filter .submit:hover {
        background-color: #fff;
        color: #022259; }
        .range-commercial-network-header .tool-bar .tool-bar-filter .submit:hover .loader:after {
          border-color: #022259 transparent #022259 transparent; }

.range-commercial-network-result {
  margin-bottom: 80px; }
  .range-commercial-network-result .popover {
    top: -10px !important;
    z-index: 2;
    border-radius: 0;
    font-family: "HelveticaLT"; }
    .range-commercial-network-result .popover .popover-body {
      color: #022259; }
  .range-commercial-network-result .ol-viewport {
    background: #393939; }
  .range-commercial-network-result .commercial-network-result-header {
    margin-bottom: 40px;
    color: #022259;
    font-family: "HelveticaLT";
    font-size: 30px; }
    .range-commercial-network-result .commercial-network-result-header span {
      padding: 0 20px;
      border-right: 1px solid #022259; }
      .range-commercial-network-result .commercial-network-result-header span:first-child {
        padding-left: 0; }
      .range-commercial-network-result .commercial-network-result-header span:last-child {
        border: none; }
  .range-commercial-network-result .commercial-network-result-content {
    background-color: #eff3f9; }
    .range-commercial-network-result .commercial-network-result-content .commercial-network-ul {
      padding: 80px 0 40px 0; }
    .range-commercial-network-result .commercial-network-result-content .result-container {
      padding-bottom: 40px; }
  .range-commercial-network-result .commercial-network-map {
    padding: 0; }
  .range-commercial-network-result #mapContainer {
    position: relative;
    overflow: hidden; }
    .range-commercial-network-result #mapContainer .js-map-pane-overlay {
      display: none;
      position: absolute;
      width: 100%;
      height: auto;
      max-height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
    .range-commercial-network-result #mapContainer .map-loading-overlay {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.7); }
      .range-commercial-network-result #mapContainer .map-loading-overlay .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .range-commercial-network-result #mapContainer .js-map-pane-target {
      position: relative;
      opacity: 0;
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
      -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-in;
      transition: opacity 0.5s ease-out, -webkit-transform 0.3s ease-in;
      transition: transform 0.3s ease-in, opacity 0.5s ease-out;
      transition: transform 0.3s ease-in, opacity 0.5s ease-out, -webkit-transform 0.3s ease-in; }
      .range-commercial-network-result #mapContainer .js-map-pane-target.show-must-go-on {
        opacity: 1;
        -webkit-transform: translateY(0px);
                transform: translateY(0px); }
    .range-commercial-network-result #mapContainer .js-map-pane-wrapper {
      display: none;
      position: absolute;
      width: 33.333%;
      height: auto;
      left: -100px;
      top: 0;
      padding: 20px 0 0 20px;
      opacity: 0;
      z-index: 3; }
      @media (max-width: 1499.98px) {
        .range-commercial-network-result #mapContainer .js-map-pane-wrapper {
          width: 50%; } }
      @media (max-width: 1199.98px) {
        .range-commercial-network-result #mapContainer .js-map-pane-wrapper {
          padding: 10px 0 10px 10px; } }
      @media (max-width: 767.98px) {
        .range-commercial-network-result #mapContainer .js-map-pane-wrapper {
          width: 100%;
          padding: 10px; } }
      .range-commercial-network-result #mapContainer .js-map-pane-wrapper .pane-loader-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.3); }
      .range-commercial-network-result #mapContainer .js-map-pane-wrapper .js-map-pane-close {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        border: none;
        background-color: transparent;
        cursor: pointer; }
        .range-commercial-network-result #mapContainer .js-map-pane-wrapper .js-map-pane-close:focus {
          outline: none; }
        .range-commercial-network-result #mapContainer .js-map-pane-wrapper .js-map-pane-close .icon:before {
          color: #022259; }
      .range-commercial-network-result #mapContainer .js-map-pane-wrapper .js-map-pane {
        position: relative;
        width: 100%;
        max-height: 100%;
        min-height: 400px;
        overflow: auto;
        background-color: white; }
        @media (max-width: 1199.98px) {
          .range-commercial-network-result #mapContainer .js-map-pane-wrapper .js-map-pane {
            height: 100%;
            min-height: 100%; } }

body.commercial-network .select2-drop-active {
  background: #fff;
  border-radius: 0;
  border: 1px solid #022259; }

body.commercial-network .select2-results .select2-highlighted {
  color: white !important;
  background-color: #022259; }

body.commercial-network .select2-results li.default {
  color: #727475; }

.commercial-network-result-content .btn {
  margin-bottom: 5px;
  border: 1px solid #022259;
  border-radius: 0;
  font-size: 16px; }

.commercial-network-result-content .btn-blue {
  color: white;
  background-color: #022259; }
  .commercial-network-result-content .btn-blue:hover {
    color: #022259;
    background-color: white; }

.commercial-network-result-content .btn-white {
  color: #022259;
  background-color: white; }
  .commercial-network-result-content .btn-white:hover {
    color: white;
    background-color: #022259; }

.commercial-network-result-content .btn-no-result {
  width: 100%;
  padding-top: 20px; }

.cnw-commercial-card {
  padding: 10px; }
  .cnw-commercial-card .cnw-card-inner {
    position: relative;
    min-height: 450px;
    height: 100%;
    padding: 20px;
    padding-bottom: 60px;
    font-family: "HelveticaLT";
    background-color: white; }
    .cnw-commercial-card .cnw-card-inner .cnw-footer {
      position: absolute;
      padding: 20px;
      width: 100%;
      left: 0;
      bottom: 0; }
    .cnw-commercial-card .cnw-card-inner .tag {
      display: inline-block;
      margin-bottom: 3px;
      padding: 4px 10px 0 10px;
      text-align: center;
      line-height: 26px;
      border-radius: 15px;
      color: white;
      font-weight: bold;
      font-size: 13px; }
      .cnw-commercial-card .cnw-card-inner .tag.tag-radar {
        background-color: #e64463; }
      .cnw-commercial-card .cnw-card-inner .tag.tag-optical {
        background-color: #0ca3e4; }
    .cnw-commercial-card .cnw-card-inner .cnw-type {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .cnw-commercial-card .cnw-card-inner .cnw-logo {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      position: relative;
      max-width: 170px;
      height: 55px;
      text-align: right; }
      .cnw-commercial-card .cnw-card-inner .cnw-logo img {
        font-size: 10px;
        max-width: 100%;
        max-height: 100%; }
    .cnw-commercial-card .cnw-card-inner .cnw-title {
      margin-bottom: 10px;
      line-height: 1.2;
      font-family: "HelveticaMD";
      font-size: 30px; }
    .cnw-commercial-card .cnw-card-inner .cnw-country {
      margin-bottom: 10px;
      color: #022259;
      font-weight: bold;
      font-size: 14px; }
    .cnw-commercial-card .cnw-card-inner .cnw-address {
      font-size: 18px; }
    .cnw-commercial-card .cnw-card-inner .cnw-contact {
      margin: 20px 0;
      font-family: "HelveticaBD";
      font-size: 18px; }
    .cnw-commercial-card .cnw-card-inner .btn {
      margin-bottom: 5px;
      border: 1px solid #022259;
      border-radius: 0;
      font-size: 16px; }
    .cnw-commercial-card .cnw-card-inner .btn-blue {
      color: white;
      background-color: #022259; }
      .cnw-commercial-card .cnw-card-inner .btn-blue:hover {
        color: #022259;
        background-color: white; }
    .cnw-commercial-card .cnw-card-inner .btn-white {
      color: #022259;
      background-color: white; }
      .cnw-commercial-card .cnw-card-inner .btn-white:hover {
        color: white;
        background-color: #022259; }
  .cnw-commercial-card.cnw-solo-card .cnw-card-inner .cnw-logo {
    text-align: left;
    margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .cnw-commercial-card .cnw-card-inner {
      padding: 20px;
      min-height: 100%; }
      .cnw-commercial-card .cnw-card-inner .cnw-footer {
        position: relative;
        padding: 0; } }

.ol-round-marker a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.ol-round-marker a.has-focus img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5); }

[class*="col-span-"], [class*="col-small-"] {
  float: left; }

.col-span-4 {
  width: 33.33%; }

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

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

[class*="col-span-"], [class*="col-small-"] {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.oneaccess-2018-page #headband-small .container.mt-auto {
  padding: 0; }

.oneaccess-2018-page .range-whatsnew-listing .news {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .oneaccess-2018-page .range-whatsnew-listing .news h2 {
    margin-bottom: 10px;
    font-family: "HelveticaMD"; }
  .oneaccess-2018-page .range-whatsnew-listing .news h3 {
    color: rgba(84, 84, 84, 0.8);
    font-family: "HelveticaLT";
    margin: 7px 0;
    font-size: 16px; }
  .oneaccess-2018-page .range-whatsnew-listing .news .polymod img {
    display: none; }
  .oneaccess-2018-page .range-whatsnew-listing .news .polymod a {
    margin-top: 20px;
    padding: 12px 30px;
    border: 1px solid #022259;
    display: inline-block;
    background-color: transparent;
    color: #022259;
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
    font-weight: normal; }
    .oneaccess-2018-page .range-whatsnew-listing .news .polymod a:hover {
      background-color: #022259;
      color: white;
      text-decoration: none; }
    .oneaccess-2018-page .range-whatsnew-listing .news .polymod a:before {
      content: "" !important; }
  .oneaccess-2018-page .range-whatsnew-listing .news p a {
    color: #022259;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif; }
    .oneaccess-2018-page .range-whatsnew-listing .news p a:before {
      content: "\e909";
      font-family: 'icons';
      font-size: 9px;
      display: inline-block;
      margin-right: 8px;
      font-weight: bold;
      color: #022259; }

.oneaccess-2018-page .cms_forms_error_msg p {
  color: white !important; }

.oneaccess-2018-page .internal-menu {
  background-color: white; }

.oneaccess-2018-page #internal-menu {
  padding: 0 15px;
  padding-top: 14px;
  background-color: white; }
  @media (max-width: 991.98px) {
    .oneaccess-2018-page #internal-menu {
      display: none; } }
  .oneaccess-2018-page #internal-menu .nav-wrapper {
    width: 100%;
    border-bottom: 1px solid #022259;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .oneaccess-2018-page #internal-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .oneaccess-2018-page #internal-menu .others a {
    font-family: "HelveticaLT";
    font-weight: normal; }
  .oneaccess-2018-page #internal-menu li {
    background-color: transparent !important; }
  .oneaccess-2018-page #internal-menu a {
    background-color: transparent !important;
    padding: 8px 4px;
    margin-right: 12px;
    color: #022259;
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid white;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .oneaccess-2018-page #internal-menu a:hover, .oneaccess-2018-page #internal-menu a.active {
      border-bottom: 3px solid #022259; }

.oneaccess-2018-page .home-banner-2018 {
  margin-bottom: 40px;
  background-color: #022259;
  clear: both; }
  .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner {
    position: relative;
    padding: 70px 0; }
    @media (max-width: 575.98px) {
      .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner {
        padding-top: 180px; } }
    .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .customer-logo-wrapper {
      position: absolute;
      right: 0;
      top: 0;
      background-color: white;
      border-radius: 10px;
      max-width: 200px;
      padding: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 575.98px) {
        .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .customer-logo-wrapper {
          top: 20px;
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
      .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .customer-logo-wrapper img {
        width: 100%;
        height: auto; }
    .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .customer-title {
      font-size: 44px;
      color: white;
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .customer-title {
          padding-left: 15px; } }
    .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons {
      margin: 0; }
      .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .links i {
        font-size: 12px;
        font-weight: bold;
        margin-right: 12px; }
      .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .links a {
        margin: 0 !important;
        display: inline-block;
        color: white;
        font-family: "Helvetica", sans-serif;
        font-size: 16px;
        font-weight: bold; }
      .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons {
        padding-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 1025px) {
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button {
          margin-right: 20px;
          position: relative; }
          @media screen and (max-width: 1025px) {
            .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button {
              width: 100%;
              margin-bottom: 12px;
              margin-right: 0; } }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .tasking, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact {
            min-width: 200px;
            padding: 12px 20px !important;
            border: 1px solid white;
            display: inline-block;
            background-color: transparent;
            color: white;
            font-family: "Helvetica", sans-serif;
            font-size: 18px;
            text-align: center;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            cursor: pointer;
            font-weight: normal; }
            @media screen and (max-width: 1025px) {
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .tasking, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact {
                min-width: inherit;
                width: 100%; } }
            .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .tasking:hover, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport:hover, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact:hover {
              background-color: white;
              color: #022259;
              text-decoration: none; }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .tasking {
            display: block;
            margin-right: 20px; }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport:after, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact:after {
            content: "+";
            display: inline-block;
            margin-left: 20px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in; }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport:hover:after, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleTechnicalSupport.active:after, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact:hover:after, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleContact.active:after {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper {
            padding-top: 10px;
            position: absolute;
            top: calc(100% + 20px);
            left: 50%;
            min-width: 300px;
            width: 250%;
            z-index: 20;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
            @media screen and (max-width: 1025px) {
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper {
                width: 100%; } }
            .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper .extranet-rs-support-links {
              position: relative;
              padding: 20px 30px;
              padding-bottom: 0;
              border: 1px solid #022259;
              background-color: white; }
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper .extranet-rs-support-links:before {
                content: "";
                position: absolute;
                top: -5px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 5px 5px 5px;
                border-color: transparent transparent #ffffff transparent; }
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper .extranet-rs-support-links ul {
                list-style-type: none;
                margin: 0;
                padding: 0; }
                .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper .extranet-rs-support-links ul li {
                  padding-bottom: 20px; }
                  .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button .extranet-rs-support-links-wrapper .extranet-rs-support-links ul li a {
                    color: #022259;
                    text-decoration: underline; }
          .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper {
            padding-top: 10px;
            position: absolute;
            top: calc(100% + 20px);
            left: 50%;
            z-index: 20;
            width: 250%;
            min-width: 300px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
            @media screen and (max-width: 1025px) {
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper {
                width: 100%; } }
            .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList {
              position: relative;
              padding: 20px 30px;
              padding-bottom: 0;
              border: 1px solid #022259;
              background-color: white; }
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList:before {
                content: "";
                position: absolute;
                top: -5px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 5px 5px 5px;
                border-color: transparent transparent #ffffff transparent; }
              .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul {
                list-style-type: none;
                margin: 0;
                padding: 0; }
                .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li {
                  padding-bottom: 20px; }
                  .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li span, .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li a {
                    color: #022259; }
                  .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li .rs-contact-name {
                    font-weight: bold; }
                  .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li .rs-contact-mail {
                    text-decoration: underline;
                    display: block; }
                .oneaccess-2018-page .home-banner-2018 .home-banner-2018-inner .links-and-buttons .buttons .banner-button #toggleList-wrapper #toggleList ul li:not(:last-child) {
                  border-bottom: 1px solid #dddee3;
                  margin-bottom: 20px; }

.oneaccess-2018-page #charts {
  margin-bottom: 24px;
  margin-top: 30px; }
  .oneaccess-2018-page #charts h2 {
    font-size: 30px;
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 10px; }
  .oneaccess-2018-page #charts h3 {
    margin-top: 0;
    font-size: 22px;
    color: #022259;
    font-family: "HelveticaLT";
    margin-bottom: 6px; }
  .oneaccess-2018-page #charts .chartdiv.load {
    position: relative; }

.oneaccess-2018-page #my-station {
  margin-bottom: 24px;
  margin-top: 30px; }
  .oneaccess-2018-page #my-station .container > h2 {
    font-size: 30px;
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 10px; }
  .oneaccess-2018-page #my-station .mlst-title {
    font-size: 14px;
    color: black;
    font-weight: normal; }
  .oneaccess-2018-page #my-station .milestone-avancement {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 60%;
    padding: 20px; }
    @media (max-width: 991.98px) {
      .oneaccess-2018-page #my-station .milestone-avancement {
        width: 95%; } }

.oneaccess-2018-page .customer-news-see-all-news {
  padding: 12px 30px;
  border: 1px solid #022259;
  display: inline-block;
  background-color: transparent;
  color: #022259;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  font-weight: normal; }
  .oneaccess-2018-page .customer-news-see-all-news:hover {
    background-color: #022259;
    color: white;
    text-decoration: none; }

.oneaccess-2018-page #latest-news {
  margin-bottom: 30px;
  background-color: #f3f4f9;
  padding: 45px 0; }
  .oneaccess-2018-page #latest-news h2 {
    font-size: 30px;
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 24px; }
  .oneaccess-2018-page #latest-news h3 {
    margin-top: 0;
    font-size: 22px;
    color: #022259;
    font-family: "HelveticaLT";
    margin-bottom: 6px; }
  .oneaccess-2018-page #latest-news .polymod img {
    display: none; }
  .oneaccess-2018-page #latest-news .polymod a {
    color: #022259;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Helvetica', sans-serif; }
    .oneaccess-2018-page #latest-news .polymod a:before {
      content: "\e909";
      font-family: 'icons';
      font-size: 9px;
      display: inline-block;
      margin-right: 8px;
      font-weight: bold;
      color: #022259; }
  @media (max-width: 767.98px) {
    .oneaccess-2018-page #latest-news .news {
      margin-bottom: 20px; } }
  .oneaccess-2018-page #latest-news .news:not(.pair) {
    padding-right: 100px; }
    @media (max-width: 767.98px) {
      .oneaccess-2018-page #latest-news .news:not(.pair) {
        padding: 0 12px; } }
  .oneaccess-2018-page #latest-news .news.pair {
    padding-left: 100px; }
    @media (max-width: 767.98px) {
      .oneaccess-2018-page #latest-news .news.pair {
        padding: 0 12px; } }
  .oneaccess-2018-page #latest-news .see-all-news {
    text-align: center; }
    .oneaccess-2018-page #latest-news .see-all-news a {
      padding: 12px 30px;
      border: 1px solid #022259;
      display: inline-block;
      background-color: transparent;
      color: #022259;
      font-family: "Helvetica", sans-serif;
      font-size: 18px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      cursor: pointer;
      font-weight: normal; }
      .oneaccess-2018-page #latest-news .see-all-news a:hover {
        background-color: #022259;
        color: white;
        text-decoration: none; }

.oneaccess-2018-page #marketing-support {
  margin-bottom: 30px;
  background-color: #f3f4f9;
  padding: 45px 0; }
  .oneaccess-2018-page #marketing-support h2 {
    font-size: 30px;
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 24px; }
  .oneaccess-2018-page #marketing-support .extranet-rs-mks {
    padding: 0 40px; }
    @media (max-width: 991.98px) {
      .oneaccess-2018-page #marketing-support .extranet-rs-mks {
        padding: 0; } }
    .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item {
      padding: 0 30px; }
      @media (max-width: 991.98px) {
        .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item {
          padding: 0 12px;
          margin-bottom: 20px; } }
      .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner {
        background-color: white;
        border-radius: 5px;
        padding: 25px; }
        .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner img {
          width: 100%;
          height: auto;
          margin-bottom: 30px; }
        .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner span {
          font-size: 16px;
          color: #022259;
          font-family: "Helvetica", sans-serif;
          font-weight: bold;
          display: block;
          margin-bottom: 14px; }
        .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner .see-details {
          text-align: center; }
          .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner .see-details a {
            padding: 12px 30px;
            border: 1px solid #022259;
            display: inline-block;
            background-color: transparent;
            color: #022259;
            font-family: "Helvetica", sans-serif;
            font-size: 18px;
            text-align: center;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            cursor: pointer;
            font-weight: normal; }
            .oneaccess-2018-page #marketing-support .extranet-rs-mks .extranet-rs-mks-item .extranet-rs-mks-item-inner .see-details a:hover {
              background-color: #022259;
              color: white;
              text-decoration: none; }

.oneaccess-2018-page #customer-documentation {
  margin-bottom: 30px;
  padding: 45px 0; }
  .oneaccess-2018-page #customer-documentation h2 {
    font-size: 30px;
    color: #022259;
    font-family: "HelveticaHV";
    margin-bottom: 24px; }
  .oneaccess-2018-page #customer-documentation .extranet-rs-documentation {
    padding: 0 40px; }
    @media (max-width: 991.98px) {
      .oneaccess-2018-page #customer-documentation .extranet-rs-documentation {
        padding: 0; } }
    .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item {
      padding: 0 30px; }
      @media (max-width: 991.98px) {
        .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item {
          padding: 0 12px;
          margin-bottom: 20px; } }
      .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details {
        background-color: #f3f4f9;
        border-radius: 5px;
        padding: 25px; }
        .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details img {
          width: 100%;
          height: auto;
          margin-bottom: 30px; }
        .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details span {
          font-size: 16px;
          color: #022259;
          font-family: "Helvetica", sans-serif;
          font-weight: bold;
          display: block;
          margin-bottom: 14px; }
        .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details .see-more {
          text-align: center; }
          .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details .see-more a {
            padding: 12px 30px;
            border: 1px solid #022259;
            display: inline-block;
            background-color: transparent;
            color: #022259;
            font-family: "Helvetica", sans-serif;
            font-size: 18px;
            text-align: center;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            cursor: pointer;
            font-weight: normal; }
            .oneaccess-2018-page #customer-documentation .extranet-rs-documentation .extranet-rs-documentation-item .extranet-rs-documentation-details .see-more a:hover {
              background-color: #022259;
              color: white;
              text-decoration: none; }

.oneaccess-2018-page #monthly-reports, .oneaccess-2018-page .customer-private-documents {
  margin-bottom: 30px;
  padding: 45px 0;
  background-color: #022259; }
  .oneaccess-2018-page #monthly-reports h2, .oneaccess-2018-page .customer-private-documents h2 {
    font-size: 30px;
    color: white;
    font-family: "HelveticaHV";
    margin-bottom: 24px; }
  .oneaccess-2018-page #monthly-reports ul, .oneaccess-2018-page .customer-private-documents ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .oneaccess-2018-page #monthly-reports ul li, .oneaccess-2018-page .customer-private-documents ul li {
      color: white;
      font-size: 14px;
      font-family: "HelveticaLT";
      margin-bottom: 8px;
      width: 50%; }
      .oneaccess-2018-page #monthly-reports ul li i, .oneaccess-2018-page .customer-private-documents ul li i {
        color: white;
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        margin-right: 8px; }
      .oneaccess-2018-page #monthly-reports ul li a, .oneaccess-2018-page .customer-private-documents ul li a {
        color: white;
        font-size: 16px;
        font-weight: bold;
        font-family: "Helvetica", sans-serif; }
  .oneaccess-2018-page #monthly-reports.grey, .oneaccess-2018-page .customer-private-documents.grey {
    background-color: #f3f4f9; }
    .oneaccess-2018-page #monthly-reports.grey h2, .oneaccess-2018-page #monthly-reports.grey li, .oneaccess-2018-page #monthly-reports.grey i, .oneaccess-2018-page #monthly-reports.grey i:before, .oneaccess-2018-page #monthly-reports.grey a, .oneaccess-2018-page .customer-private-documents.grey h2, .oneaccess-2018-page .customer-private-documents.grey li, .oneaccess-2018-page .customer-private-documents.grey i, .oneaccess-2018-page .customer-private-documents.grey i:before, .oneaccess-2018-page .customer-private-documents.grey a {
      color: inherit; }
  .oneaccess-2018-page #monthly-reports .listing-page, .oneaccess-2018-page .customer-private-documents .listing-page {
    text-align: center;
    margin-top: 20px; }
    .oneaccess-2018-page #monthly-reports .listing-page a, .oneaccess-2018-page .customer-private-documents .listing-page a {
      min-width: 200px;
      padding: 12px 20px !important;
      border: 1px solid white;
      display: inline-block;
      background-color: transparent;
      color: white;
      font-family: "Helvetica", sans-serif;
      font-size: 18px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      cursor: pointer;
      font-weight: normal; }
      .oneaccess-2018-page #monthly-reports .listing-page a:hover, .oneaccess-2018-page .customer-private-documents .listing-page a:hover {
        background-color: white;
        color: #022259;
        text-decoration: none; }

.oneaccess-2018-page .monthly-reports-listing, .oneaccess-2018-page .private-documents-listing {
  margin-top: 60px; }
  .oneaccess-2018-page .monthly-reports-listing .listing section, .oneaccess-2018-page .private-documents-listing .listing section {
    margin-bottom: 100px; }
    .oneaccess-2018-page .monthly-reports-listing .listing section h2, .oneaccess-2018-page .private-documents-listing .listing section h2 {
      margin-top: 0;
      margin-bottom: 24px;
      font-size: 30px;
      color: #022259;
      font-family: "HelveticaHV"; }
    .oneaccess-2018-page .monthly-reports-listing .listing section .monthly-reports-list-item, .oneaccess-2018-page .monthly-reports-listing .listing section .private-documents-list-item, .oneaccess-2018-page .private-documents-listing .listing section .monthly-reports-list-item, .oneaccess-2018-page .private-documents-listing .listing section .private-documents-list-item {
      color: #022259;
      font-size: 14px;
      font-family: "HelveticaLT";
      margin-bottom: 8px; }
      .oneaccess-2018-page .monthly-reports-listing .listing section .monthly-reports-list-item i, .oneaccess-2018-page .monthly-reports-listing .listing section .private-documents-list-item i, .oneaccess-2018-page .private-documents-listing .listing section .monthly-reports-list-item i, .oneaccess-2018-page .private-documents-listing .listing section .private-documents-list-item i {
        font-size: 12px;
        font-weight: bold;
        display: inline-block;
        margin-right: 8px; }
        .oneaccess-2018-page .monthly-reports-listing .listing section .monthly-reports-list-item i:before, .oneaccess-2018-page .monthly-reports-listing .listing section .private-documents-list-item i:before, .oneaccess-2018-page .private-documents-listing .listing section .monthly-reports-list-item i:before, .oneaccess-2018-page .private-documents-listing .listing section .private-documents-list-item i:before {
          color: #022259; }
      .oneaccess-2018-page .monthly-reports-listing .listing section .monthly-reports-list-item a, .oneaccess-2018-page .monthly-reports-listing .listing section .private-documents-list-item a, .oneaccess-2018-page .private-documents-listing .listing section .monthly-reports-list-item a, .oneaccess-2018-page .private-documents-listing .listing section .private-documents-list-item a {
        color: #022259;
        font-size: 16px;
        font-weight: bold;
        font-family: "Helvetica", sans-serif; }

@media (max-width: 767.98px) {
  .sample-detail-2018 .fancybox-slide--iframe,
  .sample-2018 .fancybox-slide--iframe {
    padding-left: 10px;
    padding-right: 10px; } }

.sample-detail-2018 .fancybox-slide--iframe:before,
.sample-2018 .fancybox-slide--iframe:before {
  content: none; }

.sample-detail-2018 .fancybox-slide--iframe .fancybox-content,
.sample-2018 .fancybox-slide--iframe .fancybox-content {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0 !important;
  margin-bottom: 0; }

.range-sample-imagery-header {
  position: relative;
  padding-top: 150px;
  margin-bottom: 40px;
  background-color: #022259 !important;
  z-index: 10; }
  .range-sample-imagery-header h1 {
    display: inline-block;
    margin: 20px 0;
    width: 40%;
    padding: 0;
    vertical-align: middle;
    font-family: "HelveticaHV";
    text-transform: capitalize;
    color: white;
    line-height: 1;
    font-size: 60px; }
    @media (max-width: 991.98px) {
      .range-sample-imagery-header h1 {
        font-size: 50px; } }
    @media (max-width: 767.98px) {
      .range-sample-imagery-header h1 {
        font-size: 40px; } }
    .range-sample-imagery-header h1.title-full-width {
      width: 100%; }
  @media (max-width: 991.98px) {
    .range-sample-imagery-header {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .range-sample-imagery-header .breadcrumb {
    background-color: transparent;
    margin-top: 0;
    z-index: 901;
    padding-left: 0; }
    .range-sample-imagery-header .breadcrumb span,
    .range-sample-imagery-header .breadcrumb a {
      color: #ffffff;
      font-family: "HelveticaRO";
      font-size: 16px; }
    .range-sample-imagery-header .breadcrumb .divider {
      color: #ffffff;
      margin: 0 5px; }
    @media (max-width: 991.98px) {
      .range-sample-imagery-header .breadcrumb {
        margin-bottom: 0; } }
  .range-sample-imagery-header .tool-bar-controls {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
    width: 60%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .range-sample-imagery-header .tool-bar-controls .row, .range-sample-imagery-header .tool-bar-controls .sample-2018 main .main-container .sample-imagery-item .sample-imagery-item-detail, .sample-2018 main .main-container .sample-imagery-item .range-sample-imagery-header .tool-bar-controls .sample-imagery-item-detail {
      margin: 0;
      max-width: 12%; }
    @media (max-width: 1499.98px) {
      .range-sample-imagery-header .tool-bar-controls {
        width: 100%; } }
    .range-sample-imagery-header .tool-bar-controls .tool-bar--form {
      max-width: 88%;
      margin: 0;
      text-align: right; }
      .range-sample-imagery-header .tool-bar-controls .tool-bar--form > div {
        padding: 0 0 0 25px; }
      .range-sample-imagery-header .tool-bar-controls .tool-bar--form .have-to-be-front {
        z-index: 10; }
      @media (max-width: 991.98px) {
        .range-sample-imagery-header .tool-bar-controls .tool-bar--form {
          margin-right: 0;
          margin-left: 0; }
          .range-sample-imagery-header .tool-bar-controls .tool-bar--form .col-12 {
            padding: 0 !important; } }
    .range-sample-imagery-header .tool-bar-controls input {
      border: none; }
    .range-sample-imagery-header .tool-bar-controls input,
    .range-sample-imagery-header .tool-bar-controls button {
      padding: 0 15px;
      height: 35px; }
    .range-sample-imagery-header .tool-bar-controls button {
      padding: 0 15px;
      height: 40px; }
    .range-sample-imagery-header .tool-bar-controls .tool-bar-element {
      margin: 10px 0; }
    .range-sample-imagery-header .tool-bar-controls .tool-bar-button {
      color: white;
      text-shadow: none;
      background-color: transparent;
      position: relative;
      display: inline-block;
      padding: 0 20px;
      margin: 0;
      height: 43px;
      border: 1px solid white;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .range-sample-imagery-header .tool-bar-controls .tool-bar-button:hover {
        color: #022259;
        background-color: white; }
    .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords {
      display: inline-block;
      position: relative;
      width: 100%;
      max-width: 100%;
      padding-right: 38px;
      border-bottom: 2px solid #ffffff;
      text-align: left; }
      .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input {
        width: 100%;
        color: #ffffff;
        background-color: transparent;
        font-family: "HelveticaBD";
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-left: 0; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::-webkit-input-placeholder {
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::-moz-placeholder {
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::-ms-input-placeholder {
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::placeholder {
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input ::-moz-placeholder {
          /* Firefox 19+ */
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input :-ms-input-placeholder {
          /* IE 10+ */
          color: #f1f5f8; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords input :-moz-placeholder {
          /* Firefox 18- */
          color: #f1f5f8; }
      .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords button {
        position: absolute;
        right: 4px;
        top: 0;
        width: 38px;
        height: 38px;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        cursor: pointer; }
        .range-sample-imagery-header .tool-bar-controls .tool-bar-keywords button span.icon {
          font-size: 25px; }
    @media (max-width: 1199.98px) {
      .range-sample-imagery-header .tool-bar-controls {
        font-size: 14px; } }
    @media (max-width: 991.98px) {
      .range-sample-imagery-header .tool-bar-controls {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-width: 0 !important;
        width: 100% !important;
        font-size: 12px; }
        .range-sample-imagery-header .tool-bar-controls .show-btn {
          margin-left: 0 !important; }
        .range-sample-imagery-header .tool-bar-controls .options {
          margin-bottom: 20px; } }
  .range-sample-imagery-header .tool-bar-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto; }
    .range-sample-imagery-header .tool-bar-select .select-placeholder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 35px;
      color: white;
      text-decoration: none;
      font-family: "HelveticaBD";
      padding-right: 20px;
      border-bottom: 2px solid #ffffff; }
      .range-sample-imagery-header .tool-bar-select .select-placeholder .button-text-label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .range-sample-imagery-header .tool-bar-select .select-placeholder .icon {
        position: absolute;
        top: 13px;
        right: 0;
        font-size: 12px;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .range-sample-imagery-header .tool-bar-select .select-placeholder:hover {
        text-decoration: none; }
      .range-sample-imagery-header .tool-bar-select .select-placeholder.is-open .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .range-sample-imagery-header .tool-bar-select ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .range-sample-imagery-header .tool-bar-select ul a {
        display: block;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 45px;
        color: #022259;
        cursor: pointer; }
      .range-sample-imagery-header .tool-bar-select ul .level-2 a:hover:not(.active) {
        color: white;
        background-color: rgba(2, 34, 89, 0.7);
        text-decoration: none; }
      .range-sample-imagery-header .tool-bar-select ul li {
        line-height: 1.2; }
    .range-sample-imagery-header .tool-bar-select > ul {
      position: absolute;
      top: 100%;
      left: 0;
      padding: 10px 0 !important;
      border: 2px solid #022259;
      background-color: white; }
      .range-sample-imagery-header .tool-bar-select > ul > li > a {
        padding: 10px 30px 10px 40px !important;
        font-family: "HelveticaHV"; }
        .range-sample-imagery-header .tool-bar-select > ul > li > a img {
          display: block;
          position: absolute;
          width: 20px;
          left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .range-sample-imagery-header .tool-bar-select .level-container {
      display: none;
      width: calc(100% + 4px);
      left: -2px;
      text-align: left;
      overflow: hidden; }
    .range-sample-imagery-header .tool-bar-select .level-1 {
      font-size: 18px;
      font-family: 'HelveticaBD'; }
      .range-sample-imagery-header .tool-bar-select .level-1.level-reset {
        text-align: center;
        background-color: rgba(2, 34, 89, 0.1);
        font-size: 15px;
        font-weight: bold;
        position: relative;
        top: 10px; }
        .range-sample-imagery-header .tool-bar-select .level-1.level-reset > a {
          font-family: 'HelveticaLT';
          padding: 10px !important; }
          .range-sample-imagery-header .tool-bar-select .level-1.level-reset > a:hover {
            text-decoration: none; }
          .range-sample-imagery-header .tool-bar-select .level-1.level-reset > a:after {
            content: none; }
          .range-sample-imagery-header .tool-bar-select .level-1.level-reset > a .icon {
            margin-right: 10px;
            font-size: 17px; }
            .range-sample-imagery-header .tool-bar-select .level-1.level-reset > a .icon:before {
              color: #022259; }
      .range-sample-imagery-header .tool-bar-select .level-1 > a:after {
        content: "\e90a";
        font-family: "icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        right: 10px;
        color: #022259;
        font-size: 12px;
        -webkit-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%); }
      .range-sample-imagery-header .tool-bar-select .level-1 > a.is-open:after {
        -webkit-transform: rotate(0) translateY(-50%);
                transform: rotate(0) translateY(-50%); }
    .range-sample-imagery-header .tool-bar-select .level-2 {
      font-size: 18px;
      font-family: 'HelveticaLT'; }
      .range-sample-imagery-header .tool-bar-select .level-2 img {
        display: none; }
      .range-sample-imagery-header .tool-bar-select .level-2 a.active {
        background-color: #022259;
        color: white; }
    .range-sample-imagery-header .tool-bar-select .level-3 {
      font-size: 16px;
      padding-left: 20px; }

.range-sample-imagery-result {
  position: relative;
  margin-bottom: 80px;
  z-index: 9; }
  .range-sample-imagery-result .ol-viewport {
    background: #393939; }
  .range-sample-imagery-result .sample-imagery-result-header {
    margin-bottom: 40px;
    color: #022259;
    font-family: "HelveticaLT";
    font-size: 30px; }
    @media (max-width: 991.98px) {
      .range-sample-imagery-result .sample-imagery-result-header {
        font-size: 20px; } }
    .range-sample-imagery-result .sample-imagery-result-header span {
      padding: 0 20px;
      border-right: 1px solid #022259; }
      .range-sample-imagery-result .sample-imagery-result-header span:first-child {
        padding-left: 0; }
      .range-sample-imagery-result .sample-imagery-result-header span:last-child {
        border: none; }
  .range-sample-imagery-result .sample-imagery-result-content {
    background-color: #eff3f9; }
  .range-sample-imagery-result .sample-list-item {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 15px; }
    .range-sample-imagery-result .sample-list-item .sample-list-link {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden;
      background-color: #3C3E3F;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .range-sample-imagery-result .sample-list-item .sample-list-link:hover {
        text-decoration: none;
        -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.98);
                box-shadow: 0 0 40px rgba(0, 0, 0, 0.98); }
    .range-sample-imagery-result .sample-list-item img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      max-width: 100%; }
    .range-sample-imagery-result .sample-list-item h3 {
      position: absolute;
      width: 100%;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      padding: 30px 15px 0 20px;
      margin: 0 0 0 0;
      font-weight: normal;
      line-height: normal;
      color: white;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), color-stop(90%, transparent), to(transparent));
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.74) 0%, transparent 90%, transparent 100%);
      font-family: "HelveticaRO";
      opacity: 1;
      font-size: 21px;
      z-index: 998; }
  .range-sample-imagery-result .sample-imagery-map {
    padding: 0; }

.range-sample-imagery-detail {
  margin-bottom: 80px; }
  .range-sample-imagery-detail .back {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0 0 20px 0;
    color: #022259;
    font-family: 'HelveticaMD';
    font-size: 20px; }
    .range-sample-imagery-detail .back .icon {
      display: inline-block;
      margin-right: 20px;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg);
      color: #022259;
      font-size: 17px; }
  .range-sample-imagery-detail .sample-info-zone {
    padding: 50px 0 30px 0; }
    .range-sample-imagery-detail .sample-info-zone .sample-data-img {
      width: 100%;
      padding: 0 15px; }
    .range-sample-imagery-detail .sample-info-zone .sample-image {
      width: 100%; }
    .range-sample-imagery-detail .sample-info-zone .item {
      margin-bottom: 20px; }
      .range-sample-imagery-detail .sample-info-zone .item .label,
      .range-sample-imagery-detail .sample-info-zone .item .value {
        display: block; }
      .range-sample-imagery-detail .sample-info-zone .item .label {
        font-family: "HelveticaBD";
        color: #022259; }
  .range-sample-imagery-detail .sample-dataset-zone {
    padding-bottom: 50px;
    background-color: #022259;
    color: white; }
    .range-sample-imagery-detail .sample-dataset-zone .dataset-title {
      margin: 50px 0;
      color: white; }
  .range-sample-imagery-detail .progress {
    border-radius: 0;
    border: 1px solid #e9ecef;
    background-color: rgba(255, 255, 255, 0.5); }
    .range-sample-imagery-detail .progress .progress-bar {
      background-color: white; }
  .range-sample-imagery-detail .dataset-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: white; }
    .range-sample-imagery-detail .dataset-list.no-dataset {
      padding-top: 50px; }
      .range-sample-imagery-detail .dataset-list.no-dataset .terms {
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid white; }
    .range-sample-imagery-detail .dataset-list .dataset-downloadInfo {
      display: block;
      width: 100%;
      font-size: 16px; }
    .range-sample-imagery-detail .dataset-list .dataset-filetitle {
      margin-right: 10px;
      font-family: "HelveticaBD"; }
    .range-sample-imagery-detail .dataset-list .terms {
      margin-top: 20px;
      font-family: "HelveticaBD"; }
    .range-sample-imagery-detail .dataset-list .dataset-filesize {
      font-size: 16px; }
    .range-sample-imagery-detail .dataset-list .dataset-item {
      display: inline-block;
      position: relative;
      margin-bottom: 20px;
      padding-left: 20px;
      line-height: 1.3;
      color: white;
      font-size: 19px; }
      .range-sample-imagery-detail .dataset-list .dataset-item .icon {
        position: absolute;
        left: 0;
        top: 7px;
        font-size: 13px; }
        .range-sample-imagery-detail .dataset-list .dataset-item .icon:before {
          content: "\e910" !important; }
      .range-sample-imagery-detail .dataset-list .dataset-item:hover .dataset-filesize {
        text-decoration: none; }
    .range-sample-imagery-detail .dataset-list a {
      color: white; }

.popover {
  border-radius: 0; }

#matrix-steps, #matrix-results {
  color: #ffffff;
  background-color: #022259;
  padding: 30px 0; }
  #matrix-steps button, #matrix-results button {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px;
    font-size: 18px;
    font-family: "HelveticaBD";
    padding: 17px 12px;
    color: rgba(255, 255, 255, 0.7); }
    #matrix-steps button:hover, #matrix-results button:hover {
      color: #022259; }
    #matrix-steps button:focus, #matrix-results button:focus {
      outline: none; }
    #matrix-steps button.active, #matrix-results button.active {
      background-color: #ffffff;
      color: #022259; }
      #matrix-steps button.active:after, #matrix-results button.active:after {
        content: ' ';
        background-image: url(/img/check.svg);
        position: absolute;
        display: block;
        top: -8px;
        right: -7px;
        width: 25px;
        height: 25px; }
  #matrix-steps .step, #matrix-results .step {
    margin-top: 30px;
    font-size: 30px;
    font-family: "HelveticaHV"; }
    @media (max-width: 767.98px) {
      #matrix-steps .step, #matrix-results .step {
        font-size: 24px; } }
    #matrix-steps .step .question, #matrix-results .step .question {
      margin-bottom: 20px; }
  #matrix-steps .step-number, #matrix-results .step-number {
    border-right: 1px solid #3d4d72;
    font-family: "HelveticaLT";
    padding-right: 10px;
    margin-right: 10px; }
  #matrix-steps .step2, #matrix-results .step2 {
    display: none;
    margin-top: 50px; }
  #matrix-steps .step3, #matrix-results .step3 {
    margin-top: 20px; }

@media (max-width: 1199.98px) {
  #matrix-steps button {
    width: 30%;
    min-width: auto;
    padding: 12px 7px; } }

@media (max-width: 767.98px) {
  #matrix-steps button {
    width: 44%; } }

#matrix-results {
  color: #022259;
  background-color: #eff3f9; }
  #matrix-results .item:nth-of-type(1) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(2) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(3) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(4) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(5) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(6) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(7) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(8) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(9) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(10) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(11) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(12) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(13) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(14) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(15) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(16) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(17) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(18) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(19) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(20) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(21) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(22) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(23) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(24) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(25) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(26) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(27) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(28) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(29) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(30) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(31) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(32) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(33) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(34) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(35) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(36) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(37) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(38) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(39) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(40) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(41) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(42) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(43) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(44) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(45) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(46) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(47) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(48) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(49) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item:nth-of-type(50) {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #matrix-results .item {
    padding: 10px; }
    #matrix-results .item .item-inner {
      position: relative;
      min-height: 450px;
      height: 100%;
      padding: 20px;
      padding-bottom: 80px;
      font-family: "HelveticaLT";
      background-color: #ffffff; }
      #matrix-results .item .item-inner .domain-name {
        font-size: 18px;
        font-weight: bold;
        color: #022259;
        font-family: "HelveticaHV";
        text-transform: uppercase; }
      #matrix-results .item .item-inner .capacity-name {
        font-size: 23px;
        color: #022259;
        line-height: 1.2;
        padding: 5px 0; }
      #matrix-results .item .item-inner .item-name {
        font-size: 30px;
        color: #022259;
        font-family: "HelveticaMD";
        line-height: 1.2;
        padding: 5px 0; }
      #matrix-results .item .item-inner .item-tagline {
        font-size: 18px;
        color: #022259;
        font-family: "HelveticaRO";
        padding: 5px 0; }
      #matrix-results .item .item-inner .item-description {
        font-size: 18px;
        color: #545454; }
      #matrix-results .item .item-inner .item-link {
        position: absolute;
        bottom: 10px;
        right: 10px; }
        #matrix-results .item .item-inner .item-link button {
          border: 1px solid #022259;
          font-size: 16px;
          color: #022259;
          background-color: #ffffff;
          padding: 12px 30px;
          font-family: "HelveticaRO";
          text-transform: capitalize; }
          #matrix-results .item .item-inner .item-link button:hover {
            cursor: pointer;
            color: #ffffff;
            background-color: #022259; }

.btn-matrix-domain, .btn-matrix-capability {
  text-transform: inherit; }


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