@charset "UTF-8";
/* base */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("//hello.myfonts.net/count/347668");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 8.5rem;
}
@media (max-width: 769px) {
  html {
    scroll-padding-top: 0;
  }
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/** Mixin stack for hairline borders on HiDPI screens */
/*
 * row is the container ( mandatory )
 * col is the item
 * you can use size on row ( apply on all item / even ) or on col ( apply on item only / odd )
 * you can also use one both if only certain item are different size
 * $sizes is the list of size available for theaming. first element is the class ( + size- ) and second is the actual width en % ( sans le % ). also use for push.
 * $size_md + $size_sm are size of col for respective breakpoint
*/
.row {
  font-size: 0;
  width: calc(100% + 32px);
  margin-left: -32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.size-20 > .col {
  width: calc(20% - 32px);
}
@media (max-width: 1025px) {
  .row.size-20 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-25 > .col {
  width: calc(25% - 32px);
}
@media (max-width: 1025px) {
  .row.size-25 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-30 > .col {
  width: calc(30% - 32px);
}
@media (max-width: 1025px) {
  .row.size-30 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-33 > .col {
  width: calc(33.33% - 32px);
}
@media (max-width: 1025px) {
  .row.size-33 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-35 > .col {
  width: calc(35% - 32px);
}
@media (max-width: 1025px) {
  .row.size-35 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-40 > .col {
  width: calc(40% - 32px);
}
@media (max-width: 1025px) {
  .row.size-40 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-50 > .col {
  width: calc(50% - 32px);
}
@media (max-width: 1025px) {
  .row.size-50 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-60 > .col {
  width: calc(60% - 32px);
}
@media (max-width: 1025px) {
  .row.size-60 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-66 > .col {
  width: calc(66.66% - 32px);
}
@media (max-width: 1025px) {
  .row.size-66 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-70 > .col {
  width: calc(70% - 32px);
}
@media (max-width: 1025px) {
  .row.size-70 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-75 > .col {
  width: calc(75% - 32px);
}
@media (max-width: 1025px) {
  .row.size-75 > .col {
    width: calc(100% - 32px);
  }
}
.row.size-80 > .col {
  width: calc(80% - 32px);
}
@media (max-width: 1025px) {
  .row.size-80 > .col {
    width: calc(100% - 32px);
  }
}
.row .col {
  font-size: 18px;
  position: relative;
  vertical-align: top;
  width: calc(100% - 32px);
  margin-left: 32px;
}
.row .col.size-20 {
  width: calc(20% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-20 {
    width: calc(100% - 32px);
  }
}
.row .col.size-25 {
  width: calc(25% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-25 {
    width: calc(100% - 32px);
  }
}
.row .col.size-30 {
  width: calc(30% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-30 {
    width: calc(100% - 32px);
  }
}
.row .col.size-33 {
  width: calc(33.33% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-33 {
    width: calc(100% - 32px);
  }
}
.row .col.size-35 {
  width: calc(35% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-35 {
    width: calc(100% - 32px);
  }
}
.row .col.size-40 {
  width: calc(40% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-40 {
    width: calc(100% - 32px);
  }
}
.row .col.size-50 {
  width: calc(50% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-50 {
    width: calc(100% - 32px);
  }
}
.row .col.size-60 {
  width: calc(60% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-60 {
    width: calc(100% - 32px);
  }
}
.row .col.size-66 {
  width: calc(66.66% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-66 {
    width: calc(100% - 32px);
  }
}
.row .col.size-70 {
  width: calc(70% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-70 {
    width: calc(100% - 32px);
  }
}
.row .col.size-75 {
  width: calc(75% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-75 {
    width: calc(100% - 32px);
  }
}
.row .col.size-80 {
  width: calc(80% - 32px);
}
@media (max-width: 1025px) {
  .row .col.size-80 {
    width: calc(100% - 32px);
  }
}
@media (max-width: 1025px) {
  .row .col:nth-child(n+2) {
    margin-top: 40px;
  }
}
.row .col.push-20 {
  margin-left: calc(20% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-20 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-20 {
    margin-left: 32px;
  }
}
.row .col.push-25 {
  margin-left: calc(25% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-25 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-25 {
    margin-left: 32px;
  }
}
.row .col.push-30 {
  margin-left: calc(30% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-30 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-30 {
    margin-left: 32px;
  }
}
.row .col.push-33 {
  margin-left: calc(33.33% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-33 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-33 {
    margin-left: 32px;
  }
}
.row .col.push-35 {
  margin-left: calc(35% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-35 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-35 {
    margin-left: 32px;
  }
}
.row .col.push-40 {
  margin-left: calc(40% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-40 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-40 {
    margin-left: 32px;
  }
}
.row .col.push-50 {
  margin-left: calc(50% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-50 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-50 {
    margin-left: 32px;
  }
}
.row .col.push-60 {
  margin-left: calc(60% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-60 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-60 {
    margin-left: 32px;
  }
}
.row .col.push-66 {
  margin-left: calc(66.66% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-66 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-66 {
    margin-left: 32px;
  }
}
.row .col.push-70 {
  margin-left: calc(70% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-70 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-70 {
    margin-left: 32px;
  }
}
.row .col.push-75 {
  margin-left: calc(75% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-75 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-75 {
    margin-left: 32px;
  }
}
.row .col.push-80 {
  margin-left: calc(80% + 32px);
}
@media (max-width: 1025px) {
  .row .col.push-80 {
    margin-left: calc(50% + 32px);
  }
}
@media (max-width: 1025px) and (max-width: 769px) {
  .row .col.push-80 {
    margin-left: 32px;
  }
}

/*!
 * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "FontAwesome");
  font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "FontAwesome";
}

.fa-brands, .fab {
  font-family: "FontAwesome";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
  animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
  animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
  animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
  animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-arrows-to-circle:before {
  content: "\e4bd";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
  content: "\f138";
}

.fa-at:before {
  content: "@";
}

.fa-trash-alt:before, .fa-trash-can:before {
  content: "\f2ed";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-user-times:before, .fa-user-xmark:before {
  content: "\f235";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-comment-alt:before, .fa-message:before {
  content: "\f27a";
}

.fa-info:before {
  content: "\f129";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}

.fa-explosion:before {
  content: "\e4e9";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
  content: "\f15c";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-building-un:before {
  content: "\e4d9";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
  content: "\f073";
}

.fa-anchor-circle-check:before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right:before {
  content: "\e4d1";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
  content: "\f45f";
}

.fa-arrows-up-to-line:before {
  content: "\e4c2";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-circle-minus:before, .fa-minus-circle:before {
  content: "\f056";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
  content: "\f86d";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
  content: "\f539";
}

.fa-bridge-circle-check:before {
  content: "\e4c9";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
  content: "\f689";
}

.fa-forward-step:before, .fa-step-forward:before {
  content: "\f051";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
  content: "\f5b8";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-football-ball:before, .fa-football:before {
  content: "\f44e";
}

.fa-school-circle-exclamation:before {
  content: "\e56c";
}

.fa-crop:before {
  content: "\f125";
}

.fa-angle-double-down:before, .fa-angles-down:before {
  content: "\f103";
}

.fa-users-rectangle:before {
  content: "\e594";
}

.fa-people-roof:before {
  content: "\e537";
}

.fa-people-line:before {
  content: "\e534";
}

.fa-beer-mug-empty:before, .fa-beer:before {
  content: "\f0fc";
}

.fa-diagram-predecessor:before {
  content: "\e477";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
  content: "\f176";
}

.fa-burn:before, .fa-fire-flame-simple:before {
  content: "\f46a";
}

.fa-male:before, .fa-person:before {
  content: "\f183";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-truck-plane:before {
  content: "\e58f";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
  content: "\f587";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line:before {
  content: "\e4af";
}

.fa-spoon:before, .fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-jar-wheat:before {
  content: "\e517";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
  content: "\f674";
}

.fa-file-circle-exclamation:before {
  content: "\e4eb";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-pager:before {
  content: "\f815";
}

.fa-address-book:before, .fa-contact-book:before {
  content: "\f2b9";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-k:before {
  content: "K";
}

.fa-landmark-flag:before {
  content: "\e51c";
}

.fa-pencil-alt:before, .fa-pencil:before {
  content: "\f303";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-comments:before {
  content: "\f086";
}

.fa-file-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-code-pull-request:before {
  content: "\e13c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
  content: "\f4de";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-vial-virus:before {
  content: "\e597";
}

.fa-sheet-plastic:before {
  content: "\e571";
}

.fa-blog:before {
  content: "\f781";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-person-arrow-up-from-line:before {
  content: "\e539";
}

.fa-scroll-torah:before, .fa-torah:before {
  content: "\f6a0";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
  content: "\f458";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-archive:before, .fa-box-archive:before {
  content: "\f187";
}

.fa-person-drowning:before {
  content: "\e545";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-w:before {
  content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
  content: "\f57c";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
  content: "\f3fa";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-trowel-bricks:before {
  content: "\e58a";
}

.fa-face-flushed:before, .fa-flushed:before {
  content: "\f579";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-tent-arrow-left-right:before {
  content: "\e57f";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
  content: "\f562";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
  content: "\e068";
}

.fa-mars-and-venus-burst:before {
  content: "\e523";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
  content: "\f152";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-sun-plant-wilt:before {
  content: "\e57a";
}

.fa-toilets-portable:before {
  content: "\e584";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right:before {
  content: "\e521";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
  content: "\f566";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-clover:before {
  content: "\e139";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f3e5";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-house-fire:before {
  content: "\e50c";
}

.fa-minus-square:before, .fa-square-minus:before {
  content: "\f146";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
  content: "\f150";
}

.fa-file-circle-question:before {
  content: "\e4ef";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-bars:before, .fa-navicon:before {
  content: "\f0c9";
}

.fa-people-group:before {
  content: "\e533";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-heart-broken:before, .fa-heart-crack:before {
  content: "\f7a9";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
  content: "\f360";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
  content: "\f597";
}

.fa-film:before {
  content: "\f008";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-people-robbery:before {
  content: "\e536";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-school-circle-xmark:before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
  content: "\f08b";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
  content: "\f13a";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
  content: "\f13e";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
  content: "\f58f";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
  content: "\f4b9";
}

.fa-memory:before {
  content: "\f538";
}

.fa-road-spikes:before {
  content: "\e568";
}

.fa-fire-burner:before {
  content: "\e4f1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-volume-down:before, .fa-volume-low:before {
  content: "\f027";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-compress:before {
  content: "\f066";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
  content: "\e2cd";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-hands-holding-child:before {
  content: "\e4fa";
}

.fa-asterisk:before {
  content: "*";
}

.fa-check-square:before, .fa-square-check:before {
  content: "\f14a";
}

.fa-peseta-sign:before {
  content: "\e221";
}

.fa-header:before, .fa-heading:before {
  content: "\f1dc";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-list-squares:before, .fa-list:before {
  content: "\f03a";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
  content: "\f87b";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-circle-dot:before, .fa-dot-circle:before {
  content: "\f192";
}

.fa-dizzy:before, .fa-face-dizzy:before {
  content: "\f567";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark:before {
  content: "\e513";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
  content: "\f1e3";
}

.fa-paint-brush:before, .fa-paintbrush:before {
  content: "\f1fc";
}

.fa-lock:before {
  content: "\f023";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
  content: "\f593";
}

.fa-map-location:before, .fa-map-marked:before {
  content: "\f59f";
}

.fa-house-flood-water:before {
  content: "\e50e";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-bridge-lock:before {
  content: "\e4cc";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-edit:before, .fa-pen-to-square:before {
  content: "\f044";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-share-alt:before, .fa-share-nodes:before {
  content: "\f1e0";
}

.fa-heart-circle-minus:before {
  content: "\e4ff";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
  content: "\f290";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-person-rays:before {
  content: "\e54d";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-flask-vial:before {
  content: "\e4f3";
}

.fa-hand-paper:before, .fa-hand:before {
  content: "\f256";
}

.fa-om:before {
  content: "\f679";
}

.fa-worm:before {
  content: "\e599";
}

.fa-house-circle-xmark:before {
  content: "\e50b";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-face-kiss:before, .fa-kiss:before {
  content: "\f596";
}

.fa-bridge-circle-xmark:before {
  content: "\e4cb";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
  content: "\f589";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
  content: "\f58c";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-road-circle-check:before {
  content: "\e564";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-rss-square:before, .fa-square-rss:before {
  content: "\f143";
}

.fa-land-mine-on:before {
  content: "\e51b";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-stairs:before {
  content: "\e289";
}

.fa-i:before {
  content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
  content: "\f6f2";
}

.fa-pills:before {
  content: "\f484";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
  content: "\f581";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-v:before {
  content: "V";
}

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
  content: "\e579";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-ambulance:before, .fa-truck-medical:before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation:before {
  content: "\e598";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-road-barrier:before {
  content: "\e562";
}

.fa-school:before {
  content: "\f549";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-joint:before {
  content: "\f595";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-q:before {
  content: "Q";
}

.fa-g:before {
  content: "G";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-dong-sign:before {
  content: "\e169";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
  content: "\f75a";
}

.fa-face-frown-open:before, .fa-frown-open:before {
  content: "\f57a";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-helmet-un:before {
  content: "\e503";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}

.fa-folder-blank:before, .fa-folder:before {
  content: "\f07b";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
  content: "\f478";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-chart-simple:before {
  content: "\e473";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-vial:before {
  content: "\f492";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

.fa-e:before {
  content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
  content: "\f305";
}

.fa-bridge-circle-exclamation:before {
  content: "\e4ca";
}

.fa-user:before {
  content: "\f007";
}

.fa-school-circle-check:before {
  content: "\e56b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
  content: "\f5b6";
}

.fa-building-user:before {
  content: "\e4da";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
  content: "\f191";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-key:before {
  content: "\f084";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-person-half-dress:before {
  content: "\e548";
}

.fa-road-bridge:before {
  content: "\e563";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-c:before {
  content: "C";
}

.fa-tablet-button:before {
  content: "\f10a";
}

.fa-building-lock:before {
  content: "\e4d6";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-area-chart:before, .fa-chart-area:before {
  content: "\f1fe";
}

.fa-house-flag:before {
  content: "\e50d";
}

.fa-person-circle-minus:before {
  content: "\e540";
}

.fa-ban:before, .fa-cancel:before {
  content: "\f05e";
}

.fa-camera-rotate:before {
  content: "\e0d8";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
  content: "\f5d0";
}

.fa-star:before {
  content: "\f005";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-cross:before {
  content: "\f654";
}

.fa-box:before {
  content: "\f466";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
  content: "\f245";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
  content: "\f31e";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
  content: "\f61f";
}

.fa-random:before, .fa-shuffle:before {
  content: "\f074";
}

.fa-person-running:before, .fa-running:before {
  content: "\f70c";
}

.fa-mobile-retro:before {
  content: "\e527";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-spider:before {
  content: "\f717";
}

.fa-hands-bound:before {
  content: "\e4f9";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-plane-circle-exclamation:before {
  content: "\e556";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-slash:before {
  content: "\f715";
}

.fa-computer-mouse:before, .fa-mouse:before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
  content: "\f090";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
  content: "\e070";
}

.fa-server:before {
  content: "\f233";
}

.fa-virus-covid-slash:before {
  content: "\e4a9";
}

.fa-shop-lock:before {
  content: "\e4a5";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-building-wheat:before {
  content: "\e4db";
}

.fa-person-breastfeeding:before {
  content: "\e53a";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-venus:before {
  content: "\f221";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
  content: "\f21e";
}

.fa-people-carry-box:before, .fa-people-carry:before {
  content: "\f4ce";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-crown:before {
  content: "\f521";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-xmarks-lines:before {
  content: "\e59a";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-weight-scale:before, .fa-weight:before {
  content: "\f496";
}

.fa-user-friends:before, .fa-user-group:before {
  content: "\f500";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
  content: "\f59b";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
  content: "\f0aa";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-person-walking:before, .fa-walking:before {
  content: "\f554";
}

.fa-l:before {
  content: "L";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-bed-pulse:before, .fa-procedures:before {
  content: "\f487";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
  content: "\f197";
}

.fa-face-laugh:before, .fa-laugh:before {
  content: "\f599";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-heart-circle-plus:before {
  content: "\e500";
}

.fa-code-fork:before {
  content: "\e13b";
}

.fa-city:before {
  content: "\f64f";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
  content: "\f3c9";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-colon-sign:before {
  content: "\e140";
}

.fa-headset:before {
  content: "\f590";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-road-circle-xmark:before {
  content: "\e566";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
  content: "\f79f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-house-circle-exclamation:before {
  content: "\e50a";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
  content: "\f574";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
  content: "\f1eb";
}

.fa-bath:before, .fa-bathtub:before {
  content: "\f2cd";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-user-edit:before, .fa-user-pen:before {
  content: "\f4ff";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-bold:before {
  content: "\f032";
}

.fa-anchor-lock:before {
  content: "\e4ad";
}

.fa-building-ngo:before {
  content: "\e4d7";
}

.fa-manat-sign:before {
  content: "\e1d5";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-border-style:before, .fa-border-top-left:before {
  content: "\f853";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-poll:before, .fa-square-poll-vertical:before {
  content: "\f681";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-battery-car:before, .fa-car-battery:before {
  content: "\f5df";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-building-circle-check:before {
  content: "\e4d2";
}

.fa-person-chalkboard:before {
  content: "\e53d";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
  content: "\f22b";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
  content: "\f255";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
  content: "\f151";
}

.fa-cloud-showers-water:before {
  content: "\e4e4";
}

.fa-bar-chart:before, .fa-chart-bar:before {
  content: "\f080";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
  content: "\e05e";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-train:before {
  content: "\f238";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
  content: "\f2a8";
}

.fa-crow:before {
  content: "\f520";
}

.fa-sailboat:before {
  content: "\e445";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-plus-square:before, .fa-square-plus:before {
  content: "\f0fe";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-bucket:before {
  content: "\e4cf";
}

.fa-image:before {
  content: "\f03e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-folder-closed:before {
  content: "\e185";
}

.fa-house-tsunami:before {
  content: "\e515";
}

.fa-square-nfi:before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water:before {
  content: "\e4b5";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
  content: "\f57b";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
  content: "\f2ea";
}

.fa-columns:before, .fa-table-columns:before {
  content: "\f0db";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-dolly-box:before, .fa-dolly:before {
  content: "\f472";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
  content: "\f78c";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-angle-double-right:before, .fa-angles-right:before {
  content: "\f101";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-circle-play:before, .fa-play-circle:before {
  content: "\f144";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
  content: "\f153";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-check-circle:before, .fa-circle-check:before {
  content: "\f058";
}

.fa-circle-stop:before, .fa-stop-circle:before {
  content: "\f28d";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
  content: "\f568";
}

.fa-plate-wheat:before {
  content: "\e55a";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-person-shelter:before {
  content: "\e54f";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
  content: "\f59a";
}

.fa-helicopter-symbol:before {
  content: "\e502";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
  content: "\f139";
}

.fa-lari-sign:before {
  content: "\e1c8";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right:before {
  content: "\e553";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
  content: "\f154";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-square-person-confined:before {
  content: "\e577";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line:before {
  content: "\e57e";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-person-skating:before, .fa-skating:before {
  content: "\f7c5";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
  content: "\f662";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
  content: "\f0ab";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
  content: "\f56f";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
  content: "\f14c";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-location-pin-lock:before {
  content: "\e51f";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-hill-avalanche:before {
  content: "\e507";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
  content: "\f2bb";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
  content: "\f516";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-diamond-turn-right:before, .fa-directions:before {
  content: "\f5eb";
}

.fa-burst:before {
  content: "\e4dc";
}

.fa-house-laptop:before, .fa-laptop-house:before {
  content: "\e066";
}

.fa-face-tired:before, .fa-tired:before {
  content: "\f5c8";
}

.fa-money-bills:before {
  content: "\e1f3";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-arrows-turn-right:before {
  content: "\e4c0";
}

.fa-vest:before {
  content: "\e085";
}

.fa-ferry:before {
  content: "\e4ea";
}

.fa-arrows-down-to-people:before {
  content: "\e4b9";
}

.fa-seedling:before, .fa-sprout:before {
  content: "\f4d8";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
  content: "\f337";
}

.fa-boxes-packing:before {
  content: "\e4c7";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
  content: "\f0a8";
}

.fa-group-arrows-rotate:before {
  content: "\e4f6";
}

.fa-bowl-food:before {
  content: "\e4c6";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
  content: "\f160";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
  content: "\f76c";
}

.fa-remove-format:before, .fa-text-slash:before {
  content: "\f87d";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
  content: "\f4da";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
  content: "\f07e";
}

.fa-house-lock:before {
  content: "\e510";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
  content: "\f0ed";
}

.fa-children:before {
  content: "\e4e1";
}

.fa-blackboard:before, .fa-chalkboard:before {
  content: "\f51b";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
  content: "\f4fa";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
  content: "\e05f";
}

.fa-mattress-pillow:before {
  content: "\e525";
}

.fa-guarani-sign:before {
  content: "\e19a";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
  content: "\f021";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-cruzeiro-sign:before {
  content: "\e152";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-shield-alt:before, .fa-shield-halved:before {
  content: "\f3ed";
}

.fa-atlas:before, .fa-book-atlas:before {
  content: "\f558";
}

.fa-virus:before {
  content: "\e074";
}

.fa-envelope-circle-check:before {
  content: "\e4e8";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-arrows-to-dot:before {
  content: "\e4be";
}

.fa-archway:before {
  content: "\f557";
}

.fa-heart-circle-check:before {
  content: "\e4fd";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
  content: "\f6f1";
}

.fa-file-archive:before, .fa-file-zipper:before {
  content: "\f1c6";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
  content: "\f000";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cedi-sign:before {
  content: "\e0df";
}

.fa-italic:before {
  content: "\f033";
}

.fa-church:before {
  content: "\f51d";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-z:before {
  content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
  content: "\f7c9";
}

.fa-road-lock:before {
  content: "\e567";
}

.fa-a:before {
  content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
  content: "\e03f";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
  content: "\f56b";
}

.fa-p:before {
  content: "P";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-ad:before, .fa-rectangle-ad:before {
  content: "\f641";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
  content: "\f0a9";
}

.fa-filter-circle-xmark:before {
  content: "\e17b";
}

.fa-locust:before {
  content: "\e520";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
  content: "\f0cb";
}

.fa-person-dress-burst:before {
  content: "\e544";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
  content: "\f53d";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-question:before {
  content: "?";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
  content: "\f0b2";
}

.fa-house-chimney-user:before {
  content: "\e065";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
  content: "\f5c0";
}

.fa-code:before {
  content: "\f121";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
  content: "\f7a0";
}

.fa-building-circle-exclamation:before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart:before {
  content: "\e522";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
  content: "\f08e";
}

.fa-cubes-stacked:before {
  content: "\e4e6";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
  content: "\f159";
}

.fa-virus-covid:before {
  content: "\e4a8";
}

.fa-austral-sign:before {
  content: "\e0a9";
}

.fa-f:before {
  content: "F";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-road:before {
  content: "\f018";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-person-circle-plus:before {
  content: "\e541";
}

.fa-chart-pie:before, .fa-pie-chart:before {
  content: "\f200";
}

.fa-bolt-lightning:before {
  content: "\e0b7";
}

.fa-sack-xmark:before {
  content: "\e56a";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-fish-fins:before {
  content: "\e4f2";
}

.fa-building-flag:before {
  content: "\e4d5";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
  content: "\f582";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-poop:before {
  content: "\f619";
}

.fa-location-pin:before, .fa-map-marker:before {
  content: "\f041";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
  content: "\f807";
}

.fa-eject:before {
  content: "\f052";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
  content: "\f35a";
}

.fa-plane-circle-check:before {
  content: "\e555";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-chart-line:before, .fa-line-chart:before {
  content: "\f201";
}

.fa-mask-ventilator:before {
  content: "\e524";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-map-signs:before, .fa-signs-post:before {
  content: "\f277";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-person-circle-question:before {
  content: "\e542";
}

.fa-h:before {
  content: "H";
}

.fa-tarp:before {
  content: "\e57b";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
  content: "\f7d9";
}

.fa-arrows-to-eye:before {
  content: "\e4bf";
}

.fa-plug-circle-bolt:before {
  content: "\e55b";
}

.fa-heart:before {
  content: "\f004";
}

.fa-mars-and-venus:before {
  content: "\f224";
}

.fa-home-user:before, .fa-house-user:before {
  content: "\e1b0";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-house-crack:before {
  content: "\e3b1";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
  content: "\f561";
}

.fa-face-surprise:before, .fa-surprise:before {
  content: "\f5c2";
}

.fa-bottle-water:before {
  content: "\e4c5";
}

.fa-circle-pause:before, .fa-pause-circle:before {
  content: "\f28b";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-apple-alt:before, .fa-apple-whole:before {
  content: "\f5d1";
}

.fa-kitchen-set:before {
  content: "\e51a";
}

.fa-r:before {
  content: "R";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-bitcoin-sign:before {
  content: "\e0b4";
}

.fa-shield-dog:before {
  content: "\e573";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-elevator:before {
  content: "\e16d";
}

.fa-money-bill-transfer:before {
  content: "\e528";
}

.fa-money-bill-trend-up:before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right:before {
  content: "\e50f";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
  content: "\f682";
}

.fa-circle:before {
  content: "\f111";
}

.fa-backward-fast:before, .fa-fast-backward:before {
  content: "\f049";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-basketball-ball:before, .fa-basketball:before {
  content: "\f434";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
  content: "\f35b";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
  content: "\f3cd";
}

.fa-volume-high:before, .fa-volume-up:before {
  content: "\f028";
}

.fa-users-rays:before {
  content: "\e593";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-burger:before, .fa-hamburger:before {
  content: "\f805";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-bugs:before {
  content: "\e4d0";
}

.fa-rupee-sign:before, .fa-rupee:before {
  content: "\f156";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-circle-question:before, .fa-question-circle:before {
  content: "\f059";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-book-bookmark:before {
  content: "\e0bb";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-bridge:before {
  content: "\e4c8";
}

.fa-phone-alt:before, .fa-phone-flip:before {
  content: "\f879";
}

.fa-truck-front:before {
  content: "\e2b7";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation:before {
  content: "\e4ab";
}

.fa-truck-field:before {
  content: "\e58d";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-clipboard-question:before {
  content: "\e4e3";
}

.fa-panorama:before {
  content: "\e209";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-file-circle-minus:before {
  content: "\e4ed";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-fast-forward:before, .fa-forward-fast:before {
  content: "\f050";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
  content: "\f5a4";
}

.fa-parking:before, .fa-square-parking:before {
  content: "\f540";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
  content: "\f828";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
  content: "\f54d";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-mobile-button:before {
  content: "\f10b";
}

.fa-house-medical-flag:before {
  content: "\e514";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
  content: "\f291";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-bus-alt:before, .fa-bus-simple:before {
  content: "\f55e";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
  content: "\f5b3";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-person-military-to-person:before {
  content: "\e54c";
}

.fa-file-shield:before {
  content: "\e4f0";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-pen:before {
  content: "\f304";
}

.fa-tower-observation:before {
  content: "\e586";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
  content: "\f012";
}

.fa-bus:before {
  content: "\f207";
}

.fa-heart-circle-xmark:before {
  content: "\e501";
}

.fa-home-lg:before, .fa-house-chimney:before {
  content: "\e3af";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-face-frown:before, .fa-frown:before {
  content: "\f119";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-shop:before, .fa-store-alt:before {
  content: "\f54f";
}

.fa-floppy-disk:before, .fa-save:before {
  content: "\f0c7";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
  content: "\f515";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-comment-dots:before, .fa-commenting:before {
  content: "\f4ad";
}

.fa-plant-wilt:before {
  content: "\e5aa";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
  content: "\f585";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hands-praying:before, .fa-praying-hands:before {
  content: "\f684";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
  content: "\f01e";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-location-crosshairs:before, .fa-location:before {
  content: "\f601";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-child-dress:before {
  content: "\e59c";
}

.fa-users-between-lines:before {
  content: "\e591";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
  content: "\f588";
}

.fa-phone:before {
  content: "\f095";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
  content: "\f273";
}

.fa-child-reaching:before {
  content: "\e59d";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-user-cog:before, .fa-user-gear:before {
  content: "\f4fe";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-mosquito-net:before {
  content: "\e52c";
}

.fa-bridge-water:before {
  content: "\e4ce";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-digging:before, .fa-person-digging:before {
  content: "\f85e";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
  content: "\f629";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
  content: "\f10e";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
  content: "\f553";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-divide:before {
  content: "\f529";
}

.fa-tenge-sign:before, .fa-tenge:before {
  content: "\f7d7";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-hands-holding:before {
  content: "\f4c2";
}

.fa-hands-clapping:before {
  content: "\e1a8";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-person-circle-xmark:before {
  content: "\e543";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-j:before {
  content: "J";
}

.fa-users-viewfinder:before {
  content: "\e595";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
  content: "\f35d";
}

.fa-table-cells:before, .fa-th:before {
  content: "\f00a";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-bible:before, .fa-book-bible:before {
  content: "\f647";
}

.fa-o:before {
  content: "O";
}

.fa-medkit:before, .fa-suitcase-medical:before {
  content: "\f0fa";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-otter:before {
  content: "\f700";
}

.fa-female:before, .fa-person-dress:before {
  content: "\f182";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-briefcase-clock:before, .fa-business-time:before {
  content: "\f64a";
}

.fa-table-cells-large:before, .fa-th-large:before {
  content: "\f009";
}

.fa-book-tanakh:before, .fa-tanakh:before {
  content: "\f827";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-plane-lock:before {
  content: "\e558";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-comment:before {
  content: "\f075";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
  content: "\f1fd";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-angle-double-up:before, .fa-angles-up:before {
  content: "\f102";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-arrow-right-to-city:before {
  content: "\e4b3";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-litecoin-sign:before {
  content: "\e1d3";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-circle-nodes:before {
  content: "\e4e2";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-truck-field-un:before {
  content: "\e58e";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
  content: "\f254";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-user-doctor:before, .fa-user-md:before {
  content: "\f0f0";
}

.fa-circle-info:before, .fa-info-circle:before {
  content: "\f05a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-camera-alt:before, .fa-camera:before {
  content: "\f030";
}

.fa-square-virus:before {
  content: "\e578";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-car-on:before {
  content: "\e4dd";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-water:before {
  content: "\f773";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
  content: "\f486";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-person-cane:before {
  content: "\e53c";
}

.fa-tent:before {
  content: "\e57d";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-money-bill-wheat:before {
  content: "\e52a";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-hard-drive:before, .fa-hdd:before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-list-alt:before, .fa-rectangle-list:before {
  content: "\f022";
}

.fa-tarp-droplet:before {
  content: "\e57c";
}

.fa-house-medical-circle-check:before {
  content: "\e511";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
  content: "\f359";
}

.fa-subway:before, .fa-train-subway:before {
  content: "\f239";
}

.fa-chart-gantt:before {
  content: "\e0e4";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
  content: "\e1bc";
}

.fa-crop-alt:before, .fa-crop-simple:before {
  content: "\f565";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-dna:before {
  content: "\f471";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-minus:before, .fa-subtract:before {
  content: "\f068";
}

.fa-chess:before {
  content: "\f439";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
  content: "\f177";
}

.fa-plug-circle-check:before {
  content: "\e55c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-franc-sign:before {
  content: "\e18f";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
  content: "\f2a3";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
  content: "\f5c7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-mosquito:before {
  content: "\e52b";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-person-military-rifle:before {
  content: "\e54b";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
  content: "\f07a";
}

.fa-vials:before {
  content: "\f493";
}

.fa-plug-circle-plus:before {
  content: "\e55f";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
  content: "\f148";
}

.fa-u:before {
  content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
  content: "\f698";
}

.fa-clock-four:before, .fa-clock:before {
  content: "\f017";
}

.fa-backward-step:before, .fa-step-backward:before {
  content: "\f048";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-baseball-bat-ball:before {
  content: "\f432";
}

.fa-s:before {
  content: "S";
}

.fa-timeline:before {
  content: "\e29c";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
  content: "\f7f2";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
  content: "\f3cf";
}

.fa-plane-up:before {
  content: "\e22d";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-battery-3:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-mountain-city:before {
  content: "\e52e";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-sliders-h:before, .fa-sliders:before {
  content: "\f1de";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-cent-sign:before {
  content: "\e3f5";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-person-pregnant:before {
  content: "\e31e";
}

.fa-wand-sparkles:before {
  content: "\f72b";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
  content: "\f142";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
  content: "\f30b";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-laptop-file:before {
  content: "\e51d";
}

.fa-teletype:before, .fa-tty:before {
  content: "\f1e4";
}

.fa-diagram-next:before {
  content: "\e476";
}

.fa-person-rifle:before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation:before {
  content: "\e512";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-hiking:before, .fa-person-hiking:before {
  content: "\f6ec";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-images:before {
  content: "\f302";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-people-pulling:before {
  content: "\e535";
}

.fa-n:before {
  content: "N";
}

.fa-cable-car:before, .fa-tram:before {
  content: "\f7da";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-building-circle-xmark:before {
  content: "\e4d4";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-arrows-down-to-line:before {
  content: "\e4b8";
}

.fa-download:before {
  content: "\f019";
}

.fa-face-grin:before, .fa-grin:before {
  content: "\f580";
}

.fa-backspace:before, .fa-delete-left:before {
  content: "\f55a";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
  content: "\f1fb";
}

.fa-file-circle-check:before {
  content: "\e5a0";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
  content: "\f3ce";
}

.fa-face-meh:before, .fa-meh:before {
  content: "\f11a";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-book-dead:before, .fa-book-skull:before {
  content: "\f6b7";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-heart-circle-exclamation:before {
  content: "\e4fe";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
  content: "\f015";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-b:before {
  content: "B";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
  content: "\f0ec";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
  content: "\f2f9";
}

.fa-cutlery:before, .fa-utensils:before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
  content: "\f161";
}

.fa-mill-sign:before {
  content: "\e1ed";
}

.fa-bowl-rice:before {
  content: "\e2eb";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
  content: "\f519";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
  content: "\f30c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-upload:before {
  content: "\f093";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-mound:before {
  content: "\e52d";
}

.fa-toilet-portable:before {
  content: "\e583";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-file-arrow-down:before, .fa-file-download:before {
  content: "\f56d";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-shield-cat:before {
  content: "\e572";
}

.fa-bolt:before, .fa-zap:before {
  content: "\f0e7";
}

.fa-glass-water:before {
  content: "\e4f4";
}

.fa-oil-well:before {
  content: "\e532";
}

.fa-vault:before {
  content: "\e2c5";
}

.fa-mars:before {
  content: "\f222";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-plane-circle-xmark:before {
  content: "\e557";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
  content: "\f158";
}

.fa-sun:before {
  content: "\f185";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
  content: "\f59c";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-bore-hole:before {
  content: "\e4c3";
}

.fa-industry:before {
  content: "\f275";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
  content: "\f358";
}

.fa-arrows-turn-to-dots:before {
  content: "\e4c1";
}

.fa-florin-sign:before {
  content: "\e184";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-less-than:before {
  content: "<";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-car-tunnel:before {
  content: "\e4de";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
  content: "\f178";
}

.fa-anchor-circle-xmark:before {
  content: "\e4ac";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
  content: "\f141";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-first-aid:before, .fa-kit-medical:before {
  content: "\f479";
}

.fa-person-through-window:before {
  content: "\e5a9";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-hands-holding-circle:before {
  content: "\e4fb";
}

.fa-bug:before {
  content: "\f188";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
  content: "\f09d";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-hand-holding-hand:before {
  content: "\e4f7";
}

.fa-book-open-reader:before, .fa-book-reader:before {
  content: "\f5da";
}

.fa-mountain-sun:before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line:before {
  content: "\e4ba";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-truck-droplet:before {
  content: "\e58c";
}

.fa-file-circle-xmark:before {
  content: "\e5a1";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
  content: "\e040";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-bed:before {
  content: "\f236";
}

.fa-h-square:before, .fa-square-h:before {
  content: "\f0fd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-plug-circle-xmark:before {
  content: "\e560";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
  content: "\f4c4";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-file:before {
  content: "\f15b";
}

.fa-greater-than:before {
  content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
  content: "\f5c4";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-droplet:before, .fa-tint:before {
  content: "\f043";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
  content: "\f57d";
}

.fa-person-burst:before {
  content: "\e53b";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-socks:before {
  content: "\f696";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-section:before {
  content: "\e447";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
  content: "\f625";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
  content: "\f0f8";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
  content: "\f550";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
  content: "\f29d";
}

.fa-drum:before {
  content: "\f569";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-heart-circle-bolt:before {
  content: "\e4fc";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
  content: "\f772";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
  content: "\f468";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
  content: "\f2a2";
}

.fa-tree-city:before {
  content: "\e587";
}

.fa-play:before {
  content: "\f04b";
}

.fa-font:before {
  content: "\f031";
}

.fa-rupiah-sign:before {
  content: "\e23d";
}

.fa-magnifying-glass:before, .fa-search:before {
  content: "\f002";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
  content: "\f45d";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
  content: "\f470";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-naira-sign:before {
  content: "\e1f6";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-file-edit:before, .fa-file-pen:before {
  content: "\f31c";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
  content: "\f14b";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-person-circle-exclamation:before {
  content: "\e53f";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
  content: "\f240";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-code-compare:before {
  content: "\e13a";
}

.fa-list-dots:before, .fa-list-ul:before {
  content: "\f0ca";
}

.fa-school-lock:before {
  content: "\e56f";
}

.fa-tower-cell:before {
  content: "\e585";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-ranking-star:before {
  content: "\e561";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-person-harassing:before {
  content: "\e549";
}

.fa-brazilian-real-sign:before {
  content: "\e46c";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
  content: "\f752";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
  content: "\f26c";
}

.fa-shrimp:before {
  content: "\e448";
}

.fa-list-check:before, .fa-tasks:before {
  content: "\f0ae";
}

.fa-jug-detergent:before {
  content: "\e519";
}

.fa-circle-user:before, .fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-car-burst:before, .fa-car-crash:before {
  content: "\f5e1";
}

.fa-y:before {
  content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
  content: "\f7ce";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
  content: "\f48b";
}

.fa-fish:before {
  content: "\f578";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
  content: "\f042";
}

.fa-clapperboard:before {
  content: "\e131";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-baseball-ball:before, .fa-baseball:before {
  content: "\f433";
}

.fa-jet-fighter-up:before {
  content: "\e518";
}

.fa-diagram-project:before, .fa-project-diagram:before {
  content: "\f542";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
  content: "\f6a9";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-grip-horizontal:before, .fa-grip:before {
  content: "\f58d";
}

.fa-share-from-square:before, .fa-share-square:before {
  content: "\f14d";
}

.fa-child-combatant:before, .fa-child-rifle:before {
  content: "\e4e0";
}

.fa-gun:before {
  content: "\e19b";
}

.fa-phone-square:before, .fa-square-phone:before {
  content: "\f098";
}

.fa-add:before, .fa-plus:before {
  content: "+";
}

.fa-expand:before {
  content: "\f065";
}

.fa-computer:before {
  content: "\e4e5";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
  content: "\f047";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
  content: "\f51c";
}

.fa-peso-sign:before {
  content: "\e222";
}

.fa-building-shield:before {
  content: "\e4d8";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-users-line:before {
  content: "\e592";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
  content: "\f10d";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
  content: "\f829";
}

.fa-arrow-down-up-lock:before {
  content: "\e4b0";
}

.fa-lines-leaning:before {
  content: "\e51e";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-equals:before {
  content: "=";
}

.fa-blender:before {
  content: "\f517";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-map:before {
  content: "\f279";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-photo-film:before, .fa-photo-video:before {
  content: "\f87c";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-store:before {
  content: "\f54e";
}

.fa-arrow-trend-up:before {
  content: "\e098";
}

.fa-plug-circle-minus:before {
  content: "\e55e";
}

.fa-sign-hanging:before, .fa-sign:before {
  content: "\f4d9";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-tablet-android:before, .fa-tablet:before {
  content: "\f3fb";
}

.fa-school-flag:before {
  content: "\e56e";
}

.fa-fill:before {
  content: "\f575";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-notdef:before {
  content: "\e1fe";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-car-alt:before, .fa-car-rear:before {
  content: "\f5de";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-battery-2:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
  content: "\f77d";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-percent:before, .fa-percentage:before {
  content: "%";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-glass-water-droplet:before {
  content: "\e4f5";
}

.fa-display:before {
  content: "\e163";
}

.fa-face-smile:before, .fa-smile:before {
  content: "\f118";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
  content: "\f08d";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-person-praying:before, .fa-pray:before {
  content: "\f683";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-rotate:before, .fa-sync-alt:before {
  content: "\f2f1";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-robot:before {
  content: "\f544";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-arrow-up-right-dots:before {
  content: "\e4b7";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
  content: "\f584";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-transgender-alt:before, .fa-transgender:before {
  content: "\f225";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
  content: "\f149";
}

.fa-person-falling-burst:before {
  content: "\e547";
}

.fa-award:before {
  content: "\f559";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
  content: "\f3ff";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-angle-double-left:before, .fa-angles-left:before {
  content: "\f100";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-clock-rotate-left:before, .fa-history:before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
  content: "\f56e";
}

.fa-shield-blank:before, .fa-shield:before {
  content: "\f132";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-house-medical:before {
  content: "\e3b2";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
  content: "\f450";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
  content: "\f137";
}

.fa-house-chimney-window:before {
  content: "\e00d";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left:before {
  content: "\e580";
}

.fa-tents:before {
  content: "\e582";
}

.fa-magic:before, .fa-wand-magic:before {
  content: "\f0d0";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-moon:before {
  content: "\f186";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
  content: "\f5ce";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-music:before {
  content: "\f001";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-biking:before, .fa-person-biking:before {
  content: "\f84a";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-shield-heart:before {
  content: "\e574";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
  content: "\e47b";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
  content: "\f2d3";
}

.fa-hashtag:before {
  content: "#";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-t:before {
  content: "T";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-chart-column:before {
  content: "\e0e3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-vial-circle-check:before {
  content: "\e596";
}

.fa-person-arrow-down-to-line:before {
  content: "\e538";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-fan:before {
  content: "\f863";
}

.fa-person-walking-luggage:before {
  content: "\e554";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
  content: "\f338";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-bahai:before, .fa-haykal:before {
  content: "\f666";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-circle-plus:before, .fa-plus-circle:before {
  content: "\f055";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation:before {
  content: "\e55d";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
  content: "\f127";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left:before {
  content: "\e551";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
  content: "\f7e4";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-file-circle-plus:before {
  content: "\e494";
}

.fa-book-quran:before, .fa-quran:before {
  content: "\f687";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-angry:before, .fa-face-angry:before {
  content: "\f556";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-arrow-trend-down:before {
  content: "\e097";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
  content: "\f24e";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
  content: "\f62a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-desktop-alt:before, .fa-desktop:before {
  content: "\f390";
}

.fa-m:before {
  content: "M";
}

.fa-table-list:before, .fa-th-list:before {
  content: "\f00b";
}

.fa-comment-sms:before, .fa-sms:before {
  content: "\f7cd";
}

.fa-book:before {
  content: "\f02d";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-check:before {
  content: "\f00c";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-house-circle-check:before {
  content: "\e509";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-diagram-successor:before {
  content: "\e47a";
}

.fa-truck-arrow-right:before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left:before {
  content: "\e4bc";
}

.fa-fist-raised:before, .fa-hand-fist:before {
  content: "\f6de";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-person-falling:before {
  content: "\e546";
}

.fa-image-portrait:before, .fa-portrait:before {
  content: "\f3e0";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-rug:before {
  content: "\e569";
}

.fa-earth-europe:before, .fa-globe-europe:before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
  content: "\f59d";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
  content: "\f410";
}

.fa-baht-sign:before {
  content: "\e0ac";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
  content: "\f66a";
}

.fa-handcuffs:before {
  content: "\e4f8";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
  content: "\f071";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-bottle-droplet:before {
  content: "\e4c4";
}

.fa-mask-face:before {
  content: "\e1d7";
}

.fa-hill-rockslide:before {
  content: "\e508";
}

.fa-exchange-alt:before, .fa-right-left:before {
  content: "\f362";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-road-circle-exclamation:before {
  content: "\e565";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
  content: "\f2a7";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
  content: "\f5c5";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
  content: "\f07d";
}

.fa-face-grimace:before, .fa-grimace:before {
  content: "\f57f";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
  content: "\e2ce";
}

.fa-level-down-alt:before, .fa-turn-down:before {
  content: "\f3be";
}

.fa-person-walking-arrow-right:before {
  content: "\e552";
}

.fa-envelope-square:before, .fa-square-envelope:before {
  content: "\f199";
}

.fa-dice:before {
  content: "\f522";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-band-aid:before, .fa-bandage:before {
  content: "\f462";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
  content: "\f057";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-earth-asia:before, .fa-globe-asia:before {
  content: "\f57e";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
  content: "\f47f";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
  content: "\f00e";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-allergies:before, .fa-hand-dots:before {
  content: "\f461";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-coffee:before, .fa-mug-saucer:before {
  content: "\f0f4";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
  content: "\f010";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-user-alt:before, .fa-user-large:before {
  content: "\f406";
}

.fa-train-tram:before {
  content: "\e5b4";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-jar:before {
  content: "\e516";
}

.fa-note-sticky:before, .fa-sticky-note:before {
  content: "\f249";
}

.fa-bug-slash:before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump:before {
  content: "\e4b6";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
  content: "\f5b4";
}

.fa-plane:before {
  content: "\f072";
}

.fa-tent-arrows-down:before {
  content: "\e581";
}

.fa-exclamation:before {
  content: "!";
}

.fa-arrows-spin:before {
  content: "\e4bb";
}

.fa-print:before {
  content: "\f02f";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
  content: "\e2bb";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
  content: "$";
}

.fa-x:before {
  content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
  content: "\f688";
}

.fa-users-cog:before, .fa-users-gear:before {
  content: "\f509";
}

.fa-person-military-pointing:before {
  content: "\e54a";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
  content: "\f19c";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-trowel:before {
  content: "\e589";
}

.fa-d:before {
  content: "D";
}

.fa-stapler:before {
  content: "\e5af";
}

.fa-masks-theater:before, .fa-theater-masks:before {
  content: "\f630";
}

.fa-kip-sign:before {
  content: "\e1c4";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
  content: "\f4c6";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
  content: "\f0fb";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
  content: "\f1e1";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-plus-minus:before {
  content: "\e43c";
}

.fa-video-camera:before, .fa-video:before {
  content: "\f03d";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-person-circle-check:before {
  content: "\e53e";
}

.fa-level-up-alt:before, .fa-turn-up:before {
  content: "\f3bf";
}

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

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype");
}
.fa-brands, .fab {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-js-square:before, .fa-square-js:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-reddit-square:before, .fa-square-reddit:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before, .fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-rendact:before, .fa-wpressr:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before, .fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-github-square:before, .fa-square-github:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before, .fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before, .fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-facebook-square:before, .fa-square-facebook:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-behance-square:before, .fa-square-behance:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-git-square:before, .fa-square-git:before {
  content: "\f1d2";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-telegram-plane:before, .fa-telegram:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack-hash:before, .fa-slack:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium-m:before, .fa-medium:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

:host, :root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype");
}
.fa-regular, .far {
  font-weight: 400;
}

:host, :root {
  --fa-style-family-classic:"Font Awesome 6 Free";
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype");
}
.fa-solid, .fas {
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  font-weight: 400;
  src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  font-weight: 900;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  font-weight: 400;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fontawesome/fa-regular-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-regular-400.ttf) format("truetype");
  unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url(../fonts/fontawesome/fa-v4compatibility.woff2) format("woff2"), url(../fonts/fontawesome/fa-v4compatibility.ttf) format("truetype");
  unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a;
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: HelveticaLTWXX-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/helvetica/pro-regular/
 * Copyright: Copyright © 2014 Monotype Imaging Inc. All rights reserved.
 *
 *
 *
 * © 2020 MyFonts Incn*/
/* @import must be at top of file, otherwise CSS will not work */
/* @import Roboto from Google Fonts */
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyRegularItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroyRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyMedium.woff2") format("woff2"), url("../fonts/gilroy/GilroyMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyMediumItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroyMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroySemiBold.woff2") format("woff2"), url("../fonts/gilroy/GilroySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroySemiBoldItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroySemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyBold.woff2") format("woff2"), url("../fonts/gilroy/GilroyBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyBoldItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroyBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyExtraBold.woff2") format("woff2"), url("../fonts/gilroy/GilroyExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyExtraBoldItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroyExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyBlack.woff2") format("woff2"), url("../fonts/gilroy/GilroyBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "gilroy";
  src: url("../fonts/gilroy/GilroyBlackItalic.woff2") format("woff2"), url("../fonts/gilroy/GilroyBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
.fa.fa-brands.fa-x-twitter {
  width: 33px;
  height: 33px;
  background: url("../images/svg/icon/x-twitter.svg") no-repeat center center/33px 33px;
}
.fa.fa-brands.fa-x-twitter:hover {
  background-image: url("../images/svg/icon/x-twitter-hover.svg");
}

.viewport-animate [data-viewport-animate],
.viewport-animate-offset [data-viewport-animate],
[data-viewport-animated-related] [data-viewport-animate] {
  transition: all 1000ms ease;
  transform-origin: 50% 50% 0;
}
.viewport-animate [data-viewport-animate-order="2"],
.viewport-animate-offset [data-viewport-animate-order="2"],
[data-viewport-animated-related] [data-viewport-animate-order="2"] {
  transition-delay: 0.25s;
}
.viewport-animate [data-viewport-animate-order="3"],
.viewport-animate-offset [data-viewport-animate-order="3"],
[data-viewport-animated-related] [data-viewport-animate-order="3"] {
  transition-delay: 0.75s;
}
.viewport-animate [data-viewport-animate-order="4"],
.viewport-animate-offset [data-viewport-animate-order="4"],
[data-viewport-animated-related] [data-viewport-animate-order="4"] {
  transition-delay: 1s;
}
.viewport-animate [data-viewport-animate-order="5"],
.viewport-animate-offset [data-viewport-animate-order="5"],
[data-viewport-animated-related] [data-viewport-animate-order="5"] {
  transition-delay: 1.25s;
}
.viewport-animate [data-viewport-animate=fade-right],
.viewport-animate-offset [data-viewport-animate=fade-right],
[data-viewport-animated-related] [data-viewport-animate=fade-right] {
  opacity: 0;
  transform: translateX(-250px);
}
.viewport-animate [data-viewport-animate=fade-up],
.viewport-animate-offset [data-viewport-animate=fade-up],
[data-viewport-animated-related] [data-viewport-animate=fade-up] {
  opacity: 0;
  transform: translateY(250px);
}
.viewport-animate [data-viewport-animate=out-left],
.viewport-animate-offset [data-viewport-animate=out-left],
[data-viewport-animated-related] [data-viewport-animate=out-left] {
  opacity: 1;
  transform: translateX(0);
}
.viewport-animate [data-viewport-animate=auto-width],
.viewport-animate-offset [data-viewport-animate=auto-width],
[data-viewport-animated-related] [data-viewport-animate=auto-width] {
  min-width: 0%;
}
.viewport-animate [data-viewport-animate=transparent-scale],
.viewport-animate-offset [data-viewport-animate=transparent-scale],
[data-viewport-animated-related] [data-viewport-animate=transparent-scale] {
  opacity: 1;
  transform: scale(1, 1);
}
.viewport-animate.viewport-animate-animated [data-viewport-animate=fade-right],
.viewport-animate-offset.viewport-animate-animated [data-viewport-animate=fade-right],
[data-viewport-animated-related].viewport-animate-animated [data-viewport-animate=fade-right] {
  opacity: 1;
  transform: translateX(0px);
}
.viewport-animate.viewport-animate-animated [data-viewport-animate=fade-up],
.viewport-animate-offset.viewport-animate-animated [data-viewport-animate=fade-up],
[data-viewport-animated-related].viewport-animate-animated [data-viewport-animate=fade-up] {
  opacity: 1;
  transform: translateY(0px);
}
.viewport-animate.viewport-animate-animated [data-viewport-animate=out-left],
.viewport-animate-offset.viewport-animate-animated [data-viewport-animate=out-left],
[data-viewport-animated-related].viewport-animate-animated [data-viewport-animate=out-left] {
  opacity: 0;
  transform: translateX(-250px);
}
.viewport-animate.viewport-animate-animated [data-viewport-animate=auto-width],
.viewport-animate-offset.viewport-animate-animated [data-viewport-animate=auto-width],
[data-viewport-animated-related].viewport-animate-animated [data-viewport-animate=auto-width] {
  min-width: 100%;
}
.viewport-animate.viewport-animate-animated [data-viewport-animate=transparent-scale],
.viewport-animate-offset.viewport-animate-animated [data-viewport-animate=transparent-scale],
[data-viewport-animated-related].viewport-animate-animated [data-viewport-animate=transparent-scale] {
  opacity: 0.45;
  transform-origin: bottom center;
  transform: scale(0.66, 0.66);
}

#block-ram-local-tasks.contextual-region {
  background-color: #F1F4F5;
  border-bottom: 2px solid #72A300;
}
#block-ram-local-tasks.contextual-region > * {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
#block-ram-local-tasks.contextual-region > ul li {
  display: inline-block;
}
#block-ram-local-tasks.contextual-region > ul li a {
  display: block;
  text-decoration: none;
  padding: 32px;
}
#block-ram-local-tasks.contextual-region > ul li a:hover {
  color: #F1F4F5;
  background-color: #72A300;
}

/* vendors */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

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

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

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

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

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

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

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

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

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

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: 500;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next::before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.group {
  *zoom: 1;
}

.group::before, .group::after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item::before, .lg-outer .lg-img-wrap::before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* page */
.header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 142px;
  z-index: 3;
}
.toolbar-horizontal .header-inner, .toolbar-vertical .header-inner {
  padding-top: 79px;
}
.toolbar-horizontal .header-inner .main-menu .sub-menu[data-expanded=true], .toolbar-vertical .header-inner .main-menu .sub-menu[data-expanded=true] {
  padding-top: 39px;
}
.toolbar-tray-open.toolbar-horizontal .header-inner {
  padding-top: 111px;
}
.toolbar-tray-open.toolbar-horizontal .header-inner .main-menu .sub-menu[data-expanded=true] {
  padding-top: 79px;
}
.header-inner {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 32px 16px 40px;
  position: initial;
  max-height: 142px;
}
@media (max-width: 1025px) {
  .header-inner {
    border-bottom: 0;
  }
}
.header-inner::before {
  content: "";
  background-color: #72A300;
  height: 8px;
  width: 1275px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1025px) {
  .header-inner::before {
    content: none;
  }
}
.header .logo {
  position: relative;
  z-index: 5;
}
.header .logo:focus {
  background-color: #F1F4F5;
}
.header--navigations {
  display: flex;
  width: 100%;
}
@media (max-width: 1025px) {
  .header--navigations {
    display: block;
  }
}
.header--navigations .header--search {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1025px) {
  .header--navigations .header--search {
    margin-left: 0;
  }
}
.header .header--primary-nav ul li a {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1026px) and (max-width: 1287px) {
  .header .header--primary-nav ul li {
    margin-left: 28px;
  }
  .header .header--primary-nav ul li a {
    font-size: 22px;
  }
}
.header .header--secondary-nav {
  margin-left: auto;
  margin-right: 15px;
}
.header .header--secondary-nav nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}
.header .header--secondary-nav nav ul li {
  display: inline-block;
  margin-left: 16px;
}
.header .header--secondary-nav nav ul li.language-link--desktop {
  display: block;
}
.header .header--secondary-nav nav ul li a {
  color: #034638;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 1025px) {
  .header .header--secondary-nav nav ul li a {
    color: #034638;
    font-size: 20px;
  }
}
.header .header--secondary-nav nav ul li a:hover, .header .header--secondary-nav nav ul li a:focus, .header .header--secondary-nav nav ul li a.is-active {
  color: #72A300;
}
.header .language-link--mobile {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 85px;
  display: none;
}
@media (max-width: 1025px) {
  .header .language-link--mobile {
    display: block;
  }
}
.header .language-link--mobile a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #F1F4F5;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.header .language-link--mobile a:hover, .header .language-link--mobile a:focus {
  background-color: #72A300;
  color: inherit;
}
.header .nav-hamburger {
  border: 0;
  border-bottom: 3px solid #034638;
  border-top: 3px solid #034638;
  display: none;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 48px;
  padding: 10px 0 11px;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(-50%);
}
.header .nav-hamburger:hover {
  border-bottom: 3px solid #72A300;
  border-top: 3px solid #72A300;
}
.header .nav-mobile-search {
  border: 0;
  display: none;
  height: 32px;
  padding: 3px;
  position: absolute;
  top: 50%;
  right: 116px;
  width: 32px;
  cursor: pointer;
  text-decoration: none;
  transform: translateY(-50%);
}
.header .nav-mobile-search::after {
  content: "\f002";
  display: block;
  font-family: fontawesome;
  font-size: 24px;
}
.header .nav-mobile-search:hover {
  color: #72A300;
}
.header .nav-close {
  border: 0;
  display: none;
  font-size: 12px;
  position: relative;
  transform: translate(-100%, -50%);
  cursor: pointer;
  text-decoration: none;
  z-index: 11;
  width: fit-content;
  left: calc(100% - 16px);
  top: -40px;
}
.header .nav-close::before {
  content: "\f00d";
  display: block;
  font-family: fontawesome;
  font-size: 30px;
  text-align: center;
}
.header .nav-close:hover {
  color: #72A300;
}
.header .nav-close--active {
  display: block;
}
@media screen and (min-width: 1026px) {
  .header .nav-close--active {
    display: none;
  }
}
.header #block-ram-local-tasks ul {
  margin-top: 50px;
}
.header div[role=contentinfo] {
  margin: 25px 0 0;
}
.header .header--footer-nav,
.header .social-links {
  display: none;
}
@media (max-width: 1025px) {
  .header .header--footer-nav,
  .header .social-links {
    display: block;
  }
}
@media (max-width: 1025px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 80px;
    border-bottom: 4px solid #72A300;
    transition: all 0.3s ease-out;
  }
  .header.sticky-hidden {
    transform: translateY(-101%);
  }
  .header .logo {
    display: block;
    left: 0;
    max-height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .header .logo svg {
    display: block;
    max-height: 40px;
  }
  .header #block-ram-local-tasks {
    display: none;
  }
  .header .header--navigations {
    position: fixed;
    right: -100%;
    top: 80px;
    height: calc(100vh - 80px);
    width: 100vw;
    background: #ffffff;
    overflow: auto;
    transition: all 0.3s ease-out;
    opacity: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .header .header--navigations {
    box-sizing: border-box;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding: 80px 0 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 1025px) {
  .header .header--navigations > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  .header .header--navigations .header--primary-nav {
    margin: 0;
    padding: 0;
  }
  .header .header--navigations .header--secondary-nav {
    background: #ffffff;
    width: 100%;
    margin-right: 0;
  }
  .header .header--navigations .header--secondary-nav nav ul {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    margin: 0;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .header .header--navigations .header--secondary-nav nav ul {
    padding: 9px 0;
  }
}
@media (max-width: 1025px) {
  .header .header--navigations .header--secondary-nav nav li {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .header .header--navigations .header--secondary-nav nav li {
    padding: 15px 24px;
  }
}
@media (max-width: 1025px) {
  .header .header--navigations .header--secondary-nav nav a {
    color: #034638;
    display: block;
  }
  .header .header--navigations.header--navigations--mobile-active {
    right: 0;
    opacity: 1;
  }
}
@media (max-width: 1025px) and (min-width: 580px) and (max-width: 1025px) {
  .header .header--navigations.header--navigations--mobile-active {
    width: 50%;
  }
  .header .header--navigations.header--navigations--mobile-active ~ .box-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 70, 56, 0.5);
    display: block;
    z-index: 3;
  }
}
@media (max-width: 1025px) {
  .header .header--navigations .header--footer-nav {
    background-color: #034638;
    padding: 32px 24px;
  }
  .header .header--navigations .header--footer-nav a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding: 12px 0;
  }
  .header .header--navigations .header--footer-nav-top {
    margin-top: auto;
  }
  .header .header--navigations .header--footer-nav-bottom {
    padding-bottom: 104px;
  }
  .header .header--navigations .header--footer-nav-bottom a {
    font-size: 16px;
  }
  .header .header--navigations .header--footer-nav-bottom .language-link--desktop {
    display: none;
  }
  .header .header--navigations .social-links {
    background-color: #034638;
    padding: 0 24px;
  }
  .header .header--navigations .social-links h2 {
    display: none;
  }
  .header .header--navigations .social-links label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .header .header--navigations .social-links_icons {
    border-bottom: 1px solid #ffffff;
    padding: 0 12px 32px;
    display: flex;
    justify-content: space-between;
  }
  .header .header--navigations .social-links_icons a {
    color: #72A300;
    font-size: 25px;
    display: block;
  }
  .header .nav-hamburger,
  .header .nav-mobile-search {
    display: block;
  }
  .header .nav-hamburger--active .social-links,
  .header .nav-hamburger--active .header--footer-nav,
  .header .nav-mobile-search--active .social-links,
  .header .nav-mobile-search--active .header--footer-nav {
    display: none;
  }
}
.header .rem_lite .cls-1 {
  fill: none;
}
.header .rem_lite .cls-2 {
  fill: #84bd00;
}
.header .rem_lite .cls-3 {
  fill: #034638;
}

.toolbar-vertical {
  margin-inline-start: inherit !important;
}
@media (max-width: 1025px) {
  .toolbar-vertical .header--navigations {
    padding: 102px 0 0;
  }
}

.loaded:has(.header--navigations--mobile-active) {
  overflow: hidden;
  height: 100vh;
}

@media (max-width: 1025px) {
  #footer .footer--top .row .col {
    margin-top: 0;
    margin-left: 30px;
  }
}
#footer .footer--top .row .col li a {
  text-decoration: none;
  font: normal normal bold 1rem/2rem Gilroy;
}
#footer .footer--top .row .col-right li a {
  text-decoration: none;
  font: normal normal normal 16px/32px Gilroy;
}
@media (max-width: 769px) {
  #footer .footer--top {
    display: none;
  }
}
#footer .footer--mid {
  position: relative;
  padding-bottom: 20px;
  text-align: right;
}
#footer .footer--mid::before {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  background-color: #72A300;
  min-height: 9px;
  width: 100%;
}
#footer .footer--mid .logo {
  display: inline-block;
}
#footer .footer--mid .logo:focus {
  background-color: #F1F4F5;
}
#footer .footer--mid > a > * {
  position: relative;
  display: inline-block;
  padding-right: 32px;
}
#footer .footer--bottom {
  background: #034638 0 0 no-repeat padding-box;
  height: 32px;
  overflow: hidden;
}
#footer .footer--bottom_content {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  margin-top: 0;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
#footer .footer--bottom_logo {
  display: none;
}
@media (max-width: 769px) {
  #footer .footer--bottom {
    display: flex;
    height: 96px;
    background: #034638 0 0 no-repeat padding-box;
    text-align: right;
  }
  #footer .footer--bottom_content {
    line-height: 40px;
    font-weight: 500;
    color: #ffffff;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 15px;
  }
  #footer .footer--bottom_logo {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 16px;
    padding-right: 15px;
  }
  #footer .footer--bottom {
    width: 100%;
  }
}
#footer .rem_lite .cls-1 {
  fill: none;
}
#footer .rem_lite .cls-2 {
  fill: #72A300;
}
#footer .rem_lite .cls-3 {
  fill: #ffffff;
}

.browser-ie .main-menu-layer {
  background: rgba(255, 255, 255, 0.95);
}
.browser-ie .main-menu-layer.main-menu-layer--closing {
  opacity: 0;
}
.browser-ie .main-menu-layer[aria-hidden=true] {
  opacity: 0;
  z-index: -1;
}

.main-menu-layer {
  background-color: rgba(3, 70, 56, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.main-menu-layer.main-menu-layer--closing {
  opacity: 0;
}
.main-menu-layer[aria-hidden=true] {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1025px) {
  .main-menu-layer {
    display: none !important;
  }
}

.header .main-menu a[data-toggle-overlay] {
  display: none;
  width: 100%;
}
@media (max-width: 1025px) {
  .header .main-menu a[data-toggle-overlay] {
    display: block;
  }
}
.header .main-menu > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
}
@media (max-width: 1025px) {
  .header .main-menu > ul {
    border-top: 1px solid #72A300;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    padding-left: 0;
  }
}
.header .main-menu li {
  font-size: 15px;
  line-height: 1.6em;
  margin-left: 32px;
  max-height: 142px;
}
@media (max-width: 1025px) {
  .header .main-menu li {
    border-bottom: 1px solid #72A300;
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
}
.header .main-menu li[data-active] > a {
  font-weight: 700;
}
.header .main-menu a, .header .main-menu span {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: none;
}
.header .main-menu a::before, .header .main-menu span::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 1025px) {
  .header .main-menu a::after, .header .main-menu span::after {
    content: "";
    height: auto;
    overflow: auto;
    visibility: visible;
  }
}
@media (max-width: 1025px) {
  .header .main-menu a, .header .main-menu span {
    display: block;
    padding: 16px;
  }
  .header .main-menu a.icon, .header .main-menu span.icon {
    background-position: 0 50%;
    padding-left: 40px;
  }
}
.header .main-menu a:hover, .header .main-menu a:focus, .header .main-menu a.has-child-active, .header .main-menu a.is-active, .header .main-menu span:hover, .header .main-menu span:focus, .header .main-menu span.has-child-active, .header .main-menu span.is-active {
  font-weight: 700;
  color: #72A300;
}
.header .main-menu > ul > li > a:hover {
  font-weight: 700;
  color: #72A300 !important;
}
.header .main-menu .has-sub-menu > a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.header .main-menu .has-sub-menu > a::after {
  color: #72A300;
  content: "\f078";
  display: inline-block;
  font-family: fontawesome;
  font-size: 12px;
  margin-left: 7px;
  transform: translateY(-3px);
}
@media (max-width: 1025px) {
  .header .main-menu .has-sub-menu > a {
    padding-right: 20px;
    position: relative;
  }
  .header .main-menu .has-sub-menu > a:after {
    content: none;
    display: none;
  }
}
.header .main-menu .has-sub-menu[data-active=true] > a::after {
  content: "\f077";
  transform: translateY(-3px);
}
.header .main-menu .sub-menu {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: -1;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu {
    z-index: 10;
  }
}
.header .main-menu .sub-menu-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: start;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-right: 8px;
  position: relative;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu-inner {
    flex-direction: column-reverse;
    padding-bottom: 20px;
  }
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 272px;
  flex-shrink: 0;
  padding: 70px 15px 15px;
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper a {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper a::after {
  content: none;
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper a:hover {
  border: none;
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper a img {
  height: auto;
  width: 165px;
}
.header .main-menu .sub-menu-inner .sub-menu-image-wrapper label {
  font: normal normal bold 35px/42px Gilroy;
  text-align: center;
  color: #72A300;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu-inner .sub-menu-image-wrapper {
    width: 100%;
    padding: 15px;
  }
}
.header .main-menu .sub-menu-inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 64px;
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu-inner ul {
    flex-direction: column;
    margin-bottom: 20px;
    position: static;
    padding-top: 0;
    margin-left: 0;
  }
}
.header .main-menu .sub-menu-inner ul li {
  max-height: inherit;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu {
    margin-bottom: 20px;
    position: static;
  }
}
.header .main-menu .sub-menu[data-expanded=false] {
  bottom: 10px;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu[data-expanded=false] {
    display: none;
  }
}
.header .main-menu .sub-menu[data-expanded=true] {
  bottom: -442px;
  transition: all 1s ease-in-out;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu[data-expanded=true] {
    display: block;
  }
}
.header .main-menu .sub-menu li {
  box-sizing: border-box;
  margin-left: 0;
  font-size: 24px;
  font-weight: 700;
  padding: 0 7px 14px;
  width: 33%;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu li {
    font-weight: inherit;
    padding: 0;
    width: 100%;
  }
}
.header .main-menu .sub-menu a {
  border: 2px solid #F1F4F5;
  background-color: #F1F4F5;
  font-size: 18px;
  min-height: 80px;
  max-width: 315px;
  position: relative;
  line-height: 1.2222em;
  padding: 16px 42px 16px 16px;
}
.header .main-menu .sub-menu a::after {
  background-color: #D8F537;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/angle-right.svg");
  background-size: 23px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: 8px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.header .main-menu .sub-menu a.is-active, .header .main-menu .sub-menu a:hover {
  color: #034638;
  border-color: #D8F537;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu a {
    max-width: 100%;
  }
}
.header .main-menu .sub-menu button {
  color: #034638;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 1025px) {
  .header .main-menu .sub-menu button {
    display: none;
  }
}
.header .main-menu .sub-menu button .fa {
  font-size: 16px;
  margin-right: 0;
  position: relative;
  top: -2px;
}
.header .main-menu .sub-menu button .fa::before {
  font-size: 24px;
}
.header .main-menu .sub-menu button:hover {
  color: #D8F537;
}
.header .main-menu .sub-menu button:focus {
  text-decoration: underline;
}

#block-ram-main-menu {
  position: static;
}

body:has(#toolbar-administration) #page-wrapper #header {
  max-height: none;
}
body:has(#toolbar-administration) #page-wrapper #header .header-inner {
  max-height: none;
}

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, th, td, button {
  margin: 0;
  padding: 0;
}

body {
  font-size: 18px;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  color: #034638;
  font-weight: 500;
}
@media (max-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

#page-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 1025px) {
  #page-wrapper {
    min-height: 100vh;
  }
}
#page-wrapper #popup-language {
  display: none;
  padding: 5px 35px 5px 5px;
  background: #F1F4F5;
  z-index: 4;
  text-align: center;
  color: #034638;
  font-size: 12pt;
  position: relative;
}
#page-wrapper #popup-language-close {
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  font-size: 2rem;
  cursor: pointer;
  line-height: 0;
}
#page-wrapper #popup-language-content a .fa-external-link {
  display: none;
}

.page {
  padding-top: 142px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .page {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: underline;
}

h1,
.parent-title {
  font-size: 56px;
}
@media (max-width: 1025px) {
  h1,
  .parent-title {
    font-size: 90px;
  }
}
@media (max-width: 769px) {
  h1,
  .parent-title {
    font-size: 42px;
  }
}

h2 {
  font-size: 40px;
  color: #034638;
  margin-top: 32px;
}
@media (max-width: 1025px) {
  h2 {
    padding: 0;
    font-size: 70px;
  }
}
@media (max-width: 769px) {
  h2 {
    padding: 0;
    font-size: 34px;
  }
}

h3 {
  font-size: 32px;
  margin: 32px 0 40px;
}
@media (max-width: 769px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 1025px) {
  h4 {
    font-size: 21px;
  }
}
@media (max-width: 769px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.xxxl-text {
  font-size: 80px;
  line-height: 85px;
}
@media (max-width: 1025px) {
  .xxxl-text {
    font-size: 56px;
    line-height: 68px;
  }
}

button {
  border: none;
  background: none;
}

a,
button {
  color: #034638;
  text-decoration: underline;
}
a:hover, a:focus,
button:hover,
button:focus {
  color: #72A300;
  text-decoration: none;
}
a:hover, a:active,
button:hover,
button:active {
  outline: 0 !important;
}

h1 + h2,
h1 + h3,
h1 + p,
h1 + ul,
h2 + h1,
h2 + h3,
h2 + ul,
h3 + h1,
h3 + h2,
h3 + p,
h3 + ul,
p + p,
p + ul {
  margin-top: 24px;
}

h2 + p {
  margin-top: 40px;
}

ul {
  list-style-type: none;
}

#page .breadcrumbs,
#page .layout-main-wrapper,
#page .footer {
  transition: filter 0.5s ease-out;
}
#page .layout-main-wrapper {
  flex-grow: 1;
}
#page .footer {
  margin-top: auto;
}
#page.main-menu-opened .breadcrumbs,
#page.main-menu-opened .layout-main-wrapper,
#page.main-menu-opened .footer {
  filter: blur(15px);
}
@media (max-width: 1025px) {
  #page.main-menu-opened .breadcrumbs,
  #page.main-menu-opened .layout-main-wrapper,
  #page.main-menu-opened .footer {
    filter: blur(0);
  }
}
#page.main-menu-opened #block-ram-local-tasks {
  opacity: 0;
  z-index: -1;
}
#page div[data-drupal-messages] {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.page--4xx .paragraph {
  background-color: #F1F4F5;
  padding: 100px 0;
  margin: 50px 0 0 0;
}
@media (max-width: 1025px) {
  .page--4xx .paragraph {
    margin-top: -30px;
  }
}
.page--4xx .paragraph h2 {
  font-size: 50px;
}
@media (max-width: 1025px) {
  .page--4xx .paragraph h2 {
    font-size: 30px;
  }
}

p.hook-text {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.524;
}

.bg--secondary-base + .button-box,
h3 + .button-box,
p + .button-box {
  margin-top: 32px;
}

.highlight {
  background-color: #D8F537;
  background: #D8F537;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #E7F853 31%, #E7F853 100%);
}

.green-line, .gray-line {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.green-line {
  border-top: 1px solid #84BD00;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .green-line {
    position: relative;
  }
  .green-line::before {
    transform: scale(1);
    transform-origin: 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .green-line {
    border-top-width: 0;
  }
  .green-line::before {
    border-top: 1px solid #84BD00;
  }
}

.gray-line {
  border-top: 1px solid #F1F4F5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .gray-line {
    position: relative;
  }
  .gray-line::before {
    transform: scale(1);
    transform-origin: 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .gray-line {
    border-top-width: 0;
  }
  .gray-line::before {
    border-top: 1px solid #F1F4F5;
  }
}

span.label-text {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.layout {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}
@media (max-width: 1025px) {
  .layout {
    padding: 0;
  }
}

.layout-sm {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1025px) {
  .layout-sm {
    padding: 0 16px;
  }
}

.layout-xs {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1025px) {
  .bg--image.bg--mobileimg-enabled {
    background-image: none !important;
    padding: 0;
  }
}
.bg--image.bg--mobileimg-enabled {
  background-position: bottom right;
}
@media (min-width: 1025px) {
  .bg--image .bg--image-mobile {
    background-image: none !important;
  }
}
@media (max-width: 1025px) {
  .bg--image .bg--image-mobile {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom right;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.bg--image.bg--image--sm-padding {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .bg--image.bg--image--sm-padding {
    padding-top: 25px !important;
  }
}
@media (max-width: 1025px) {
  .bg--image.bg--image--sm-padding .bg--image-mobile {
    padding-top: 25px !important;
  }
}
.bg--image.bg--mobileimg-enabled {
  background-position: bottom right;
}
.bg--image .tile {
  background-color: #ffffff;
}
.bg--image .tile.bg--secondary-base {
  background-color: #F1F4F5;
}

.fluid-iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.button-arrow {
  color: #034638;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.button-arrow::before, .button-arrow::after {
  font-family: FontAwesome;
}
.button-arrow.button-prev::before {
  content: "\f104";
  margin-right: 25px;
}

.button-group .button-box + .button-box {
  margin-top: 20px;
}

.button-box,
.form-submit {
  cursor: pointer;
  border: 0;
  padding: 0;
  display: inline-block;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  min-height: 37px;
  line-height: 40px;
  background-color: #D8F537;
  color: #034638;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform-origin: 50% 50% 0;
}
.button-box > a,
.form-submit > a {
  text-decoration: none !important;
}
.button-box > a:hover,
.form-submit > a:hover {
  color: inherit;
}
.button-box:hover, .button-box:focus,
.form-submit:hover,
.form-submit:focus {
  color: inherit;
  background-color: #E7F853;
}
.button-box::before, .button-box::after,
.form-submit::before,
.form-submit::after {
  font-family: FontAwesome;
}
.button-box .fa,
.form-submit .fa {
  margin-right: 6px;
}
.button-box.button-next,
.form-submit.button-next {
  padding-right: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.button-box.button-next:hover, .button-box.button-next:focus,
.form-submit.button-next:hover,
.form-submit.button-next:focus {
  padding-right: 56px;
}
.button-box.button-next::after,
.form-submit.button-next::after {
  content: "\f105";
  position: absolute;
  right: 0;
  padding-right: 24px;
}
.button-box.button-pdf,
.form-submit.button-pdf {
  padding-left: 50px;
}
.button-box.button-pdf:hover, .button-box.button-pdf:focus,
.form-submit.button-pdf:hover,
.form-submit.button-pdf:focus {
  padding-left: 75px;
}
.button-box.button-pdf::after,
.form-submit.button-pdf::after {
  content: "\f1c1";
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
}
.button-box.button-refresh:hover, .button-box.button-refresh:focus,
.form-submit.button-refresh:hover,
.form-submit.button-refresh:focus {
  padding-right: 50px;
}
.button-box.button-refresh:after,
.form-submit.button-refresh:after {
  content: "\f021";
}
.button-box.button-location:before,
.form-submit.button-location:before {
  content: "\f3c5";
  margin-right: 12px;
}
.button-box.button-location,
.form-submit.button-location {
  background-color: transparent;
  border: 2px solid #034638;
}
.button-box.button-location:hover, .button-box.button-location:focus,
.form-submit.button-location:hover,
.form-submit.button-location:focus {
  background-color: #E7F853;
}
.button-box.button-location.location-alternate,
.form-submit.button-location.location-alternate {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button-box.button-location.location-alternate:hover, .button-box.button-location.location-alternate:focus,
.form-submit.button-location.location-alternate:hover,
.form-submit.button-location.location-alternate:focus {
  color: #034638;
}
.button-box.button-alternate,
.form-submit.button-alternate {
  background-color: transparent;
  border: 2px solid #034638;
}
.button-box.button-alternate:hover, .button-box.button-alternate:focus,
.form-submit.button-alternate:hover,
.form-submit.button-alternate:focus {
  background-color: #E7F853;
  color: #034638;
}
.button-box.button-light,
.form-submit.button-light {
  background-color: #ffffff;
}
.button-box.button-dark,
.form-submit.button-dark {
  background-color: #034638;
  color: #ffffff;
}
.button-box.button-dark:hover,
.form-submit.button-dark:hover {
  background-color: #ffffff;
  color: #034638;
}
.button-box.button-large,
.form-submit.button-large {
  padding-left: 50px;
  padding-right: 50px;
  height: 40px;
  line-height: 43px;
}

.partial--filters[data-type=album] .button-alternate, .partial--filters[data-type=news] .button-alternate, .partial--filters[data-type=event] .button-alternate, .partial--filters[data-type=document] .button-alternate, .partial--filters[data-type=pressrelease] .button-alternate, .partial--filters[data-type=obstruction] .button-alternate {
  background-color: #D8F537;
  padding-right: 50px;
  width: 160px;
}
.partial--filters[data-type=album] .button-alternate:hover, .partial--filters[data-type=album] .button-alternate:focus, .partial--filters[data-type=news] .button-alternate:hover, .partial--filters[data-type=news] .button-alternate:focus, .partial--filters[data-type=event] .button-alternate:hover, .partial--filters[data-type=event] .button-alternate:focus, .partial--filters[data-type=document] .button-alternate:hover, .partial--filters[data-type=document] .button-alternate:focus, .partial--filters[data-type=pressrelease] .button-alternate:hover, .partial--filters[data-type=pressrelease] .button-alternate:focus, .partial--filters[data-type=obstruction] .button-alternate:hover, .partial--filters[data-type=obstruction] .button-alternate:focus {
  background-color: #E7F853;
  color: #034638;
}

.form-submit {
  color: #034638;
  background-color: #D8F537;
}
.form-submit:hover, .form-submit:focus {
  background-color: #E7F853;
  color: #034638;
}

.icon {
  padding-left: 40px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.icon.icon-after {
  padding-left: 0;
  padding-right: 40px;
  background-position: top right;
}
.icon.icon-alone {
  height: 30px;
  width: 30px;
  padding-left: 0;
  background-size: 30px 30px;
}
.icon.icon-calendar {
  position: relative;
}
.icon.icon-calendar::before {
  content: "\f073";
  font-family: FontAwesome;
  font-size: 1.5em;
  position: absolute;
  top: -10px;
  left: 0;
}
.icon.icon-media {
  background-image: url(../images/svg/icon/media.svg);
}
.icon.icon-entraves {
  background-image: url(../images/svg/icon/entraves.svg);
}
.icon.icon-marker {
  position: relative;
}
.icon.icon-marker::before {
  content: "\f041";
  font-family: FontAwesome;
  font-size: 2.5em;
  position: absolute;
  top: -10px;
  left: 0;
}

a[data-toggle-overlay] {
  color: #034638;
  text-decoration: none;
  background: #D8F537;
  padding: 16px 10px 16px 44px;
  text-align: left;
  line-height: 1.3em;
  transition: all 0.5s ease-out;
  position: relative;
}
a[data-toggle-overlay] span {
  display: inline-block;
}
a[data-toggle-overlay]:hover, a[data-toggle-overlay]:focus {
  background-color: #e7f853;
  padding-right: 15px;
}
a[data-toggle-overlay] .fa {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
}

.breadcrumbs {
  padding-top: 21px;
  padding-bottom: 21px;
}
.breadcrumbs nav ul li {
  display: inline-block;
  color: #034638;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.breadcrumbs nav ul li + li {
  margin-left: 20px;
}
.breadcrumbs nav ul li + li::before {
  font-family: FontAwesome;
  font-weight: 700;
  content: "\f105";
  margin-right: 20px;
}
.breadcrumbs nav ul li + li span.last-item {
  padding: 2px 8px;
  background-color: #D8F537;
}
.breadcrumbs nav ul li a {
  text-decoration: none;
}
.breadcrumbs nav ul li ul {
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #ffffff;
  top: 20px;
  left: 35px;
  padding: 16px;
  position: absolute;
  width: 95%;
  z-index: 2;
  max-height: 300px;
  overflow-y: auto;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #4A4F53 #F1F4F5;
  /* Works on Chrome, Edge, and Safari */
}
.breadcrumbs nav ul li ul::-webkit-scrollbar {
  width: 8px;
}
.breadcrumbs nav ul li ul::-webkit-scrollbar-track {
  background: #F1F4F5;
}
.breadcrumbs nav ul li ul::-webkit-scrollbar-thumb {
  background-color: #4A4F53;
  border-radius: 10px;
  border: 0;
}
.breadcrumbs nav ul li ul li {
  display: block;
  margin: 0 0 8px;
}
.breadcrumbs nav ul li ul li::before {
  content: none;
}
.breadcrumbs nav ul li ul li a {
  font: normal normal normal 14px/24px Roboto;
  line-height: 1.3em;
}
.breadcrumbs nav ul li ul li:hover {
  background-color: #D8F537;
}
.breadcrumbs nav ul li ul li:hover a {
  color: #034638;
}
.breadcrumbs nav ul li ul li:last-child {
  margin-bottom: 0;
}
.breadcrumbs nav ul li.breadcrumbs-list-wrapper span {
  background-color: #D8F537;
  padding: 2px 8px;
  cursor: pointer;
}
.breadcrumbs nav ul li.breadcrumbs-list-wrapper span::after {
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f078";
  margin-left: 6px;
}
.breadcrumbs nav ul li.breadcrumbs-list-wrapper.active span::after {
  content: "\f077" !important;
}
@media (max-width: 1025px) {
  .breadcrumbs nav ul li {
    display: none;
  }
  .breadcrumbs nav ul li:nth-last-child(2) {
    display: block;
    margin-left: 16px;
  }
  .breadcrumbs nav ul li:nth-last-child(2)::before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #72A300;
  }
}
.breadcrumbs nav > ul > li:last-child > span > a {
  pointer-events: none;
  cursor: default;
}

.hero {
  position: relative;
}
.hero .layout {
  position: relative;
}
.hero .hero--header {
  overflow: visible;
  position: relative;
}
@media (max-width: 769px) {
  .hero .hero--header {
    margin-bottom: 24px;
  }
}
.hero .hero--header .hero--image {
  margin-top: 18px;
  margin-left: auto;
  width: 66.666%;
  z-index: -1;
}
.hero .hero--header .hero--image img {
  display: block;
  width: 100%;
}
.hero .hero--header .hero--image .hero-album {
  width: 100%;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 769px) {
  .hero .hero--header .hero--image {
    width: 100%;
  }
}
.hero .hero--header .hero--espace {
  width: 560px;
  height: 100px;
}
@media (max-width: 769px) {
  .hero .hero--header .hero--espace {
    height: 20px;
  }
}
.hero .hero--header .hero--title {
  background-color: #F1F4F5;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  padding: 32px;
  width: 75%;
  transform: translateY(-55px);
}
@media (max-width: 769px) {
  .hero .hero--header .hero--title {
    padding: 16px 24px;
    width: 100%;
    transform: translate(0);
  }
}
.hero .hero--header .hero--title h1 {
  margin: 0;
  font-size: 32px;
}
.hero .hero--title h1 {
  margin: 24px 0;
}
@media (max-width: 1025px) {
  .hero .hero--title {
    padding: 0 16px;
  }
}
.hero .hero--content {
  position: relative;
}
@media (max-width: 1025px) {
  .hero .hero--content {
    padding: 0 16px;
  }
}
.hero .hero--content .hero--content--back {
  display: block;
}
.hero .hero--content .hero--content--back {
  padding-top: 30px;
}
.hero .hero--content p {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 21px;
}
@media (max-width: 1025px) {
  .hero .hero--content p {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .hero .hero--content p {
    font-size: 16px;
  }
}
.hero .hero--content .hero--footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  padding-bottom: 70px;
}
@media (max-width: 1025px) {
  .hero .hero--content .hero--footer {
    display: block;
  }
}
.hero .hero--content .hero--footer .composition {
  margin-top: 0;
}
@media (max-width: 1025px) {
  .hero .hero--content .hero--footer .composition {
    padding-bottom: 30px;
  }
}
.hero .hero--infos {
  margin-top: 15px;
  border-bottom: 2px solid #F1F4F5;
  padding-bottom: 32px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .hero .hero--infos {
    flex-direction: column;
    align-items: initial;
    justify-content: left;
  }
}
.hero .hero--infos.infos--stack {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 769px) {
  .hero .hero--infos.infos--stack {
    gap: 16px 0;
  }
}
.hero .hero--infos.infos--stack > * {
  flex-basis: auto;
  padding-right: 0;
}
@media (max-width: 769px) {
  .hero .hero--infos.infos--stack > * {
    margin-bottom: 0;
  }
}
.hero .hero--infos--tag, .hero .hero--infos--date, .hero .hero--infos--share, .hero .hero--infos--sector {
  letter-spacing: 2.8px;
  font-size: 14px;
  margin-left: 5px !important;
}
.hero .hero--infos--tag {
  flex-basis: 25%;
  padding-right: 30px;
}
.hero .hero--infos--tag img {
  width: 18px;
  margin-right: 2px;
}
@media (min-width: 769px) and (max-width: 1025px) {
  .hero .hero--infos--tag {
    padding-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .hero .hero--infos--tag {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.hero .hero--infos--date {
  padding-right: 30px;
  position: relative;
}
@media (min-width: 769px) and (max-width: 1025px) {
  .hero .hero--infos--date {
    padding-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .hero .hero--infos--date {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.hero .hero--infos--date span + span {
  line-height: 16px;
}
.hero .hero--infos--tag .fa,
.hero .hero--infos--tag img, .hero .hero--infos--date .fa,
.hero .hero--infos--date img {
  position: absolute;
}
.hero .hero--infos--tag .fa + span,
.hero .hero--infos--tag img + span, .hero .hero--infos--date .fa + span,
.hero .hero--infos--date img + span {
  display: block;
  margin-left: 25px;
}
.hero .hero--infos--sector {
  flex-basis: 25%;
  text-align: right;
}
@media (max-width: 1025px) {
  .hero .hero--infos--sector {
    text-align: left;
  }
}
.hero .hero--infos--share {
  flex-basis: 35%;
  text-align: right;
}
@media (min-width: 769px) and (max-width: 1025px) {
  .hero .hero--infos--share {
    margin-top: -54px;
  }
}
@media (max-width: 769px) {
  .hero .hero--infos--share {
    text-align: left;
  }
}
.hero .hero--infos--share .share--socials {
  font-size: 20px;
  margin-left: 10px;
}
.hero .hero--infos .fa {
  margin-right: 5px;
}
.hero .hero--infos .fa-map-marker {
  transform: translateY(-1px);
}
.hero .hero--infos .fa-calendar {
  transform: translateY(-2px);
}
.hero .hero--infos > * {
  display: inline-block;
  line-height: 1em;
}
.hero .hero--infos > * + * {
  margin-left: 32px;
}
@media (max-width: 769px) {
  .hero .hero--infos > * {
    display: block;
  }
  .hero .hero--infos > * + * {
    margin-left: 0;
  }
}

.composition {
  margin-top: 32px;
  text-transform: uppercase;
}
.composition li {
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 24px;
  padding-right: 24px;
}
.composition li + li::before {
  content: "|";
  margin-left: 10px;
  margin-right: 32px;
}

.bundles {
  padding-top: 75px;
  padding-bottom: 75px;
}

.share > * {
  display: inline-block;
}
.share > * + * {
  margin-left: 45px;
}
.share .share--socials > * {
  display: inline-block;
  vertical-align: middle;
}
.share .share--socials > * + * {
  margin-left: 30px;
}
.share .share--socials a {
  font-size: 1.66em;
}

.nowrap {
  white-space: nowrap;
}

.cke_panel_listItem h1, .cke_panel_listItem h3, .cke_panel_listItem h4, .cke_panel_listItem h5, .cke_panel_listItem h6 {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #034638;
}
.cke_panel_listItem h1 {
  font-size: 56px;
}
.cke_panel_listItem h2 {
  color: #72A300;
  font-size: 40px;
}
.cke_panel_listItem h3 {
  font-size: 32px;
}
.cke_panel_listItem h4 {
  font-size: 24px;
}
.cke_panel_listItem h5 {
  font-size: 18px;
}
.cke_panel_listItem h6 {
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  #page .breadcrumbs {
    padding: 15px 16px;
  }
  #page .breadcrumbs ul li {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .cke_panel_listItem h1 {
    font-size: 42px;
  }
  .cke_panel_listItem h2 {
    font-size: 34px;
  }
  .cke_panel_listItem h3 {
    font-size: 28px;
  }
  .cke_panel_listItem h4 {
    font-size: 24px;
  }
  .cke_panel_listItem h5 {
    font-size: 20px;
  }
  .cke_panel_listItem h6 {
    font-size: 16px;
  }
}
.messages--error__sending-sms {
  background: url(/themes/custom/ram/_assets/images/svg/error.svg) no-repeat 26px center;
  overflow: auto;
  box-sizing: border-box;
  margin-block: 1rem;
  padding-block: 1.5rem 1.5rem;
  padding-inline: 4.1875rem 1.5rem;
  color: #fff;
  border-width: 0 0 0 0.3125rem;
  border-style: solid;
  border-color: #e34f4f;
  border-radius: 2px;
  background-color: #353641;
}

.header .views-exposed-form {
  position: absolute;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  overflow: hidden;
  right: 0;
  width: 40px;
  margin-top: -8px;
}
@media (max-width: 1025px) {
  .header .views-exposed-form {
    position: static;
    overflow: visible;
    order: 1;
    width: 100%;
    transform: none;
  }
}
.header .views-exposed-form--opened {
  width: 400px;
}
.header .views-exposed-form .search-toggle-button {
  color: #034638;
  display: block;
  text-decoration: none;
  transition: all, 0.3s, ease-out;
  color: #034638;
  flex: 0 0 40px;
  width: 42px;
  height: 42px;
}
@media (max-width: 1025px) {
  .header .views-exposed-form .search-toggle-button {
    position: absolute;
    top: 16px;
    right: 90px;
    display: none;
  }
}
.header .views-exposed-form .search-toggle-button:hover, .header .views-exposed-form .search-toggle-button:focus {
  background-color: #D8F537;
}
.header .views-exposed-form .search-toggle-button:after {
  content: "\f002";
  display: block;
  font-family: fontawesome;
  font-size: 14px;
  font-weight: 700;
}
.header .views-exposed-form .search-toggle-button .hide {
  display: none;
}
.header .views-exposed-form .search-toggle-button .show {
  display: inline-block;
}
.header .views-exposed-form .search-toggle-button[aria-pressed=true] {
  background-color: #f1f4f5;
}
.header .views-exposed-form .search-toggle-button[aria-pressed=true]:hover, .header .views-exposed-form .search-toggle-button[aria-pressed=true]:focus {
  background-color: #D8F537;
}
.header .views-exposed-form .search-toggle-button[aria-pressed=true]:after {
  content: "\f00d";
}
.header .views-exposed-form .search-toggle-button[aria-pressed=true] .hide {
  display: inline-block;
}
.header .views-exposed-form .search-toggle-button[aria-pressed=true] .show {
  display: none;
}
.header .views-exposed-form .contextual {
  display: none;
}
.header .views-exposed-form .form-item-search label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
@media (max-width: 1025px) {
  .header .views-exposed-form .form-item-search label {
    position: relative;
    overflow: visible;
    z-index: 1;
    text-transform: none;
    font: normal normal bold 22px/22px Gilroy;
    color: #034638;
  }
}
.header .views-exposed-form h2 {
  display: none;
}
@media (max-width: 1025px) {
  .header .views-exposed-form h2 {
    display: block;
    margin-bottom: 24px;
  }
}
.header .views-exposed-form #views-exposed-form-acquia-search-page {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  flex: 1 1 auto;
}
@media (max-width: 1025px) {
  .header .views-exposed-form #views-exposed-form-acquia-search-page {
    display: flex;
    padding: 20px;
    margin: 30px 0 50px 0;
  }
  .header .views-exposed-form #views-exposed-form-acquia-search-page h3 {
    margin-bottom: 25px;
  }
}
.header .views-exposed-form #views-exposed-form-acquia-search-page[aria-hidden=false] {
  display: flex;
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-item {
  flex: 1 1 auto;
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-item #edit-search,
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-item #edit-search--2 {
  border: 1px solid #F1F4F5;
  display: inline-block;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
  line-height: 1.2em;
  width: 100%;
}
@media (max-width: 1025px) {
  .header .views-exposed-form #views-exposed-form-acquia-search-page .form-item #edit-search,
  .header .views-exposed-form #views-exposed-form-acquia-search-page .form-item #edit-search--2 {
    border: 1px solid #4A4F53;
    height: 52px;
    margin-top: 50px;
  }
}
@media (max-width: 1025px) {
  .header .views-exposed-form #views-exposed-form-acquia-search-page .form-item {
    display: flex;
  }
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-item .search-mobile-button {
  background-color: #D8F537;
  width: 64px;
  height: 52px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-item .search-mobile-button:after {
  content: "\f002";
  display: block;
  font-family: fontawesome;
  font-size: 24px;
  font-weight: 700;
  -webkit-text-stroke: 1px #034638;
  color: #034638;
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-actions .button {
  border: none;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
  line-height: 1.2em;
  background-color: #D8F537;
  color: #034638;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 1025px) {
  .header .views-exposed-form #views-exposed-form-acquia-search-page .form-actions .button {
    width: 52px;
    height: 52px;
    background-size: 30px;
    background-image: url("/themes/custom/ram/_assets/images/svg/icon/magnifying-glass.svg");
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 50px;
  }
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-actions .button:hover, .header .views-exposed-form #views-exposed-form-acquia-search-page .form-actions .button:focus {
  color: inherit;
  background-color: #E7F853;
}
.header .views-exposed-form #views-exposed-form-acquia-search-page .form-actions .button#edit-reset {
  display: none;
}
.header .header--navigations--mobile-active .views-exposed-form {
  display: none;
}
.header .header--navigations--mobile-active.nav-mobile-search--active .views-exposed-form {
  display: block;
}

.header--navigations--mobile-active .views-exposed-form {
  display: none;
}

.header--navigations--mobile-active.nav-mobile-search--active .views-exposed-form {
  display: block;
}

.search-page-form .form-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-end;
  max-width: 400px;
  margin: 50px 0;
}
.search-page-form .form-wrapper .form-item {
  flex: 1 1 auto;
}
.search-page-form .form-wrapper .form-item label {
  display: inline-block;
  padding-bottom: 10px;
}
.search-page-form .form-wrapper .form-item .form-search {
  border: 1px solid #F1F4F5;
  display: inline-block;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 1.2em;
  width: 100%;
}
.search-page-form .form-wrapper .button {
  border: 1px solid #72A300;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  line-height: 1.2em;
  background-color: #72A300;
  color: #034638;
  position: relative;
  transition: all 0.3s ease-out;
}
.search-page-form .form-wrapper .button:hover, .search-page-form .form-wrapper .button:focus {
  color: inherit;
  background-color: #e7f853;
}
.search-page-form .search-help-link,
.search-page-form .search-advanced {
  display: none;
}

@media (max-width: 769px) {
  .page--search .layout-sm {
    padding: 0 10px;
  }
}
.page--search .nav-close--active {
  margin: 20px 20px 10px 0;
}
.page--search .nav-close--active::before {
  font-size: 40px;
}
.page--search .main-content .views-exposed-form #edit-reset {
  display: none;
}
.page--search .main-content .views-exposed-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1025px) {
  .page--search .main-content .views-exposed-form form {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
  }
}
.page--search .main-content .views-exposed-form form .label-wrapper label {
  overflow: hidden;
  word-wrap: normal;
  font: normal normal bold 22px/22px Gilroy;
}
.page--search .main-content .views-exposed-form form .form-item {
  flex: 1 1 auto;
}
@media (max-width: 1025px) {
  .page--search .main-content .views-exposed-form form .form-item {
    display: flex;
    margin-right: 6px;
    margin-top: 30px;
  }
}
.page--search .main-content .views-exposed-form form .form-item label {
  position: absolute;
  overflow: hidden;
  text-transform: none;
  font: normal normal bold 22px/22px Gilroy;
  z-index: 1;
  color: #034638;
  margin-top: -50px;
}
@media (max-width: 769px) {
  .page--search .main-content .views-exposed-form form .form-item label {
    display: none;
  }
}
.page--search .main-content .views-exposed-form form .form-item input {
  border: 2px solid #034638;
  padding: 7px 10px 4px;
  width: 100%;
  height: 52px;
  font-size: 1em;
}
@media (max-width: 769px) {
  .page--search .main-content .views-exposed-form form .form-item input {
    border: 2px solid #4A4F53;
  }
}
.page--search .main-content .views-exposed-form form .form-actions .form-submit {
  height: 52px;
  width: 52px;
  background-size: 30px;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/magnifying-glass.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.page--search .main-content .views-exposed-form form #edit-submit-acquia-search--2 {
  display: none;
  height: 52px;
  width: 52px;
  background-size: 30px;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/magnifying-glass.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 769px) {
  .page--search .main-content .views-exposed-form form #edit-submit-acquia-search--2 {
    border: none;
  }
}
.page--search .main-content .views-exposed-form form #edit-actions--2 {
  display: flex;
}
@media (max-width: 769px) {
  .page--search .main-content .views-exposed-form form #edit-actions--2 {
    display: inline-block;
  }
}
.page--search .main-content .views-exposed-form form #edit-actions--2 #edit-reset--2 {
  margin-left: 16px;
  background-size: 20px;
  background-color: #ffffff;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/sync.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-left: 20px;
  border: 2px solid #034638;
  height: 52px;
  min-width: 160px;
  text-align: initial;
  font: normal normal bold 18px/22px Gilroy;
}
@media (max-width: 1025px) {
  .page--search .main-content .views-exposed-form form #edit-actions--2 #edit-reset--2 {
    margin-top: 13px;
    margin-left: 1px;
  }
  .page--search .main-content .views-exposed-form form #edit-actions--2 #edit-reset--2:focus {
    background-color: #E7F853;
  }
}
.page--search .results-number {
  font-size: 14px;
  padding-top: 40px;
}
.page--search .views-row + .views-row .search-result-item {
  border-top: 3px solid #72A300;
}
.page--search .search-result-item {
  clear: both;
  padding: 40px 0;
}
.page--search .search-result-item .picture {
  float: right;
}
.page--search .search-result-item .picture img {
  max-width: 100px;
  height: auto;
  margin-left: 20px;
}
.page--search .search-result-item h2 {
  font-size: 24px;
}
@media (max-width: 769px) {
  .page--search .search-result-item h2 {
    font-size: 18px;
  }
}
.page--search .search-result-item .infos {
  font-size: 14px;
  padding-bottom: 20px;
}
.page--search .search-result-item .infos .category {
  text-transform: uppercase;
}
.page--search .search-result-item .infos .separator {
  padding: 0 6px;
}
.page--search .search-result-item .infos .date {
  white-space: nowrap;
}
.page--search .search-result-item .content {
  padding-top: 20px;
}
.page--search .search-result-item .content .icon.icon-marker {
  padding-left: 0;
}
.page--search .search-result-item .content .icon.icon-marker::before {
  display: none;
}
.page--search .pager {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: baseline;
  margin: 50px 0;
}
@media (max-width: 1025px) {
  .page--search .pager {
    justify-content: center;
  }
}
.page--search .pager.pager::before {
  display: block;
  content: "Page";
  font-size: 14px;
  margin-right: 10px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .page--search .pager.pager::before {
    content: none;
  }
}
.page--search .pager ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: baseline;
}
.page--search .pager li.is-active a {
  cursor: none;
  font-size: 14px;
  font-weight: 900;
}
@media (max-width: 769px) {
  .page--search .pager li.is-active a {
    font-size: 11px;
  }
}
.page--search .pager a {
  display: block;
  font-size: 14px;
  margin: 0 8px;
  text-decoration: none;
}
@media (max-width: 769px) {
  .page--search .pager a {
    font-size: 11px;
    margin: 0 4px;
  }
}
.page--search .row--faq-list .size-33 {
  display: none;
}
.page--search .row--faq-list .size-66 {
  width: calc(100% - 32px);
}
.page--search .row--faq-list .size-66 div > a {
  display: none;
}

.user-login-form {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  margin-bottom: 6rem;
}
.user-login-form .user-login-form--okta {
  margin-top: 6rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 5px solid gray;
}
.user-login-form .user-login-form--okta a {
  margin-left: 1.5rem;
}
.user-login-form #edit-submit {
  margin-top: 1.5rem;
}
.user-login-form #edit-submit,
.user-login-form .user-login-form--okta a {
  display: inline-block;
  padding: 0.25rem 1rem;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  line-height: 2rem;
  text-decoration: none;
}
.user-login-form .form-item + .form-item {
  margin-top: 1.5rem;
}
.user-login-form .simplesamlphp-auth-login-link {
  display: none;
}

#block-ram-local-tasks:has(.user-login-form) {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

body.maintenance-page {
  margin-top: 0;
}

.page--maintenance {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  height: 100vh;
  overflow: auto;
}
.page--maintenance header {
  padding: 50px 25px;
}
.page--maintenance main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  background: #F1F4F5;
  flex: 1 1 auto;
  margin-bottom: 50px;
  padding: 50px 25px;
}
.page--maintenance main .section {
  max-width: 800px;
  margin: 0 auto;
}
.page--maintenance main h1 {
  font-size: 25px;
}
.sitemap {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.sitemap .sitemap-item--menu-main > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .sitemap .sitemap-item--menu-main > div > ul {
    flex-direction: column;
  }
}
.sitemap .sitemap-item--menu-main > div > ul > li {
  flex-basis: 33.3333333333%;
  margin-bottom: 4rem;
}
@media (max-width: 1025px) {
  .sitemap .sitemap-item--menu-main > div > ul > li {
    flex-basis: 100%;
  }
}
.sitemap .sitemap-item--menu-main > div > ul > li > a {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.sitemap .sitemap-item--menu-main > div > ul > li > a + ul {
  margin-top: 25px;
}
.sitemap .sitemap-item--menu-main > div > ul > li > ul li:not(:first-child) {
  margin-top: 15px;
}
.sitemap .sitemap-item--menu-main > div > ul > li > ul li a {
  color: #034638;
  text-decoration: none;
}
.sitemap .sitemap-item--menu-main > div > ul > li > ul li a:hover, .sitemap .sitemap-item--menu-main > div > ul > li > ul li a:focus {
  color: #72A300;
}
.sitemap .sitemap__submenu {
  display: flex;
  flex-direction: row;
  background-color: #F1F4F5;
}
@media (max-width: 1025px) {
  .sitemap .sitemap__submenu {
    flex-direction: column;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.sitemap .sitemap__submenu .sitemap-item {
  flex-basis: 33.3333333333%;
  padding: 90px;
}
@media (max-width: 1025px) {
  .sitemap .sitemap__submenu .sitemap-item {
    flex-basis: 100%;
    padding: 0 25px;
  }
}
.sitemap .sitemap__submenu .sitemap-item a {
  text-decoration: none;
}
.sitemap .icon-entraves {
  background-image: none;
  padding-left: 0;
}

.block-hub .layout {
  max-width: 1275px;
  padding: 0 0 104px;
}
@media (max-width: 1025px) {
  .block-hub .layout {
    padding: 0 16px;
  }
}
.block-hub__header {
  display: flex;
  min-height: 100px;
  padding-bottom: 24px;
  margin-top: -35px;
}
@media (max-width: 1025px) {
  .block-hub__header {
    padding: 25px 0;
  }
}
.block-hub__header-title {
  margin: auto auto auto 0;
  padding-top: 10px;
}
.block-hub__header-title h2 {
  font: normal normal bold 56px/68px Gilroy;
}
@media (max-width: 1025px) {
  .block-hub__header-title h2 {
    font: normal normal bold 42px/48px Gilroy;
  }
}
.block-hub__header-image {
  display: block;
  margin: auto 0 auto auto;
  width: 180px;
}
@media (max-width: 1025px) {
  .block-hub__header-image {
    display: none;
  }
}
.block-hub__header-image img {
  height: auto;
  width: 100%;
}
.block-hub__submenu {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
.block-hub__submenu ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media (max-width: 1025px) {
  .block-hub__submenu ul {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-gap: 0;
  }
}
.block-hub__submenu li {
  box-sizing: border-box;
  margin-left: 0;
  font-weight: 700;
  width: 100%;
}
.block-hub__submenu li a {
  border: 8px solid #F1F4F5;
  min-height: 126px;
  background-color: #F1F4F5;
  font-size: 28px;
  padding: 24px 42px 24px 24px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: none;
  line-height: 1.1em;
}
@media (max-width: 1025px) {
  .block-hub__submenu li a {
    min-height: 46px;
    font-size: 20px;
    padding: 0 50px 0 8px;
    margin-bottom: 15px;
    line-height: 2.1em;
  }
}
@media (max-width: 1200px) {
  .block-hub__submenu li a {
    font-size: 22px;
  }
}
.block-hub__submenu li a::after {
  background-color: #D8F537;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/angle-right.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.block-hub__submenu li a:hover {
  color: #034638;
  border: 8px solid #D8F537;
}
.block-hub__mobile {
  display: none;
}
@media (max-width: 1025px) {
  .block-hub__mobile {
    padding-top: 0;
    display: block;
  }
  .block-hub__mobile-image {
    text-align: center;
    padding: 30px;
  }
  .block-hub__mobile-image img {
    max-height: 175px;
  }
}

/* content */
.hero + .main-infos {
  margin-top: 40px;
}

.main-infos .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 769px) {
  .main-infos .row {
    flex-direction: column;
  }
}
.main-infos .row .main-infos--info {
  font-size: 21px;
}
.main-infos .row .main-infos--info + .main-infos--desc {
  margin-top: 32px;
}
.main-infos .row > .col {
  padding: 64px 52px;
  background-color: #F1F4F5;
}
@media (max-width: 1025px) {
  .main-infos .row {
    flex-direction: column;
  }
  .main-infos .row > .col {
    width: calc(100% - 40px);
  }
  .main-infos .row > .col:nth-child(n+2) {
    margin-top: 40px;
  }
}

.live-network-status__layout {
  padding-bottom: 20px;
  position: relative;
  z-index: 0;
}
.live-network-status__layout .row {
  position: relative;
}
.live-network-status__layout .row:first-child {
  z-index: 0;
}
.live-network-status__layout .row:first-child .live-network-status__description {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #000000;
  padding: 40px 0 48px;
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .live-network-status__layout .row:first-child .live-network-status__description {
    padding: 40px 0;
  }
}
.live-network-status__layout .row:first-child:last-child {
  z-index: -1;
}
.live-network-status__layout .row .paragraph-live-network {
  position: relative;
  z-index: 0;
}
.live-network-status__layout .live-network-status__tab-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
  gap: 16px;
}
.live-network-status__layout .live-network-status__tab-link {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border: 2px solid #034638;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 149px;
  min-height: 56px;
  justify-content: space-between;
  text-decoration: none;
}
.live-network-status__layout .live-network-status__tab-link--active {
  background-color: #D8F537;
}
.live-network-status__layout .live-network-status__tab-title {
  margin-right: 16px;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #034638;
}
.live-network-status__layout .live-network-status__tab-count {
  border-radius: 12px;
  background: #F1F4F5;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
.live-network-status__layout .live-network-status__tab-content {
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
  z-index: -1;
}
.live-network-status__layout .live-network-status__tab-content .live-network-status__no-upcoming-interruptions {
  padding: 24px 0;
  border-top: 1px solid #034638;
  margin-top: 16px;
  color: #000000;
  font-size: 21px;
}
.live-network-status__layout .live-network-status__alert-header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: #F1F4F5;
  min-height: 64px;
}
@media screen and (max-width: 600px) {
  .live-network-status__layout .live-network-status__alert-header {
    align-items: flex-start;
  }
}
.live-network-status__layout .live-network-status__header-icon {
  display: flex;
  padding-right: 16px;
}
.live-network-status__layout .live-network-status__header-icon svg {
  height: 32px;
  width: 32px;
}
.live-network-status__layout .live-network-status__header-title {
  color: #034638;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: capitalize;
}
.live-network-status__layout .live-network-status__alert-container {
  display: flex;
  flex-direction: column;
}
.live-network-status__layout .live-network-status__alert-container:has(.live-network-status__alert-wrapper) {
  gap: 40px;
}
.live-network-status__layout .live-network-status__alert-content {
  display: flex;
  padding: 0 24px 16px;
  border: 2px solid #F1F4F5;
  border-top: none;
  height: auto;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .live-network-status__layout .live-network-status__alert-content {
    flex-direction: column;
    gap: 0;
    padding: 16px;
  }
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-title,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-title {
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details-expected-date.date-format,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details-expected-date.date-format {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  padding: 8px;
  min-height: 48px;
  width: fit-content;
  background: #F1F4F5;
  margin-top: 6px;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  margin-top: 6px;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan div:first-child,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan div:first-child {
  padding-right: 35px;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan a,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan a:hover,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan a:hover {
  color: #034638;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan a:hover + img,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan a:hover + img {
  transform: translateX(4px);
  transition: transform 0.6s ease;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details .live-network-status__trip-details-succession-plan img,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details .live-network-status__trip-details-succession-plan img {
  width: 16px;
  margin-left: 5px;
  transition: transform 0.6s ease;
}
.live-network-status__layout .live-network-status__content-column-left .live-network-status__trip-details-text,
.live-network-status__layout .live-network-status__content-column-right .live-network-status__trip-details-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-top: 4px;
}
.live-network-status__layout .live-network-status__content-column-left {
  width: 28%;
}
@media screen and (max-width: 600px) {
  .live-network-status__layout .live-network-status__content-column-left {
    width: 100%;
  }
}
.live-network-status__layout .live-network-status__content-column-right {
  width: 72%;
}
@media screen and (max-width: 600px) {
  .live-network-status__layout .live-network-status__content-column-right {
    width: 100%;
  }
}
.live-network-status__layout .live-network-status__trip-status {
  display: flex;
  align-items: center;
}
.live-network-status__layout .live-network-status__trip-status .live-network-status__trip-status-icon:has(.line-network-status) {
  height: 114px;
}
.live-network-status__layout .live-network-status__trip-status .live-network-status__trip-status-icon:has(.line-network-status-one) {
  height: auto;
}
.live-network-status__layout .live-network-status__trip-stations {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.live-network-status__layout .live-network-status__trip-stations h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.live-network-status__layout .live-network-status__interruption-icon rect {
  fill: #DA291C;
}
.live-network-status__layout .live-network-status__service_delayed-icon rect {
  fill: #FFCD00;
}

/* partials */
.partial--intro {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  display: none !important;
}
.partial--intro .partial--intro--title .intro-word .cls-1 {
  fill: #72A300 !important;
}
.partial--intro .partial--intro--title {
  position: absolute;
  top: 25vh;
  left: 15vw;
}
@media (max-width: 1200px) {
  .partial--intro .partial--intro--title {
    left: 7.5vw;
  }
}
.partial--intro .partial--intro--title .partial--intro--title--second {
  line-height: 1em;
  margin-top: 15px;
}
.partial--intro .partial--intro--logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}
.partial--intro .partial--intro--logo .partial--intro--logo--line {
  height: 20px;
  margin-top: 38px;
  background-color: #72A300;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.partial--intro .partial--intro--logo .partial--intro--logo--first,
.partial--intro .partial--intro--logo .partial--intro--logo--leg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loaded .partial--intro.partial--intro-show {
  z-index: 9999;
  animation-name: closeintro;
  animation-duration: 4s;
  animation-fill-mode: forwards;
}

@keyframes closeintro {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  99% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
  100% {
    z-index: -1;
    opacity: 0;
    display: none;
  }
}
* + .partial--contact {
  margin-top: 90px;
}

.partial--contact {
  position: relative;
  padding: 64px;
}
.partial--contact .partial--contact--icone {
  font-size: 5em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .partial--contact .partial--contact--icone {
    font-size: 3em;
    transform: translate(0, 0);
    top: 64px;
  }
}
.partial--contact .partial--contact--svg {
  width: 90px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .partial--contact .partial--contact--svg {
    width: 62px;
    transform: translate(0, 0);
    top: 64px;
  }
}
.partial--contact .partial--contact--content h3 {
  font-size: 24px;
}
@media (max-width: 769px) {
  .partial--contact .partial--contact--content h3 {
    font-size: 19px;
  }
}
.partial--contact .partial--contact--content {
  margin-left: 130px;
}
@media (max-width: 769px) {
  .partial--contact .partial--contact--content {
    margin-left: 0;
    padding-top: 64px;
  }
}
@media (max-width: 1025px) {
  .partial--contact {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.station_map_view {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1025px) {
  .station_map_view {
    padding: 0 !important;
    position: relative;
    z-index: 0;
  }
}
.station_map_view .layout {
  max-width: 100%;
}
.station_map_view .map-app-header {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 16px 25px;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-header {
    padding: 25px 15px;
  }
}
.station_map_view .map-app-stations.zoom-in .stations-overlay #map-app-stations .infoBox {
  transform: translateY(-12px) !important;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .gm-style-mtc {
    display: none;
  }
}
.station_map_view .map-app-stations .stations-overlay {
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .stations-overlay {
    height: 75vh;
  }
}
@media (max-width: 769px) {
  .station_map_view .map-app-stations .stations-overlay {
    height: 60vh;
  }
}
.station_map_view .map-app-stations .stations-overlay[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay.stations-overlay-mobile .toolbox {
  left: 0;
  width: calc(100% - 20px);
  margin: 0 10px;
}
.station_map_view .map-app-stations .stations-overlay.stations-overlay-mobile .toolbox .random-info {
  display: none !important;
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 10px;
  z-index: 1;
}
@media (max-width: 481px) {
  .station_map_view .map-app-stations .stations-overlay #map-app-stations {
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
  }
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations .infoBox {
  text-transform: uppercase;
  padding: 15px 20px;
  width: auto;
  overflow: hidden;
  z-index: 1;
  transform: translateY(-2px) !important;
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations .infoBox .station-name {
  color: #034638;
  font-size: 12px;
  height: auto !important;
  white-space: nowrap;
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations .infoBox--green {
  background-color: #d5e739;
  color: #034638;
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations .infoBox--gray {
  background-color: #7d7e81;
}
.station_map_view .map-app-stations .stations-overlay #map-app-stations .infoBox--gray .station-name {
  color: #ffffff;
}
.station_map_view .map-app-stations .stations-overlay .map-app-note {
  position: absolute;
  z-index: 2;
  left: 30px;
  top: 30px;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .stations-overlay .map-app-note {
    display: none;
  }
}
.station_map_view .map-app-stations .stations-overlay .map-app-note p {
  font-size: 12px;
  color: #666666;
}
.station_map_view .map-app-stations .stations-overlay .toolbox {
  position: absolute;
  left: 8px;
  top: 0;
  width: 366px;
  padding: 0 20px 20px 20px;
  z-index: 3;
}
@media (max-width: 481px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox {
    bottom: 10px;
    top: auto;
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox > * {
  margin-top: 8px;
}
@media (min-resolution: 192dpi) and (max-resolution: 288dpi) {
  .station_map_view .map-app-stations .stations-overlay .toolbox > * {
    margin-top: 3px;
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info {
  background: #ACD21C;
  padding: 26px;
  transition: all 0.5s ease-out;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info[aria-hidden=true] {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info.disabled {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info.hiding {
  opacity: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info.showing {
  max-height: 100%;
  opacity: 1;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info.regenerating .regenerate .fa {
  animation: spin 1s linear 1;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .icon {
  margin: 0 0 20px 0;
  padding: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .icon img {
  max-width: 100%;
  height: 60px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .content {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .regenerate {
  margin-top: 10px;
  text-align: right;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .regenerate button {
  color: #034638;
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .regenerate button:hover, .station_map_view .map-app-stations .stations-overlay .toolbox .random-info .regenerate button:focus {
  color: #ffffff;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .random-info .regenerate .fa {
  font-size: 30px;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .random-info {
    display: none;
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .button-next {
  padding-right: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list] {
  color: #034638;
  text-decoration: none;
  display: block;
  font-size: 1.1em;
  padding: 18px 50px 16px 26px;
  position: relative;
  text-align: left;
  width: 100%;
  transition: all 0.5s ease-out;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list]:hover, .station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list]:focus {
  background: #E7F853;
  color: #034638;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list][aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list][aria-pressed=true] {
  background: #E7F853;
  color: #034638;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list] span {
  font-weight: 700;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list]::after {
  content: "\f078";
  display: block;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations button[data-toggle-stations-list].close::after {
  transform: translateY(-50%) rotate(180deg);
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .button-close {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .button-close::after {
  content: "\f00d";
  display: block;
  font-family: fontawesome;
  font-size: 2em;
  position: absolute;
  top: 1px;
  right: 8px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
  max-height: calc(100vh - 360px);
  transition: max-height 0.5s ease-out;
  overflow: auto;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
    max-height: calc(75vh - 360px);
  }
}
@media (max-width: 769px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
    max-height: calc(60vh - 360px);
  }
}
@media (max-width: 481px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
    max-height: 38vh;
  }
}
@media (min-resolution: 144dpi) and (max-resolution: 192dpi) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
    max-height: calc(60vh - 150px);
  }
}
@media (min-resolution: 192dpi) and (max-resolution: 288dpi) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
    max-height: calc(60vh - 200px);
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #4A4F53 #F1F4F5;
  /* Works on Chrome, Edge, and Safari */
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list::-webkit-scrollbar {
  width: 6px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list::-webkit-scrollbar-track {
  background: #F1F4F5;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list::-webkit-scrollbar-thumb {
  background-color: #4A4F53;
  border-radius: 10px;
  border: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list[aria-expanded=false] {
  max-height: 0;
  overflow: hidden;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list li[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list .station-button {
  color: #034638;
  text-decoration: none;
  border-top: 1px solid #F1F4F5;
  background: #ffffff;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 18px 50px 16px 26px;
  position: relative;
  text-align: left;
  width: 100%;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list .station-button:hover, .station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list .station-button:focus {
  background: #F1F4F5;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .stations-list .station-button[aria-pressed=true] {
  width: 0;
  margin: 5px 15px 0 auto;
  padding: 20px 0;
  position: absolute;
  right: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail {
  padding: 28px 50px 16px 26px;
  max-height: calc(70vh - 200px);
  overflow: auto;
}
@media (max-width: 1025px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail {
    max-height: calc(75vh - 300px);
  }
}
@media (max-width: 769px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail {
    max-height: calc(60vh - 300px);
  }
}
@media (max-width: 481px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail {
    max-height: 38vh;
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail {
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #4A4F53 #F1F4F5;
  /* Works on Chrome, Edge, and Safari */
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail::-webkit-scrollbar {
  width: 6px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail::-webkit-scrollbar-track {
  background: #F1F4F5;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail::-webkit-scrollbar-thumb {
  background-color: #4A4F53;
  border-radius: 10px;
  border: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail-name {
  font: normal normal bold 24px/29px Gilroy;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail-status {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail-status div[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail-status div[aria-hidden=false] {
  display: block;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail h3 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 0 20px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail ul, .station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail li, .station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail p {
  margin: 0;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services,
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency,
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .address {
  padding-bottom: 16px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .address[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency,
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .address,
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .links {
  padding-top: 16px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .address[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .links[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency .content .frequency-usual[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency .content .frequency-rush[aria-hidden=true],
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency .content .travel-time[aria-hidden=true] {
  display: none;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services li {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services li img {
  display: block;
  max-width: 100%;
  height: 22px;
  width: 22px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services li + li {
  margin-top: 10px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services li .name {
  display: block;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .services li .details {
  display: block;
  font-size: 12px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency .content {
  font-size: 14px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .frequency .note {
  font-size: 12px;
  font-style: italic;
  margin-top: 6px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .address .name {
  font-size: 14px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .stations .station-detail .links {
  padding: 16px 0 10px;
  display: flex;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 6px;
  min-height: 58px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend p {
  width: 100%;
  padding: 8px 20px;
  font: normal normal bold 18px/24px Gilroy;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .legend-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .legend-header button {
  margin: 2px 14px 0 0;
  min-width: 30px;
  min-height: 30px;
  color: #034638;
  text-decoration: none;
  background-color: #E7F853;
  font-size: 1.7em;
  line-height: 1;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .legend-header button::before {
  content: "+";
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .legend-header button.minus::before {
  content: "-";
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend {
  display: none;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-resolution: 192dpi) and (max-resolution: 288dpi) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend {
    padding-bottom: 5px;
  }
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend--item {
  display: none;
  align-items: center;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend--item span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  width: 28%;
  height: 30px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend--item span img {
  max-width: 100%;
  height: 28px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend .map-legend--item label {
  padding: 5px;
  font: normal normal normal 12px/20px Roboto;
  width: 72%;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend #legend--in_construction {
  display: flex;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .legend #legend--projected span img {
  height: 20px;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .actual-network {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.station_map_view .map-app-stations .stations-overlay .toolbox .actual-network label {
  display: block;
  font-size: 1.1em;
  padding: 18px 26px 16px;
  transition: 0.3s ease-out;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .actual-network label:hover, .station_map_view .map-app-stations .stations-overlay .toolbox .actual-network label:focus {
  background: #F1F4F5;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .actual-network label span {
  font-weight: 700;
}
.station_map_view .map-app-stations .stations-overlay .toolbox .actual-network label input {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .station_map_view .map-app-stations .stations-overlay .toolbox .actual-network {
    display: none;
  }
}

.map-app-works-info {
  position: relative;
}
@media (max-width: 769px) {
  .map-app-works-info {
    margin-top: 0 !important;
  }
}
.map-app-works-info #map-app-works-info {
  height: 80vh;
  min-height: 500px;
  position: relative;
  width: 100%;
}
@media (max-width: 769px) {
  .map-app-works-info #map-app-works-info {
    min-height: none;
  }
}
.map-app-works-info .toolbox {
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 366px;
  padding: 0 10px 10px 10px;
  z-index: 1;
  max-height: calc(100% - 40px);
  -webkit-overflow-scrolling: touch;
}
.map-app-works-info .toolbox > * {
  margin-top: 8px;
}
.map-app-works-info .toolbox .works-info {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list] {
  color: #034638;
  text-decoration: none;
  display: block;
  font-size: 1.1em;
  padding: 18px 50px 16px 26px;
  position: relative;
  text-align: left;
  width: 100%;
  transition: all 0.5s ease-out;
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list]:hover, .map-app-works-info .toolbox .works-info button[data-toggle-works-info-list]:focus {
  background: #F1F4F5;
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list][aria-hidden=true] {
  display: none;
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list][aria-pressed=true] {
  background: #72A300;
  color: #034638;
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list][aria-pressed=true]:after {
  transform: translateY(-50%);
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list] span {
  font-weight: 700;
}
.map-app-works-info .toolbox .works-info button[data-toggle-works-info-list]:after {
  content: "\f078";
  display: block;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(180deg);
}
.map-app-works-info .toolbox .works-info .works-info-list {
  max-height: calc(80vh - 115px);
  transition: max-height 0.5s ease-out;
  overflow: auto;
}
.map-app-works-info .toolbox .works-info .works-info-list[aria-expanded=false] {
  max-height: 0;
  overflow: hidden;
}
.map-app-works-info .toolbox .works-info .works-info-list .works-info-button {
  color: #034638;
  text-decoration: none;
  border-top: 1px solid #F1F4F5;
  background: #ffffff;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  padding: 18px 50px 16px 26px;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-out;
  width: 100%;
}
.map-app-works-info .toolbox .works-info .works-info-list .works-info-button img {
  height: 20px;
  margin-right: 5px;
}
.map-app-works-info .toolbox .works-info .works-info-list .works-info-button:hover, .map-app-works-info .toolbox .works-info .works-info-list .works-info-button:focus {
  background: #F1F4F5;
}
.map-app-works-info .toolbox .works-info .works-info-list .works-info-button[aria-pressed=true]:after {
  content: "\f00d";
  display: block;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.map-app-works-info .toolbox .works-info .works-info-list .works-info-button[aria-hidden=true] {
  display: none;
}
.map-app-works-info .toolbox .works-info .works-info-detail {
  padding: 18px 50px 16px 26px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.map-app-works-info .toolbox .works-info .works-info-detail .tag img {
  height: 20px;
}
.map-app-works-info .toolbox .works-info .works-info-detail .tag span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.map-app-works-info .toolbox .works-info .works-info-detail .tag + .description {
  margin-top: 32px;
}
.map-app-works-info .toolbox .works-info .works-info-detail .date {
  font-size: 14px;
}
.map-app-works-info .toolbox .works-info .works-info-detail .date + .description {
  margin-top: 32px;
}
.map-app-works-info .toolbox .works-info .works-info-detail[aria-hidden=true] {
  display: none;
}
.map-app-works-info .toolbox .works-info .works-info-detail h3 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.map-app-works-info .toolbox .works-info .works-info-detail ul, .map-app-works-info .toolbox .works-info .works-info-detail li, .map-app-works-info .toolbox .works-info .works-info-detail p {
  margin: 0;
}
.map-app-works-info .toolbox .works-info .works-info-detail .content {
  padding-bottom: 16px;
}
.map-app-works-info .toolbox .works-info .works-info-detail .content[aria-hidden=true] {
  display: none;
}
.map-app-works-info .toolbox .works-info .works-info-detail .links {
  padding: 26px 0 10px;
}
.map-app-works-info .legend {
  position: absolute;
  right: 0;
  bottom: 20px;
  min-height: 110px;
  margin: 0 10px 10px 10px;
  z-index: 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 30px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
@media (max-width: 769px) {
  .map-app-works-info .legend {
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
    margin: 10px 10px 0 10px;
  }
}
.map-app-works-info .legend[data-active=true] {
  width: 300px;
}
.map-app-works-info .legend button[data-toggle-legend] {
  background: #72A300;
  border: 1px solid #72A300;
  color: #034638;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 2px 20px 2px 10px;
  position: absolute;
  left: -40px;
  top: 40px;
  text-align: center;
  transform: rotate(-90deg);
  height: 30px;
  width: 110px;
}
.map-app-works-info .legend button[data-toggle-legend][aria-pressed=true]:after {
  transform: translateY(-50%);
}
.map-app-works-info .legend button[data-toggle-legend]:after {
  content: "\f078";
  display: block;
  font-size: 10px;
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 769px) {
  .map-app-works-info .legend button[data-toggle-legend]:after {
    content: "\f077";
  }
}
.map-app-works-info .legend .legend-detail {
  border: 1px solid #F1F4F5;
  border-left: none;
  min-height: 110px;
  width: 300px;
  white-space: nowrap;
  padding: 5px 0 0 45px;
}
.map-app-works-info .legend .legend-detail ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-around;
  align-items: stretch;
  height: 100%;
}
.map-app-works-info .legend .legend-detail ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  font-size: 14px;
  padding: 10px 15px 10px 0;
  width: 50%;
  white-space: nowrap;
}
.map-app-works-info .legend .legend-detail ul li span {
  max-width: 80px;
  white-space: normal;
}
.map-app-works-info .legend .legend-detail ul li img {
  margin-right: 10px;
  height: auto;
  width: 20px;
  vertical-align: bottom;
}

* + .partial--tabs {
  margin-top: 80px;
}

.partial--tabs {
  position: relative;
  height: 335px;
  background-color: #72A300;
}
.partial--tabs .partial--tabs--nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #72A300;
  color: #034638;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item {
  position: relative;
  cursor: pointer;
  height: 61px;
  line-height: 61px;
  text-align: center;
  font-size: 1.66em;
  background-color: transparent;
  border: 0;
  display: block;
  width: 100%;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #72A300;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item:hover, .partial--tabs .partial--tabs--nav .partial--tabs--nav--item[aria-selected=true].disabled {
  color: #ffffff;
  opacity: 1;
  transition: all 500ms ease;
  transform-origin: 50% 50% 0;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item:hover svg, .partial--tabs .partial--tabs--nav .partial--tabs--nav--item[aria-selected=true].disabled svg {
  fill: #ffffff;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item:hover::before, .partial--tabs .partial--tabs--nav .partial--tabs--nav--item[aria-selected=true].disabled::before {
  opacity: 1;
  transition: all 500ms ease;
  transform-origin: 50% 50% 0;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item:focus {
  color: #ffffff;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item:focus svg {
  fill: #ffffff;
}
.partial--tabs .partial--tabs--nav .partial--tabs--nav--item svg {
  fill: #034638;
  width: 24px;
}
@media (max-width: 1025px) {
  .partial--tabs .partial--tabs--nav {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .partial--tabs .partial--tabs--nav [role=tablist] li {
    display: inline-block;
  }
  .partial--tabs .partial--tabs--nav [role=tablist] li + li {
    margin-left: 64px;
  }
}
@media (max-width: 1025px) and (max-width: 481px) {
  .partial--tabs .partial--tabs--nav [role=tablist] li + li {
    margin-left: 40px;
  }
}
@media (max-width: 1025px) {
  .partial--tabs .partial--tabs--nav .partial--tabs--nav--item::before {
    display: none;
  }
  .partial--tabs .partial--tabs--nav .partial--tabs--nav--item:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #72A300;
  }
  .partial--tabs .partial--tabs--nav .partial--tabs--nav--item:hover:after, .partial--tabs .partial--tabs--nav .partial--tabs--nav--item[aria-selected=true].disabled:after {
    opacity: 1;
  }
}
.partial--tabs .partial--tabs--tab ul {
  position: relative;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-submit {
  margin-top: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-newsletter {
  display: flex;
  align-items: flex-end;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-newsletter + #wrapper-thanks {
  margin-top: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-newsletter .form-submit {
  margin-top: 0;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-newsletter .ajax-progress {
  position: absolute;
  right: 0;
  top: 100%;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-sectors .form-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 32px;
  width: calc(100% + 32px);
  margin-left: -32px;
  margin-top: calc(32px - 32px);
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .form-sectors .form-checkboxes > .form-item {
  white-space: nowrap;
  margin-left: 32px;
  margin-top: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item #wrapper-alert-thanks {
  margin-top: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=alert] .row.size-50 .col:nth-child(2) .row.size-50 {
  width: calc(100% + 32px);
  margin-left: -32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=alert] .row.size-50 .col:nth-child(2) .row.size-50 .col {
  width: calc(50% - 32px);
  margin-left: 32px;
}
@media (max-width: 1025px) {
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=alert] .row.size-50 .col:nth-child(2) .row.size-50 .col {
    margin-top: 0;
  }
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item {
  display: none;
  margin: 0 auto;
  max-width: 972px;
  padding: 60px 132px;
  min-height: 335px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item[aria-hidden=false] {
  display: block;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=newsletter] .col:first-child {
  padding-right: 125px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .col {
  vertical-align: middle;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item h3 {
  font-size: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .partial--tabs--tab--item--background {
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 50%;
  height: 100%;
  background-color: #72A300;
}
@media (max-width: 1025px) {
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item .partial--tabs--tab--item--background {
    top: initial;
    bottom: 0;
    width: 100%;
    height: calc(50% + 32px);
  }
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .post {
  padding: 30px;
  margin-left: 32px;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .post .icone {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #D1D1D1;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .post .date {
  display: block;
}
.partial--tabs .partial--tabs--tab .partial--tabs--tab--item .post .date + p {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item .post {
    margin-left: 0;
  }
}
@media (max-width: 1025px) {
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item {
    height: auto;
    padding: 60px 32px;
  }
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=facebook] .partial--tabs--tab--item--background,
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=facebook] .col:nth-child(2), .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=twitter] .partial--tabs--tab--item--background,
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=twitter] .col:nth-child(2), .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=youtube] .partial--tabs--tab--item--background,
  .partial--tabs .partial--tabs--tab .partial--tabs--tab--item[data-tab=youtube] .col:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1025px) {
  .partial--tabs {
    height: auto;
  }
}

* + .partial--social {
  margin-top: 80px;
}

.partial--social {
  position: relative;
  overflow: hidden;
  background-color: #034638;
  color: #FFFFFF;
  z-index: 1;
}
.partial--social > * {
  position: relative;
  z-index: 2;
}
.partial--social h4 {
  margin-bottom: 5px;
}
.partial--social .row {
  flex-wrap: nowrap;
}

.partial--social--container {
  margin: 0 auto;
  padding: 80px 0 74px;
}
.partial--social--container .layout .row {
  margin-left: 0;
}
@media (max-width: 1025px) {
  .partial--social--container {
    padding: 60px 32px;
  }
}
.partial--social--container a {
  color: #FFFFFF !important;
}
.partial--social--container .social-links {
  margin-left: 0;
  min-width: 25%;
}
.partial--social--container .social-links a {
  margin-right: 15px;
  display: inline-block;
  font-size: 1.8em !important;
  position: relative;
}
.partial--social--container .social-links h2 {
  font: normal normal bold 24px/29px Gilroy;
  color: #ffffff;
}
.partial--social--container .social-links label {
  font: normal normal bold 16px/32px Gilroy;
}
.partial--social--container .social-links_icons {
  margin-top: 15px;
}
.partial--social--container .social-newsletter {
  margin-top: 25px;
}
.partial--social--container .social-newsletter iframe {
  min-height: 180px;
  margin-top: 10px;
}
.partial--social--container #sms-alerts-form-ajax-wrapper {
  margin-top: 10px;
  padding-top: 10px;
}
.partial--social--container #sms-alerts-form-ajax-wrapper label {
  font-weight: 500;
}
.partial--social--container #sms-alerts-form-ajax-wrapper div[role=alert] {
  color: #ff0000 !important;
}
.partial--social--container #sms-alerts-form-ajax-wrapper input[type=submit] {
  background-color: #ffffff;
  border: 2px solid #034638;
  border-radius: 0px;
  color: #034638;
  height: auto;
  text-indent: 5px;
  width: auto;
  margin-top: 0px;
}
.partial--social--container #sms-alerts-form-ajax-wrapper input[type=submit]:hover, .partial--social--container #sms-alerts-form-ajax-wrapper input[type=submit]:focus {
  background-color: #E7F853;
}
.partial--social--container #sms-alerts-form-ajax-wrapper .form-sectors {
  margin: 15px 0;
}
.partial--social--container #sms-alerts-form-ajax-wrapper .js-form-type-tel input {
  width: auto;
  display: block;
}
.partial--social--container #sms-alerts-form-ajax-wrapper .form-item-phone label:after {
  content: "*";
  padding: 0 5px 0 5px;
  display: inline-block;
  color: #ff0000;
  font-family: verdana;
  font-size: 13px;
}

.blur #header,
.blur .breadcrumbs,
.blur #main-wrapper,
.blur #footer {
  filter: blur(10px);
  transition: all 500ms ease;
  transform-origin: 50% 50% 0;
}

.partial--overlay {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.partial--overlay .partial--overlay--close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.partial--overlay .partial--overlay--curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
@media (max-width: 769px) {
  .partial--overlay .partial--overlay--curtain {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
.partial--overlay .partial--overlay--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 50px;
}
.partial--overlay[data-overlay=video] .partial--overlay--content {
  padding: 50px;
  width: 100%;
  max-width: 1280px;
}
.partial--overlay[data-overlay=alerte] {
  z-index: 550;
  opacity: 1;
  text-align: center;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--close {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .partial--overlay[data-overlay=alerte] .partial--overlay--close span {
    display: none;
  }
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content {
  padding: 64px 80px 80px 80px;
  max-width: 680px;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .icone {
  display: block;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .icone img {
  max-height: 80px;
  max-width: 80%;
  display: inline-block;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .icone + .tag {
  margin-top: 32px;
  display: block;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .tag {
  text-transform: uppercase;
  font-size: 14px;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .tag + .cat {
  margin-top: 32px;
  display: block;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head .cat {
  text-transform: uppercase;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--head + .partial--overlay--content--desc {
  margin-top: 40px;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--desc .title {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .partial--overlay[data-overlay=alerte] .partial--overlay--content--desc .title {
    font-size: 18px;
  }
}
.partial--overlay[data-overlay=alerte] .partial--overlay--content--desc + .partial--overlay--content--button {
  margin-top: 40px;
}
.partial--overlay[data-overlay=alerte] .partial--overlay--close.partial--overlay--close--continue {
  position: relative;
  top: initial;
  right: initial;
  margin-top: 32px;
  text-decoration: underline;
}

.video-fluid {
  position: relative;
  padding-bottom: 53.75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-fluid iframe,
.video-fluid .object,
.video-fluid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.partial--filters {
  background-color: #034638;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1025px) {
  .partial--filters {
    flex-wrap: wrap;
  }
}
@media (max-width: 769px) {
  .partial--filters {
    border: none;
    display: block;
    transform: translateY(0);
    margin-top: 20px;
  }
}
.partial--filters h3 {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.1em;
  line-height: 86px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
@media (max-width: 769px) {
  .partial--filters h3 {
    border: none;
    text-align: left;
  }
}
.partial--filters .filters-list {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-content: stretch;
  align-items: stretch;
  margin: 0;
  flex: 1 1 auto;
  padding: 0;
}
@media (max-width: 769px) {
  .partial--filters .filters-list {
    background-color: #F1F4F5;
    flex-direction: column;
    border: none;
    padding: 0 10px;
  }
}
.partial--filters .filters-list li {
  border-left: 1px solid #ffffff;
  font-size: 1.1em;
  width: 100%;
}
@media (max-width: 769px) {
  .partial--filters .filters-list li {
    border-left: none;
    border-top: 1px solid #D1D1D1;
  }
  .partial--filters .filters-list li:first-child {
    border: none;
  }
}
.partial--filters .filters-list .label {
  color: #ffffff;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 31px 20px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .label {
    color: #034638;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: baseline;
    padding: 16px 10px 16px 10px;
    text-align: left;
  }
}
.partial--filters .filters-list .label[aria-selected=true]::before {
  transform: rotate(180deg);
}
.partial--filters .filters-list .label::before {
  content: "\f078";
  display: inline-block;
  font-family: fontawesome;
  font-size: 18px;
  margin-left: 10px;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .label::before {
    margin-left: 0;
    margin-right: 10px;
  }
}
.partial--filters .filters-list .row-choices {
  max-width: 898px;
  margin: 0 auto;
}
.partial--filters .filters-list .choices {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 10;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choices {
    position: static;
  }
}
.partial--filters .filters-list .choices fieldset {
  display: none;
  padding: 0;
  margin: 0;
  border: none;
  background-color: #F1F4F5;
}
.partial--filters .filters-list .choices fieldset > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choices fieldset > div {
    flex-direction: column;
    margin: 0 0 10px 0;
  }
}
.partial--filters .filters-list .choices[aria-hidden=false] {
  z-index: 0;
}
.partial--filters .filters-list .choices[aria-hidden=false] fieldset {
  display: block;
}
.partial--filters .filters-list .choice {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  margin: 30px;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choice {
    margin: 0;
  }
}
.partial--filters .filters-list .choice label {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
  text-align: right;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choice label {
    justify-content: flex-start;
    align-items: baseline;
    font-size: 18px;
    padding: 10px;
    text-align: left;
  }
}
.partial--filters .filters-list .choice label img {
  max-height: 24px;
  width: auto;
}
.partial--filters .filters-list .choice label span {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choice label span {
    margin: 0 10px;
  }
}
.partial--filters .filters-list .choice .input {
  margin-left: 16px;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choice .input {
    order: -1;
    margin: 0 5px 0 0;
    padding: 10px;
  }
}
.partial--filters .filters-list .choice button {
  text-decoration: none;
}
@media (max-width: 769px) {
  .partial--filters .filters-list .choice button {
    font-size: 18px;
    padding: 10px;
    text-align: left;
  }
}
.partial--filters .results {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 15px 20px 15px;
}
@media (max-width: 1025px) {
  .partial--filters .results {
    flex: 1 0 auto;
    order: -1;
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 769px) {
  .partial--filters .results {
    border-right: 0;
  }
}
.partial--filters .results button {
  margin-left: 20px;
  text-transform: capitalize;
  float: none;
}
@media (max-width: 769px) {
  .partial--filters .results button {
    display: block;
    margin: 20px auto 0;
  }
}
.partial--filters .results button:hover, .partial--filters .results button:focus {
  text-decoration: none;
}

@media (max-width: 769px) {
  .filtered-area {
    margin-top: 0 !important;
  }
}
.filtered-area .filtered-results.filtered-type-news .common-tile--list {
  display: block;
}
.filtered-area .filtered-results.filtered-type-news .common-tile--list .thumb {
  min-height: 0;
}
.filtered-area .filtered-results.filtered-type-document.common-tile .thumb {
  background-color: #ffffff;
}
.filtered-area .filtered-results.filtered-type-document.common-tile .thumb .thumb--button {
  left: 24px;
}
.filtered-area .filtered-results .common-tile--list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  width: calc(100% + 64px);
  margin-left: -64px;
}
@media (max-width: 769px) {
  .filtered-area .filtered-results .common-tile--list {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
}
.filtered-area .filtered-results .common-tile--list .thumb {
  width: calc(33.33% - 64px);
  position: relative;
  margin: 40px 0 0 64px;
}
@media (max-width: 1025px) {
  .filtered-area .filtered-results .common-tile--list .thumb {
    width: calc(50% - 64px);
  }
}
@media (max-width: 769px) {
  .filtered-area .filtered-results .common-tile--list .thumb {
    margin-left: 0;
    width: 100%;
  }
}
.filtered-area .filtered-results .common-tile--list .thumb .thumb--footer {
  margin-top: 20px;
}
.filtered-area .load-more {
  margin-top: 35px;
  text-align: center;
}

.paragraph--service-status {
  padding: 16px 0;
  position: relative;
  margin-top: 0;
  z-index: 2;
}
.paragraph--service-status .service-status h4 {
  padding-left: 0;
  color: #034638;
  font-family: Gilroy, serif;
  font-size: 24px;
  font-weight: 700;
}
.paragraph--service-status .service-status .alert-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 40px;
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row {
    flex-direction: column;
    order: 3;
    padding: 0 16px;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col {
    order: 3;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .row {
  flex-wrap: nowrap;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .row .col-service {
  display: flex;
  align-items: center;
  width: auto;
}
@media (min-width: 1026px) and (max-width: 1144px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .row .col-service {
    margin-left: 20px;
  }
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .row .col-service:first-child {
    margin-left: 32px;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .row {
    flex-direction: column;
    gap: 10px;
  }
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .row .col-service:last-child {
    position: absolute;
    right: 0;
    top: -70px;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.front-message {
  width: 305px;
  min-height: 56px;
  padding: 6px 0 6px 15px;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.front-message {
    width: 24vw;
    height: 70px;
    padding-left: 8px;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.front-message {
    width: 100%;
    height: inherit;
    padding-left: 15px;
  }
}
@media (min-width: 1026px) and (max-width: 1144px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.front-message {
    width: 280px;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message {
  border: 2px solid #034638;
  background-color: white;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service {
  display: flex;
  position: relative;
  justify-content: flex-start;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service .icon {
  padding: 8px 6px 8px 2px;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service .icon img {
  min-width: 16px;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service .title {
  position: relative;
  margin-right: 56px;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service .title {
    padding-right: 16px;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service .title h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: Gilroy, sans-serif;
  margin: 0;
  padding: 8px 2px;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service a.handle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #D8F537;
  text-decoration: none;
  cursor: pointer;
  right: 16px;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service a.handle:after {
  content: "+";
  font-family: FontAwesome, serif;
  font-size: 1.3em;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service a.handle {
    right: 8px;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service a.handle {
    right: 16px;
  }
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .service:has(.handle) .title {
    padding-right: 60px;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message {
  display: flex;
  min-height: 80px;
  width: 100%;
  margin-bottom: -1px;
  padding: 0;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message {
    width: 100%;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.out_of_service, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.service_stopped {
  border: 1px solid #034638;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .service {
  width: 100%;
  align-items: center;
  padding: 16px;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .service {
    flex-direction: row;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.service_delayed, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.normal_service, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.service_gradually_restored, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.modified_service, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.interruption, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.no_service, .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message.reduced_frequency_service {
  border: 1px solid #034638;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-description {
  font-size: 16px;
  padding: 8px;
  width: 20%;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-description {
    padding-top: 1px;
    padding-left: 36px;
    width: 100%;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area {
  display: flex;
  align-items: flex-start;
  width: 80%;
  padding: 0;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area {
    width: 76%;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area .box-alert-text {
  padding-left: 16px;
  width: 100%;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area .box-alert-text h3 {
  font-size: 16px;
  font-weight: 700;
  font-family: Gilroy, sans-serif;
  margin: 0;
  padding: 0 8px 0 0;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area .box-alert-text h3 {
    width: 84%;
  }
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area .box-alert-text h3 {
    width: 80%;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .box-alert-area .box-alert-text > .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-left: 0;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message.box-message .handle:after {
  content: "\f105" !important;
}
.paragraph--service-status .service-status .alert-row .alert-col .alert-box .message .description {
  font-size: 14px;
  margin-left: 30px;
  padding-bottom: 8px;
}
.paragraph--service-status .service-status .alert-row .alert-col .refresh {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #034638;
  margin-right: 20px;
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col .refresh {
    margin-right: 0;
  }
}
.paragraph--service-status .service-status .alert-row .alert-col .no-padding {
  padding: 0 !important;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .row .col:nth-child(n+2) {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .paragraph--service-status .service-status .alert-row .alert-col:first-child {
    order: 1;
    padding: 0 0 38px 0;
    width: 50%;
  }
  .paragraph--service-status .service-status .alert-row .alert-col:first-child h4 {
    padding: 0;
  }
  .paragraph--service-status .service-status .alert-row .alert-col:last-child {
    order: 2;
    position: relative;
    right: 0;
    z-index: 1;
  }
  .paragraph--service-status .service-status .accessible-focus-outline:focus {
    outline: 2px solid #034638;
    outline-offset: 2px;
  }
}
.paragraph--service-status .service-status {
  /* lightbox for alerts */
}
.paragraph--service-status .service-status .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 70, 56, 0.5);
  display: none;
  z-index: 3;
}
.paragraph--service-status .service-status .box {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -10%);
  background-color: white;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 964px;
  max-width: 66.5%;
  max-height: 75%;
}
@media (max-width: 1025px) {
  .paragraph--service-status .service-status .box {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .paragraph--service-status .service-status .box {
    max-height: 80%;
    max-width: 92%;
  }
}
.paragraph--service-status .service-status .box .sub-box {
  padding: 40px;
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .paragraph--service-status .service-status .box .sub-box {
    padding: 40px 16px;
  }
}
.paragraph--service-status .service-status .close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  color: #034638;
  background-color: #fff;
  text-decoration: none;
  font-size: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome", serif;
}

/* Class to disable scrolling */
body.no-scroll {
  position: fixed;
  width: 100%; /* Avoid visual jump */
  overflow-y: scroll;
}

.paragraph--alert-info-messages {
  padding-top: 16px !important;
  padding-bottom: 18px !important;
}
@media (max-width: 769px) {
  .paragraph--alert-info-messages {
    padding-top: 21px !important;
    padding-bottom: 8px !important;
  }
}
.paragraph--alert-info-messages .layout {
  display: flex;
  background-color: #F8FFD4;
  padding: 14px 40px 16px 40px;
}
@media (max-width: 769px) {
  .paragraph--alert-info-messages .layout {
    display: block;
    padding: 16px;
  }
}
.paragraph--alert-info-messages .layout .m_icon {
  width: 32px;
  height: 32px;
  padding: 4px 16px 0 0;
  display: inline-block;
  vertical-align: middle;
  min-width: fit-content;
}
.paragraph--alert-info-messages .layout .m_content {
  width: 100%;
  min-width: min-content;
  text-align: left;
}
.paragraph--alert-info-messages .layout .m_content ul {
  margin-top: 0;
}
.paragraph--alert-info-messages .layout .m_content .m_row {
  position: relative;
  border-bottom: 1px solid #D8F537;
  padding: 12px 0 8px 0;
  min-height: 40px;
}
.paragraph--alert-info-messages .layout .m_content .m_row:last-child {
  border-bottom: none;
}
.paragraph--alert-info-messages .layout .m_content .m_row .m_link img {
  vertical-align: middle;
  transition: transform 0.6s ease;
}
.paragraph--alert-info-messages .layout .m_content .m_row:hover .m_link img {
  transform: translateX(6px);
}
.paragraph--alert-info-messages .layout .m_content .m_row span {
  vertical-align: middle;
}
.paragraph--alert-info-messages .layout .m_content .m_row .m_title {
  color: #034638;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  min-width: fit-content;
  vertical-align: middle;
}
.paragraph--alert-info-messages .layout .m_content .m_row .m_body {
  color: #034638;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
}
.paragraph--alert-info-messages .layout .m_content .m_row a {
  margin-left: 0;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}

.partial--live-network-state-map {
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: row;
  justify-content: center;
  gap: 0;
  border: 2px solid #034638;
  padding: 40px;
  height: 611px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map {
    height: auto;
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
    flex-direction: column;
    align-items: end;
  }
}
.partial--live-network-state-map .map-right {
  height: 87%;
  order: 2;
  display: flex;
  align-items: center;
  margin-left: -4px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-right {
    height: inherit;
    flex-direction: column;
    margin-top: 50px;
    margin-left: auto;
    margin-right: 90px;
  }
}
@media (min-width: 600px) and (max-width: 1079px) {
  .partial--live-network-state-map .map-right {
    margin-right: auto;
  }
}
.partial--live-network-state-map .map-right .line-a1 .circle-a1 {
  position: relative;
  width: 34px;
  height: 34px;
}
.partial--live-network-state-map .map-right .line-a1 .circle-a1 img {
  width: 34px;
  height: 34px;
  max-width: inherit;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-right .line-a1 .circle-a1 img {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-right .line-a1 .circle-a1 {
    position: absolute;
    bottom: 14px;
    top: auto;
    right: 11px;
    height: 22px;
    width: 22px;
  }
  .partial--live-network-state-map .map-right .line-a1 .line-trace div:first-child {
    position: relative;
    z-index: 1;
  }
  .partial--live-network-state-map .map-right .line-a1 .line-trace div:nth-last-child(2) .station-name {
    margin-right: 23px;
    margin-top: -11px;
    font-size: 18px;
  }
}
.partial--live-network-state-map .map-left {
  order: 1;
  height: 87%;
  display: flex;
  flex-direction: column;
}
.partial--live-network-state-map .map-left .line-a4,
.partial--live-network-state-map .map-left .line-a3,
.partial--live-network-state-map .map-left .line-a2 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-left .line-a4,
  .partial--live-network-state-map .map-left .line-a3,
  .partial--live-network-state-map .map-left .line-a2 {
    height: 155px;
    flex: inherit;
  }
  .partial--live-network-state-map .map-left .line-a4 .line-trace div:nth-child(2) .station-name,
  .partial--live-network-state-map .map-left .line-a3 .line-trace div:nth-child(2) .station-name,
  .partial--live-network-state-map .map-left .line-a2 .line-trace div:nth-child(2) .station-name {
    margin-right: 24px;
    font-size: 18px;
    margin-top: -13px;
  }
}
.partial--live-network-state-map .map-left .line-a4 .m-dots-fork,
.partial--live-network-state-map .map-left .line-a4 .m-line-fork,
.partial--live-network-state-map .map-left .line-a2 .m-dots-fork,
.partial--live-network-state-map .map-left .line-a2 .m-line-fork {
  display: none;
}
.partial--live-network-state-map .map-left .circle-a4,
.partial--live-network-state-map .map-left .circle-a3,
.partial--live-network-state-map .map-left .circle-a2 {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-right: 21px;
  width: 34px;
  height: 34px;
}
.partial--live-network-state-map .map-left .circle-a4 img,
.partial--live-network-state-map .map-left .circle-a3 img,
.partial--live-network-state-map .map-left .circle-a2 img {
  width: 34px;
  height: 34px;
  max-width: inherit;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-left .circle-a4 img,
  .partial--live-network-state-map .map-left .circle-a3 img,
  .partial--live-network-state-map .map-left .circle-a2 img {
    position: absolute;
    top: 23px;
    right: -10px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-left {
    height: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    margin-left: auto;
    margin-right: 90px;
  }
  .partial--live-network-state-map .map-left .line-a4 {
    order: 1;
    flex: 1;
    margin-right: -48px;
    margin-bottom: -20px;
  }
  .partial--live-network-state-map .map-left .line-a3 {
    order: 2;
    flex: 1;
  }
  .partial--live-network-state-map .map-left .line-a2 {
    order: 3;
    flex: 1;
    margin-right: 48px;
    margin-left: -48px;
  }
}
@media (min-width: 600px) and (max-width: 1079px) {
  .partial--live-network-state-map .map-left {
    margin-right: auto;
  }
}
.partial--live-network-state-map .line-trace {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .line-trace {
    gap: 1px;
    flex-direction: column;
    margin-top: 0;
    align-items: end;
    width: 48px;
  }
}
.partial--live-network-state-map .station-item {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item {
    display: block;
    align-items: inherit;
  }
}
.partial--live-network-state-map .station-item .station-name {
  font-family: "Roboto", sans-serif;
  position: absolute;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
  margin-top: -100px;
  width: 210px;
  margin-left: -30px;
  margin-right: auto;
  font-size: 16px;
  text-align: left;
  color: #1D1D1B;
  font-weight: 500;
}
.partial--live-network-state-map .station-item .station-name.text-bg-white {
  background: #ffffff;
}
.partial--live-network-state-map .station-item .station-name.text-bold {
  font-weight: 900;
}
.partial--live-network-state-map .station-item .station-name.text-black {
  color: #010000;
}
.partial--live-network-state-map .station-item .station-name.yul-airport {
  margin-top: -105px;
  width: 170px;
}
.partial--live-network-state-map .station-item .station-name.disabled {
  color: #929396;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .station-name {
    transform: rotate(0deg);
    left: auto;
    right: 14px;
    margin-top: -8px;
    min-width: 180px;
    width: 180px;
    font-size: 14px;
    text-align: right;
    color: #000000;
  }
  .partial--live-network-state-map .station-item .station-name.yul-airport {
    margin-top: -22px !important;
    min-width: inherit;
    width: 150px;
    left: auto;
    top: -10px;
  }
  .partial--live-network-state-map .station-item .station-name.disabled {
    font-size: 14px;
  }
}
.partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector) .station-point-s {
  visibility: hidden;
}
.partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector) .station-name {
  color: #929396;
}
.partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector) .out-service .line-vector {
  margin-left: -1px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector) .out-service .line-vector {
    margin-left: 0;
  }
}
.partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 6px;
  background: #ffffff;
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item:has(.item-img .out-service .line-vector)::after {
    width: 10px;
    height: 2px;
    margin-left: 3px;
  }
}
.partial--live-network-state-map .station-item:last-child .item-img .line-vector, .partial--live-network-state-map .station-item:nth-child(14) .item-img .line-vector, .partial--live-network-state-map .station-item:last-child .item-img .line-dots, .partial--live-network-state-map .station-item:nth-child(14) .item-img .line-dots {
  visibility: hidden;
  width: 22px;
}
.partial--live-network-state-map .station-item:last-child .item-img .line-vector.vector-visible, .partial--live-network-state-map .station-item:nth-child(14) .item-img .line-vector.vector-visible, .partial--live-network-state-map .station-item:last-child .item-img .line-dots.vector-visible, .partial--live-network-state-map .station-item:nth-child(14) .item-img .line-dots.vector-visible {
  visibility: visible;
  margin-right: 0;
}
.partial--live-network-state-map .station-item:has(.item-img .interruption-icon + .service_delayed-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .interruption-icon + .service_delayed-icon) .service_gradually_restored-icon, .partial--live-network-state-map .station-item:has(.item-img .no-service-icon + .service_delayed-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .no-service-icon + .service_delayed-icon) .service_gradually_restored-icon, .partial--live-network-state-map .station-item:has(.item-img .service_delayed-icon + .interruption-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .service_delayed-icon + .interruption-icon) .service_gradually_restored-icon, .partial--live-network-state-map .station-item:has(.item-img .interruption-icon + .service_gradually_restored-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .interruption-icon + .service_gradually_restored-icon) .service_gradually_restored-icon, .partial--live-network-state-map .station-item:has(.item-img .service_gradually_restored-icon + .interruption-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .service_gradually_restored-icon + .interruption-icon) .service_gradually_restored-icon, .partial--live-network-state-map .station-item:has(.item-img .service_gradually_restored-icon + .no-service-icon) .service_delayed-icon,
.partial--live-network-state-map .station-item:has(.item-img .service_gradually_restored-icon + .no-service-icon) .service_gradually_restored-icon {
  display: none;
}
.partial--live-network-state-map .station-item .item-img {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img span .line-vector-long {
    margin-left: -80px;
    margin-top: 70px;
    transform: rotate(90deg);
  }
}
.partial--live-network-state-map .station-item .item-img span.vector-top {
  width: 183px;
  height: 12px;
}
.partial--live-network-state-map .station-item .item-img span.vector-top .line-vector-fork {
  position: absolute;
  transform: rotate(180deg) scaleX(-1);
  top: -1px;
}
.partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-long,
.partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-long-v,
.partial--live-network-state-map .station-item .item-img span.vector-top .line-vector-long-v {
  display: none;
}
.partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-fork {
  position: absolute;
  top: 4px;
  transform: rotate(180deg) scaleX(-1);
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img span.vector-top {
    width: auto;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .line-vector-fork,
  .partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-fork {
    display: none;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .m-line-fork,
  .partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-long {
    display: block;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .m-dots-fork {
    display: block;
    margin-left: -36px;
    margin-top: -7px;
    transform: scaleX(-1);
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .line-dots-long-v {
    display: block;
    margin-left: 7px;
    margin-top: 11px;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .m-line-fork {
    display: block;
    margin-left: -35px;
    margin-top: -3px;
    z-index: 0;
    position: relative;
    transform: scaleX(-1);
  }
  .partial--live-network-state-map .station-item .item-img span.vector-top .line-vector-long-v {
    display: block;
    margin-left: 7px;
    margin-top: 4px;
  }
}
.partial--live-network-state-map .station-item .item-img span.vector-bottom {
  width: 183px;
  height: 12px;
}
.partial--live-network-state-map .station-item .item-img span.vector-bottom .line-vector-fork {
  position: absolute;
  bottom: -1px;
}
.partial--live-network-state-map .station-item .item-img span.vector-bottom .line-dots-fork {
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img span.vector-bottom {
    width: auto;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-bottom .line-vector-fork,
  .partial--live-network-state-map .station-item .item-img span.vector-bottom .line-dots-fork {
    display: none;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-bottom .m-line-fork {
    display: block;
    margin-left: 7px;
    z-index: 0;
    position: relative;
    margin-top: -3px;
  }
  .partial--live-network-state-map .station-item .item-img span.vector-bottom .m-dots-fork {
    display: block;
    margin-left: 12px;
    margin-top: 0;
  }
}
.partial--live-network-state-map .station-item .item-img span.in-service {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.in-service .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.in-service .line-vector path#svg_2 {
  fill: #80BC00;
}
.partial--live-network-state-map .station-item .item-img span.in-service .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.in-service .line-vector-long-v {
  background: #80BC00;
}
.partial--live-network-state-map .station-item .item-img span.in-service .line-vector-fork path:nth-child(1) {
  fill: #80BC00;
}
.partial--live-network-state-map .station-item .item-img span.in-service .m-line-fork path:nth-child(1) {
  fill: #80BC00;
}
.partial--live-network-state-map .station-item .item-img span.out-of-service {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-dots-long {
  width: 175px;
  height: 12px;
  align-items: center;
  margin-right: 11px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img span.out-of-service .line-dots-long {
    width: 160px;
    margin-left: -67px;
    margin-top: 72px;
    transform: rotate(90deg);
  }
}
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector path#svg_2 {
  fill: #929396;
}
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector-long-v {
  background: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.out-of-service .m-line-fork path:nth-child(1) {
  fill: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.no-service {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.no-service .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.no-service .line-vector path#svg_2 {
  fill: #DA291C;
}
.partial--live-network-state-map .station-item .item-img span.no-service .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.no-service .line-vector-long-v {
  background: #DA291C;
}
.partial--live-network-state-map .station-item .item-img span.no-service .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.no-service .m-line-fork path:nth-child(1) {
  fill: #DA291C;
}
.partial--live-network-state-map .station-item .item-img span.service_delayed {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector path#svg_2 {
  fill: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector-long-v {
  background: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.service_delayed .m-line-fork path:nth-child(1) {
  fill: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector path#svg_2 {
  fill: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector-long-v {
  background: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.service_gradually_restored .m-line-fork path:nth-child(1) {
  fill: #FFCD00;
}
.partial--live-network-state-map .station-item .item-img span.elevator-status,
.partial--live-network-state-map .station-item .item-img span.elevator-interruption {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector path#svg_2,
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector path#svg_2 {
  fill: #929396;
}
.partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector-long-v,
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector-long-v {
  background: #929396;
}
.partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.elevator-status .m-line-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.elevator-interruption .m-line-fork path:nth-child(1) {
  fill: #929396;
}
.partial--live-network-state-map .station-item .item-img span.interruption {
  display: flex;
}
.partial--live-network-state-map .station-item .item-img span.interruption .line-vector path#svg_1,
.partial--live-network-state-map .station-item .item-img span.interruption .line-vector path#svg_2 {
  fill: #DA291C;
}
.partial--live-network-state-map .station-item .item-img span.interruption .line-vector-long,
.partial--live-network-state-map .station-item .item-img span.interruption .line-vector-long-v {
  background: #DA291C;
}
.partial--live-network-state-map .station-item .item-img span.interruption .line-vector-fork path:nth-child(1),
.partial--live-network-state-map .station-item .item-img span.interruption .m-line-fork path:nth-child(1) {
  fill: #DA291C;
}
.partial--live-network-state-map .station-item .item-img .line-vector,
.partial--live-network-state-map .station-item .item-img .line-dots {
  height: 12px;
  width: 50px;
  max-width: 100%;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img {
    align-items: inherit;
  }
  .partial--live-network-state-map .station-item .item-img span.in-service, .partial--live-network-state-map .station-item .item-img span.interruption, .partial--live-network-state-map .station-item .item-img span.no-service, .partial--live-network-state-map .station-item .item-img span.service_delayed, .partial--live-network-state-map .station-item .item-img span.service_gradually_restored, .partial--live-network-state-map .station-item .item-img span.out-of-service, .partial--live-network-state-map .station-item .item-img span.elevator-interruption, .partial--live-network-state-map .station-item .item-img span.elevator-status {
    display: block;
    height: 26px;
    width: 12px;
    margin-bottom: -1px;
  }
  .partial--live-network-state-map .station-item .item-img span.in-service .line-vector,
  .partial--live-network-state-map .station-item .item-img span.in-service .line-dots, .partial--live-network-state-map .station-item .item-img span.interruption .line-vector,
  .partial--live-network-state-map .station-item .item-img span.interruption .line-dots, .partial--live-network-state-map .station-item .item-img span.no-service .line-vector,
  .partial--live-network-state-map .station-item .item-img span.no-service .line-dots, .partial--live-network-state-map .station-item .item-img span.service_delayed .line-vector,
  .partial--live-network-state-map .station-item .item-img span.service_delayed .line-dots, .partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-vector,
  .partial--live-network-state-map .station-item .item-img span.service_gradually_restored .line-dots, .partial--live-network-state-map .station-item .item-img span.out-of-service .line-vector,
  .partial--live-network-state-map .station-item .item-img span.out-of-service .line-dots, .partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-vector,
  .partial--live-network-state-map .station-item .item-img span.elevator-interruption .line-dots, .partial--live-network-state-map .station-item .item-img span.elevator-status .line-vector,
  .partial--live-network-state-map .station-item .item-img span.elevator-status .line-dots {
    width: 26px;
    height: 12px;
    transform: rotate(90deg);
    max-width: inherit;
  }
}
.partial--live-network-state-map .station-item .item-img .station-point-s {
  position: absolute;
  left: -6px;
  z-index: 1;
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img .station-point-s {
    top: -5px;
    left: 6px;
    height: 13px;
    width: 13px;
  }
}
.partial--live-network-state-map .station-item .item-img .station-point-s.disabled {
  color: #929396 !important;
}
.partial--live-network-state-map .station-item .item-img .station-point-l,
.partial--live-network-state-map .station-item .item-img .interruption-icon,
.partial--live-network-state-map .station-item .item-img .no-service-icon,
.partial--live-network-state-map .station-item .item-img .elevator-alert-icon {
  position: absolute;
  left: -11px;
  z-index: 1;
  height: 22px;
  width: 22px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img .interruption-icon,
  .partial--live-network-state-map .station-item .item-img .no-service-icon,
  .partial--live-network-state-map .station-item .item-img .elevator-alert-icon {
    top: -11px;
    left: 4px;
    height: 19px;
    width: 19px;
  }
  .partial--live-network-state-map .station-item .item-img .station-point-l {
    width: 16px;
    top: -11px;
    left: auto;
    right: -8.5px;
  }
}
.partial--live-network-state-map .station-item .item-img .station-point-l.disabled,
.partial--live-network-state-map .station-item .item-img .elevator-alert-icon.disabled {
  color: #929396 !important;
}
.partial--live-network-state-map .station-item .item-img .service_delayed-icon,
.partial--live-network-state-map .station-item .item-img .service_gradually_restored-icon {
  position: absolute;
  z-index: 1;
  height: 22px;
  width: 24px;
  left: -11px;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .station-item .item-img .service_delayed-icon,
  .partial--live-network-state-map .station-item .item-img .service_gradually_restored-icon {
    top: -11px;
    left: 1px;
    height: 20px;
  }
}
.partial--live-network-state-map .map-legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F1F4F5;
  padding: 23px 27px;
  margin: 20px 14px;
  width: fit-content;
}
@media screen and (max-width: 1079px) {
  .partial--live-network-state-map .map-legend {
    position: relative;
    padding: 24px;
    right: auto;
    bottom: auto;
    order: 3;
    width: fit-content;
    margin: 12px auto 40px auto;
  }
}
.partial--live-network-state-map .map-legend .legend-item {
  display: flex;
  gap: 10px;
}
.partial--live-network-state-map .map-legend .legend-item .legend-img svg {
  width: 20px;
  height: 20px;
}
.partial--live-network-state-map .map-legend .legend-item .legend-name {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.popup-resume p {
  font-size: 16px;
}
.popup-resume .fieldset-legend {
  padding: 0;
  margin: 0 0 var(--space-m) 0;
  font-size: 18px;
  font-weight: bold;
  color: #034638;
}
.popup-resume .field-label {
  font-weight: bold;
}
.popup-resume .fieldset-wrapper {
  border-bottom: 1px solid #929396;
  margin-bottom: 1em;
  padding-bottom: 15px;
}
.popup-resume .fieldset-wrapper.no-border {
  border: none;
  margin-bottom: 2em;
}
.popup-resume .info-send-sms {
  background: #F1F4F5;
  padding: 16px;
}

/* container ( bundle ) */
.hero + .paragraphs {
  margin-top: 80px;
}

.main-infos + .paragraph {
  margin-top: 64px;
}

.paragraph {
  padding-top: 24px;
  padding-bottom: 24px;
}
.paragraph.with-border-top {
  padding-top: 0;
}
.paragraph.with-border-top::before {
  content: "";
  border-top: 2px solid #F1F4F5;
  max-width: 1275px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.paragraph.with-border-top .line {
  border-top: 2px solid #F1F4F5;
  margin-bottom: 32px;
}
.paragraph.with-border-top .layout {
  padding-top: 24px;
  padding-bottom: 28px;
}
@media (max-width: 769px) {
  .paragraph.with-border-top .layout {
    padding-bottom: 0;
  }
}
.paragraph.green-title h2 {
  color: #72A300;
}
.paragraph.white-title h2 {
  color: #ffffff;
}
@media (max-width: 1025px) {
  .paragraph {
    padding: 40px 40px;
  }
}
@media (max-width: 769px) {
  .paragraph {
    padding: 40px 16px;
  }
}
@media (max-width: 769px) {
  .paragraph {
    padding: 32px 16px;
  }
}
@media (max-width: 1025px) {
  .paragraph.paragraph--layout_50_50 .paragraph, .paragraph.paragraph--layout_33_66 .paragraph, .paragraph.paragraph--layout_66_33 .paragraph, .paragraph.paragraph--layout_33_33_33 .paragraph {
    padding: 0;
  }
}
.paragraph.paragraph--layout_50_50.alignement-vertical-centre .row, .paragraph.paragraph--layout_33_66.alignement-vertical-centre .row, .paragraph.paragraph--layout_66_33.alignement-vertical-centre .row, .paragraph.paragraph--layout_33_33_33.alignement-vertical-centre .row {
  align-items: center;
}
.paragraph.paragraph--layout_50_50.alignement-vertical-bas .row, .paragraph.paragraph--layout_33_66.alignement-vertical-bas .row, .paragraph.paragraph--layout_66_33.alignement-vertical-bas .row, .paragraph.paragraph--layout_33_33_33.alignement-vertical-bas .row {
  align-items: flex-end;
}
.paragraph.paragraph-no-padding-top {
  padding-top: 0;
}
.paragraph.paragraph-no-padding-bottom {
  padding-bottom: 0;
}
.paragraph.paragraph--type--wysiwyg {
  padding: 0;
}
.paragraph.paragraph-small-padding-top {
  padding-top: 20px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-small-padding-top.with-mobile h3 {
    margin: 0;
  }
}
.paragraph.paragraph-small-padding-bottom {
  padding-bottom: 20px;
}
.paragraph.paragraph-half-padding-top {
  padding-top: 40px;
}
.paragraph.paragraph-half-padding-bottom {
  padding-bottom: 40px;
}
.paragraph.paragraph-ample-padding-top {
  padding-top: 60px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-ample-padding-top {
    padding-top: 40px;
  }
}
.paragraph.paragraph-ample-padding-bottom {
  padding-bottom: 60px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-ample-padding-bottom {
    padding-bottom: 40px;
  }
}
.paragraph.paragraph-medium-padding-top {
  padding-top: 80px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-medium-padding-top {
    padding-top: 40px;
  }
}
.paragraph.paragraph-medium-padding-bottom {
  padding-bottom: 80px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-medium-padding-bottom {
    padding-bottom: 40px;
  }
}
.paragraph.paragraph-default-padding-top {
  padding-top: 80px;
}
.paragraph.paragraph-default-padding-bottom {
  padding-bottom: 80px;
}
.paragraph.paragraph-large-padding-top {
  padding-top: 104px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-large-padding-top {
    padding-top: 64px;
  }
}
.paragraph.paragraph-large-padding-bottom {
  padding-bottom: 104px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-large-padding-bottom {
    padding-bottom: 64px;
  }
}
.paragraph.paragraph-font-default p {
  font: normal normal normal 21px/32px Gilroy;
}
.paragraph.paragraph-default-margins p {
  margin-top: 0;
  margin-bottom: 24px;
}
.paragraph.paragraph-default-margins h1 {
  margin: 23px 0;
}
.paragraph.paragraph-default-margins h2 {
  margin: 32px 0 40px;
}
.paragraph.paragraph-default-margins h3 {
  margin: 40px 0 24px;
}
.paragraph.paragraph-default-margins h4 {
  margin: 16px 0;
}
.paragraph.paragraph-default-margins .layout {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph.paragraph-default-margins .photo-tile {
  margin-top: 40px;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-default-margins.with-mobile h2 {
    margin: 0;
  }
}
.paragraph {
  /* Alignment of the "Voir la carte du réseau" button on the "Stations du réseau" page */
}
.paragraph.paragraph-button-next:has(.button-box.button-next) .size-66 h2 {
  margin: 24px 0 0;
}
.paragraph.paragraph-button-next:has(.button-box.button-next) .size-66 p {
  margin: 24px 0;
}
.paragraph.paragraph-button-next:has(.button-box.button-next) .size-33 {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  justify-content: flex-end;
}
@media (max-width: 1025px) {
  .paragraph.paragraph-button-next:has(.button-box.button-next) .size-33 {
    justify-content: flex-start;
  }
}
.paragraph .table-break-word td {
  word-break: normal;
}
.paragraph .break-word {
  word-break: normal;
}
@media (max-width: 769px) {
  .paragraph.mobile-no-margin-top .col {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .paragraph.mobile-small-padding-side {
    padding: 32px 8px;
  }
}
@media (max-width: 769px) {
  .paragraph.mobile-small-padding-side .mask {
    padding: 32px 8px !important;
  }
}

@media (min-width: 580px) and (max-width: 1025px) {
  /* For tablets on the "Se déplacer" page, using two classes "paragraph--type--container-33-33-33" with "special-tablet" */
  article.contextual-region:has(.paragraph--type--container-33-33-33.special-tablet + .paragraph--type--container-33-33-33.special-tablet) div:last-child {
    display: flex;
  }
  article.contextual-region:has(.paragraph--type--container-33-33-33.special-tablet + .paragraph--type--container-33-33-33.special-tablet) div:last-child .paragraph--type--container-33-33-33 {
    display: block;
    padding-bottom: 20px;
    width: 50%;
  }
  article.contextual-region:has(.paragraph--type--container-33-33-33.special-tablet + .paragraph--type--container-33-33-33.special-tablet) div:last-child .paragraph--type--container-33-33-33 .layout {
    height: 100%;
  }
  article.contextual-region:has(.paragraph--type--container-33-33-33.special-tablet + .paragraph--type--container-33-33-33.special-tablet) div:last-child .paragraph--type--container-33-33-33 .layout .size-33 div:last-child {
    margin-top: auto;
    margin-bottom: 0;
  }
  article.contextual-region:has(.paragraph--type--container-33-33-33.special-tablet + .paragraph--type--container-33-33-33.special-tablet) div:last-child .paragraph--type--container-33-33-33 .layout .col {
    margin-top: 0;
  }
}
.paragraph.paragraph--type--block-station .layout {
  padding-top: 52px;
  padding-bottom: 28px;
}
.paragraph.paragraph--type--block-station .map img {
  max-width: 100%;
  border: 4px solid #F1F4F5;
  height: auto;
}
.paragraph.paragraph--type--block-station .map .btn-zoom {
  margin-top: 12px;
}
.paragraph.paragraph--type--block-station .map .btn-zoom::before {
  content: "\f002";
  display: inline-block;
  font-family: fontawesome;
  font-size: 0.875rem;
  margin-right: 12px;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station .map .btn-zoom {
    height: 56px;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
}
.paragraph.paragraph--type--block-station .title-section {
  background: #034638;
  color: white;
  padding: 26px 48px;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station .title-section {
    padding: 18px 16px;
  }
}
.paragraph.paragraph--type--block-station .title-section p {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station .title-section p {
    font-size: 24px;
    line-height: 29px;
  }
}
.paragraph.paragraph--type--block-station .title-section h3 {
  margin-bottom: 5px;
}
.paragraph.paragraph--type--block-station .title-section span {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station ul {
    margin-bottom: 40px;
  }
}
.paragraph.paragraph--type--block-station ul li {
  height: 50px;
  border-bottom: 1px solid #F1F4F5;
  padding-top: 7px;
  padding-bottom: 7px;
}
.paragraph.paragraph--type--block-station ul li a {
  align-items: center;
  display: flex;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  height: 35px;
  width: 100%;
}
.paragraph.paragraph--type--block-station ul li a:hover {
  background-color: #f1f4f5;
}
.paragraph.paragraph--type--block-station ul li a::before {
  background-color: #ffffff;
  left: 0;
  position: absolute;
  background-color: #ffffff;
  bottom: -10px;
  content: "";
  height: 50px;
  width: 47px;
  z-index: 0;
}
.paragraph.paragraph--type--block-station ul li a .round {
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
}
.paragraph.paragraph--type--block-station ul li a .title {
  display: block;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 16px;
  margin-left: 16px;
  width: 65%;
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}
.paragraph.paragraph--type--block-station ul li a .title:hover {
  padding-left: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station ul li a .title {
    width: 60%;
  }
}
.paragraph.paragraph--type--block-station ul li a .status {
  font-size: 14px;
}
.paragraph.paragraph--type--block-station ul li:not(:last-child) a .line {
  display: block;
  height: 60px;
  left: 19px;
  margin-left: 1px;
  position: absolute;
  top: 15px;
  width: 7px;
  z-index: 1;
}
.paragraph.paragraph--type--block-station ul li.in_use a {
  color: #034638;
}
.paragraph.paragraph--type--block-station ul li.in_use a:hover > .round {
  background-image: url(../images/svg/icon/station/icon-station-en-service-active_station.svg);
}
.paragraph.paragraph--type--block-station ul li.in_use a .round {
  background-image: url(../images/svg/icon/station/icon-station-en-service.svg);
  height: 16px;
  width: 16px;
}
.paragraph.paragraph--type--block-station ul li.projected a, .paragraph.paragraph--type--block-station ul li.in_construction a {
  color: #75757A;
}
.paragraph.paragraph--type--block-station ul li.projected a .round, .paragraph.paragraph--type--block-station ul li.in_construction a .round {
  background-image: url(../images/svg/icon/station/icon-station-en-construction.svg);
  height: 18px;
  width: 18px;
  margin-left: -1px;
}
.paragraph.paragraph--type--block-station ul li.projected a .title, .paragraph.paragraph--type--block-station ul li.in_construction a .title {
  width: calc(65% - 1px);
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station ul li.projected a .title, .paragraph.paragraph--type--block-station ul li.in_construction a .title {
    width: calc(60% - 1px);
  }
}
.paragraph.paragraph--type--block-station ul li.soon_in_service a {
  color: #034638;
}
.paragraph.paragraph--type--block-station ul li.soon_in_service a:hover > .round {
  background-image: url(../images/svg/icon/station/icon-station-bientot-en-service-active_station.svg);
}
.paragraph.paragraph--type--block-station ul li.soon_in_service a .round {
  background-image: url(../images/svg/icon/station/icon-station-bientot-en-service.svg);
  margin-left: -3px;
  height: 22px;
  width: 22px;
}
.paragraph.paragraph--type--block-station ul li.soon_in_service a .title {
  width: calc(65% - 3px);
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station ul li.soon_in_service a .title {
    width: calc(60% - 3px);
  }
}
.paragraph.paragraph--type--block-station ul li.line-gray_line a .line {
  background-color: #75757A;
}
.paragraph.paragraph--type--block-station ul li.line-green_line a .line {
  background-color: #72A300;
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--block-station .row {
    flex-direction: column-reverse;
  }
}
.paragraph.paragraph--type--block-station {
  /* lightbox for map images */
}
.paragraph.paragraph--type--block-station .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 70, 56, 0.5);
  display: none;
  z-index: 3;
}
.paragraph.paragraph--type--block-station .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 1308px;
  max-width: 70%;
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--block-station .box {
    max-width: 98%;
  }
}
.paragraph.paragraph--type--block-station .close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  color: #034638;
  background-color: #fff;
  text-decoration: none;
  font-size: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--block-station.paragraph.with-border-top .layout {
    padding-top: 0;
  }
}

.paragraph--type--wrapper--station-service-status, .paragraph--type--wrapper--elevator-service-status {
  padding-top: 0;
  padding-bottom: 48px;
}
@media (max-width: 769px) {
  .paragraph--type--wrapper--station-service-status, .paragraph--type--wrapper--elevator-service-status {
    padding-bottom: 24px;
  }
  .paragraph--type--wrapper--station-service-status:last-child, .paragraph--type--wrapper--elevator-service-status:last-child {
    padding-bottom: 40px;
  }
}

.tile-faq .tile-service-status-block {
  padding: 0;
}
.tile-faq .tile-service-status-block .tile-service-status {
  padding: 14px 54px 14px 16px;
}
.tile-faq .tile-service-status-block .tile-service-status h3 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 769px) {
  .tile-faq .tile-service-status-block .tile-service-status h3 {
    font-size: 18px;
  }
}

.paragraph--type--wrapper--direction-service, .paragraph--type--wrapper--elevator-service {
  padding: 0;
  color: #333333;
}
.paragraph--type--wrapper--direction-service .tile-service-status-block--top-line, .paragraph--type--wrapper--elevator-service .tile-service-status-block--top-line {
  border-top: 1px solid #797979;
}
.paragraph--type--wrapper--direction-service .tile-service-status h3, .paragraph--type--wrapper--elevator-service .tile-service-status h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 769px) {
  .paragraph--type--wrapper--direction-service .tile-service-status h3, .paragraph--type--wrapper--elevator-service .tile-service-status h3 {
    font-size: 18px;
  }
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-description, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-description {
  margin-top: 12px;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services {
  display: inline-flex;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon::before {
  content: "";
  position: relative;
  background-size: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-left: 0;
}
@media (max-width: 1025px) {
  .paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon::before {
    position: relative;
    margin: auto 15px -5px 0;
  }
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.normal_service::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.normal_service::before {
  background: url("/themes/custom/ram/_assets/images/svg/services/status/normal.svg") no-repeat left center transparent;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.service_delayed::before, .paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.service_gradually_restored::before, .paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.reduced_frequency_service::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.service_delayed::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.service_gradually_restored::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.reduced_frequency_service::before {
  background: url("/themes/custom/ram/_assets/images/svg/services/status/slow.svg") no-repeat left center transparent;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.interruption::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.interruption::before {
  background: url("/themes/custom/ram/_assets/images/svg/services/status/stop.svg") no-repeat left center transparent;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-icon.out_of_service::before, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-icon.out_of_service::before {
  background: url("/themes/custom/ram/_assets/images/svg/services/status/stop.svg") no-repeat left center transparent;
}
.paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-title, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-title {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0 12px;
}
@media (max-width: 1025px) {
  .paragraph--type--wrapper--direction-service .tile-service-status p.status-services span.status-title, .paragraph--type--wrapper--elevator-service .tile-service-status p.status-services span.status-title {
    font-size: 18px;
  }
}

.balloon--sms-alerts {
  font-size: 18px;
}
.balloon--sms-alerts a {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
  text-decoration: none !important;
}

.paragraph--subscribe-sms-alerts {
  background-color: #F1F4F5;
  margin-bottom: 14px;
}
.paragraph--subscribe-sms-alerts .layout-xs {
  max-width: 720px;
}
.paragraph--subscribe-sms-alerts .paragraph--type--wysiwyg {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  padding: 15px 0;
}
.paragraph--subscribe-sms-alerts .paragraph--type--wysiwyg div h4 {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
  color: #333333;
}
.paragraph--subscribe-sms-alerts .paragraph--type--wysiwyg div p {
  margin-top: 0;
}
.paragraph--subscribe-sms-alerts .paragraph--type--wysiwyg div p a {
  font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  text-decoration: none;
}

.paragraph--banner-sms-alerts {
  padding-bottom: 6px;
}
.paragraph--banner-sms-alerts .container--inner {
  display: grid;
  grid-template-columns: 80px auto;
  grid-template-rows: auto auto;
  grid-gap: 20px;
}
@media (max-width: 1025px) {
  .paragraph--banner-sms-alerts .container--inner {
    display: block;
  }
}
.paragraph--banner-sms-alerts .container--inner .icon {
  grid-column: 1/2;
  grid-row: 1/span 2;
}
.paragraph--banner-sms-alerts .container--inner h3 {
  grid-column: 2/3;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .paragraph--banner-sms-alerts .container--inner h3 {
    margin: 32px 0 40px;
  }
}
.paragraph--banner-sms-alerts .container--inner p {
  grid-column: 2/3;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  .paragraph--banner-sms-alerts .container--inner p {
    margin-top: 24px;
  }
}
.paragraph--banner-sms-alerts .container--inner .thumb--button {
  margin-top: 20px;
  grid-column: 2/3;
  grid-row: 3/4;
}
@media (max-width: 1025px) {
  .paragraph--banner-sms-alerts .container--inner .thumb--button {
    margin-top: 64px;
  }
}

/* tiles */
.cta-tile {
  position: relative;
}
.cta-tile--with-background h2 {
  color: #ffffff;
}
.cta-tile .background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
  width: 920px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  max-width: 100%;
}
.cta-tile h2 {
  padding: 100px 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .cta-tile h2 {
    font-size: 34px;
  }
}
.cta-tile .layout,
.cta-tile .layout-sm {
  position: relative;
  z-index: 1;
}
.cta-tile .cta-tile--list {
  text-align: center;
}
.cta-tile .article {
  text-align: left;
  height: 100%;
}
.cta-tile .article a {
  min-height: 100%;
  background-color: #F1F4F5;
  color: #034638;
  display: block;
  padding: 40px 40px calc(64px + 40px) 40px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform-origin: 50% 50% 0;
}
.cta-tile .article a:hover .article--button .button-next, .cta-tile .article a:focus .article--button .button-next {
  padding-right: 56px;
}
.cta-tile .article h3 {
  font-size: 24px;
  height: 58px;
}
@media (max-width: 1025px) {
  .cta-tile .article h3 {
    height: auto;
  }
}
.cta-tile .article .article--description {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 50px;
}
@media (max-width: 769px) {
  .cta-tile .article .article--description {
    font-size: 18px;
  }
}
.cta-tile .article .article--button {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.group-cta {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .group-cta {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
@media (min-width: 821px) and (max-width: 1025px) {
  .group-cta {
    flex-wrap: nowrap;
  }
}
.group-cta .cta-home-item {
  height: 100%;
  overflow: auto;
  padding: 0 20px;
}
@media (max-width: 769px) {
  .group-cta .cta-home-item {
    padding: 0 12px;
  }
}
.group-cta .cta-home-item img {
  display: block;
  height: auto;
  margin: 32px auto 16px;
  max-width: 67%;
  width: 100%;
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item img {
    margin: 22px auto 16px;
  }
}
@media (max-width: 769px) {
  .group-cta .cta-home-item img {
    margin: 20px auto 10px;
  }
}
.group-cta .cta-home-item-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 32px;
}
.group-cta .cta-home-item-label::after {
  color: #72A300;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .group-cta .cta-home-item-label {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-label {
    font-size: 17px;
    margin: 0 0 16px;
  }
  .group-cta .cta-home-item-label::after {
    margin-left: 8px;
  }
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-label {
    font-size: 16px;
  }
}
.group-cta .cta-home-item-wrapper {
  box-sizing: border-box;
  display: block;
  margin-bottom: 32px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-wrapper {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

.entraves-tile {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 64px;
  background-image: url("../images/entraves--background.gif");
}
@media (max-width: 481px) {
  .entraves-tile {
    padding: 40px 32px;
  }
}
.entraves-tile .row .col.size-30 {
  align-self: center;
}
.entraves-tile h3 {
  font-size: 32px;
}
.entraves-tile .thumb {
  padding: 40px;
  min-height: 100%;
  background-color: #ffffff;
}
@media (max-width: 481px) {
  .entraves-tile .thumb {
    padding: 32px;
  }
}
.entraves-tile .thumb .thumb--head {
  margin-bottom: 32px;
}
.entraves-tile .thumb .thumb--head .tag {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 24px;
  display: inline-block;
  vertical-align: middle;
}
.entraves-tile .thumb .thumb--head svg, .entraves-tile .thumb .thumb--head img {
  height: 20px;
}
.entraves-tile .thumb .thumb--head .date {
  display: block;
  margin-top: 24px;
  font-size: 14px;
}
.entraves-tile .thumb h4 {
  font-size: 14px;
}
.entraves-tile .thumb h4 + a {
  margin-top: 32px;
}

[data-map-app-entrave] #data-map-app-entrave {
  height: 400px;
}

.logos-links-tile .row {
  align-items: center;
}
.logos-links-tile .row.size-20 img,
.logos-links-tile .row.size-20 svg,
.logos-links-tile .row.size-20 object {
  max-height: 125px;
  min-height: 50px;
  height: auto;
}
.logos-links-tile .row.size-20 a {
  display: block;
}
.logos-links-tile .row.size-20 > .col {
  width: calc(20% - 128px);
}
@media (max-width: 1025px) {
  .logos-links-tile .row.size-20 > .col {
    width: calc(25% - 64px);
    margin-top: 0;
  }
  .logos-links-tile .row.size-20 > .col:nth-child(n+5) {
    margin-top: 64px;
  }
}
@media (max-width: 769px) {
  .logos-links-tile .row.size-20 > .col {
    width: calc(50% - 64px);
    margin-top: 0;
  }
  .logos-links-tile .row.size-20 > .col:nth-child(n+3) {
    margin-top: 64px;
  }
}
.logos-links-tile .row.size-20 > .col:nth-child(n+7) {
  margin-top: 64px;
}

.faq-page .layout {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .layout.faq--responses {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .faq-page .layout.faq--responses {
    margin-bottom: 20px;
  }
}
.faq-page .layout.faq--responses .row--faq-list {
  margin-bottom: 48px;
}
.faq-page .layout.faq--responses .row--faq-list h4 {
  padding: 14px 0;
  font: normal normal bold 24px/29px Gilroy;
}
.faq-page .layout .faq-page__header {
  padding-top: 23px;
  padding-bottom: 13px;
}
.faq-page .layout .faq-page__header h2 {
  color: #034638;
  font: normal normal bold 56px/68px Gilroy;
}
@media (max-width: 769px) {
  .faq-page .layout .faq-page__header h2 {
    font: normal normal bold 42px/48px Gilroy;
    padding: 16px 0;
  }
}
@media (max-width: 769px) {
  .faq-page .layout .faq-page__header {
    padding-top: 0;
  }
}
.faq-page .layout .faq-page__submenu {
  display: flex;
  flex-wrap: nowrap;
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  position: relative;
  font: normal normal normal 21px/32px Gilroy;
}
@media (max-width: 1025px) {
  .faq-page .layout .faq-page__submenu {
    padding: 15px 0 15px 0;
  }
}
.faq-page .layout hr {
  height: 2px;
  border: none;
  background: #F1F4F5;
  margin-top: 34px;
  margin-bottom: 15px;
}
.faq-page .layout .row .col h2 {
  font: normal normal bold 32px/38px Gilroy;
}
.faq-page .layout .row .col .h3 {
  padding: 15px 0;
  font: normal normal bold 24px/29px Gilroy;
}
.faq-page .layout .row .col p {
  font: normal normal normal 21px/32px Gilroy;
}
.faq-page .layout .row .col.faq-anchor {
  padding: 40px;
  background-color: #F1F4F5;
}
.faq-page .layout .row .col.faq-anchor label {
  font: normal normal bold 24px/29px Gilroy;
  margin-bottom: 20px;
}
.faq-page .layout .row .col.faq-anchor li a {
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  line-height: 1.77778;
  margin-bottom: 8px;
}
.faq-page .layout .row .col div {
  padding: 15px 0;
}
.faq-page .layout .row .col div a {
  text-decoration: none;
  font: normal normal bold 16px/19px Gilroy;
}
.faq-page .layout .row .col div a i.fa.fa-angle-right {
  font-weight: bold;
}
.faq-page .layout .row .col div a:hover {
  text-decoration: underline;
}
.faq-page .layout .row .col hr {
  height: 2px;
  border: none;
  background: #84BD00;
}
@media (max-width: 1025px) {
  .faq-page .layout {
    padding: 15px 25px;
  }
}
@media (max-width: 769px) {
  .faq-page .layout {
    padding: 15px;
  }
}

.faq-responses .layout {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}
.faq-responses .layout h2:first-child {
  font: normal normal bold 40px Gilroy;
}
@media (max-width: 769px) {
  .faq-responses .layout h2:first-child {
    line-height: 1.5em;
    font-size: 28px;
  }
}
@media (max-width: 769px) {
  .faq-responses .layout .answer p {
    font-size: 18px;
  }
}
.faq-responses .layout p.subtitle {
  font: normal normal normal 21px/32px Gilroy;
}
.faq-responses .layout p {
  margin: 40px 0;
}
@media (max-width: 769px) {
  .faq-responses .layout p {
    margin: 20px 0;
  }
}
.faq-responses .layout .button--return {
  margin: 20px 0 60px;
}
@media (max-width: 769px) {
  .faq-responses .layout .button--return {
    margin: 10px 0 40px;
  }
}
.faq-responses .layout .button--return_link {
  text-decoration: none;
  font: normal normal bold 16px/19px Gilroy;
}
.faq-responses .layout .button--return_link i.fa.fa-angle-left {
  font-weight: bold;
  margin-right: 4px;
}
.faq-responses .layout hr {
  height: 2px;
  border: none;
  background: #F1F4F5;
}
@media (max-width: 1025px) {
  .faq-responses .layout {
    padding: 15px 25px;
  }
}
@media (max-width: 769px) {
  .faq-responses .layout {
    padding: 15px;
  }
}

.row--faq-list:last-child {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .row--faq-list:last-child {
    margin-bottom: 20px;
  }
}

.paragraph.nous-joindre-faq-title h3 {
  font: normal normal bold 40px/49px Gilroy;
  color: #72A300;
}
.paragraph .col.size-100 > hr {
  height: 2px;
  border: none;
  background-color: #F1F4F5;
}
.paragraph .row--faq-list:last-child {
  margin-bottom: 32px;
}
.paragraph .row--faq-list {
  margin-top: 34px;
}
.paragraph .row--faq-list .col .h3 {
  padding: 15px 0;
  font: normal normal bold 24px/29px Gilroy;
}
.paragraph .row--faq-list .col p {
  font: normal normal normal 18px/32px Roboto;
  padding: 12px 0;
}
.paragraph .row--faq-list .col.size-66 {
  padding-top: 10px;
}
.paragraph .row--faq-list .col div a {
  text-decoration: none;
  font: normal normal bold 16px/19px Gilroy;
}
.paragraph .row--faq-list .col div a i.fa.fa-angle-right {
  font-weight: bold;
}
.paragraph .row--faq-list .col hr {
  height: 1px;
  border: none;
  background: #84BD00;
  margin: 40px 0 32px;
}
.paragraph .row--faq-list .col:last-child {
  border-bottom: 1px solid #84BD00;
  padding-bottom: 40px;
}

.tile-faq {
  font-size: 1rem;
}
.tile-faq .tile-faq--group h2 + .reveal,
.tile-faq .tile-faq--group h3 + .reveal {
  margin-top: 40px;
}
.tile-faq .tile-faq--group .reveal {
  background-color: #F1F4F5;
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav] {
  position: relative;
  padding: 14px 54px 14px 16px;
  text-decoration: none;
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav] button {
  text-decoration: none;
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav] h3 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 769px) {
  .tile-faq .tile-faq--group .reveal [data-reveal-nav] h3 {
    font-size: 18px;
  }
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav] .handle {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 40px;
  width: 40px;
  background-color: #D8F537;
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav] .handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "+";
  font-family: FontAwesome;
  font-size: 2em;
  font-weight: 900;
}
.tile-faq .tile-faq--group .reveal [data-reveal-nav][aria-expanded=true] .handle:after {
  content: "\f068";
  font-size: 1.6em;
  font-weight: 400;
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask {
  padding: 32px 64px 40px 40px;
}
@media (max-width: 769px) {
  .tile-faq .tile-faq--group .reveal [data-reveal] .mask {
    padding: 32px 16px 40px 16px;
  }
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ul,
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ol {
  font-size: 21px;
  list-style-type: none;
  margin: 30px 0 30px 30px;
  padding: 0;
}
@media (max-width: 769px) {
  .tile-faq .tile-faq--group .reveal [data-reveal] .mask ul,
  .tile-faq .tile-faq--group .reveal [data-reveal] .mask ol {
    font-size: inherit;
  }
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ul li {
  padding-left: 20px;
  position: relative;
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ul li::before {
  color: #034638;
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ol {
  counter-reset: ol-counter;
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ol li {
  padding-left: 20px;
  position: relative;
}
.tile-faq .tile-faq--group .reveal [data-reveal] .mask ol li::before {
  color: #034638;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -14px;
}
@media (max-width: 769px) {
  .tile-faq .tile-faq--group .reveal [data-reveal] .mask table td {
    padding: 6px;
  }
}
.tile-faq .tile-faq--group .reveal + .reveal {
  margin-top: 35px;
}
.tile-faq .tile-faq--group + .tile-faq--group {
  margin-top: 80px;
}

[data-reveal-nav] {
  cursor: pointer;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

[data-reveal] {
  height: 0;
  overflow: hidden;
}

.paragraph.answer ul,
.paragraph.answer ol {
  list-style-type: none;
  margin: 30px 0 30px 30px;
  padding: 0;
}
.paragraph.answer ul li {
  padding-left: 20px;
  position: relative;
}
.paragraph.answer ul li::before {
  color: #034638;
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}
.paragraph.answer ol {
  counter-reset: ol-counter;
}
.paragraph.answer ol li {
  padding-left: 20px;
  position: relative;
}
.paragraph.answer ol li::before {
  color: #034638;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -14px;
}

.paragraph--type--accordion-wysiwyg .tile-faq--group [data-reveal] .mask p,
.paragraph--type--accordion-wysiwyg .tile-faq--group [data-reveal] .mask ul,
.tile-faq .tile-faq--group [data-reveal] .mask p,
.tile-faq .tile-faq--group [data-reveal] .mask ul {
  font-size: 1.125rem !important;
}

.paragraph--type--container-33-66 .paragraph--type--accordion-wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph--type--container-33-66 .paragraph--type--accordion-wysiwyg .paragraph--type--accordion-wysiwyg-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.paragraph--type--container-33-66 .tile-faq--group .reveal + .reveal {
  margin-top: 32px;
}

.paragraph.paragraph--type--accordion-wysiwyg-item {
  padding: 0;
}

.form-tile h2 {
  font-size: 32px;
  color: #034638;
  line-height: 1em;
}
.form-tile h2 + h3 {
  margin-top: 40px;
}
.form-tile h3 {
  font-size: 24px;
}
.form-tile h3 + p {
  margin-top: 40px;
}
.form-tile a {
  text-decoration: underline;
}
.form-tile .js-form-type-tel input,
.form-tile .js-form-type-email input,
.form-tile .js-form-type-textfield input {
  border: 1px solid #D1D1D1;
}
.form-tile .row + .row {
  margin-top: 32px;
}
.form-tile .form-foot {
  align-items: center;
}
.form-tile .form-submit {
  background-color: #72A300;
  color: #034638;
}
.form-tile .form-submit:hover {
  background-color: #e7f853;
}

.js-form-type-tel label,
.js-form-type-email label,
.js-form-type-textfield label,
.js-form-type-textarea label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.js-form-type-tel input,
.js-form-type-email input,
.js-form-type-textfield input,
.js-form-type-textarea input {
  width: 100%;
  height: 37px;
  line-height: 37px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 0 5px;
}
.js-form-type-tel textarea,
.js-form-type-email textarea,
.js-form-type-textfield textarea,
.js-form-type-textarea textarea {
  width: 100%;
  padding: 24px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  resize: none;
  height: 168px;
}

.js-form-type-select label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}

.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-top: 18px;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../images/png/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: right 50%;
}
.select-style label {
  position: absolute;
  top: 0;
  left: 0;
}
.select-style select {
  height: 37px;
  line-height: 37px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 0 5px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-form-type-checkbox label {
  font-size: 14px;
}
.js-form-type-checkbox > * {
  display: inline-block;
  vertical-align: middle;
}
.js-form-type-checkbox label {
  cursor: pointer;
}
.js-form-type-checkbox label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  position: relative;
  margin-bottom: 4px;
}
.js-form-type-checkbox input[type=checkbox]:checked + label::before {
  background-color: #034638;
}
.js-form-type-checkbox input[type=checkbox]:focus + label::before {
  border-color: #034638;
}
.js-form-type-checkbox input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.choice input[type=radio] + label::before {
  border-radius: 100%;
}
.choice label {
  cursor: pointer;
}
.choice label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
  position: relative;
}
.choice input[type=radio]:checked + label::before,
.choice input[type=checkbox]:checked + label::before {
  background-color: #72A300;
}
.choice input[type=radio]:focus + label::before,
.choice input[type=checkbox]:focus + label::before {
  border-color: #034638;
}
.choice input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.webform-submission-contact-form select.form-select {
  width: 385px;
  height: 56px;
  color: #034638;
  border: 1px solid #034638;
  margin: 15px 0;
  font: normal normal bold 16px/19px Gilroy;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/themes/custom/ram/_assets/images/svg/icon/angle-down.svg") no-repeat 97% center #FFF;
  background-size: 16px;
  padding: 10px 16px;
}
@media (max-width: 1025px) {
  .webform-submission-contact-form select.form-select {
    width: 100%;
  }
}
.webform-submission-contact-form .form-item label {
  text-transform: none;
  font: normal normal normal 18px/32px Roboto;
}
.webform-submission-contact-form .form-item-first-name, .webform-submission-contact-form .form-item-last-name, .webform-submission-contact-form .form-item-e-mail, .webform-submission-contact-form .form-item-phone {
  width: 385px;
}
.webform-submission-contact-form .form-item-first-name input, .webform-submission-contact-form .form-item-last-name input, .webform-submission-contact-form .form-item-e-mail input, .webform-submission-contact-form .form-item-phone input {
  width: 100%;
  height: 56px;
  color: #034638;
  border: 1px solid #034638;
  margin: 0 0 15px;
  font: normal normal bold 16px/19px Gilroy;
  padding: 10px 16px;
}
@media (max-width: 1025px) {
  .webform-submission-contact-form .form-item-first-name, .webform-submission-contact-form .form-item-last-name, .webform-submission-contact-form .form-item-e-mail, .webform-submission-contact-form .form-item-phone {
    width: 100%;
  }
}
.webform-submission-contact-form .form-item-your-message textarea.form-textarea {
  height: 252px;
  width: 720px;
  border: 1px solid #034638;
  padding: 10px 16px;
  font-size: 18px;
}
@media (max-width: 1025px) {
  .webform-submission-contact-form .form-item-your-message textarea.form-textarea {
    width: 100%;
  }
}
.webform-submission-contact-form .form-item-upload-file input[type=file] {
  display: none;
}
.webform-submission-contact-form .form-item-upload-file label {
  text-transform: none;
  padding: 20px 5px 20px 20px;
  height: 56px;
  width: 237px;
  background-size: 16px;
  border: 2px solid #034638;
  color: #034638;
  font: normal normal bold 16px/19px Gilroy;
  text-align: center;
  display: flex;
  cursor: pointer;
  margin: 30px 0 10px;
  align-items: center;
}
.webform-submission-contact-form .form-item-upload-file label::before {
  content: "\f15b";
  display: inline-block;
  font-family: fontawesome;
  margin-right: 14px;
  font-size: 25px;
}
.webform-submission-contact-form .form-item-upload-file .form-managed-file {
  margin-bottom: 30px;
}
.webform-submission-contact-form .form-item-upload-file .form-managed-file .managed-file-placeholder {
  font: normal normal normal 16px/22px Roboto;
}
.webform-submission-contact-form .form-item-upload-file .form-managed-file .file-upload-js-error {
  font: normal normal bold 16px/22px Roboto;
}
.webform-submission-contact-form .form-item-upload-file .webform-element-description {
  display: none;
}
.webform-submission-contact-form .form-item .upload-file-wrapper-custom .webform-managed-file-preview, .webform-submission-contact-form .form-item .upload-file-wrapper-custom .remove-file-button {
  display: none;
}
.webform-submission-contact-form .form-item.form-item-government-requirements {
  max-width: 720px;
  display: flex;
}
.webform-submission-contact-form .form-item.form-item-government-requirements label.option {
  visibility: hidden;
  width: 20px;
  height: 20px;
}
.webform-submission-contact-form .form-item.form-item-government-requirements label.option:before {
  visibility: visible;
  border: 1px solid #000000;
  width: 10px;
  height: 10px;
  vertical-align: top;
  margin-top: 4px;
}
.webform-submission-contact-form .form-item.form-item-government-requirements .webform-element-description {
  text-align: justify;
  font: normal normal normal 16px/22px Roboto;
}
.webform-submission-contact-form .upload-file-wrapper-custom .form-managed-file .remove-file-button {
  display: none;
}
.webform-submission-contact-form .captcha {
  margin: 30px 0;
}
.webform-submission-contact-form .captcha .g-recaptcha #g-recaptcha-response {
  display: block !important;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  overflow: hidden;
  z-index: -1;
  margin-top: -80px !important;
}
.webform-submission-contact-form #edit-container--2 {
  max-width: 720px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .webform-submission-contact-form #edit-container--2 {
    max-width: 100%;
  }
}
.webform-submission-contact-form #edit-container--2 #edit-cancel-button--2 p button {
  width: 105px;
  height: 51px;
  border: 2px solid #034638;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #034638;
  text-decoration: none;
}
.webform-submission-contact-form #edit-container--2 .webform-button--submit {
  display: flex;
  min-width: 100px;
  height: 51px;
  background: url("/themes/custom/ram/_assets/images/svg/icon/angle-right.svg") no-repeat 82% center #D8F537;
  background-size: 16px;
  justify-content: center;
  padding-right: 44px;
}
.webform-submission-contact-form:has(.form-item-government-requirements) .form-item-upload-file label {
  margin-top: 16px;
}

article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg {
  margin-top: 36px;
}
@media (max-width: 1025px) {
  article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg {
    margin-top: 0;
  }
}
article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg .font-color-primary-sherwood {
  font: normal normal normal 21px/32px Gilroy;
}
@media (max-width: 1025px) {
  article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg p {
    display: flex;
  }
}
article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg p img {
  margin-top: 0;
}
@media (max-width: 1025px) {
  article.contextual-region:has(.webform-submission-contact-form) .paragraph--type--container-33-66 .paragraph--type--wysiwyg p img {
    margin-left: auto;
    margin-right: auto;
  }
}

.webform-confirmation-layout {
  max-width: 1308px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 16px;
}
@media (max-width: 1025px) {
  .webform-confirmation-layout {
    padding: 40px;
  }
}
@media (max-width: 769px) {
  .webform-confirmation-layout {
    padding: 40px 16px;
  }
}
.webform-confirmation-layout .webform-confirmation {
  background: #F1F4F5;
  padding: 59px 0;
  position: relative;
}
@media (max-width: 1025px) {
  .webform-confirmation-layout .webform-confirmation {
    padding: 76px 0;
  }
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content {
  padding: 0 17%;
  width: 100%;
}
@media (max-width: 1025px) {
  .webform-confirmation-layout .webform-confirmation .webform-confirmation-content {
    padding: 0 7%;
    margin: 0;
  }
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__message h2 {
  font: normal normal bold 40px/49px Gilroy;
  color: #72A300;
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__message h2::before {
  content: "";
  position: absolute;
  background: url("/themes/custom/ram/_assets/images/svg/icon/circle-check-solid.svg") no-repeat left center transparent;
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: -70px;
}
@media (max-width: 1025px) {
  .webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__message h2::before {
    position: relative;
    margin: auto 15px -5px 0;
  }
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__message p {
  font: normal normal normal 18px/32px Roboto;
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__back {
  margin-top: 42px;
}
.webform-confirmation-layout .webform-confirmation .webform-confirmation-content .webform-confirmation__back a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 51px;
  font: normal normal bold 16px/19px Gilroy;
  border: 2px solid #034638;
}

.simple-tile p {
  font-size: 21px;
}

.combo-tile .row {
  position: relative;
}
.combo-tile .combo-tile--image {
  position: relative;
}
@media (max-width: 1025px) {
  .combo-tile .combo-tile--image {
    margin-top: 0 !important;
    width: 100% !important;
  }
}
.combo-tile .combo-tile--image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.combo-tile .combo-tile--image .combo-tile--image--tag {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 75%;
}
.combo-tile .combo-tile--image .combo-tile--image--tag p {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}
.combo-tile .combo-tile--image .combo-tile--image--tag img {
  width: auto;
}
.combo-tile .combo-tile--content {
  position: absolute;
  z-index: 1;
  padding: 40px;
  background-color: #F1F4F5;
}
@media (max-width: 1025px) {
  .combo-tile .combo-tile--content {
    position: relative;
    order: 1;
    padding: 48px 32px 40px;
  }
}
@media (min-width: calc(1025px + 1px)) {
  .combo-tile .combo-tile--content.size-50 {
    width: 50%;
  }
}
.combo-tile .combo-tile--content h3 {
  font-size: 32px;
}
@media (max-width: 769px) {
  .combo-tile .combo-tile--content h3 {
    font-size: 28px;
  }
}
.combo-tile .combo-tile--content p {
  line-height: 32px;
  font-family: "Roboto", sans-serif;
}
.combo-tile .combo-tile--content p {
  line-height: 32px;
}
.combo-tile .combo-tile--content .button-box {
  margin-top: 64px;
}
.combo-tile.no-image .combo-tile--image .combo-tile--image--tag {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 80px 40px 40px 40px;
}
@media (max-width: 769px) {
  .combo-tile.no-image .combo-tile--image .combo-tile--image--tag {
    padding: 40px;
  }
}
.combo-tile.no-image .combo-tile--image .combo-tile--image--tag p {
  color: #72A300;
  font-size: 32px;
}
.combo-tile.type-1 .combo-tile--wrapper {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 1025px) {
  .combo-tile.type-1 .combo-tile--wrapper {
    padding-left: 0;
  }
}
.combo-tile.type-1 .combo-tile--line {
  content: "";
  width: calc(40% + 32px / 2);
  height: 8px;
  position: absolute;
  top: 75px;
  right: 0;
}
.combo-tile.type-1 .combo-tile--line [data-viewport-animate] {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #72A300;
}
.combo-tile.type-1 .row {
  padding-top: 135px;
}
@media (max-width: 769px) {
  .combo-tile.type-1 .row {
    padding-top: 0;
  }
}
.combo-tile.type-1 .combo-tile--image {
  position: relative;
}
.combo-tile.type-1.no-image .combo-tile--image--tag {
  padding-left: calc(36% + 40px);
}
@media (max-width: 769px) {
  .combo-tile.type-1.no-image .combo-tile--image--tag {
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .combo-tile.type-1.no-image .combo-tile--image {
    height: auto;
  }
}
.combo-tile.type-1 .combo-tile--content {
  top: 0;
  left: 0;
}
.combo-tile.type-2 .row {
  padding-top: 64px;
}
@media (max-width: 769px) {
  .combo-tile.type-2 .row {
    padding-top: 0;
  }
}
.combo-tile.type-2.no-image .combo-tile--image--tag {
  padding-right: calc(36% + 40px);
}
@media (max-width: 769px) {
  .combo-tile.type-2.no-image .combo-tile--image--tag {
    padding-right: 40px;
  }
}
@media (max-width: 769px) {
  .combo-tile.type-2.no-image .combo-tile--image {
    height: auto;
  }
}
.combo-tile.type-2 .combo-tile--content {
  top: 0;
  right: 0;
}
@media (max-width: 1025px) {
  .combo-tile .row .col.size-66,
  .combo-tile .row .col.size-80 {
    width: calc(66.66% - 32px);
  }
}
@media (max-width: 769px) {
  .combo-tile .row .col.size-66,
  .combo-tile .row .col.size-80 {
    width: calc(100% - 32px);
  }
}
@media (max-width: 1025px) {
  .combo-tile .row .col.push-33 {
    margin-left: calc(33.33% - 32px);
  }
}
@media (max-width: 769px) {
  .combo-tile .row .col.push-33 {
    margin-left: 32px;
  }
}

.hero-animate-tile .hero-animate-tile--top {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero-animate-tile .hero-animate-tile--top .hero-animate-tile--top--title-animated,
.hero-animate-tile .hero-animate-tile--top .hero-animate-tile--top--title-static {
  color: #ffffff;
}
.hero-animate-tile .hero-animate-tile--top .hero-animate-tile--top--title-animated {
  font-size: 10em;
  font-weight: 900;
  white-space: nowrap;
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.hero-animate-tile .hero-animate-tile--top .hero-animate-tile--top--title-static {
  font-size: 5em;
  font-weight: 900;
  padding-left: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.hero-animate-tile .hero-animate-tile--bottom {
  margin-top: -25px;
}
.hero-animate-tile .hero-animate-tile--bottom p {
  font-size: 21px;
}

.loaded .hero-animate-tile .hero-animate-tile--top {
  /*.hero-animate-tile--top--title-animated {
    @include transition;
    transform: translate(-100%,-50%);
    transition-delay: 1s;
    transition-duration: 5s;
    transition-timing-function: linear;
  }*/
}
.loaded .hero-animate-tile .hero-animate-tile--top .hero-animate-tile--top--title-static {
  transition: all 500ms ease;
  transform-origin: 50% 50% 0;
  transform: translate(0, -50%);
  transition-delay: 1s;
  transition-duration: 1.5s;
}

.hotline-tile {
  font-size: 0.875rem;
}
.hotline-tile .hotline-tile--icone {
  font-size: 5em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .hotline-tile .hotline-tile--icone {
    font-size: 3em;
    transform: translate(0, 0);
    top: 64px;
  }
}
.hotline-tile .hotline--content--title + p {
  margin-top: 32px;
}

.paragraph--layout_100 .hotline-tile {
  background-color: #72A300;
  padding: 64px;
}
@media (max-width: 1025px) {
  .paragraph--layout_100 .hotline-tile {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.paragraph--layout_100 .hotline-tile .hotline-tile--icone {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .paragraph--layout_100 .hotline-tile .hotline-tile--icone {
    font-size: 3em;
    transform: translate(0, 0);
    top: 64px;
  }
}
.paragraph--layout_100 .hotline-tile .hotline--content {
  margin-left: 130px;
}
@media (max-width: 769px) {
  .paragraph--layout_100 .hotline-tile .hotline--content {
    margin-left: 0;
    padding-top: 64px;
  }
}
.paragraph--layout_100 .hotline-tile .hotline--content--title h2,
.paragraph--layout_100 .hotline-tile .hotline--content--title h3 {
  font-size: 24px;
  color: #034638;
  display: inline;
}
@media (max-width: 769px) {
  .paragraph--layout_100 .hotline-tile .hotline--content--title h2,
  .paragraph--layout_100 .hotline-tile .hotline--content--title h3 {
    font-size: 19px;
  }
}
.paragraph--layout_100 .hotline-tile .hotline--content--title h2 + *::before,
.paragraph--layout_100 .hotline-tile .hotline--content--title h3 + *::before {
  content: "|";
  display: inline-block;
  margin: 0 24px;
}

.photo-tile img {
  display: inline-block;
  max-width: 100%;
}
.photo-tile img + .credit {
  margin-top: 10px;
  display: block;
}
.photo-tile .credit {
  font-style: italic;
}
.paragraph--type--accordion-wysiwyg-item .photo-tile {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

.paragraph .bg--secondary-base .common-tile {
  padding-top: 175px;
  padding-bottom: 160px;
}

.common-tile {
  min-height: 100%;
}
.common-tile.bg--secondary-light h2 {
  color: #72A300;
}
.common-tile .common-tile--list .thumb {
  display: flex;
  flex-direction: column;
}
.common-tile .common-tile--list .thumb h4 {
  font-size: 24px;
  font-weight: 700;
  margin-left: 24px;
  margin-right: 24px;
}
.common-tile .common-tile--list .thumb h4 + .thumb--date {
  margin: 24px;
}
.common-tile .common-tile--list .thumb--text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.common-tile .common-tile--list .thumb--text a {
  text-decoration: none;
}
.common-tile .common-tile--list .thumb--text .composition {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media (min-width: 580px) and (max-width: 1025px) {
  .common-tile .common-tile--list .common-tile-frame {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .common-tile .common-tile--list .common-tile-frame .thumb--image {
    width: 40%;
  }
  .common-tile .common-tile--list .common-tile-frame .thumb--image.picture {
    margin-bottom: 0;
  }
  .common-tile .common-tile--list .common-tile-frame .thumb--image.picture a {
    display: block;
  }
  .common-tile .common-tile--list .common-tile-frame .thumb--text {
    width: 60%;
  }
}
@media (max-width: 769px) {
  .common-tile .common-tile--list .common-tile-frame .picture a img {
    width: 100%;
  }
}
.common-tile .common-tile--head {
  position: relative;
}
.common-tile .common-tile--head + .common-tile--list {
  margin-top: 64px;
}
.common-tile .title-with-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: baseline;
}
.common-tile .title-with-cta h2 {
  margin-bottom: 30px;
  margin-right: 40px;
}
.common-tile .title-with-cta .thumb--button {
  margin-bottom: 30px;
  transform: translateY(-12px);
}
.common-tile h2 {
  font-size: 40px;
  color: #72A300;
}
@media (max-width: 769px) {
  .common-tile h2 {
    font-size: 34px;
  }
}
.common-tile h2 + .common-tile--list {
  margin-top: 80px;
}
.common-tile .thumb {
  background-color: #F1F4F5;
  min-height: 100%;
}
.common-tile .thumb .picture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 150px;
  position: relative;
}
.common-tile .thumb .picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.common-tile .thumb .background-date {
  background-color: #F1F4F5;
  min-height: 150px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 20px;
  word-break: break-all;
  color: #ffffff;
  font-size: 80px;
  line-height: 70px;
}
.common-tile .thumb .background-date a {
  display: block;
  color: #ffffff;
  font-size: 80px;
  line-height: 70px;
  text-decoration: none;
}
.common-tile .thumb .background-date span {
  display: block;
}
.common-tile .thumb .thumb--header {
  display: block;
  margin: 20px 24px 24px;
}
.common-tile .thumb .thumb--header a {
  text-decoration: none;
}
.common-tile .thumb .thumb--tag {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  text-decoration: none;
}
.common-tile .thumb .thumb--tag a {
  text-decoration: none;
}
.common-tile .thumb .thumb--tag + h3 {
  margin-top: 25px;
}
.common-tile .thumb .thumb--tag + .thumb--date {
  margin-top: 5px;
}
.common-tile .thumb .thumb--tag + .thumb--date + h3 {
  margin-top: 20px;
}
.common-tile .thumb h3 {
  font-size: 24px;
  font-weight: 700;
  margin-left: 24px;
  margin-right: 24px;
}
.common-tile .thumb h3 + .thumb--date {
  margin: 24px;
}
.common-tile .thumb .thumb--date {
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.common-tile .thumb .thumb--button {
  margin-top: 10px;
  margin-bottom: 24px;
}

.paragraph--dynamic-blocks .common-tile--head + .common-tile--list {
  margin-top: 32px;
}
.paragraph--dynamic-blocks .common-tile--head h2 {
  margin: 16px 0;
  font: normal normal bold 34px/42px Gilroy;
}
.paragraph--dynamic-blocks .common-tile--list .thumb {
  padding-bottom: 36px;
  display: block;
}
@media (max-width: 1025px) {
  .paragraph--dynamic-blocks .common-tile--list .thumb {
    padding-bottom: 0;
  }
}
.paragraph--dynamic-blocks .common-tile--list .thumb .thumb--header {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
}
.paragraph--dynamic-blocks .common-tile--list .thumb .thumb--header .thumb--tag {
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
}
.paragraph--dynamic-blocks .common-tile--list .thumb .thumb--header a {
  text-decoration: none;
}
.paragraph--dynamic-blocks .common-tile--list .thumb h3 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
}
.paragraph--dynamic-blocks .common-tile--list .thumb h3,
.paragraph--dynamic-blocks .common-tile--list .thumb h4,
.paragraph--dynamic-blocks .common-tile--list .thumb h4 + .thumb--date {
  margin-left: 0;
  margin-right: 0;
}
.paragraph--dynamic-blocks .common-tile--list .thumb .thumb--button {
  position: absolute;
  bottom: 24px;
  left: 0;
}

.size-100 .common-tile .common-tile--head {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 769px) {
  .size-100 .common-tile .common-tile--head {
    flex-wrap: wrap;
  }
}
.size-100 .common-tile .common-tile--head h2 {
  padding-right: 32px;
}
@media (max-width: 769px) {
  .size-100 .common-tile .common-tile--head h2 {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 24px;
  }
}
.size-100 .common-tile .common-tile--head .button-box {
  flex-shrink: 0;
}

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

.filtered-tiles .picture {
  height: 150px;
}
.filtered-tiles .thumb--text > h3 {
  padding-top: 20px;
}

.technical-sheet-tile {
  background-color: #ffffff;
  height: 100%;
  padding: 40px;
}
@media (max-width: 1025px) {
  .technical-sheet-tile {
    padding: 40px 24px;
  }
}
@media (max-width: 769px) {
  .technical-sheet-tile {
    padding: 16px 24px;
  }
}
.technical-sheet-tile .icon {
  margin-bottom: 24px;
  padding: 0;
}
.technical-sheet-tile .icon img {
  width: 64px;
  height: auto;
}
.technical-sheet-tile h2, .technical-sheet-tile h3 {
  font-size: 32px;
  font-weight: 700;
  color: #034638;
}
@media (max-width: 1025px) {
  .technical-sheet-tile h2, .technical-sheet-tile h3 {
    font-size: 28px;
  }
}
.technical-sheet-tile h6 {
  margin-top: 24px;
}
.technical-sheet-tile p {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
}
.technical-sheet-tile p + * {
  margin-top: 40px;
}
.technical-sheet-tile p + .thumb--button {
  margin-top: 64px;
}
.technical-sheet-tile .thumb--button {
  margin-top: 64px;
}

.tile-timeline {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1025px) {
  .tile-timeline {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tile-timeline::before, .tile-timeline::after {
  content: "";
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 8px solid #D1D1D1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.tile-timeline::before {
  top: 0;
}
.tile-timeline::after {
  bottom: 0;
}
.tile-timeline .tile-timeline--list::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #72A300;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.tile-timeline .tile-timeline--list--event:nth-child(odd) .thumb .thumb--date {
  text-align: right;
}
.tile-timeline .tile-timeline--list--event:nth-child(odd) .row .col {
  padding-right: 40px;
}
@media (max-width: 1025px) {
  .tile-timeline .tile-timeline--list--event:nth-child(odd) .row .col {
    margin-top: 64px;
    padding-right: 0;
  }
}
@media (max-width: 1025px) {
  .tile-timeline .tile-timeline--list--event:nth-child(odd):first-child .row .col {
    margin-top: 0;
  }
}
.tile-timeline .tile-timeline--list--event:nth-child(even) .row {
  text-align: right;
}
.tile-timeline .tile-timeline--list--event:nth-child(even) .row .col {
  padding-left: 40px;
  text-align: left;
  margin-top: -80px;
}
@media (max-width: 1025px) {
  .tile-timeline .tile-timeline--list--event:nth-child(even) .row .col {
    text-align: right;
    margin-top: 64px;
    padding-left: 0;
  }
}
.tile-timeline .tile-timeline--list--event .thumb .thumb--date {
  display: block;
  font-size: 24px;
}
.tile-timeline .tile-timeline--list--event .thumb .thumb--date + .thumb--image, .tile-timeline .tile-timeline--list--event .thumb .thumb--date + .thumb--content {
  margin-top: 32px;
}
.tile-timeline .tile-timeline--list--event .thumb .thumb--image {
  max-width: 100%;
  display: block;
}
.tile-timeline .tile-timeline--list--event .thumb .thumb--content {
  padding: 40px;
  background-color: #F1F4F5;
}
.tile-timeline .tile-timeline--list--event .thumb .thumb--content h3 {
  font-size: 24px;
}

.paragraph + .wrapper--tile-transport-network {
  margin-top: 80px;
}

@media (max-width: 769px) {
  .wrapper--tile-transport-network {
    display: none;
  }
}

.wrapper--tile-transport-network.multiple-lines .tile-transport-network:first-child .tile-transport-network--list {
  padding-right: 24.5%;
  padding-left: 49%;
}
.wrapper--tile-transport-network.multiple-lines .tile-transport-network:first-child .tile-transport-network--list .tile-transport-network--list--item a {
  left: 0;
  right: initial;
  text-align: left;
}
.wrapper--tile-transport-network.multiple-lines .tile-transport-network:last-child .tile-transport-network--list {
  margin-left: 73.55%;
}
.wrapper--tile-transport-network.multiple-lines .tile-transport-network:nth-child(n+2) .tile-transport-network--list .tile-transport-network--list--item:last-child a::before {
  display: none;
}

.tile-transport-network {
  position: relative;
}
.tile-transport-network.extends-left::before, .tile-transport-network.extends-right::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  width: 50%;
  height: 5px;
  background-color: #72A300;
}
.tile-transport-network.extends-left::before {
  left: 0;
}
.tile-transport-network.extends-right::after {
  right: 0;
}
.tile-transport-network + .tile-transport-network .layout::before {
  content: "";
  position: absolute;
  right: 33px;
  bottom: 50%;
  z-index: -1;
  width: 5px;
  height: 142px;
  background-color: #72A300;
}
.tile-transport-network .layout {
  padding-top: 69px;
  padding-bottom: 69px;
  padding-right: 50px;
  position: relative;
}
.tile-transport-network .tile-transport-network--list {
  height: 6px;
  background-color: #72A300;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item {
  min-width: 1px;
  min-height: 1px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a {
  position: relative;
  cursor: pointer;
  display: block;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a:hover::after, .tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a:focus::after {
  background-color: #72A300;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a:hover .tag, .tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a:focus .tag {
  color: #034638;
  background-color: #72A300;
  z-index: 999;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a .tag {
  position: absolute;
  left: 0;
  padding: 15px 20px;
  width: 165px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 5px solid #034638;
  border-radius: 50%;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 2px;
  height: 55px;
  background-color: #D1D1D1;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a .tag {
  bottom: 40px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item a::before {
  bottom: 14px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item.is-connection a .tag {
  left: 5px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item.is-connection a::after {
  width: 30px;
  height: 30px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item.is-connection a::before {
  left: 19px;
}
.tile-transport-network .tile-transport-network--list .tile-transport-network--list--item:last-child a .tag {
  left: initial;
  left: inherit;
  text-align: right;
  right: calc(100% - 28px);
}

.video {
  position: relative;
}
.video a {
  text-decoration: none;
}
.video .video--poster {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: black;
}
.video .video--poster:hover .video--play, .video .video--poster:focus .video--play {
  transform: translate(-50%, -50%) scale(1.1);
}
.video .video--play {
  z-index: 50;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}
.video .video--play .fa-stack {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.video .video--play .fa-stack-2x {
  font-size: 64px;
}
.video .video--play .fa {
  color: #D8F537;
}
.video .video--play .fa-play {
  padding-left: 10px;
}
.video .video--play .fa-stack-1x {
  font-size: 3em;
}
.video .video--play .fa-inverse {
  color: #72A300;
}
.video img {
  width: 100%;
  height: auto;
  opacity: 0.6;
}
.video::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.cta-tile {
  position: relative;
}
.cta-tile--with-background h2 {
  color: #ffffff;
}
.cta-tile .background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 460px;
  width: 920px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  max-width: 100%;
}
.cta-tile h2 {
  padding: 100px 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .cta-tile h2 {
    font-size: 34px;
  }
}
.cta-tile .layout,
.cta-tile .layout-sm {
  position: relative;
  z-index: 1;
}
.cta-tile .cta-tile--list {
  text-align: center;
}
.cta-tile .article {
  text-align: left;
  height: 100%;
}
.cta-tile .article a {
  min-height: 100%;
  background-color: #F1F4F5;
  color: #034638;
  display: block;
  padding: 40px 40px calc(64px + 40px) 40px;
  text-decoration: none;
  transition: all 0.3s ease-out;
  transform-origin: 50% 50% 0;
}
.cta-tile .article a:hover .article--button .button-next, .cta-tile .article a:focus .article--button .button-next {
  padding-right: 56px;
}
.cta-tile .article h3 {
  font-size: 24px;
  height: 58px;
}
@media (max-width: 1025px) {
  .cta-tile .article h3 {
    height: auto;
  }
}
.cta-tile .article .article--description {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 50px;
}
@media (max-width: 769px) {
  .cta-tile .article .article--description {
    font-size: 18px;
  }
}
.cta-tile .article .article--button {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.group-cta {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1025px) {
  .group-cta {
    width: calc(100% + 16px);
    margin-left: -8px;
  }
}
@media (min-width: 821px) and (max-width: 1025px) {
  .group-cta {
    flex-wrap: nowrap;
  }
}
.group-cta .cta-home-item {
  height: 100%;
  overflow: auto;
  padding: 0 20px;
}
@media (max-width: 769px) {
  .group-cta .cta-home-item {
    padding: 0 12px;
  }
}
.group-cta .cta-home-item img {
  display: block;
  height: auto;
  margin: 32px auto 16px;
  max-width: 67%;
  width: 100%;
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item img {
    margin: 22px auto 16px;
  }
}
@media (max-width: 769px) {
  .group-cta .cta-home-item img {
    margin: 20px auto 10px;
  }
}
.group-cta .cta-home-item-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 32px;
}
.group-cta .cta-home-item-label::after {
  color: #72A300;
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .group-cta .cta-home-item-label {
    font-size: 20px;
  }
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-label {
    font-size: 17px;
    margin: 0 0 16px;
  }
  .group-cta .cta-home-item-label::after {
    margin-left: 8px;
  }
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-label {
    font-size: 16px;
  }
}
.group-cta .cta-home-item-wrapper {
  box-sizing: border-box;
  display: block;
  margin-bottom: 32px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
@media (max-width: 1025px) {
  .group-cta .cta-home-item-wrapper {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

.paragraph--type--wysiwyg .cta-slider-tile h2 {
  font-size: 56px;
  color: #ffffff;
}
@media (max-width: 769px) {
  .paragraph--type--wysiwyg .cta-slider-tile h2 {
    font-size: 42px;
  }
}
.paragraph--type--wysiwyg .cta-slider-tile--thumb h3 {
  font-size: 32px;
}

.cta-slider-tile.bg--image {
  padding-top: 64px;
  padding-bottom: 64px;
}
.cta-slider-tile {
  background-color: #666666;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.cta-slider-tile h2 {
  font-size: 56px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 769px) {
  .cta-slider-tile h2 {
    font-size: 42px;
  }
}
.cta-slider-tile > p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5em;
  max-width: 840px;
  position: relative;
  z-index: 1;
}
.cta-slider-tile > p + .row {
  margin-top: 32px;
}
.cta-slider-tile .row {
  position: relative;
  z-index: 1;
}
.cta-slider-tile .cta-slider-tile--thumb {
  background-color: #ffffff;
  height: 100%;
}
.cta-slider-tile .cta-slider-tile--thumb a {
  text-decoration: none;
  display: block;
  padding: 32px 32px calc(64px + 32px) 32px;
}
.cta-slider-tile .cta-slider-tile--thumb a .article--button {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.cta-slider-tile .cta-slider-tile--thumb a h3 + .article--description {
  margin-top: 32px;
}
.cta-slider-tile .cta-slider-tile--thumb a:hover, .cta-slider-tile .cta-slider-tile--thumb a:focus {
  color: #034638;
}
.cta-slider-tile .cta-slider-tile--thumb a:hover .article--button .button-next, .cta-slider-tile .cta-slider-tile--thumb a:focus .article--button .button-next {
  padding-right: 75px;
}
@media (max-width: 1025px) {
  .cta-slider-tile .col:nth-child(n+2) {
    margin-top: 32px;
  }
}
.cta-slider-tile .col:nth-child(n+4) {
  margin-top: 32px;
}

[data-rotating-bg--module] {
  position: relative;
  z-index: 1;
}
[data-rotating-bg--module] [data-rotating-bg--display] {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1025px) {
  [data-rotating-bg--module] [data-rotating-bg--display] {
    background-image: none !important;
    background-color: #72A300;
  }
}

.paragraph .bg--secondary-base .news-tile.with-archive-link .archive-link, .paragraph.bg--secondary-base .news-tile.with-archive-link .archive-link {
  background-color: #F1F4F5;
}
.paragraph .tile.news-tile.bg--secondary-base.news-tile--with-landscape-image {
  padding-top: 0;
}

.news-tile {
  min-height: 100%;
  height: 100%;
}
.news-tile.with-archive-link {
  padding-bottom: 64px;
}
.news-tile.with-archive-link .archive-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #ffffff;
}
.news-tile.with-archive-link .archive-link .button-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-tile .news-tile--image {
  order: 2;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.news-tile .news-tile--image a {
  display: block;
  height: 100%;
}
.news-tile .news-tile--image .date {
  color: #D1D1D1;
  display: block;
  font-size: 5em;
  text-transform: uppercase;
  width: 1px;
  line-height: 1em;
  margin-top: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}
.news-tile .news-tile--image .news-tile--image--landscape {
  position: relative;
  min-height: 150px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-tile .news-tile--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  display: none;
}
@media (max-width: 1025px) {
  .news-tile .news-tile--image img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
@media (max-width: 1025px) {
  .news-tile .news-tile--image img {
    order: 1;
  }
}
@media (max-width: 1025px) {
  .news-tile .news-tile--image {
    background-image: none !important;
  }
}
.news-tile .news-tile--image + .news-tile--content {
  padding-top: 30px;
}
.news-tile .news-tile--content {
  order: 1;
  padding-bottom: 40px;
}
.news-tile .news-tile--content .news-tile--content--tags li,
.news-tile .news-tile--content .news-tile--content--tags a {
  text-transform: uppercase;
  text-decoration: none;
}
.news-tile .news-tile--content .news-tile--content--tags a {
  font-size: 14px;
  letter-spacing: 2px;
}
.news-tile .news-tile--content .news-tile--content--tags + h2, .news-tile .news-tile--content .news-tile--content--tags + .news-tile--content--date {
  display: block;
  margin-top: 32px;
}
.news-tile .news-tile--content h2 {
  font-size: 21px;
  font-weight: 500;
}
.news-tile .news-tile--content h2 + .news-tile--content--date, .news-tile .news-tile--content h2 + .news-tile--content--link {
  display: block;
  margin-top: 32px;
}
@media (max-width: 1025px) {
  .news-tile .news-tile--content h2 {
    font-size: 18px;
  }
}
@media (max-width: 769px) {
  .news-tile .news-tile--content h2 {
    font-size: 16px;
  }
}
.news-tile .news-tile--content .news-tile--content--date {
  font-size: 14px;
}
.news-tile .news-tile--content .news-tile--content--date .news-tile--content--sectors {
  display: inline;
}
.news-tile .news-tile--content .news-tile--content--date .news-tile--content--sectors li {
  display: inline;
}
.news-tile .news-tile--content .news-tile--content--date .news-tile--content--sectors li a {
  margin-right: 6px;
  text-decoration: none;
}
.news-tile .news-tile--content .news-tile--content--date + .news-tile--content--link, .news-tile .news-tile--content .news-tile--content--date + h2 {
  margin-top: 32px;
}
.news-tile .news-tile--content .news-tile--content--link {
  display: block;
}
@media (max-width: 1025px) {
  .news-tile .news-tile--content {
    order: 2;
    padding-right: 32px;
  }
}
.news-tile.bg--secondary-base .news-tile--image .date {
  color: #ffffff;
}
.news-tile.bg--secondary-base .news-tile--content {
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}
.news-tile.news-tile--with-landscape-image .news-tile--image .date, .news-tile.news-tile--with-portrait-image .news-tile--image .date {
  display: none;
}
@media (max-width: 1025px) {
  .news-tile.news-tile--no-landscape-image .news-tile--image, .news-tile.news-tile--no-portrait-image .news-tile--image {
    display: none;
  }
}

.size-33 .news-tile .news-tile--image,
.size-25 .news-tile .news-tile--image {
  order: 1;
  width: calc(100% - 40px);
  background-image: none;
}
.size-33 .news-tile .news-tile--image .date  ,
.size-25 .news-tile .news-tile--image .date   {
  display: none;
}
.size-33 .news-tile .news-tile--image img,
.size-25 .news-tile .news-tile--image img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
.size-33 .news-tile .news-tile--content,
.size-25 .news-tile .news-tile--content {
  order: 2;
  width: calc(100% - 40px);
}

.size-100 .news-tile .row,
.size-50 .news-tile .row,
.size-66 .news-tile .row,
.size-75 .news-tile .row {
  height: 100%;
}
@media (max-width: 1025px) {
  .size-100 .news-tile .row .col:nth-child(2),
  .size-50 .news-tile .row .col:nth-child(2),
  .size-66 .news-tile .row .col:nth-child(2),
  .size-75 .news-tile .row .col:nth-child(2) {
    margin-top: 0;
  }
}
.size-100 .news-tile .news-tile--image,
.size-50 .news-tile .news-tile--image,
.size-66 .news-tile .news-tile--image,
.size-75 .news-tile .news-tile--image {
  height: 100%;
}
@media (max-width: 1025px) {
  .size-100 .news-tile .news-tile--image,
  .size-50 .news-tile .news-tile--image,
  .size-66 .news-tile .news-tile--image,
  .size-75 .news-tile .news-tile--image {
    height: auto;
  }
}
.size-100 .news-tile .news-tile--image .news-tile--image--landscape,
.size-50 .news-tile .news-tile--image .news-tile--image--landscape,
.size-66 .news-tile .news-tile--image .news-tile--image--landscape,
.size-75 .news-tile .news-tile--image .news-tile--image--landscape {
  display: none;
}
@media (max-width: 1025px) {
  .size-100 .news-tile .news-tile--image .news-tile--image--landscape,
  .size-50 .news-tile .news-tile--image .news-tile--image--landscape,
  .size-66 .news-tile .news-tile--image .news-tile--image--landscape,
  .size-75 .news-tile .news-tile--image .news-tile--image--landscape {
    display: block;
  }
}

@media (max-width: 1025px) {
  .size-50 .news-tile .news-tile--image,
  .size-66 .news-tile .news-tile--image,
  .size-75 .news-tile .news-tile--image {
    order: 1;
    width: calc(100% - 32px);
    background-image: none;
  }
  .size-50 .news-tile .news-tile--image img,
  .size-66 .news-tile .news-tile--image img,
  .size-75 .news-tile .news-tile--image img {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .size-50 .news-tile .news-tile--content,
  .size-66 .news-tile .news-tile--content,
  .size-75 .news-tile .news-tile--content {
    order: 2;
    width: calc(100% - 32px);
  }
}

.media-gallery .media-gallery-list {
  outline: 0;
}
.media-gallery .media-gallery-list.row.size-25 {
  width: calc(100% + 35px);
  margin-left: -35px;
}
.media-gallery .media-gallery-list.row.size-25 .col {
  width: calc(25% - 35px);
}
@media (max-width: 1025px) {
  .media-gallery .media-gallery-list.row.size-25 .col {
    width: calc(100% - 35px);
  }
}
.media-gallery .media-gallery-list a {
  display: block;
  margin-left: 35px;
  margin-bottom: 35px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1025px) {
  .media-gallery .media-gallery-list a {
    margin-bottom: 0;
  }
}
.media-gallery .media-gallery-list a:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.media-gallery .media-gallery-list a[data-poster]::before {
  content: "";
  display: block;
  background-color: #72A300;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.media-gallery .media-gallery-list a[data-poster]:after {
  content: "\f04b";
  font-family: fontawesome;
  display: block;
  color: #034638;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
  padding-left: 32px;
  padding-top: 12px;
  z-index: 1;
}
.media-gallery .media-gallery-list a img {
  display: block;
  width: auto;
  max-width: 100%;
}

@media (max-width: 1025px) {
  .lg {
    height: 72vw !important;
  }
}
@media (max-width: 769px) {
  .lg {
    height: 82vw !important;
  }
}
@media (max-width: 481px) {
  .lg {
    height: 92vw !important;
  }
}

.lg-backdrop.in {
  opacity: 0.85;
}

.lg-outer.modal-gallery .lg-inner {
  background-color: #FFF;
}
.lg-outer.modal-gallery .lg-sub-html {
  position: absolute;
  text-align: left;
}
.lg-outer.modal-gallery.lg-dropdown-active #lg-share {
  color: #034638;
}
.lg-outer.modal-gallery #lg-dropdown-overlay {
  opacity: 0.5;
}
.lg-outer.modal-gallery .lg-toolbar {
  background-color: transparent;
  height: 0;
  position: relative;
}
.lg-outer.modal-gallery .lg-toolbar #lg-counter {
  background-color: #ffffff;
  color: #034638;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 16px;
}
.lg-outer.modal-gallery .lg-toolbar > .lg-icon {
  background-color: #ffffff;
  color: #034638;
  height: 60px;
  width: 60px;
  padding: 0;
  position: relative;
}
.lg-outer.modal-gallery .lg-toolbar > .lg-icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lg-outer.modal-gallery .lg-toolbar > .lg-icon:hover, .lg-outer.modal-gallery .lg-toolbar > .lg-icon:focus {
  background-color: #F1F4F5;
  color: #034638;
}
.lg-outer.modal-gallery .lg-dropdown {
  top: 70px;
}
.lg-outer.modal-gallery .lg-dropdown a:hover,
.lg-outer.modal-gallery .lg-dropdown a:focus {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer.modal-gallery .lg-actions .lg-icon {
  background-color: #ffffff;
  color: #034638;
  height: 60px;
  width: 60px;
  padding: 0;
  transform: translate(-50%, -50%);
}
.lg-outer.modal-gallery .lg-actions .lg-icon::before, .lg-outer.modal-gallery .lg-actions .lg-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lg-outer.modal-gallery .lg-actions .lg-icon:hover, .lg-outer.modal-gallery .lg-actions .lg-icon:focus {
  background-color: #F1F4F5;
  color: #034638;
}
.lg-outer.modal-gallery .lg-actions .lg-icon.lg-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 30px;
}
.lg-outer.modal-gallery .lg-actions .lg-icon.lg-next {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: -30px;
}
.lg-outer.modal-gallery .lg-img-wrap {
  padding: 12px;
}
.lg-outer.modal-gallery .lg-video-cont {
  padding: 0 16px;
}
.lg-outer.modal-gallery .lg-sub-html {
  background-color: #FFF;
  color: #034638;
  padding: 12px 16px;
}
.lg-outer.modal-gallery .lg-sub-html > *:first-child {
  margin-top: 0;
}

.album-media-list {
  margin-top: 32px;
  margin-bottom: 80px;
}
.album-media-list .more   {
  text-align: center;
}

.album-media-tile .background img {
  max-width: 100%;
}
@media (max-width: 1025px) {
  .album-media-tile .album-media-tile--head .button-box,
  .album-media-tile .album-media-tile--foot .button-box {
    background-color: #72A300;
  }
  .album-media-tile .album-media-tile--head .button-box:hover, .album-media-tile .album-media-tile--head .button-box:focus,
  .album-media-tile .album-media-tile--foot .button-box:hover,
  .album-media-tile .album-media-tile--foot .button-box:focus {
    background-color: #e7f853;
  }
}
.album-media-tile .album-media-tile--content h2 {
  font-size: 1.3em;
  font-weight: 500;
}
.album-media-tile .album-media-tile--content .button-box {
  margin-top: 32px;
}
.album-media-tile.album-media--featured {
  padding: 80px 80px 80px 80px;
}
@media (max-width: 1200px) {
  .album-media-tile.album-media--featured {
    padding: 80px 64px 80px 64px;
  }
}
.album-media-tile.album-media--featured {
  position: relative;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured {
    padding: 0;
  }
}
.album-media-tile.album-media--featured .background {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .background {
    background: none !important;
    position: static;
  }
}
.album-media-tile.album-media--featured .background a {
  display: none;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .background a {
    display: block;
  }
}
.album-media-tile.album-media--featured .album-media-tile--head {
  position: relative;
}
.album-media-tile.album-media--featured .album-media-tile--head a {
  text-decoration: none;
}
.album-media-tile.album-media--featured .album-media-tile--head a h2 {
  color: #ffffff;
  line-height: 1em;
  font-size: 40px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--head a h2 {
    margin-top: 32px;
    color: #034638;
    font-size: 70px;
    text-shadow: none;
  }
}
@media (max-width: 769px) {
  .album-media-tile.album-media--featured .album-media-tile--head a h2 {
    font-size: 34px;
  }
}
.album-media-tile.album-media--featured .album-media-tile--head .button-box {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--head .button-box {
    margin-top: 32px;
    position: relative;
    bottom: initial;
    right: initial;
  }
}
.album-media-tile.album-media--featured .album-media-tile--head + .album-media-tile--content {
  margin-top: 80px;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--head + .album-media-tile--content {
    margin-top: 32px;
    margin-top: 40px;
  }
}
.album-media-tile.album-media--featured .album-media-tile--content {
  background: white;
  margin-top: 0;
  max-width: 430px;
  padding: 40px 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--content {
    margin-top: 26px;
    padding: 0;
  }
}
.album-media-tile.album-media--featured .album-media-tile--content h3 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--content h3 {
    font-weight: 500;
  }
}
.album-media-tile.album-media--featured .album-media-tile--content h3 a {
  font-weight: 700;
}
@media (max-width: 1025px) {
  .album-media-tile.album-media--featured .album-media-tile--content h3 a {
    font-weight: 500;
  }
}
.album-media-tile.album-media--featured .album-media-tile--content + .album-media-tile--foot {
  margin-top: 40px;
}
.album-media-tile.album-media--featured .album-media-tile--foot {
  display: none;
}

@media (max-width: 1025px) {
  .bg--secondary-base .album-media-tile.album-media--featured .album-media-tile--content {
    padding: 32px;
  }
}

.size-66 .album-media-tile.album-media--featured,
size-50 .album-media-tile.album-media--featured {
  padding: 40px;
}
@media (max-width: 1025px) {
  .size-66 .album-media-tile.album-media--featured,
  size-50 .album-media-tile.album-media--featured {
    padding: 0;
  }
}
.size-66 .album-media-tile .album-media-tile--head .button-box,
size-50 .album-media-tile .album-media-tile--head .button-box {
  display: none;
}
.size-66 .album-media-tile .album-media-tile--foot,
size-50 .album-media-tile .album-media-tile--foot {
  display: block;
}

.press-title {
  padding-left: 40px;
  padding-right: 40px;
  color: #034638;
  font-size: 24px;
  margin-bottom: 20px;
}
.press-title + .contact-media {
  padding-top: 0;
}

.contact-media {
  padding: 40px;
  height: 100%;
}
.contact-media .icon {
  padding-left: 0;
  margin-bottom: 35px;
}
.contact-media .icon img {
  height: 90px;
}
.contact-media h2 {
  color: #034638;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-media .name {
  font-size: 1.2em;
  font-weight: 700;
}
.contact-media .position {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.contact-media a {
  text-decoration: none;
}

.paragraph--type--wysiwyg,
.cke_editable,
.tile-faq .reveal,
.answer,
.technical-sheet-tile,
.standard-tile-image,
.live-network-status__layout {
  overflow: hidden;
}
.paragraph--type--wysiwyg a,
.cke_editable a,
.tile-faq .reveal a,
.answer a,
.technical-sheet-tile a,
.standard-tile-image a,
.live-network-status__layout a {
  text-decoration: none;
  cursor: inherit;
  transition: color 250ms;
}
.paragraph--type--wysiwyg a:hover,
.cke_editable a:hover,
.tile-faq .reveal a:hover,
.answer a:hover,
.technical-sheet-tile a:hover,
.standard-tile-image a:hover,
.live-network-status__layout a:hover {
  color: inherit;
}
.paragraph--type--wysiwyg a[href],
.cke_editable a[href],
.tile-faq .reveal a[href],
.answer a[href],
.technical-sheet-tile a[href],
.standard-tile-image a[href],
.live-network-status__layout a[href] {
  text-decoration: underline;
  cursor: pointer;
}
.paragraph--type--wysiwyg a[href]:hover,
.cke_editable a[href]:hover,
.tile-faq .reveal a[href]:hover,
.answer a[href]:hover,
.technical-sheet-tile a[href]:hover,
.standard-tile-image a[href]:hover,
.live-network-status__layout a[href]:hover {
  text-decoration: none;
}
.paragraph--type--wysiwyg a.button-box,
.cke_editable a.button-box,
.tile-faq .reveal a.button-box,
.answer a.button-box,
.technical-sheet-tile a.button-box,
.standard-tile-image a.button-box,
.live-network-status__layout a.button-box {
  text-decoration: none;
}
.paragraph--type--wysiwyg a.link-arrow-right,
.cke_editable a.link-arrow-right,
.tile-faq .reveal a.link-arrow-right,
.answer a.link-arrow-right,
.technical-sheet-tile a.link-arrow-right,
.standard-tile-image a.link-arrow-right,
.live-network-status__layout a.link-arrow-right {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.paragraph--type--wysiwyg a.link-arrow-right::after,
.cke_editable a.link-arrow-right::after,
.tile-faq .reveal a.link-arrow-right::after,
.answer a.link-arrow-right::after,
.technical-sheet-tile a.link-arrow-right::after,
.standard-tile-image a.link-arrow-right::after,
.live-network-status__layout a.link-arrow-right::after {
  font-family: fontAwesome;
  font-size: 15px;
  content: "\f105";
  margin-left: 8px;
  transition: margin-left 250ms, color 250ms;
}
.paragraph--type--wysiwyg a.link-arrow-right:hover,
.cke_editable a.link-arrow-right:hover,
.tile-faq .reveal a.link-arrow-right:hover,
.answer a.link-arrow-right:hover,
.technical-sheet-tile a.link-arrow-right:hover,
.standard-tile-image a.link-arrow-right:hover,
.live-network-status__layout a.link-arrow-right:hover {
  color: #72A300;
}
.paragraph--type--wysiwyg a.link-arrow-right:hover::after,
.cke_editable a.link-arrow-right:hover::after,
.tile-faq .reveal a.link-arrow-right:hover::after,
.answer a.link-arrow-right:hover::after,
.technical-sheet-tile a.link-arrow-right:hover::after,
.standard-tile-image a.link-arrow-right:hover::after,
.live-network-status__layout a.link-arrow-right:hover::after {
  color: #72A300;
  margin-left: 12px;
}
.paragraph--type--wysiwyg a.link-arrow-left,
.cke_editable a.link-arrow-left,
.tile-faq .reveal a.link-arrow-left,
.answer a.link-arrow-left,
.technical-sheet-tile a.link-arrow-left,
.standard-tile-image a.link-arrow-left,
.live-network-status__layout a.link-arrow-left {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}
.paragraph--type--wysiwyg a.link-arrow-left:before,
.cke_editable a.link-arrow-left:before,
.tile-faq .reveal a.link-arrow-left:before,
.answer a.link-arrow-left:before,
.technical-sheet-tile a.link-arrow-left:before,
.standard-tile-image a.link-arrow-left:before,
.live-network-status__layout a.link-arrow-left:before {
  font-family: FontAwesome;
  font-weight: 700;
  content: "\f104";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.paragraph--type--wysiwyg a.link-arrow-left span,
.cke_editable a.link-arrow-left span,
.tile-faq .reveal a.link-arrow-left span,
.answer a.link-arrow-left span,
.technical-sheet-tile a.link-arrow-left span,
.standard-tile-image a.link-arrow-left span,
.live-network-status__layout a.link-arrow-left span {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.paragraph--type--wysiwyg a.link-arrow-left:hover,
.cke_editable a.link-arrow-left:hover,
.tile-faq .reveal a.link-arrow-left:hover,
.answer a.link-arrow-left:hover,
.technical-sheet-tile a.link-arrow-left:hover,
.standard-tile-image a.link-arrow-left:hover,
.live-network-status__layout a.link-arrow-left:hover {
  color: #72A300;
}
.paragraph--type--wysiwyg .article-button span,
.cke_editable .article-button span,
.tile-faq .reveal .article-button span,
.answer .article-button span,
.technical-sheet-tile .article-button span,
.standard-tile-image .article-button span,
.live-network-status__layout .article-button span {
  display: block;
}
.paragraph--type--wysiwyg .red-text,
.cke_editable .red-text,
.tile-faq .reveal .red-text,
.answer .red-text,
.technical-sheet-tile .red-text,
.standard-tile-image .red-text,
.live-network-status__layout .red-text {
  color: #ee161e;
  font-style: normal;
}
.paragraph--type--wysiwyg .orange-text,
.cke_editable .orange-text,
.tile-faq .reveal .orange-text,
.answer .orange-text,
.technical-sheet-tile .orange-text,
.standard-tile-image .orange-text,
.live-network-status__layout .orange-text {
  color: #f57c00;
  font-weight: 500;
}
.paragraph--type--wysiwyg table,
.cke_editable table,
.tile-faq .reveal table,
.answer table,
.technical-sheet-tile table,
.standard-tile-image table,
.live-network-status__layout table {
  width: 100%;
  overflow: auto;
  font-size: 16px;
  font-weight: 400;
  border: none;
}
.paragraph--type--wysiwyg table caption,
.cke_editable table caption,
.tile-faq .reveal table caption,
.answer table caption,
.technical-sheet-tile table caption,
.standard-tile-image table caption,
.live-network-status__layout table caption {
  padding: 10px;
  text-align: left;
  background-color: #034638;
  color: #ffffff;
  font-weight: bold;
  font-size: 21px;
}
.paragraph--type--wysiwyg table th,
.paragraph--type--wysiwyg table td,
.cke_editable table th,
.cke_editable table td,
.tile-faq .reveal table th,
.tile-faq .reveal table td,
.answer table th,
.answer table td,
.technical-sheet-tile table th,
.technical-sheet-tile table td,
.standard-tile-image table th,
.standard-tile-image table td,
.live-network-status__layout table th,
.live-network-status__layout table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #034638;
  width: auto;
  word-break: normal;
}
.paragraph--type--wysiwyg table th.text-align-center,
.paragraph--type--wysiwyg table td.text-align-center,
.cke_editable table th.text-align-center,
.cke_editable table td.text-align-center,
.tile-faq .reveal table th.text-align-center,
.tile-faq .reveal table td.text-align-center,
.answer table th.text-align-center,
.answer table td.text-align-center,
.technical-sheet-tile table th.text-align-center,
.technical-sheet-tile table td.text-align-center,
.standard-tile-image table th.text-align-center,
.standard-tile-image table td.text-align-center,
.live-network-status__layout table th.text-align-center,
.live-network-status__layout table td.text-align-center {
  text-align: center;
}
.paragraph--type--wysiwyg table th p,
.paragraph--type--wysiwyg table td p,
.cke_editable table th p,
.cke_editable table td p,
.tile-faq .reveal table th p,
.tile-faq .reveal table td p,
.answer table th p,
.answer table td p,
.technical-sheet-tile table th p,
.technical-sheet-tile table td p,
.standard-tile-image table th p,
.standard-tile-image table td p,
.live-network-status__layout table th p,
.live-network-status__layout table td p {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: inherit;
  line-height: inherit;
}
.paragraph--type--wysiwyg table th,
.cke_editable table th,
.tile-faq .reveal table th,
.answer table th,
.technical-sheet-tile table th,
.standard-tile-image table th,
.live-network-status__layout table th {
  background: #034638;
  color: white;
  font-weight: 400;
}
.paragraph--type--wysiwyg table tbody tr,
.cke_editable table tbody tr,
.tile-faq .reveal table tbody tr,
.answer table tbody tr,
.technical-sheet-tile table tbody tr,
.standard-tile-image table tbody tr,
.live-network-status__layout table tbody tr {
  color: #034638;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
  .paragraph--type--wysiwyg table tbody td,
  .cke_editable table tbody td,
  .tile-faq .reveal table tbody td,
  .answer table tbody td,
  .technical-sheet-tile table tbody td,
  .standard-tile-image table tbody td,
  .live-network-status__layout table tbody td {
    border: 1px solid #034638;
  }
}
.paragraph--type--wysiwyg table.no-border td,
.cke_editable table.no-border td,
.tile-faq .reveal table.no-border td,
.answer table.no-border td,
.technical-sheet-tile table.no-border td,
.standard-tile-image table.no-border td,
.live-network-status__layout table.no-border td {
  border: 0;
  padding: 4px 0;
}
.paragraph--type--wysiwyg p + table,
.cke_editable p + table,
.tile-faq .reveal p + table,
.answer p + table,
.technical-sheet-tile p + table,
.standard-tile-image p + table,
.live-network-status__layout p + table {
  margin-top: 25px;
}
.paragraph--type--wysiwyg blockquote,
.cke_editable blockquote,
.tile-faq .reveal blockquote,
.answer blockquote,
.technical-sheet-tile blockquote,
.standard-tile-image blockquote,
.live-network-status__layout blockquote {
  margin: 50px 0;
  padding: 0;
  text-align: center;
}
.paragraph--type--wysiwyg blockquote p,
.cke_editable blockquote p,
.tile-faq .reveal blockquote p,
.answer blockquote p,
.technical-sheet-tile blockquote p,
.standard-tile-image blockquote p,
.live-network-status__layout blockquote p {
  color: #72A300;
  font-size: 24px;
  font-weight: 600;
}
.paragraph--type--wysiwyg a span.element-invisible,
.cke_editable a span.element-invisible,
.tile-faq .reveal a span.element-invisible,
.answer a span.element-invisible,
.technical-sheet-tile a span.element-invisible,
.standard-tile-image a span.element-invisible,
.live-network-status__layout a span.element-invisible {
  display: none !important;
}
.paragraph--type--wysiwyg h1 + ul, .paragraph--type--wysiwyg h1 + ol, .paragraph--type--wysiwyg h1 + p, .paragraph--type--wysiwyg h2 + ul, .paragraph--type--wysiwyg h2 + ol, .paragraph--type--wysiwyg h2 + p, .paragraph--type--wysiwyg h3 + ul, .paragraph--type--wysiwyg h3 + ol, .paragraph--type--wysiwyg h3 + p, .paragraph--type--wysiwyg h4 + ul, .paragraph--type--wysiwyg h4 + ol, .paragraph--type--wysiwyg h4 + p, .paragraph--type--wysiwyg h5 + ul, .paragraph--type--wysiwyg h5 + ol, .paragraph--type--wysiwyg h5 + p, .paragraph--type--wysiwyg h6 + ul, .paragraph--type--wysiwyg h6 + ol, .paragraph--type--wysiwyg h6 + p,
.cke_editable h1 + ul,
.cke_editable h1 + ol,
.cke_editable h1 + p,
.cke_editable h2 + ul,
.cke_editable h2 + ol,
.cke_editable h2 + p,
.cke_editable h3 + ul,
.cke_editable h3 + ol,
.cke_editable h3 + p,
.cke_editable h4 + ul,
.cke_editable h4 + ol,
.cke_editable h4 + p,
.cke_editable h5 + ul,
.cke_editable h5 + ol,
.cke_editable h5 + p,
.cke_editable h6 + ul,
.cke_editable h6 + ol,
.cke_editable h6 + p,
.tile-faq .reveal h1 + ul,
.tile-faq .reveal h1 + ol,
.tile-faq .reveal h1 + p,
.tile-faq .reveal h2 + ul,
.tile-faq .reveal h2 + ol,
.tile-faq .reveal h2 + p,
.tile-faq .reveal h3 + ul,
.tile-faq .reveal h3 + ol,
.tile-faq .reveal h3 + p,
.tile-faq .reveal h4 + ul,
.tile-faq .reveal h4 + ol,
.tile-faq .reveal h4 + p,
.tile-faq .reveal h5 + ul,
.tile-faq .reveal h5 + ol,
.tile-faq .reveal h5 + p,
.tile-faq .reveal h6 + ul,
.tile-faq .reveal h6 + ol,
.tile-faq .reveal h6 + p,
.answer h1 + ul,
.answer h1 + ol,
.answer h1 + p,
.answer h2 + ul,
.answer h2 + ol,
.answer h2 + p,
.answer h3 + ul,
.answer h3 + ol,
.answer h3 + p,
.answer h4 + ul,
.answer h4 + ol,
.answer h4 + p,
.answer h5 + ul,
.answer h5 + ol,
.answer h5 + p,
.answer h6 + ul,
.answer h6 + ol,
.answer h6 + p,
.technical-sheet-tile h1 + ul,
.technical-sheet-tile h1 + ol,
.technical-sheet-tile h1 + p,
.technical-sheet-tile h2 + ul,
.technical-sheet-tile h2 + ol,
.technical-sheet-tile h2 + p,
.technical-sheet-tile h3 + ul,
.technical-sheet-tile h3 + ol,
.technical-sheet-tile h3 + p,
.technical-sheet-tile h4 + ul,
.technical-sheet-tile h4 + ol,
.technical-sheet-tile h4 + p,
.technical-sheet-tile h5 + ul,
.technical-sheet-tile h5 + ol,
.technical-sheet-tile h5 + p,
.technical-sheet-tile h6 + ul,
.technical-sheet-tile h6 + ol,
.technical-sheet-tile h6 + p,
.standard-tile-image h1 + ul,
.standard-tile-image h1 + ol,
.standard-tile-image h1 + p,
.standard-tile-image h2 + ul,
.standard-tile-image h2 + ol,
.standard-tile-image h2 + p,
.standard-tile-image h3 + ul,
.standard-tile-image h3 + ol,
.standard-tile-image h3 + p,
.standard-tile-image h4 + ul,
.standard-tile-image h4 + ol,
.standard-tile-image h4 + p,
.standard-tile-image h5 + ul,
.standard-tile-image h5 + ol,
.standard-tile-image h5 + p,
.standard-tile-image h6 + ul,
.standard-tile-image h6 + ol,
.standard-tile-image h6 + p,
.live-network-status__layout h1 + ul,
.live-network-status__layout h1 + ol,
.live-network-status__layout h1 + p,
.live-network-status__layout h2 + ul,
.live-network-status__layout h2 + ol,
.live-network-status__layout h2 + p,
.live-network-status__layout h3 + ul,
.live-network-status__layout h3 + ol,
.live-network-status__layout h3 + p,
.live-network-status__layout h4 + ul,
.live-network-status__layout h4 + ol,
.live-network-status__layout h4 + p,
.live-network-status__layout h5 + ul,
.live-network-status__layout h5 + ol,
.live-network-status__layout h5 + p,
.live-network-status__layout h6 + ul,
.live-network-status__layout h6 + ol,
.live-network-status__layout h6 + p {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .paragraph--type--wysiwyg h1 + ul, .paragraph--type--wysiwyg h1 + ol, .paragraph--type--wysiwyg h1 + p, .paragraph--type--wysiwyg h2 + ul, .paragraph--type--wysiwyg h2 + ol, .paragraph--type--wysiwyg h2 + p, .paragraph--type--wysiwyg h3 + ul, .paragraph--type--wysiwyg h3 + ol, .paragraph--type--wysiwyg h3 + p, .paragraph--type--wysiwyg h4 + ul, .paragraph--type--wysiwyg h4 + ol, .paragraph--type--wysiwyg h4 + p, .paragraph--type--wysiwyg h5 + ul, .paragraph--type--wysiwyg h5 + ol, .paragraph--type--wysiwyg h5 + p, .paragraph--type--wysiwyg h6 + ul, .paragraph--type--wysiwyg h6 + ol, .paragraph--type--wysiwyg h6 + p,
  .cke_editable h1 + ul,
  .cke_editable h1 + ol,
  .cke_editable h1 + p,
  .cke_editable h2 + ul,
  .cke_editable h2 + ol,
  .cke_editable h2 + p,
  .cke_editable h3 + ul,
  .cke_editable h3 + ol,
  .cke_editable h3 + p,
  .cke_editable h4 + ul,
  .cke_editable h4 + ol,
  .cke_editable h4 + p,
  .cke_editable h5 + ul,
  .cke_editable h5 + ol,
  .cke_editable h5 + p,
  .cke_editable h6 + ul,
  .cke_editable h6 + ol,
  .cke_editable h6 + p,
  .tile-faq .reveal h1 + ul,
  .tile-faq .reveal h1 + ol,
  .tile-faq .reveal h1 + p,
  .tile-faq .reveal h2 + ul,
  .tile-faq .reveal h2 + ol,
  .tile-faq .reveal h2 + p,
  .tile-faq .reveal h3 + ul,
  .tile-faq .reveal h3 + ol,
  .tile-faq .reveal h3 + p,
  .tile-faq .reveal h4 + ul,
  .tile-faq .reveal h4 + ol,
  .tile-faq .reveal h4 + p,
  .tile-faq .reveal h5 + ul,
  .tile-faq .reveal h5 + ol,
  .tile-faq .reveal h5 + p,
  .tile-faq .reveal h6 + ul,
  .tile-faq .reveal h6 + ol,
  .tile-faq .reveal h6 + p,
  .answer h1 + ul,
  .answer h1 + ol,
  .answer h1 + p,
  .answer h2 + ul,
  .answer h2 + ol,
  .answer h2 + p,
  .answer h3 + ul,
  .answer h3 + ol,
  .answer h3 + p,
  .answer h4 + ul,
  .answer h4 + ol,
  .answer h4 + p,
  .answer h5 + ul,
  .answer h5 + ol,
  .answer h5 + p,
  .answer h6 + ul,
  .answer h6 + ol,
  .answer h6 + p,
  .technical-sheet-tile h1 + ul,
  .technical-sheet-tile h1 + ol,
  .technical-sheet-tile h1 + p,
  .technical-sheet-tile h2 + ul,
  .technical-sheet-tile h2 + ol,
  .technical-sheet-tile h2 + p,
  .technical-sheet-tile h3 + ul,
  .technical-sheet-tile h3 + ol,
  .technical-sheet-tile h3 + p,
  .technical-sheet-tile h4 + ul,
  .technical-sheet-tile h4 + ol,
  .technical-sheet-tile h4 + p,
  .technical-sheet-tile h5 + ul,
  .technical-sheet-tile h5 + ol,
  .technical-sheet-tile h5 + p,
  .technical-sheet-tile h6 + ul,
  .technical-sheet-tile h6 + ol,
  .technical-sheet-tile h6 + p,
  .standard-tile-image h1 + ul,
  .standard-tile-image h1 + ol,
  .standard-tile-image h1 + p,
  .standard-tile-image h2 + ul,
  .standard-tile-image h2 + ol,
  .standard-tile-image h2 + p,
  .standard-tile-image h3 + ul,
  .standard-tile-image h3 + ol,
  .standard-tile-image h3 + p,
  .standard-tile-image h4 + ul,
  .standard-tile-image h4 + ol,
  .standard-tile-image h4 + p,
  .standard-tile-image h5 + ul,
  .standard-tile-image h5 + ol,
  .standard-tile-image h5 + p,
  .standard-tile-image h6 + ul,
  .standard-tile-image h6 + ol,
  .standard-tile-image h6 + p,
  .live-network-status__layout h1 + ul,
  .live-network-status__layout h1 + ol,
  .live-network-status__layout h1 + p,
  .live-network-status__layout h2 + ul,
  .live-network-status__layout h2 + ol,
  .live-network-status__layout h2 + p,
  .live-network-status__layout h3 + ul,
  .live-network-status__layout h3 + ol,
  .live-network-status__layout h3 + p,
  .live-network-status__layout h4 + ul,
  .live-network-status__layout h4 + ol,
  .live-network-status__layout h4 + p,
  .live-network-status__layout h5 + ul,
  .live-network-status__layout h5 + ol,
  .live-network-status__layout h5 + p,
  .live-network-status__layout h6 + ul,
  .live-network-status__layout h6 + ol,
  .live-network-status__layout h6 + p {
    margin-top: 24px;
  }
}
.paragraph--type--wysiwyg h1, .paragraph--type--wysiwyg h3, .paragraph--type--wysiwyg h4, .paragraph--type--wysiwyg h5, .paragraph--type--wysiwyg h6,
.cke_editable h1,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.tile-faq .reveal h1,
.tile-faq .reveal h3,
.tile-faq .reveal h4,
.tile-faq .reveal h5,
.tile-faq .reveal h6,
.answer h1,
.answer h3,
.answer h4,
.answer h5,
.answer h6,
.technical-sheet-tile h1,
.technical-sheet-tile h3,
.technical-sheet-tile h4,
.technical-sheet-tile h5,
.technical-sheet-tile h6,
.standard-tile-image h1,
.standard-tile-image h3,
.standard-tile-image h4,
.standard-tile-image h5,
.standard-tile-image h6,
.live-network-status__layout h1,
.live-network-status__layout h3,
.live-network-status__layout h4,
.live-network-status__layout h5,
.live-network-status__layout h6 {
  color: #034638;
  font-family: gilroy, Helvetica, Arial, sans-serif;
}
.paragraph--type--wysiwyg h1,
.cke_editable h1,
.tile-faq .reveal h1,
.answer h1,
.technical-sheet-tile h1,
.standard-tile-image h1,
.live-network-status__layout h1 {
  font-size: 56px;
}
.paragraph--type--wysiwyg h2,
.cke_editable h2,
.tile-faq .reveal h2,
.answer h2,
.technical-sheet-tile h2,
.standard-tile-image h2,
.live-network-status__layout h2 {
  color: #72A300;
  font-size: 40px;
}
.paragraph--type--wysiwyg h3,
.cke_editable h3,
.tile-faq .reveal h3,
.answer h3,
.technical-sheet-tile h3,
.standard-tile-image h3,
.live-network-status__layout h3 {
  font-size: 32px;
}
.paragraph--type--wysiwyg h4,
.cke_editable h4,
.tile-faq .reveal h4,
.answer h4,
.technical-sheet-tile h4,
.standard-tile-image h4,
.live-network-status__layout h4 {
  font-size: 24px;
}
.paragraph--type--wysiwyg h5,
.cke_editable h5,
.tile-faq .reveal h5,
.answer h5,
.technical-sheet-tile h5,
.standard-tile-image h5,
.live-network-status__layout h5 {
  font-size: 18px;
}
.paragraph--type--wysiwyg h6,
.cke_editable h6,
.tile-faq .reveal h6,
.answer h6,
.technical-sheet-tile h6,
.standard-tile-image h6,
.live-network-status__layout h6 {
  font-size: 16px;
}
.paragraph--type--wysiwyg pre,
.cke_editable pre,
.tile-faq .reveal pre,
.answer pre,
.technical-sheet-tile pre,
.standard-tile-image pre,
.live-network-status__layout pre {
  font-size: 14px;
}
.paragraph--type--wysiwyg hr,
.cke_editable hr,
.tile-faq .reveal hr,
.answer hr,
.technical-sheet-tile hr,
.standard-tile-image hr,
.live-network-status__layout hr {
  border: 0;
  background-color: #F1F4F5;
  height: 2px;
  margin: 0 0 32px;
}
@media (max-width: 769px) {
  .paragraph--type--wysiwyg hr,
  .cke_editable hr,
  .tile-faq .reveal hr,
  .answer hr,
  .technical-sheet-tile hr,
  .standard-tile-image hr,
  .live-network-status__layout hr {
    padding: 43px;
  }
}
@media screen and (max-width: 600px) {
  .paragraph--type--wysiwyg h1,
  .cke_editable h1,
  .tile-faq .reveal h1,
  .answer h1,
  .technical-sheet-tile h1,
  .standard-tile-image h1,
  .live-network-status__layout h1 {
    font-size: 42px;
  }
  .paragraph--type--wysiwyg h2,
  .cke_editable h2,
  .tile-faq .reveal h2,
  .answer h2,
  .technical-sheet-tile h2,
  .standard-tile-image h2,
  .live-network-status__layout h2 {
    font-size: 34px;
  }
  .paragraph--type--wysiwyg h3,
  .cke_editable h3,
  .tile-faq .reveal h3,
  .answer h3,
  .technical-sheet-tile h3,
  .standard-tile-image h3,
  .live-network-status__layout h3 {
    font-size: 28px;
  }
  .paragraph--type--wysiwyg h4,
  .cke_editable h4,
  .tile-faq .reveal h4,
  .answer h4,
  .technical-sheet-tile h4,
  .standard-tile-image h4,
  .live-network-status__layout h4 {
    font-size: 24px;
  }
  .paragraph--type--wysiwyg h5,
  .cke_editable h5,
  .tile-faq .reveal h5,
  .answer h5,
  .technical-sheet-tile h5,
  .standard-tile-image h5,
  .live-network-status__layout h5 {
    font-size: 20px;
  }
  .paragraph--type--wysiwyg h6,
  .cke_editable h6,
  .tile-faq .reveal h6,
  .answer h6,
  .technical-sheet-tile h6,
  .standard-tile-image h6,
  .live-network-status__layout h6 {
    font-size: 16px;
  }
}
.paragraph--type--wysiwyg p,
.cke_editable p,
.tile-faq .reveal p,
.answer p,
.technical-sheet-tile p,
.standard-tile-image p,
.live-network-status__layout p {
  font-family: "Roboto", sans-serif;
  line-height: 1.7777778;
}
.paragraph--type--wysiwyg p + p,
.cke_editable p + p,
.tile-faq .reveal p + p,
.answer p + p,
.technical-sheet-tile p + p,
.standard-tile-image p + p,
.live-network-status__layout p + p {
  margin-top: 30px;
}
.paragraph--type--wysiwyg p.hook-text,
.cke_editable p.hook-text,
.tile-faq .reveal p.hook-text,
.answer p.hook-text,
.technical-sheet-tile p.hook-text,
.standard-tile-image p.hook-text,
.live-network-status__layout p.hook-text {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.524;
}
.paragraph--type--wysiwyg ul,
.paragraph--type--wysiwyg ol,
.cke_editable ul,
.cke_editable ol,
.tile-faq .reveal ul,
.tile-faq .reveal ol,
.answer ul,
.answer ol,
.technical-sheet-tile ul,
.technical-sheet-tile ol,
.standard-tile-image ul,
.standard-tile-image ol,
.live-network-status__layout ul,
.live-network-status__layout ol {
  list-style-type: none;
  margin: 32px 0;
  padding: 0;
  font-family: Roboto;
}
.paragraph--type--wysiwyg ul:last-child,
.paragraph--type--wysiwyg ol:last-child,
.cke_editable ul:last-child,
.cke_editable ol:last-child,
.tile-faq .reveal ul:last-child,
.tile-faq .reveal ol:last-child,
.answer ul:last-child,
.answer ol:last-child,
.technical-sheet-tile ul:last-child,
.technical-sheet-tile ol:last-child,
.standard-tile-image ul:last-child,
.standard-tile-image ol:last-child,
.live-network-status__layout ul:last-child,
.live-network-status__layout ol:last-child {
  margin-bottom: 0;
}
.paragraph--type--wysiwyg ul li,
.paragraph--type--wysiwyg ol li,
.cke_editable ul li,
.cke_editable ol li,
.tile-faq .reveal ul li,
.tile-faq .reveal ol li,
.answer ul li,
.answer ol li,
.technical-sheet-tile ul li,
.technical-sheet-tile ol li,
.standard-tile-image ul li,
.standard-tile-image ol li,
.live-network-status__layout ul li,
.live-network-status__layout ol li {
  line-height: 1.7777777778;
  padding-left: 20px;
  position: relative;
}
.paragraph--type--wysiwyg ul li:not(:last-child),
.paragraph--type--wysiwyg ol li:not(:last-child),
.cke_editable ul li:not(:last-child),
.cke_editable ol li:not(:last-child),
.tile-faq .reveal ul li:not(:last-child),
.tile-faq .reveal ol li:not(:last-child),
.answer ul li:not(:last-child),
.answer ol li:not(:last-child),
.technical-sheet-tile ul li:not(:last-child),
.technical-sheet-tile ol li:not(:last-child),
.standard-tile-image ul li:not(:last-child),
.standard-tile-image ol li:not(:last-child),
.live-network-status__layout ul li:not(:last-child),
.live-network-status__layout ol li:not(:last-child) {
  margin-bottom: 8px;
}
.paragraph--type--wysiwyg ol li:before,
.cke_editable ol li:before,
.tile-faq .reveal ol li:before,
.answer ol li:before,
.technical-sheet-tile ol li:before,
.standard-tile-image ol li:before,
.live-network-status__layout ol li:before {
  font-weight: bold;
}
.paragraph--type--wysiwyg ul li::before,
.cke_editable ul li::before,
.tile-faq .reveal ul li::before,
.answer ul li::before,
.technical-sheet-tile ul li::before,
.standard-tile-image ul li::before,
.live-network-status__layout ul li::before {
  color: #72A300;
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}
@supports (content: "x"/"y") {
  .paragraph--type--wysiwyg ul li::before,
  .cke_editable ul li::before,
  .tile-faq .reveal ul li::before,
  .answer ul li::before,
  .technical-sheet-tile ul li::before,
  .standard-tile-image ul li::before,
  .live-network-status__layout ul li::before {
    content: "—"/" ";
  }
}
@supports not (content: "x"/"y") {
  .paragraph--type--wysiwyg ul li::before,
  .cke_editable ul li::before,
  .tile-faq .reveal ul li::before,
  .answer ul li::before,
  .technical-sheet-tile ul li::before,
  .standard-tile-image ul li::before,
  .live-network-status__layout ul li::before {
    content: "—";
    alt: " ";
  }
}
.paragraph--type--wysiwyg ul.list-limeade-sep,
.cke_editable ul.list-limeade-sep,
.tile-faq .reveal ul.list-limeade-sep,
.answer ul.list-limeade-sep,
.technical-sheet-tile ul.list-limeade-sep,
.standard-tile-image ul.list-limeade-sep,
.live-network-status__layout ul.list-limeade-sep {
  list-style: none;
}
.paragraph--type--wysiwyg ul.list-limeade-sep:first-child,
.cke_editable ul.list-limeade-sep:first-child,
.tile-faq .reveal ul.list-limeade-sep:first-child,
.answer ul.list-limeade-sep:first-child,
.technical-sheet-tile ul.list-limeade-sep:first-child,
.standard-tile-image ul.list-limeade-sep:first-child,
.live-network-status__layout ul.list-limeade-sep:first-child {
  margin-top: 0;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li,
.cke_editable ul.list-limeade-sep li,
.tile-faq .reveal ul.list-limeade-sep li,
.answer ul.list-limeade-sep li,
.technical-sheet-tile ul.list-limeade-sep li,
.standard-tile-image ul.list-limeade-sep li,
.live-network-status__layout ul.list-limeade-sep li {
  border-bottom: 1px solid #72A300;
  padding: 4px 0 12px;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li:not(:last-child),
.cke_editable ul.list-limeade-sep li:not(:last-child),
.tile-faq .reveal ul.list-limeade-sep li:not(:last-child),
.answer ul.list-limeade-sep li:not(:last-child),
.technical-sheet-tile ul.list-limeade-sep li:not(:last-child),
.standard-tile-image ul.list-limeade-sep li:not(:last-child),
.live-network-status__layout ul.list-limeade-sep li:not(:last-child) {
  margin-bottom: 8px;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li::before,
.cke_editable ul.list-limeade-sep li::before,
.tile-faq .reveal ul.list-limeade-sep li::before,
.answer ul.list-limeade-sep li::before,
.technical-sheet-tile ul.list-limeade-sep li::before,
.standard-tile-image ul.list-limeade-sep li::before,
.live-network-status__layout ul.list-limeade-sep li::before {
  content: none;
  padding-top: 4px;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li a,
.cke_editable ul.list-limeade-sep li a,
.tile-faq .reveal ul.list-limeade-sep li a,
.answer ul.list-limeade-sep li a,
.technical-sheet-tile ul.list-limeade-sep li a,
.standard-tile-image ul.list-limeade-sep li a,
.live-network-status__layout ul.list-limeade-sep li a {
  color: #034638;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-right: 34px;
  position: relative;
  text-decoration: none;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li a::after,
.cke_editable ul.list-limeade-sep li a::after,
.tile-faq .reveal ul.list-limeade-sep li a::after,
.answer ul.list-limeade-sep li a::after,
.technical-sheet-tile ul.list-limeade-sep li a::after,
.standard-tile-image ul.list-limeade-sep li a::after,
.live-network-status__layout ul.list-limeade-sep li a::after {
  color: #72A300;
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
  bottom: 2px;
}
.paragraph--type--wysiwyg ul.list-limeade-sep li a:hover,
.cke_editable ul.list-limeade-sep li a:hover,
.tile-faq .reveal ul.list-limeade-sep li a:hover,
.answer ul.list-limeade-sep li a:hover,
.technical-sheet-tile ul.list-limeade-sep li a:hover,
.standard-tile-image ul.list-limeade-sep li a:hover,
.live-network-status__layout ul.list-limeade-sep li a:hover {
  color: #72A300;
}
.paragraph--type--wysiwyg ul.list-gray-sep,
.cke_editable ul.list-gray-sep,
.tile-faq .reveal ul.list-gray-sep,
.answer ul.list-gray-sep,
.technical-sheet-tile ul.list-gray-sep,
.standard-tile-image ul.list-gray-sep,
.live-network-status__layout ul.list-gray-sep {
  list-style: none;
}
.paragraph--type--wysiwyg ul.list-gray-sep li,
.cke_editable ul.list-gray-sep li,
.tile-faq .reveal ul.list-gray-sep li,
.answer ul.list-gray-sep li,
.technical-sheet-tile ul.list-gray-sep li,
.standard-tile-image ul.list-gray-sep li,
.live-network-status__layout ul.list-gray-sep li {
  border-bottom: 1px solid #F1F4F5;
  padding: 8px 0;
}
.paragraph--type--wysiwyg ul.list-gray-sep li::before,
.cke_editable ul.list-gray-sep li::before,
.tile-faq .reveal ul.list-gray-sep li::before,
.answer ul.list-gray-sep li::before,
.technical-sheet-tile ul.list-gray-sep li::before,
.standard-tile-image ul.list-gray-sep li::before,
.live-network-status__layout ul.list-gray-sep li::before {
  content: none;
}
.paragraph--type--wysiwyg ul.list-gray-sep li:last-child,
.cke_editable ul.list-gray-sep li:last-child,
.tile-faq .reveal ul.list-gray-sep li:last-child,
.answer ul.list-gray-sep li:last-child,
.technical-sheet-tile ul.list-gray-sep li:last-child,
.standard-tile-image ul.list-gray-sep li:last-child,
.live-network-status__layout ul.list-gray-sep li:last-child {
  border: 0;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet,
.cke_editable ul.list-with-icon-bullet,
.tile-faq .reveal ul.list-with-icon-bullet,
.answer ul.list-with-icon-bullet,
.technical-sheet-tile ul.list-with-icon-bullet,
.standard-tile-image ul.list-with-icon-bullet,
.live-network-status__layout ul.list-with-icon-bullet {
  list-style: none;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet:first-child,
.cke_editable ul.list-with-icon-bullet:first-child,
.tile-faq .reveal ul.list-with-icon-bullet:first-child,
.answer ul.list-with-icon-bullet:first-child,
.technical-sheet-tile ul.list-with-icon-bullet:first-child,
.standard-tile-image ul.list-with-icon-bullet:first-child,
.live-network-status__layout ul.list-with-icon-bullet:first-child {
  margin-top: 0;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.cke_editable ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.tile-faq .reveal ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.answer ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.technical-sheet-tile ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.standard-tile-image ul.list-with-icon-bullet.icons-access-stations li:not(:last-child),
.live-network-status__layout ul.list-with-icon-bullet.icons-access-stations li:not(:last-child) {
  margin-bottom: 10px;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li,
.cke_editable ul.list-with-icon-bullet li,
.tile-faq .reveal ul.list-with-icon-bullet li,
.answer ul.list-with-icon-bullet li,
.technical-sheet-tile ul.list-with-icon-bullet li,
.standard-tile-image ul.list-with-icon-bullet li,
.live-network-status__layout ul.list-with-icon-bullet li {
  line-height: 30px;
  position: relative;
  padding-left: 45px;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li:not(:last-child),
.cke_editable ul.list-with-icon-bullet li:not(:last-child),
.tile-faq .reveal ul.list-with-icon-bullet li:not(:last-child),
.answer ul.list-with-icon-bullet li:not(:last-child),
.technical-sheet-tile ul.list-with-icon-bullet li:not(:last-child),
.standard-tile-image ul.list-with-icon-bullet li:not(:last-child),
.live-network-status__layout ul.list-with-icon-bullet li:not(:last-child) {
  margin-bottom: 16px;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li::before,
.cke_editable ul.list-with-icon-bullet li::before,
.tile-faq .reveal ul.list-with-icon-bullet li::before,
.answer ul.list-with-icon-bullet li::before,
.technical-sheet-tile ul.list-with-icon-bullet li::before,
.standard-tile-image ul.list-with-icon-bullet li::before,
.live-network-status__layout ul.list-with-icon-bullet li::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 30px;
  width: 30px;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #72A300;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.sherwood-icon::before,
.cke_editable ul.list-with-icon-bullet li.sherwood-icon::before,
.tile-faq .reveal ul.list-with-icon-bullet li.sherwood-icon::before,
.answer ul.list-with-icon-bullet li.sherwood-icon::before,
.technical-sheet-tile ul.list-with-icon-bullet li.sherwood-icon::before,
.standard-tile-image ul.list-with-icon-bullet li.sherwood-icon::before,
.live-network-status__layout ul.list-with-icon-bullet li.sherwood-icon::before {
  background-color: #034638;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li[class^=list-icon-]::before, .paragraph--type--wysiwyg ul.list-with-icon-bullet li[class^=liste-icone-]::before, .paragraph--type--wysiwyg ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.cke_editable ul.list-with-icon-bullet li[class^=list-icon-]::before,
.cke_editable ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.cke_editable ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.tile-faq .reveal ul.list-with-icon-bullet li[class^=list-icon-]::before,
.tile-faq .reveal ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.tile-faq .reveal ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.answer ul.list-with-icon-bullet li[class^=list-icon-]::before,
.answer ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.answer ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.technical-sheet-tile ul.list-with-icon-bullet li[class^=list-icon-]::before,
.technical-sheet-tile ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.technical-sheet-tile ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.standard-tile-image ul.list-with-icon-bullet li[class^=list-icon-]::before,
.standard-tile-image ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.standard-tile-image ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before,
.live-network-status__layout ul.list-with-icon-bullet li[class^=list-icon-]::before,
.live-network-status__layout ul.list-with-icon-bullet li[class^=liste-icone-]::before,
.live-network-status__layout ul.list-with-icon-bullet li[class^=list-fiche_icones_]::before {
  background-color: transparent;
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.answer ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-accessible-car::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-accessible-car::before {
  background-image: url(../images/svg/icon/accessible-car.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-car::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-car::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-car::before,
.answer ul.list-with-icon-bullet li.list-icon-car::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-car::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-car::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-car::before {
  background-image: url(../images/svg/signaletique/Voiture.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-bus::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-bus::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-bus::before,
.answer ul.list-with-icon-bullet li.list-icon-bus::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-bus::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-bus::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-bus::before {
  background-image: url(../images/svg/signaletique/banque_picto_transportcollectif.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-train::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-train::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-train::before,
.answer ul.list-with-icon-bullet li.list-icon-train::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-train::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-train::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-train::before {
  background-image: url(../images/svg/icon/train.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.answer ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-pedestrian::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-pedestrian::before {
  background-image: url(../images/svg/signaletique/Pietons.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-heat::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-heat::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-heat::before,
.answer ul.list-with-icon-bullet li.list-icon-heat::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-heat::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-heat::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-heat::before {
  background-image: url(../images/svg/icon/Chauffage_Clim.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-wifi::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-wifi::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-wifi::before,
.answer ul.list-with-icon-bullet li.list-icon-wifi::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-wifi::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-wifi::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-wifi::before {
  background-image: url(../images/svg/icon/wifi.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-email::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-email::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-email::before,
.answer ul.list-with-icon-bullet li.list-icon-email::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-email::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-email::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-email::before {
  background-image: url(../images/svg/icon/enveloppe-64.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-phone::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-phone::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-phone::before,
.answer ul.list-with-icon-bullet li.list-icon-phone::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-phone::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-phone::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-phone::before {
  background-image: url(../images/svg/icon/telephone-24.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-phone-black::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-phone-black::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-phone-black::before,
.answer ul.list-with-icon-bullet li.list-icon-phone-black::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-phone-black::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-phone-black::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-phone-black::before {
  background-image: url(../images/svg/icon/telephone-black.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-toilet::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-toilet::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-toilet::before,
.answer ul.list-with-icon-bullet li.list-icon-toilet::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-toilet::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-toilet::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-toilet::before {
  background-image: url(../images/svg/signaletique/Toilettes.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-bicycle::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-bicycle::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-bicycle::before,
.answer ul.list-with-icon-bullet li.list-icon-bicycle::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-bicycle::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-bicycle::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-bicycle::before {
  background-image: url(../images/svg/icon/support-velo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.answer ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-bicycle-parking::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-bicycle-parking::before {
  background-image: url(../images/svg/signaletique/StationnementVelo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-parking::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-parking::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-parking::before,
.answer ul.list-with-icon-bullet li.list-icon-parking::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-parking::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-parking::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-parking::before {
  background-image: url(../images/svg/signaletique/StationnementGratuit.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.answer ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-wheelchair::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-wheelchair::before {
  background-image: url(../images/svg/icon/accessibilite.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.answer ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-adapted-transport::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-adapted-transport::before {
  background-image: url(../images/svg/signaletique/banque_picto_transportadapte.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-elevator::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-elevator::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-elevator::before,
.answer ul.list-with-icon-bullet li.list-icon-elevator::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-elevator::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-elevator::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-elevator::before {
  background-image: url(../images/svg/signaletique/Ascenceurs.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-machine::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-machine::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-machine::before,
.answer ul.list-with-icon-bullet li.list-icon-machine::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-machine::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-machine::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-machine::before {
  background-image: url(../images/svg/signaletique/DistributriceBillet.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-tickets::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-tickets::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-tickets::before,
.answer ul.list-with-icon-bullet li.list-icon-tickets::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-tickets::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-tickets::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-tickets::before {
  background-image: url(../images/svg/icon/telephone-24.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-bag::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-bag::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-bag::before,
.answer ul.list-with-icon-bullet li.list-icon-bag::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-bag::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-bag::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-bag::before {
  background-image: url(../images/svg/icon/telephone-24.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li,
.cke_editable ul.list-with-icon-bullet li,
.tile-faq .reveal ul.list-with-icon-bullet li,
.answer ul.list-with-icon-bullet li,
.technical-sheet-tile ul.list-with-icon-bullet li,
.standard-tile-image ul.list-with-icon-bullet li,
.live-network-status__layout ul.list-with-icon-bullet li {
  /* services icons */
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.answer ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-ascenceurs::before {
  background-image: url(../images/svg/services/banque_picto_ascenceurs.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.answer ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-billeterie_metropolitaine::before {
  background-image: url(../images/svg/services/banque_picto_billeterie_metropolitaine.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.answer ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-distributrice_titres::before {
  background-image: url(../images/svg/services/banque_picto_distributrice_titres.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.answer ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-local_commercial::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-local_commercial::before {
  background-image: url(../images/svg/services/banque_picto_local_commercial.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.answer ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-stationnement_covoiturage::before {
  background-image: url(../images/svg/services/banque_picto_stationnement_covoiturage.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.answer ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-stationnement_electrique::before {
  background-image: url(../images/svg/services/banque_picto_stationnement_electrique.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.answer ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-support_velo::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-support_velo::before {
  background-image: url(../images/svg/services/banque_picto_support_velo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.answer ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-terminus_bus::before {
  background-image: url(../images/svg/services/banque_picto_terminus_bus.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.answer ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-toilettes::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-toilettes::before {
  background-image: url(../images/svg/services/banque_picto_toilettes.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.answer ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-escalier_mecanique::before {
  background-image: url(../images/svg/services/banque_picto_escalier_mecanique.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.cke_editable ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.answer ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.standard-tile-image ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-icon-service-stationnement_autopartage::before {
  background-image: url(../images/svg/services/list-icon-service-stationnement_covoiturage.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_arret_bus::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Arret_Bus.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_debarcadere_transport_adapte::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Debarcadere_Transport_Adapte.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_depose_minute::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Depose_Minute.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_ligne_a_rem::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Ligne_A_REM.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_metro::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_metro::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Metro.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_passage_pietons::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Passage_Pietons.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_piste_cyclable::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Piste_Cyclable.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_point_entree::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Point_Entree.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_reseau_souterrain::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Reseau_Souterrain.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_souterrain::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_souterrain.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_station_batiment::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Station_Batiment.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_station_rem::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Station_REM.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_station_souterraine_rem::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Station_Souterraine_REM.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_stationnement_adapte::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Stationnement_Adapte.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_stationnement_gratuit::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Stationnement_Gratuit.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_stationnement_payant::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Stationnement_Payant.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_support_velo::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Support_Velo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_taxi::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_taxi::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_taxi.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_terminus_bus::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_Terminus_Bus.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.cke_editable ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.tile-faq .reveal ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.answer ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.technical-sheet-tile ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.standard-tile-image ul.list-with-icon-bullet li.list-fiche_icones_train::before,
.live-network-status__layout ul.list-with-icon-bullet li.list-fiche_icones_train::before {
  background-image: url(../images/svg/fiche_icones/Fiche_icones_train.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.answer ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-bus-stm::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-bus-stm::before {
  background-image: url(../images/svg/services/icone-bus-stm.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.answer ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-bus-stm747::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-bus-stm747::before {
  background-image: url(../images/svg/services/icone-bus-stm747.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.answer ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-directionnel-fleche::before {
  background-image: url(../images/svg/services/icone-directionnel-fleche.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-exo::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-exo::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-exo::before,
.answer ul.list-with-icon-bullet li.liste-icone-exo::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-exo::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-exo::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-exo::before {
  background-image: url(../images/svg/services/icone-exo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-metro::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-metro::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-metro::before,
.answer ul.list-with-icon-bullet li.liste-icone-metro::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-metro::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-metro::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-metro::before {
  background-image: url(../images/svg/services/icone-metro.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.answer ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-metro-ligne-2-orange::before {
  background-image: url(../images/svg/services/icone-metro_ligne-2-orange.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-rem::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-rem::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-rem::before,
.answer ul.list-with-icon-bullet li.liste-icone-rem::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-rem::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-rem::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-rem::before {
  background-image: url(../images/svg/services/icone-REM.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.answer ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-rem-information::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-rem-information::before {
  background-image: url(../images/svg/services/icone-REM-information.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.answer ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-rem-plan-releve::before {
  background-image: url(../images/svg/services/icone-REM-plan-releve.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-rtl::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-rtl::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-rtl::before,
.answer ul.list-with-icon-bullet li.liste-icone-rtl::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-rtl::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-rtl::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-rtl::before {
  background-image: url(../images/svg/services/icone-rtl.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.answer ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-sortie-portea::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-sortie-portea::before {
  background-image: url(../images/svg/services/icone-sortie-porteA.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.answer ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-sortie-porteb::before {
  background-image: url(../images/svg/services/icone-sortie-porteB.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.answer ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-sortie-portec::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-sortie-portec::before {
  background-image: url(../images/svg/services/icone-sortie-porteC.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-ta::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-ta::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-ta::before,
.answer ul.list-with-icon-bullet li.liste-icone-ta::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-ta::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-ta::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-ta::before {
  background-image: url(../images/svg/services/icone-TA.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.answer ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-trains-ligne-13-mont-saint-hilaire::before {
  background-image: url(../images/svg/services/icone-trains_ligne-13-Mont-Saint-Hilaire.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-velo::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-velo::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-velo::before,
.answer ul.list-with-icon-bullet li.liste-icone-velo::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-velo::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-velo::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-velo::before {
  background-image: url(../images/svg/services/icone-velo.svg);
}
.paragraph--type--wysiwyg ul.list-with-icon-bullet li.liste-icone-voiture::before,
.cke_editable ul.list-with-icon-bullet li.liste-icone-voiture::before,
.tile-faq .reveal ul.list-with-icon-bullet li.liste-icone-voiture::before,
.answer ul.list-with-icon-bullet li.liste-icone-voiture::before,
.technical-sheet-tile ul.list-with-icon-bullet li.liste-icone-voiture::before,
.standard-tile-image ul.list-with-icon-bullet li.liste-icone-voiture::before,
.live-network-status__layout ul.list-with-icon-bullet li.liste-icone-voiture::before {
  background-image: url(../images/svg/services/icone-voiture.svg);
}
.paragraph--type--wysiwyg ol,
.cke_editable ol,
.tile-faq .reveal ol,
.answer ol,
.technical-sheet-tile ol,
.standard-tile-image ol,
.live-network-status__layout ol {
  counter-reset: ol-counter;
}
.paragraph--type--wysiwyg ol li,
.cke_editable ol li,
.tile-faq .reveal ol li,
.answer ol li,
.technical-sheet-tile ol li,
.standard-tile-image ol li,
.live-network-status__layout ol li {
  padding-left: 20px;
  position: relative;
}
.paragraph--type--wysiwyg ol li::before,
.cke_editable ol li::before,
.tile-faq .reveal ol li::before,
.answer ol li::before,
.technical-sheet-tile ol li::before,
.standard-tile-image ol li::before,
.live-network-status__layout ol li::before {
  color: #034638;
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: -14px;
}
.paragraph--type--wysiwyg p.boite-grise,
.paragraph--type--wysiwyg div.boite-grise,
.cke_editable p.boite-grise,
.cke_editable div.boite-grise,
.tile-faq .reveal p.boite-grise,
.tile-faq .reveal div.boite-grise,
.answer p.boite-grise,
.answer div.boite-grise,
.technical-sheet-tile p.boite-grise,
.technical-sheet-tile div.boite-grise,
.standard-tile-image p.boite-grise,
.standard-tile-image div.boite-grise,
.live-network-status__layout p.boite-grise,
.live-network-status__layout div.boite-grise {
  background-color: #F1F4F5;
  padding: 24px;
}
.paragraph--type--wysiwyg div.boite-grise,
.cke_editable div.boite-grise,
.tile-faq .reveal div.boite-grise,
.answer div.boite-grise,
.technical-sheet-tile div.boite-grise,
.standard-tile-image div.boite-grise,
.live-network-status__layout div.boite-grise {
  padding: 48px;
}
@media (max-width: 769px) {
  .paragraph--type--wysiwyg div.boite-grise,
  .cke_editable div.boite-grise,
  .tile-faq .reveal div.boite-grise,
  .answer div.boite-grise,
  .technical-sheet-tile div.boite-grise,
  .standard-tile-image div.boite-grise,
  .live-network-status__layout div.boite-grise {
    padding: 32px;
  }
}

.technical-sheet-tile p {
  font: normal normal normal 18px/24px Roboto;
}
.technical-sheet-tile p + * {
  margin-top: 40px;
}
.technical-sheet-tile p + .thumb--button {
  margin-top: 64px;
}
.technical-sheet-tile .list-with-icon-bullet {
  margin-bottom: 0;
  font: normal normal normal 18px/24px Roboto;
}
.technical-sheet-tile .list-with-icon-bullet li:last-child {
  margin-bottom: 0;
}
.technical-sheet-tile .list-with-icon-bullet a {
  text-decoration: none;
}
.technical-sheet-tile .button-box {
  display: flex;
  width: fit-content;
  align-items: center;
}
.technical-sheet-tile .button-box img {
  margin-right: 12px;
}

.body-style--xl {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.524;
}
.body-style--xl-semibold-green {
  color: #72A300;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.524;
}
.body-style--l-body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.16666;
}
.body-style--m-body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.body-style--s-body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.714;
}

.table-schedule {
  margin-top: 6px;
}
@media (max-width: 769px) {
  .table-schedule {
    margin-top: 25px;
  }
}
.table-schedule th:nth-last-child(2),
.table-schedule th:last-child {
  text-align: center;
}
@media (max-width: 769px) {
  .table-schedule th {
    font-size: 14px;
    line-height: 16px;
  }
}
.table-schedule tbody td:first-child {
  border-right-color: transparent;
  width: 60px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 769px) {
  .table-schedule tbody td:first-child {
    width: 48px;
  }
}
.table-schedule tbody td:nth-child(2) {
  border-left-color: transparent;
  word-break: break-word;
}
.table-schedule tbody td:nth-last-child(2) {
  width: 20%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 769px) {
  .table-schedule tbody td:nth-last-child(2) {
    width: 52px;
  }
}
.table-schedule tbody td:last-child {
  width: 80px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 769px) {
  .table-schedule tbody td:last-child {
    width: 56px;
  }
}

.two-column-text {
  column-count: 2;
  column-gap: 80px;
  margin-top: 16px;
}
@media (max-width: 769px) {
  .two-column-text {
    column-count: 1;
    column-gap: 0;
  }
}

@media (max-width: 481px) {
  .layout-xs .paragraph--type--slideshow.swiper-container {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.paragraph--type--slideshow-item + .paragraph--type--slideshow-item {
  margin-top: 0;
}

.paragraph--type--slideshow-item {
  display: grid;
  grid-template-columns: 100%;
}
.paragraph--type--slideshow-item img {
  height: auto;
  width: 100%;
  display: block;
}
.paragraph--type--slideshow-item .legend {
  padding: 42px 65px 50px 65px;
  background-color: #F1F4F5;
}
@media (max-width: 481px) {
  .paragraph--type--slideshow-item .legend {
    padding: 16px 40px;
    font-size: 0.75em;
  }
}

.paragraph--type--slideshow {
  max-width: 1280px;
}
.paragraph--type--slideshow .swiper-button-prev,
.paragraph--type--slideshow .swiper-button-next {
  height: 60px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
@media (max-width: 481px) {
  .paragraph--type--slideshow .swiper-button-prev,
  .paragraph--type--slideshow .swiper-button-next {
    height: 30px;
    width: 24px;
  }
}
.paragraph--type--slideshow .swiper-button-prev::before,
.paragraph--type--slideshow .swiper-button-next::before {
  font-family: FontAwesome;
  font-size: 1.5em;
  font-weight: 600;
}
@media (max-width: 481px) {
  .paragraph--type--slideshow .swiper-button-prev::before,
  .paragraph--type--slideshow .swiper-button-next::before {
    font-size: 1em;
  }
}
.paragraph--type--slideshow .swiper-button-prev {
  left: 0;
}
.paragraph--type--slideshow .swiper-button-prev::before {
  content: "\f104";
}
.paragraph--type--slideshow .swiper-button-next {
  right: 0;
}
.paragraph--type--slideshow .swiper-button-next::before {
  content: "\f105";
}
.paragraph--type--slideshow .swiper-counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 16px;
  background: white;
  font-size: 1rem;
  z-index: 2;
}
@media (max-width: 481px) {
  .paragraph--type--slideshow .swiper-counter {
    font-size: 0.85em;
  }
}

.paragraph.paragraph--type--table-tab-list-tables {
  padding-top: 0;
}
.paragraph.paragraph--type--table-tab-list-tables .table-title {
  background: #034638;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.paragraph.paragraph--type--table-tab-list-tables .table-title h3 {
  margin: 0;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab {
  border-bottom: 1px solid #034638;
  margin-bottom: 15px;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab .tab-title {
  padding: 15px 25px;
  color: #034638;
  display: inline-block;
  text-decoration: underline;
  -o-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab .tab-title.active {
  font-weight: bold;
  background: #D8F537;
  text-decoration: none;
}
@media (min-width: 768px) {
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab .tab-title:hover {
    font-weight: bold;
    background: #D8F537;
    text-decoration: none;
  }
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab .tab-title:not(.active) {
  cursor: pointer;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content {
  display: none;
  margin-bottom: 15px;
  flex-direction: row;
  flex-wrap: wrap;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell {
  margin-bottom: 5px;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-title {
  background: #F1F4F5;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content {
  padding: 15px 0;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 8px;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content .info-row {
  align-items: center;
  display: flex;
  width: 100%;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content .info-row--signaletique {
  width: 32px;
  margin-right: 9px;
  flex-shrink: 0;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content .info-row--time {
  font-family: "Roboto", sans-serif;
  margin-left: auto;
  margin-right: 32px;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell .cell-content .info-row--time {
    margin-right: 0;
  }
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50 {
  width: calc(50% - 15px);
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50.left {
  margin-right: 15px;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50.right {
  margin-left: 15px;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50 {
    width: 100%;
    display: inline-block;
  }
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50.left {
    margin-right: 0;
  }
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-50.right {
    margin-left: 0;
  }
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content .cell.cell-100 {
  width: 100%;
}
.paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content.active {
  display: flex;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--table-tab-list-tables .table-tabs-list .tab-content.active {
    display: block;
  }
}
.paragraph.paragraph--type--table-tab-list-tables .table-notification {
  border-top: 1px solid #034638;
  color: #034638;
  padding-top: 17px;
  margin-top: 15px;
}

.paragraph--type--table-schedule-table .table-cols {
  width: 50%;
  display: flex;
  margin-left: auto;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .table-cols {
    width: 100%;
  }
}
.paragraph--type--table-schedule-table .table-cols h5 {
  flex: 1;
  background-color: #F1F4F5;
  padding: 8px 17px 10px;
  font-size: 18px;
}
.paragraph--type--table-schedule-table .table-cols h5:not(:last-child) {
  margin-right: 16px;
}
.paragraph--type--table-schedule-table .table-title {
  background: #034638;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 24px;
}
.paragraph--type--table-schedule-table .table-title h3 {
  margin: 0;
}
.paragraph--type--table-schedule-table .table-rate-division {
  border-bottom: 2px solid #034638;
  display: flex;
  width: 100%;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .table-rate-division {
    display: block;
  }
}
.paragraph--type--table-schedule-table .trd--description {
  width: 50%;
  padding: 40px 15px 18px;
  margin: auto 0;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .trd--description {
    width: 100%;
    padding: 40px 0 24px;
  }
}
.paragraph--type--table-schedule-table .trd--description h5 {
  font-size: 18px;
  padding-bottom: 8px;
}
.paragraph--type--table-schedule-table .trd--description p {
  font-size: 16px;
}
.paragraph--type--table-schedule-table .trd--line-ctn {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .trd--line-ctn {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 25px;
  }
}
.paragraph--type--table-schedule-table .trd--line {
  display: flex;
  flex: 1;
}
.paragraph--type--table-schedule-table .trd--line:not(:last-child) .trd--line-value {
  border-bottom: 1px solid #034638;
}
.paragraph--type--table-schedule-table .trd--line:first-child .trd--line-value {
  padding-top: 40px;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .trd--line:first-child .trd--line-value {
    padding-top: inherit;
  }
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .trd--line:last-child .trd--line-value {
    padding-bottom: inherit;
  }
}
.paragraph--type--table-schedule-table .trd--line-value {
  border-left: 1px solid #034638;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  flex: 1;
}
@media (max-width: 769px) {
  .paragraph--type--table-schedule-table .trd--line-value {
    padding: 12px 0;
    text-align: center;
  }
  .paragraph--type--table-schedule-table .trd--line-value:first-child {
    text-align: left;
    border-left: 0;
  }
  .paragraph--type--table-schedule-table .trd--line-value p {
    width: 100%;
  }
}

.paragraph.paragraph--type--hero {
  padding-top: 50px;
  padding-bottom: 0;
}
@media (max-width: 769px) {
  .paragraph.paragraph--type--hero {
    padding-top: 32px;
  }
}

.paragraph.paragraph--type--bloc-boutons {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--bloc-boutons {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph.paragraph--type--bloc-boutons ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--bloc-boutons ul {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-gap: 0;
  }
}
.paragraph.paragraph--type--bloc-boutons li {
  box-sizing: border-box;
  margin-left: 0;
  font-weight: 700;
  width: 100%;
}
.paragraph.paragraph--type--bloc-boutons li a {
  border: 8px solid #F1F4F5;
  min-height: 126px;
  background-color: #F1F4F5;
  font-size: 28px;
  padding: 12px 50px 12px 12px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-transform: none;
  line-height: 1.1em;
}
@media (max-width: 1200px) {
  .paragraph.paragraph--type--bloc-boutons li a {
    font-size: 22px;
  }
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--bloc-boutons li a {
    min-height: 56px;
    font-size: 20px;
    padding: 0 50px 0 8px;
    margin-bottom: 15px;
    line-height: 1.5em;
  }
}
.paragraph.paragraph--type--bloc-boutons li a::after {
  background-color: #D8F537;
  background-image: url("/themes/custom/ram/_assets/images/svg/icon/angle-right.svg");
  background-size: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.paragraph.paragraph--type--bloc-boutons li a:hover {
  color: #034638;
  border: 8px solid #D8F537;
}
.paragraph.paragraph--type--bloc-boutons.paragraph-links-50-50 ul {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1025px) {
  .paragraph.paragraph--type--bloc-boutons.paragraph-links-50-50 ul {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-gap: 0;
  }
}

.standard-tile-image {
  background-color: #F1F4F5;
  height: 100%;
}
.standard-tile-image .image {
  height: 230px;
  background-size: cover;
}
.standard-tile-image .container {
  padding: 24px;
}
.standard-tile-image .container h4 {
  margin-bottom: 24px;
}
.standard-tile-image .container p, .standard-tile-image .container ul {
  font-size: 16px;
  line-height: 1.77777778;
}
@media (max-width: 1025px) {
  .standard-tile-image .container {
    padding: 40px 24px;
  }
}

.paragraph--type--tile {
  height: 100%;
  min-height: 290px;
  background-color: #034638;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.paragraph--type--tile h2 {
  font-family: gilroy, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #ffffff;
}
.paragraph--type--tile span {
  display: block;
  margin-top: 40px;
  color: #ffffff;
  font: normal normal bold 18px/22px Gilroy;
}
.paragraph--type--tile p {
  font: normal normal normal 18px/40px Roboto;
  color: #ffffff;
}
.paragraph--type--tile .thumb--button {
  margin-top: auto;
}

/* Forms */
.webform-submission-la-voix-du-rem-form {
  background-color: #034638;
  padding: 59px 80px 49px 39px;
  position: relative;
  background-image: url("../images/png/la_voix/Signe_Peace.png");
  background-repeat: no-repeat;
  margin-bottom: 28px;
  background-position: 79% 98%;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form {
    padding: 17px 44px 150px 13px;
    background-position: 98% 98%;
  }
}
@media (max-width: 1025px) {
  .webform-submission-la-voix-du-rem-form {
    padding-bottom: 150px;
    background-position: 98% 98%;
  }
}
@media (max-width: 1200px) {
  .webform-submission-la-voix-du-rem-form {
    background-position: 98% 98%;
  }
}
.webform-submission-la-voix-du-rem-form legend {
  padding-bottom: 38px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form legend {
    padding-bottom: 24px;
  }
}
.webform-submission-la-voix-du-rem-form legend span,
.webform-submission-la-voix-du-rem-form .webform-message {
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form legend span,
  .webform-submission-la-voix-du-rem-form .webform-message {
    padding-bottom: 24px;
    font-size: 19px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column {
  display: flex;
  justify-content: space-between;
  max-width: 778px;
  background-color: #ffffff;
  padding: 25px 41px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column {
    padding: 12px 19px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div {
  display: flex;
  align-items: center;
  position: relative;
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div label {
  font-size: 0;
  order: 1;
  visibility: hidden;
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div label::before {
  content: "";
  display: inline-flex;
  width: 136px;
  height: 136px;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: visible;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div label::before {
    width: 64px;
    height: 64px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:first-child label::before {
  background-image: url("../images/png/la_voix/A.png");
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:nth-child(2) label::before {
  background-image: url("../images/png/la_voix/B.png");
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:nth-child(3) label::before {
  background-image: url("../images/png/la_voix/C.png");
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:first-child label::before {
    background-image: url("../images/png/la_voix/A_mobile.png");
  }
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:nth-child(2) label::before {
    background-image: url("../images/png/la_voix/B_mobile.png");
  }
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div:nth-child(3) label::before {
    background-image: url("../images/png/la_voix/C_mobile.png");
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div input {
  width: 32px;
  height: 32px;
  margin-left: 13px;
  margin-right: 13px;
  visibility: hidden;
  order: 2;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div input {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 5px solid #034638;
  border-radius: 2rem;
  visibility: visible;
  box-sizing: border-box;
  position: absolute;
  right: 13px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div::before {
    width: 13px;
    height: 13px;
    border-width: 2px;
    right: 5px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div.checked::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 4px solid #72A300;
  border-radius: 2rem;
  visibility: visible;
  background-color: #72A300;
  position: absolute;
  top: 61px;
  right: 22px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-options-display-one-column > div.checked::after {
    width: 3px;
    height: 3px;
    border-width: 2px;
    top: 29px;
    right: 8px;
  }
}
.webform-submission-la-voix-du-rem-form .webform-button--submit {
  background-color: #72A300;
  color: #034638;
  position: absolute;
  right: 80px;
  bottom: -28px;
  font-size: 28px;
  padding: 8px 24px;
}
@media (max-width: 769px) {
  .webform-submission-la-voix-du-rem-form .webform-button--submit {
    font-size: 19px;
    right: 24px;
  }
}

.webform-submission-contact-form .margin-bottom-24 {
  margin-bottom: 24px;
}

/* Specifics */
.homepage-cta-block {
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1025px) {
  .homepage-cta-block {
    padding-bottom: 100px;
    background-position: center 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .homepage-cta-block {
    padding-bottom: 150px;
  }
}
@media (max-width: 481px) {
  .homepage-cta-block {
    padding-bottom: 120px;
  }
}

.bg--primary-base {
  background-color: #72A300;
}

.bg--primary-light {
  background-color: #72A300;
}

.bg--primary-dark {
  background-color: #034638;
}

.bg--secondary-base {
  background-color: #F1F4F5;
}

.bg--secondary-light {
  background-color: #ffffff;
}

.bg--secondary-dark {
  background-color: #666666;
}

.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-gray-200 {
  background-color: #F1F4F5;
}
.bg-gray-600 {
  background-color: #D1D1D1;
}
.bg-gray-800 {
  background-color: #666666;
}
.bg-primary-limeade {
  background-color: #72A300;
}
.bg-primary-sherwood {
  background-color: #034638;
}
.bg-secondary-starship {
  background-color: #D8F537;
}
.bg-secondary-porcelain {
  background-color: #F1F4F5;
}
.bg-tertiary-algae-green {
  background-color: #96E0C5;
}
.bg-tertiary-portage {
  background-color: #8BA2F3;
}
.bg-tertiary-cherub {
  background-color: #F2C3E5;
}
.bg-tertiary-coral {
  background-color: #FF7655;
}
.bg-tertiary-canary {
  background-color: #E7F853;
}
.bg-tertiary-crimson {
  background-color: #DA291C;
}
.bg-tertiary-supernova {
  background-color: #FFCD00;
}

.font-color-white {
  color: #ffffff;
}
.font-color-black {
  color: #000000;
}
.font-color-gray-200 {
  color: #F1F4F5;
}
.font-color-gray-600 {
  color: #D1D1D1;
}
.font-color-gray-800 {
  color: #666666;
}
.font-color-primary-limeade {
  color: #72A300;
}
.font-color-primary-sherwood {
  color: #034638;
}
.font-color-secondary-starship {
  color: #D8F537;
}
.font-color-secondary-porcelain {
  color: #F1F4F5;
}
.font-color-tertiary-algae-green {
  color: #96E0C5;
}
.font-color-tertiary-portage {
  color: #8BA2F3;
}
.font-color-tertiary-cherub {
  color: #F2C3E5;
}
.font-color-tertiary-coral {
  color: #FF7655;
}
.font-color-tertiary-canary {
  color: #E7F853;
}
.font-color-tertiary-crimson {
  color: #DA291C;
}
.font-color-tertiary-supernova {
  color: #FFCD00;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  z-index: 9999;
  position: relative !important;
}

@media (min-width: calc(769px + 1px)) {
  .-mobile-only {
    display: none !important;
  }
}

@media (max-width: 769px) {
  .-desktop-only {
    display: none !important;
  }
}

@media (max-width: 1025px) {
  .empty-col-spacer {
    padding-top: 0 !important;
  }
  .empty-col-spacer .size-66 {
    margin-top: 0 !important;
  }
}

/* Program Art */
.paragraph--type--standard-tile-unir.paragraph--unir-flottante {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-flex;
  min-height: 580px;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image {
  width: 95%;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 112px;
  width: 585px;
  height: 524px;
  background-image: url("/themes/custom/ram/_assets/images/svg/program_art/unir.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image img {
  max-width: 98%;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 118px 32px 60px 0;
  position: relative;
  z-index: 1;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:not(:last-of-type) {
  margin-bottom: 24px;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:has(.button-alternate) {
  display: block;
  margin-top: auto;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:has(.button-alternate) .button-box.button-alternate {
  padding: 4px 24px;
  margin-bottom: 16px;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:has(.button-alternate) .button-box.button-alternate:not(:last-child) {
  margin-right: 14px;
}
.paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg .intro {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante {
    padding-right: 0;
    flex-direction: column;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image {
    order: 1;
    margin-left: auto;
    margin-right: 0;
    width: 91%;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image:after {
    right: auto;
    left: 0;
    width: 100%;
    height: 370px;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--image img {
    max-width: 100%;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg {
    order: 2;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:has(.button-alternate) {
    display: block;
    position: relative;
    padding-top: 60px;
    bottom: 0;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg p:has(.button-alternate) a {
    display: block;
    width: fit-content;
    margin-bottom: 16px;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-flottante .paragraph_unir--wysiwyg .intro {
    font-size: 24px;
  }
}
.paragraph--type--standard-tile-unir.paragraph--unir-chevauchement {
  display: inline-flex;
  padding-bottom: 54px;
}
.paragraph--type--standard-tile-unir.paragraph--unir-chevauchement .paragraph_unir--image {
  width: 80%;
  height: 396px;
  position: relative;
  z-index: 0;
  order: 1;
}
.paragraph--type--standard-tile-unir.paragraph--unir-chevauchement .paragraph_unir--wysiwyg {
  width: 100%;
  min-height: 293px;
  height: 80%;
  order: 2;
  background: #D8F537;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-left: -204px;
  margin-top: 40px;
}
@media (max-width: 1025px) {
  .paragraph--type--standard-tile-unir.paragraph--unir-chevauchement {
    display: block;
    padding: 0 0 32px 0;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-chevauchement .paragraph_unir--image {
    width: 100%;
    height: auto;
    padding: 0 16px;
    margin-top: -26px;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-chevauchement .paragraph_unir--wysiwyg {
    height: auto;
    margin-left: 0;
    margin-top: 0;
    padding: 40px 24px;
  }
  .paragraph--type--standard-tile-unir.paragraph--unir-chevauchement .paragraph_unir--wysiwyg h4 {
    font-size: 24px;
  }
}
.paragraph--type--standard-tile-unir.paragraph--image-text {
  background: #FFFFFF;
  padding: 64px 135px 64px 64px;
  display: inline-flex;
}
.paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--image {
  order: 1;
  width: 100%;
}
.paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--image img {
  width: 348.5px;
  height: 450px;
}
.paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--wysiwyg {
  order: 2;
  padding: 108px 18px 0 18px;
  width: 100%;
}
.paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--wysiwyg p {
  line-height: 1.8rem;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1025px) {
  .paragraph--type--standard-tile-unir.paragraph--image-text {
    flex-direction: column;
    padding: 24px;
  }
  .paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--wysiwyg {
    padding-top: 32px;
  }
  .paragraph--type--standard-tile-unir.paragraph--image-text .paragraph_unir--wysiwyg h3 {
    font-size: 28px;
    font-family: "Gilroy", sans-serif;
    margin-top: 0;
  }
}

.paragraph--type--container-100:has(.paragraph--unir-flottante) {
  padding: 0;
}
@media (max-width: 1025px) {
  .paragraph--type--container-100:has(.paragraph--unir-chevauchement) {
    padding: 0 0 32px 0;
  }
}
.paragraph--type--container-100:has(.paragraph--image-text) {
  padding: 0;
}
.paragraph--type--container-100:has(.paragraph_artists) {
  padding: 0;
}
.paragraph--type--container-100:has(.paragraph_artists) .col.size-100 .layout {
  padding: 0;
}

.paragraph--container-unir:has(.paragraph--image-text) {
  padding: 64px 0;
}
@media (max-width: 1025px) {
  .paragraph--container-unir:has(.paragraph--image-text) {
    padding: 64px 16px;
  }
}

.paragraph_artists {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1025px) {
  .paragraph_artists {
    padding: 16px;
  }
}
.paragraph_artists h1 {
  padding-bottom: 40px;
  padding-top: 20px;
}
@media (max-width: 1025px) {
  .paragraph_artists h1 {
    padding-top: 40px;
  }
}
.paragraph_artists-rectangle_connect {
  height: 156px;
  width: 15px;
  background: #84BD00;
  position: absolute;
}
.paragraph_artists-rectangle_connect.rectangle--top {
  top: 0;
  margin-top: -78px;
}
.paragraph_artists-rectangle_connect.rectangle--bottom {
  bottom: 0;
  margin-bottom: -78px;
}
@media (max-width: 1025px) {
  .paragraph_artists-rectangle_connect {
    height: 82px;
    width: 8px;
  }
  .paragraph_artists-rectangle_connect.rectangle--top {
    margin-top: -41px;
  }
  .paragraph_artists-rectangle_connect.rectangle--bottom {
    margin-bottom: -41px;
  }
}
.paragraph_artists-items-works .items-works_teaser {
  background: #FFFFFF;
  height: 100%;
}
.paragraph_artists-items-works .items-works_teaser-data {
  display: flex;
  flex-direction: column;
  position: relative;
}
.paragraph_artists-items-works .items-works_teaser-data--image {
  width: 100%;
  height: 228px;
  overflow: hidden;
  position: relative;
}
.paragraph_artists-items-works .items-works_teaser-data--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.paragraph_artists-items-works .items-works_teaser-data--text {
  padding: 24px 24px 8px 24px;
  font-size: 14px;
  font-family: gilroy, Helvetica, Arial, sans-serif;
  letter-spacing: 2.8px;
}
.paragraph_artists-items-works .items-works_teaser-data--title {
  padding: 8px 24px 40px 24px;
  margin-top: 0;
  font: normal normal bold 24px/29px Gilroy;
  letter-spacing: 0;
}
.paragraph_artists-items-works .items-works_teaser-data--date {
  padding: 0 24px 40px 24px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.paragraph_artists-items-works .items-works_teaser:has(.items-works_teaser-data--date) .items-works_teaser-data--title {
  padding-bottom: 24px;
}
.paragraph_artists-items-works .items-works_teaser--link {
  text-decoration: none;
}
.paragraph_artists-items-works .items-works_teaser--link:hover *, .paragraph_artists-items-works .items-works_teaser--link:focus * {
  color: #72A300;
}

.paragraph_artists--container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
}
@media (min-width: calc(769px + 1px)) {
  .paragraph_artists--container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.paragraph--type--container-wysiwyg .paragraph--type--container--white {
  background: #FFFFFF;
  margin: 2px 22px;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 {
  display: flex;
  background-color: #ffffff;
  padding: 24px 0;
  position: relative;
  gap: 0;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66:first-child {
  padding-top: 60px;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66:last-child {
  padding-bottom: 60px;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 {
  flex: 1;
  padding-right: 20px;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h1, .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h2, .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h3, .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h4, .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h5, .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h6 {
  margin: 0;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-66 {
  padding-left: 20px;
  flex: 2;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-66 p {
  font: normal normal normal 18px/32px Roboto;
}
.paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #F1F4F5;
}
@media (max-width: 1025px) {
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66:not(:last-child)::after {
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 1025px) {
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 {
    flex-direction: column;
    padding: 24px 16px;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 {
    padding-bottom: 20px;
    padding-right: 0;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h2 {
    font-size: 40px;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-33 h3 {
    font-size: 28px;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-66 {
    padding-left: 0;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--wysiwyg-33-66 .field--field-wysiwyg-66 p:has(img) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
@media (max-width: 1025px) {
  .paragraph--type--container-wysiwyg {
    padding: 16px;
  }
  .paragraph--type--container-wysiwyg .paragraph--type--container--white {
    margin: 0;
  }
}

.sidebar-to-text {
  position: relative;
  padding-left: 22px;
  font: normal normal bold 16px/24px Gilroy;
}
.sidebar-to-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #034638;
}

.visible-pointeur {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  font: normal normal bold 18px/32px Roboto;
}
.visible-pointeur:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 55px;
  background-image: url("/themes/custom/ram/_assets/images/png/program_art/icons8-visible-pointeur.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 18px;
}

.program_art--slideshow .paragraph--type--slideshow .swiper-button-prev,
.program_art--slideshow .paragraph--type--slideshow .swiper-button-next {
  background: #D8F537;
}
.program_art--slideshow .paragraph--type--slideshow .swiper-counter {
  font-size: 19px;
  font-family: "Roboto", sans-serif;
}
.program_art--slideshow .paragraph--type--slideshow .paragraph--type--slideshow-item {
  padding-top: 0;
}
.program_art--slideshow .paragraph--type--slideshow .paragraph--type--slideshow-item .legend {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  padding: 24px 65px 24px 65px;
}
@media (max-width: 1025px) {
  .program_art--slideshow .paragraph--type--slideshow .swiper-button-prev {
    left: 15px;
  }
  .program_art--slideshow .paragraph--type--slideshow .swiper-button-next {
    right: 15px;
  }
  .program_art--slideshow .paragraph--type--slideshow .swiper-counter {
    top: 0;
    left: 16px;
    font-size: 11px;
    padding: 14.5px 11.5px;
  }
  .program_art--slideshow .paragraph--type--slideshow .legend {
    padding: 24px !important;
  }
}

.program_art--photo .photo-tile .credit {
  font-style: normal;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  display: flex;
  margin-top: -4px;
  background: #F1F4F5;
  align-items: center;
  padding: 24px;
}

.program_art--layout .layout {
  padding-top: 42px !important;
}
.program_art--layout .layout h2 {
  color: #034638;
}
.program_art--layout .layout h3 {
  margin-bottom: 0;
}
.program_art--layout .layout-sm {
  padding-top: 34px !important;
}
.program_art--layout .layout-sm h2 {
  color: #034638;
}
.program_art--layout .layout-sm h3 {
  margin-bottom: 0;
}
.program_art--layout .layout-sm h5 {
  font-family: "Roboto", sans-serif;
}
.program_art--layout .layout-sm ul {
  margin-top: 16px;
}
.program_art--layout .layout-sm .paragraph--type--wysiwyg h3 + p {
  margin-top: 24px;
}
@media (max-width: 1025px) {
  .program_art--layout .layout h2, .program_art--layout .layout-sm h2 {
    font-size: 40px;
  }
  .program_art--layout .layout .col.size-66, .program_art--layout .layout-sm .col.size-66 {
    margin-top: 24px;
  }
  .program_art--layout .layout hr, .program_art--layout .layout-sm hr {
    padding: 0;
  }
}

/* _dev */
/*@import "_dev/dev";*/
.paragraph--unpublished {
  background-color: rgba(255, 0, 0, 0.1);
}

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