@charset "UTF-8";
/*
  Common coloors
*/
/* CI color scheme */
/*
  Font config
*/
/*
  Common sizing
*/
/*
  Category colors
*/
/* 
  Editor Columns 
*/
/* 
  Forms
*/
/*
  Bootstrap helpers
*/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.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-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite; }

@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -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, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

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

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: 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%; }

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

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

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

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

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

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

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

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

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

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

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

.fa-angle-double-left:before {
  content: "\f100"; }

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

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

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

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

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

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

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

.fa-apple-pay:before {
  content: "\f415"; }

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

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

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

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

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

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

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

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

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

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

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

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

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

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

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

.fa-atlassian:before {
  content: "\f77b"; }

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

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

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

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

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

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

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

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

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

.fa-baseball-ball:before {
  content: "\f433"; }

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

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

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

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

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

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

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

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

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

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

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

.fa-blind:before {
  content: "\f29d"; }

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

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

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

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

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

.fa-bone:before {
  content: "\f5d7"; }

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

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

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

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

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

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

.fa-bowling-ball:before {
  content: "\f436"; }

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

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

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

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

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

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

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

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

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

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

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

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

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

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

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

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

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

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

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

.fa-car-alt:before {
  content: "\f5de"; }

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

.fa-car-crash:before {
  content: "\f5e1"; }

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

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

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

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

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

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

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

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

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

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

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

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

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

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

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

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

.fa-chess-king:before {
  content: "\f43f"; }

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

.fa-chess-pawn:before {
  content: "\f443"; }

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

.fa-chess-rook:before {
  content: "\f447"; }

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

.fa-chevron-circle-left:before {
  content: "\f137"; }

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

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

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

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

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

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

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

.fa-clinic-medical:before {
  content: "\f7f2"; }

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

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

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

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

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

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

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

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

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

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

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

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

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

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

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

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

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

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

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

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

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

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

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

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

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

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

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

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

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

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

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

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

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

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

.fa-dollar-sign:before {
  content: "\f155"; }

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

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

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

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

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

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

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

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

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

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

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

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

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

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

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

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

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

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

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

.fa-etsy:before {
  content: "\f2d7"; }

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

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

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

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

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

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

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

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

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

.fa-fax:before {
  content: "\f1ac"; }

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

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

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

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

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

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

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

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

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

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

.fa-file-download:before {
  content: "\f56d"; }

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

.fa-file-export:before {
  content: "\f56e"; }

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

.fa-file-import:before {
  content: "\f56f"; }

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

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

.fa-file-medical:before {
  content: "\f477"; }

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

.fa-file-pdf:before {
  content: "\f1c1"; }

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

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

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

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

.fa-file-video:before {
  content: "\f1c8"; }

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

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

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

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

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

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

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

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

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

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

.fa-fist-raised:before {
  content: "\f6de"; }

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

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

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

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

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

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

.fa-fly:before {
  content: "\f417"; }

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

.fa-folder-minus:before {
  content: "\f65d"; }

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

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

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

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

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

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

.fa-frown:before {
  content: "\f119"; }

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

.fa-fulcrum:before {
  content: "\f50b"; }

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

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

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

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

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

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

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

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

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

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

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

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

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

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

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

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

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

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

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

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

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

.fa-grin-tears:before {
  content: "\f588"; }

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

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

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

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

.fa-grip-horizontal:before {
  content: "\f58d"; }

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

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

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

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

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

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

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

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

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

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

.fa-hand-peace:before {
  content: "\f25b"; }

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

.fa-hand-point-left:before {
  content: "\f0a5"; }

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

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

.fa-hand-pointer:before {
  content: "\f25a"; }

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

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

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

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

.fa-hands-helping:before {
  content: "\f4c4"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

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

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

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

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

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

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

.fa-head-side-virus:before {
  content: "\e064"; }

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

.fa-headphones:before {
  content: "\f025"; }

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

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

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

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

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

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

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

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

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

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

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

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

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

.fa-hospital-alt:before {
  content: "\f47d"; }

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

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

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

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

.fa-houzz:before {
  content: "\f27c"; }

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

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

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

.fa-icons:before {
  content: "\f86d"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

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

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

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

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

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

.fa-instagram:before {
  content: "\f16d"; }

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

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

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

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

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

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

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

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

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

.fa-kaggle:before {
  content: "\f5fa"; }

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

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

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

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

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

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

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

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

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

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

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

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

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

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

.fa-laugh-wink:before {
  content: "\f59c"; }

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

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

.fa-leanpub:before {
  content: "\f212"; }

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

.fa-less:before {
  content: "\f41d"; }

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

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

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

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

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

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

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

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

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

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

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

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

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

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

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

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

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

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

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

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

.fa-mars-double:before {
  content: "\f227"; }

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

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

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

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

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

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

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

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

.fa-mendeley:before {
  content: "\f7b3"; }

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

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

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

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

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

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

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

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

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

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

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

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

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

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

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

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

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

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

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

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

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

.fa-moon:before {
  content: "\f186"; }

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

.fa-mosque:before {
  content: "\f678"; }

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

.fa-mountain:before {
  content: "\f6fc"; }

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

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

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

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

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

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

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

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

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

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

.fa-paint-roller:before {
  content: "\f5aa"; }

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

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-paragraph:before {
  content: "\f1dd"; }

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

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

.fa-pastafarianism:before {
  content: "\f67b"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

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

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

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

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

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

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

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

.fa-penny-arcade:before {
  content: "\f704"; }

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

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

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

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

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

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

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

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

.fa-place-of-worship:before {
  content: "\f67f"; }

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

.fa-plane-arrival:before {
  content: "\f5af"; }

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

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

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

.fa-poo:before {
  content: "\f2fe"; }

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

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

.fa-portrait:before {
  content: "\f3e0"; }

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

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

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

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

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

.fa-print:before {
  content: "\f02f"; }

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

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

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

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

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

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

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

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

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

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

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

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

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

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

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

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

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

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

.fa-renren:before {
  content: "\f18b"; }

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

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

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

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

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

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

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

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

.fa-ruler-combined:before {
  content: "\f546"; }

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

.fa-ruler-vertical:before {
  content: "\f548"; }

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

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

.fa-rust:before {
  content: "\e07a"; }

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

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

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

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

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

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

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

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

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

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

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

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

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

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

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

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

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

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

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

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

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

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

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

.fa-sketch:before {
  content: "\f7c6"; }

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

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

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

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

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

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

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

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

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

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

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

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

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

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

.fa-socks:before {
  content: "\f696"; }

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

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

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

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

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

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

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

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

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

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

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

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

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

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

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

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

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

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

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

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

.fa-store-alt:before {
  content: "\f54f"; }

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

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

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

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

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

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

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-subway:before {
  content: "\f239"; }

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

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

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

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

.fa-suse:before {
  content: "\f7d6"; }

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

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

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

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

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

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

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

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

.fa-tasks:before {
  content: "\f0ae"; }

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

.fa-teamspeak:before {
  content: "\f4f9"; }

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

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

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

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

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

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

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

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

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

.fa-thermometer-full:before {
  content: "\f2c7"; }

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

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

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-tint:before {
  content: "\f043"; }

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

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

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

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

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

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

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

.fa-toolbox:before {
  content: "\f552"; }

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

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

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

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

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

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

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

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

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

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

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

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

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

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

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

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

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

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

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

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

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

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

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

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

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

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

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

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

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

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

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

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

.fa-warehouse:before {
  content: "\f494"; }

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

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

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

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

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

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

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

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

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

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

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

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

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

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.fab, .far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.2.2
*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: .7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }

.sl-wrapper * {
  box-sizing: border-box; }

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer; }

.sl-wrapper button:hover {
  opacity: 0.7; }

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
  color: #000;
  font-size: 3rem; }

.sl-wrapper .sl-close:focus {
  outline: none; }

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem; }

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none; }

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial,Baskerville,monospace;
  color: #000; }

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem; }

.sl-wrapper .sl-navigation button:focus {
  outline: none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px; }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem; }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem; } }

.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr; }

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000; }

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none; } }

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none; }

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none; } }

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0; }

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto; }

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*
  Bootstrap grid
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1380px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 3.75px !important; }

.mt-1,
.my-1 {
  margin-top: 3.75px !important; }

.mr-1,
.mx-1 {
  margin-right: 3.75px !important; }

.mb-1,
.my-1 {
  margin-bottom: 3.75px !important; }

.ml-1,
.mx-1 {
  margin-left: 3.75px !important; }

.m-2 {
  margin: 7.5px !important; }

.mt-2,
.my-2 {
  margin-top: 7.5px !important; }

.mr-2,
.mx-2 {
  margin-right: 7.5px !important; }

.mb-2,
.my-2 {
  margin-bottom: 7.5px !important; }

.ml-2,
.mx-2 {
  margin-left: 7.5px !important; }

.m-3 {
  margin: 15px !important; }

.mt-3,
.my-3 {
  margin-top: 15px !important; }

.mr-3,
.mx-3 {
  margin-right: 15px !important; }

.mb-3,
.my-3 {
  margin-bottom: 15px !important; }

.ml-3,
.mx-3 {
  margin-left: 15px !important; }

.m-4 {
  margin: 22.5px !important; }

.mt-4,
.my-4 {
  margin-top: 22.5px !important; }

.mr-4,
.mx-4 {
  margin-right: 22.5px !important; }

.mb-4,
.my-4 {
  margin-bottom: 22.5px !important; }

.ml-4,
.mx-4 {
  margin-left: 22.5px !important; }

.m-5 {
  margin: 45px !important; }

.mt-5,
.my-5 {
  margin-top: 45px !important; }

.mr-5,
.mx-5 {
  margin-right: 45px !important; }

.mb-5,
.my-5 {
  margin-bottom: 45px !important; }

.ml-5,
.mx-5 {
  margin-left: 45px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 3.75px !important; }

.pt-1,
.py-1 {
  padding-top: 3.75px !important; }

.pr-1,
.px-1 {
  padding-right: 3.75px !important; }

.pb-1,
.py-1 {
  padding-bottom: 3.75px !important; }

.pl-1,
.px-1 {
  padding-left: 3.75px !important; }

.p-2 {
  padding: 7.5px !important; }

.pt-2,
.py-2 {
  padding-top: 7.5px !important; }

.pr-2,
.px-2 {
  padding-right: 7.5px !important; }

.pb-2,
.py-2 {
  padding-bottom: 7.5px !important; }

.pl-2,
.px-2 {
  padding-left: 7.5px !important; }

.p-3 {
  padding: 15px !important; }

.pt-3,
.py-3 {
  padding-top: 15px !important; }

.pr-3,
.px-3 {
  padding-right: 15px !important; }

.pb-3,
.py-3 {
  padding-bottom: 15px !important; }

.pl-3,
.px-3 {
  padding-left: 15px !important; }

.p-4 {
  padding: 22.5px !important; }

.pt-4,
.py-4 {
  padding-top: 22.5px !important; }

.pr-4,
.px-4 {
  padding-right: 22.5px !important; }

.pb-4,
.py-4 {
  padding-bottom: 22.5px !important; }

.pl-4,
.px-4 {
  padding-left: 22.5px !important; }

.p-5 {
  padding: 45px !important; }

.pt-5,
.py-5 {
  padding-top: 45px !important; }

.pr-5,
.px-5 {
  padding-right: 45px !important; }

.pb-5,
.py-5 {
  padding-bottom: 45px !important; }

.pl-5,
.px-5 {
  padding-left: 45px !important; }

.m-n1 {
  margin: -3.75px !important; }

.mt-n1,
.my-n1 {
  margin-top: -3.75px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -3.75px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -3.75px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -3.75px !important; }

.m-n2 {
  margin: -7.5px !important; }

.mt-n2,
.my-n2 {
  margin-top: -7.5px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -7.5px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -7.5px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -7.5px !important; }

.m-n3 {
  margin: -15px !important; }

.mt-n3,
.my-n3 {
  margin-top: -15px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -15px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -15px !important; }

.m-n4 {
  margin: -22.5px !important; }

.mt-n4,
.my-n4 {
  margin-top: -22.5px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -22.5px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -22.5px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -22.5px !important; }

.m-n5 {
  margin: -45px !important; }

.mt-n5,
.my-n5 {
  margin-top: -45px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -45px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -45px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -45px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 3.75px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 3.75px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 3.75px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 3.75px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 3.75px !important; }
  .m-sm-2 {
    margin: 7.5px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 7.5px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 7.5px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 7.5px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 7.5px !important; }
  .m-sm-3 {
    margin: 15px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 15px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 15px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 15px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 15px !important; }
  .m-sm-4 {
    margin: 22.5px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 22.5px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 22.5px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 22.5px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 22.5px !important; }
  .m-sm-5 {
    margin: 45px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 45px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 45px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 45px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 45px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 3.75px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 3.75px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 3.75px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 3.75px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 3.75px !important; }
  .p-sm-2 {
    padding: 7.5px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 7.5px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 7.5px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 7.5px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 7.5px !important; }
  .p-sm-3 {
    padding: 15px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 15px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 15px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 15px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 15px !important; }
  .p-sm-4 {
    padding: 22.5px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 22.5px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 22.5px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 22.5px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 22.5px !important; }
  .p-sm-5 {
    padding: 45px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 45px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 45px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 45px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 45px !important; }
  .m-sm-n1 {
    margin: -3.75px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -3.75px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -3.75px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -3.75px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -3.75px !important; }
  .m-sm-n2 {
    margin: -7.5px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -7.5px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -7.5px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -7.5px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -7.5px !important; }
  .m-sm-n3 {
    margin: -15px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -15px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -15px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -15px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -15px !important; }
  .m-sm-n4 {
    margin: -22.5px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -22.5px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -22.5px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -22.5px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -22.5px !important; }
  .m-sm-n5 {
    margin: -45px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -45px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -45px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -45px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -45px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 3.75px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 3.75px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 3.75px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 3.75px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 3.75px !important; }
  .m-md-2 {
    margin: 7.5px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 7.5px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 7.5px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 7.5px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 7.5px !important; }
  .m-md-3 {
    margin: 15px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 15px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 15px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 15px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 15px !important; }
  .m-md-4 {
    margin: 22.5px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 22.5px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 22.5px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 22.5px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 22.5px !important; }
  .m-md-5 {
    margin: 45px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 45px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 45px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 45px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 45px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 3.75px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 3.75px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 3.75px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 3.75px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 3.75px !important; }
  .p-md-2 {
    padding: 7.5px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 7.5px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 7.5px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 7.5px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 7.5px !important; }
  .p-md-3 {
    padding: 15px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 15px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 15px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 15px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 15px !important; }
  .p-md-4 {
    padding: 22.5px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 22.5px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 22.5px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 22.5px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 22.5px !important; }
  .p-md-5 {
    padding: 45px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 45px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 45px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 45px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 45px !important; }
  .m-md-n1 {
    margin: -3.75px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -3.75px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -3.75px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -3.75px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -3.75px !important; }
  .m-md-n2 {
    margin: -7.5px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -7.5px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -7.5px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -7.5px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -7.5px !important; }
  .m-md-n3 {
    margin: -15px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -15px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -15px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -15px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -15px !important; }
  .m-md-n4 {
    margin: -22.5px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -22.5px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -22.5px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -22.5px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -22.5px !important; }
  .m-md-n5 {
    margin: -45px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -45px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -45px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -45px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -45px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 3.75px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 3.75px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 3.75px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 3.75px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 3.75px !important; }
  .m-lg-2 {
    margin: 7.5px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 7.5px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 7.5px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 7.5px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 7.5px !important; }
  .m-lg-3 {
    margin: 15px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 15px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 15px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 15px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 15px !important; }
  .m-lg-4 {
    margin: 22.5px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 22.5px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 22.5px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 22.5px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 22.5px !important; }
  .m-lg-5 {
    margin: 45px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 45px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 45px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 45px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 45px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 3.75px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 3.75px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 3.75px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 3.75px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 3.75px !important; }
  .p-lg-2 {
    padding: 7.5px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 7.5px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 7.5px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 7.5px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 7.5px !important; }
  .p-lg-3 {
    padding: 15px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 15px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 15px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 15px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 15px !important; }
  .p-lg-4 {
    padding: 22.5px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 22.5px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 22.5px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 22.5px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 22.5px !important; }
  .p-lg-5 {
    padding: 45px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 45px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 45px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 45px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 45px !important; }
  .m-lg-n1 {
    margin: -3.75px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -3.75px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -3.75px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -3.75px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -3.75px !important; }
  .m-lg-n2 {
    margin: -7.5px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -7.5px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -7.5px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -7.5px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -7.5px !important; }
  .m-lg-n3 {
    margin: -15px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -15px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -15px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -15px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -15px !important; }
  .m-lg-n4 {
    margin: -22.5px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -22.5px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -22.5px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -22.5px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -22.5px !important; }
  .m-lg-n5 {
    margin: -45px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -45px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -45px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -45px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -45px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 3.75px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 3.75px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 3.75px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 3.75px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 3.75px !important; }
  .m-xl-2 {
    margin: 7.5px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 7.5px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 7.5px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 7.5px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 7.5px !important; }
  .m-xl-3 {
    margin: 15px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 15px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 15px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 15px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 15px !important; }
  .m-xl-4 {
    margin: 22.5px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 22.5px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 22.5px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 22.5px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 22.5px !important; }
  .m-xl-5 {
    margin: 45px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 45px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 45px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 45px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 45px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 3.75px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 3.75px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 3.75px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 3.75px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 3.75px !important; }
  .p-xl-2 {
    padding: 7.5px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 7.5px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 7.5px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 7.5px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 7.5px !important; }
  .p-xl-3 {
    padding: 15px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 15px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 15px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 15px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 15px !important; }
  .p-xl-4 {
    padding: 22.5px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 22.5px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 22.5px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 22.5px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 22.5px !important; }
  .p-xl-5 {
    padding: 45px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 45px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 45px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 45px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 45px !important; }
  .m-xl-n1 {
    margin: -3.75px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -3.75px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -3.75px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -3.75px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -3.75px !important; }
  .m-xl-n2 {
    margin: -7.5px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -7.5px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -7.5px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -7.5px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -7.5px !important; }
  .m-xl-n3 {
    margin: -15px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -15px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -15px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -15px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -15px !important; }
  .m-xl-n4 {
    margin: -22.5px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -22.5px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -22.5px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -22.5px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -22.5px !important; }
  .m-xl-n5 {
    margin: -45px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -45px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -45px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -45px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -45px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 3.75px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 3.75px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 3.75px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 3.75px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 3.75px !important; }
  .m-xxl-2 {
    margin: 7.5px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 7.5px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 7.5px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 7.5px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 7.5px !important; }
  .m-xxl-3 {
    margin: 15px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 15px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 15px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 15px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 15px !important; }
  .m-xxl-4 {
    margin: 22.5px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 22.5px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 22.5px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 22.5px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 22.5px !important; }
  .m-xxl-5 {
    margin: 45px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 45px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 45px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 45px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 45px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 3.75px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 3.75px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 3.75px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 3.75px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 3.75px !important; }
  .p-xxl-2 {
    padding: 7.5px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 7.5px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 7.5px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 7.5px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 7.5px !important; }
  .p-xxl-3 {
    padding: 15px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 15px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 15px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 15px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 15px !important; }
  .p-xxl-4 {
    padding: 22.5px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 22.5px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 22.5px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 22.5px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 22.5px !important; }
  .p-xxl-5 {
    padding: 45px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 45px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 45px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 45px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 45px !important; }
  .m-xxl-n1 {
    margin: -3.75px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -3.75px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -3.75px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -3.75px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -3.75px !important; }
  .m-xxl-n2 {
    margin: -7.5px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -7.5px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -7.5px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -7.5px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -7.5px !important; }
  .m-xxl-n3 {
    margin: -15px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -15px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -15px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -15px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -15px !important; }
  .m-xxl-n4 {
    margin: -22.5px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -22.5px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -22.5px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -22.5px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -22.5px !important; }
  .m-xxl-n5 {
    margin: -45px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -45px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -45px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -45px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -45px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.no-wrap {
  white-space: nowrap; }

.gi-hidden {
  display: none !important; }

.gi-align-center {
  text-align: center; }

.gi-col-break {
  width: 100%;
  display: block; }

.eq-height {
  flex: 1; }

@media (max-width: 767.98px) {
  .hidden-md {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile-only {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-lg {
    display: none  !important; } }

@media (min-width: 992px) {
  .hidden-xl {
    display: none  !important; } }

.sticky .hidden-sticky {
  display: none; }

.gi-article-video {
  width: 100%;
  position: relative; }
  .gi-article-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .gi-article-video::before {
    display: block;
    content: "";
    padding-top: 56.25%; }

.f-section .f-section-form-fields, .gi-banner .gi-banner-headline, .grid, .page-argumente .k-columns-row, .page-arguments .k-columns-row, .page-argomenti .k-columns-row {
  *zoom: 1; }
  .f-section .f-section-form-fields::before, .gi-banner .gi-banner-headline::before, .grid::before, .page-argumente .k-columns-row::before, .page-arguments .k-columns-row::before, .page-argomenti .k-columns-row::before, .f-section .f-section-form-fields::after, .gi-banner .gi-banner-headline::after, .grid::after, .page-argumente .k-columns-row::after, .page-arguments .k-columns-row::after, .page-argomenti .k-columns-row::after {
    content: " ";
    display: table; }
  .f-section .f-section-form-fields::after, .gi-banner .gi-banner-headline::after, .grid::after, .page-argumente .k-columns-row::after, .page-arguments .k-columns-row::after, .page-argomenti .k-columns-row::after {
    clear: both; }

.gi-text-content, .gi-form .f-section-desc-text, .gi-form .gi-form-status, .gi-article .gi-article-text, .gi-article .gi-article-intro {
  font-size: 17px;
  line-height: 30px; }
  @media (min-width: 576px) {
    .gi-text-content, .gi-form .f-section-desc-text, .gi-form .gi-form-status, .gi-article .gi-article-text, .gi-article .gi-article-intro {
      font-size: 20px;
      line-height: 35px; } }
  .gi-text-content h2, .gi-form .f-section-desc-text h2, .gi-form .gi-form-status h2, .gi-article .gi-article-text h2, .gi-article .gi-article-intro h2, .gi-text-content h3, .gi-form .f-section-desc-text h3, .gi-form .gi-form-status h3, .gi-article .gi-article-text h3, .gi-article .gi-article-intro h3 {
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .gi-text-content h2, .gi-form .f-section-desc-text h2, .gi-form .gi-form-status h2, .gi-article .gi-article-text h2, .gi-article .gi-article-intro h2, .gi-text-content h3, .gi-form .f-section-desc-text h3, .gi-form .gi-form-status h3, .gi-article .gi-article-text h3, .gi-article .gi-article-intro h3 {
        margin-bottom: 40px; } }
  .gi-text-content p, .gi-form .f-section-desc-text p, .gi-form .gi-form-status p, .gi-article .gi-article-text p, .gi-article .gi-article-intro p, .gi-text-content ul, .gi-form .f-section-desc-text ul, .gi-form .gi-form-status ul, .gi-article .gi-article-text ul, .gi-article .gi-article-intro ul, .gi-text-content ol, .gi-form .f-section-desc-text ol, .gi-form .gi-form-status ol, .gi-article .gi-article-text ol, .gi-article .gi-article-intro ol {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .gi-text-content p, .gi-form .f-section-desc-text p, .gi-form .gi-form-status p, .gi-article .gi-article-text p, .gi-article .gi-article-intro p, .gi-text-content ul, .gi-form .f-section-desc-text ul, .gi-form .gi-form-status ul, .gi-article .gi-article-text ul, .gi-article .gi-article-intro ul, .gi-text-content ol, .gi-form .f-section-desc-text ol, .gi-form .gi-form-status ol, .gi-article .gi-article-text ol, .gi-article .gi-article-intro ol {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 23px; } }
    .gi-text-content p:last-child, .gi-form .f-section-desc-text p:last-child, .gi-form .gi-form-status p:last-child, .gi-article .gi-article-text p:last-child, .gi-article .gi-article-intro p:last-child, .gi-text-content ul:last-child, .gi-form .f-section-desc-text ul:last-child, .gi-form .gi-form-status ul:last-child, .gi-article .gi-article-text ul:last-child, .gi-article .gi-article-intro ul:last-child, .gi-text-content ol:last-child, .gi-form .f-section-desc-text ol:last-child, .gi-form .gi-form-status ol:last-child, .gi-article .gi-article-text ol:last-child, .gi-article .gi-article-intro ol:last-child {
      margin-bottom: 0; }
  .gi-text-content ul, .gi-form .f-section-desc-text ul, .gi-form .gi-form-status ul, .gi-article .gi-article-text ul, .gi-article .gi-article-intro ul, .gi-text-content ol, .gi-form .f-section-desc-text ol, .gi-form .gi-form-status ol, .gi-article .gi-article-text ol, .gi-article .gi-article-intro ol {
    margin-left: 40px; }
    @media (min-width: 576px) {
      .gi-text-content ul, .gi-form .f-section-desc-text ul, .gi-form .gi-form-status ul, .gi-article .gi-article-text ul, .gi-article .gi-article-intro ul, .gi-text-content ol, .gi-form .f-section-desc-text ol, .gi-form .gi-form-status ol, .gi-article .gi-article-text ol, .gi-article .gi-article-intro ol {
        margin-left: 40px; } }
    .gi-text-content ul li, .gi-form .f-section-desc-text ul li, .gi-form .gi-form-status ul li, .gi-article .gi-article-text ul li, .gi-article .gi-article-intro ul li, .gi-text-content ol li, .gi-form .f-section-desc-text ol li, .gi-form .gi-form-status ol li, .gi-article .gi-article-text ol li, .gi-article .gi-article-intro ol li {
      margin-bottom: 7px; }
  .gi-text-content blockquote, .gi-form .f-section-desc-text blockquote, .gi-form .gi-form-status blockquote, .gi-article .gi-article-text blockquote, .gi-article .gi-article-intro blockquote {
    font-size: 18.7px;
    line-height: 33px;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    border-left: 5px solid #0096D6;
    color: #303847;
    padding-left: 10px;
    margin-bottom: 30px; }
    .gi-text-content blockquote em, .gi-form .f-section-desc-text blockquote em, .gi-form .gi-form-status blockquote em, .gi-article .gi-article-text blockquote em, .gi-article .gi-article-intro blockquote em {
      font-style: normal; }
    @media (max-width: 575.98px) {
      .gi-text-content blockquote, .gi-form .f-section-desc-text blockquote, .gi-form .gi-form-status blockquote, .gi-article .gi-article-text blockquote, .gi-article .gi-article-intro blockquote {
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .gi-text-content blockquote, .gi-form .f-section-desc-text blockquote, .gi-form .gi-form-status blockquote, .gi-article .gi-article-text blockquote, .gi-article .gi-article-intro blockquote {
        font-size: 28px;
        line-height: 40px;
        padding-left: 30px;
        margin-bottom: 45px; } }

/*
  White background, text in main color
*/
/*
  Background in main color, text in white (or by parameter)
*/
/*
  White background, colored border and text
*/
/*
  Common
*/
* {
  margin: 0;
  padding: 0;
  /*
      Enable font smoothing (only makes a difference on Mac OSX
      see https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth
    */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  color: #303a40;
  background-color: #FDFBF6;
  font-size: 20px;
  line-height: 35px;
  font-family: "Roboto", Verdana, Sans-serif;
  /*
        Enable font smoothing (only makes a difference on Mac OSX
        see https://developer.mozilla.org/en-US/docs/Web/CSS/font-smooth
    */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.nav-open {
    overflow: hidden; }
  body.debug:before {
    position: fixed;
    bottom: 0;
    left: 0;
    color: white;
    z-index: 99;
    font-size: 16px;
    padding: 7px; }
    @media (max-width: 575.98px) {
      body.debug:before {
        content: 'to xs';
        background: yellow; } }
    @media (max-width: 767.98px) {
      body.debug:before {
        content: 'xs to sm';
        background: navy; } }
    @media (min-width: 576px) and (max-width: 991.98px) {
      body.debug:before {
        content: 'sm to md';
        background: black; } }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      body.debug:before {
        content: 'md to lg';
        background: green; } }
    @media (min-width: 992px) {
      body.debug:before {
        content: 'from lg';
        background: red; } }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
  margin-bottom: 40px;
  display: block;
  width: 100%; }

h1 {
  font-size: 31px;
  line-height: 1.2;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    h1 {
      font-size: 45px;
      line-height: 1;
      margin-bottom: 35px; } }

h2 {
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 10px; }
  @media (min-width: 576px) {
    h2 {
      font-size: 39px;
      margin-bottom: 30px; } }

h3 {
  line-height: 1.2;
  font-size: 25px;
  margin-bottom: 7px; }
  @media (min-width: 576px) {
    h3 {
      font-size: 35px;
      margin-bottom: 20px; } }

img {
  border: 0;
  width: 100%;
  height: auto; }

figure {
  margin: 0; }

/*
  Link formatting
*/
a, a:hover, a:active {
  text-decoration: none;
  color: #006EB7;
  outline: none;
  transition: color 0.2s ease-in-out; }

a:hover {
  color: #006EB7; }

@media (max-width: 575.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px; } }

/*
    Main content, without header/footer and additional page content elements
*/
.gi-main-content {
  font-size: 17px;
  line-height: 30px; }
  @media (min-width: 576px) {
    .gi-main-content {
      padding-top: 50px;
      font-size: 20px;
      line-height: 35px; } }

/*
    Main content container
*/
.gi-page-container.gi-container-bg-light {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: unset;
  background-color: #EEF0F4; }
  .gi-page-container.gi-container-bg-light .gi-container-inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .gi-page-container.gi-container-bg-light .gi-container-inner {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .gi-page-container.gi-container-bg-light .gi-container-inner {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .gi-page-container.gi-container-bg-light .gi-container-inner {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .gi-page-container.gi-container-bg-light .gi-container-inner {
        max-width: 1140px; } }
    @media (min-width: 1400px) {
      .gi-page-container.gi-container-bg-light .gi-container-inner {
        max-width: 1380px; } }

/*
    Kirby editor content
*/
.gi-text-content {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .gi-text-content {
      margin-bottom: 50px; } }
  .gi-text-content a {
    color: #0096D6;
    transition: box-shadow 0.3s ease-out;
    box-shadow: inset 0 -1px 0 0 transparent; }
    .gi-text-content a:hover {
      box-shadow: inset 0 -1px 0 0 #0096D6; }
  .gi-text-content figure {
    margin: 25px 0 35px 0; }
    .gi-text-content figure figcaption {
      color: #888888;
      padding: 6px; }

.gi-social-invert .gi-social-icon {
  opacity: 1; }
  .gi-social-invert .gi-social-icon:hover {
    opacity: 0.8; }

.gi-top {
  position: relative; }

/*
    The logo
*/
.gi-nav .gi-logo {
  height: auto; }

.gi-nav .gi-logo-main {
  width: 220px;
  margin-right: 50px; }
  @media (max-width: 1199.98px) {
    .gi-nav .gi-logo-main {
      margin-right: 40px; } }
  @media (max-width: 767.98px) {
    .gi-nav .gi-logo-main {
      width: 180px; } }

.gi-nav .gi-logo-sticky-sm {
  width: 36px;
  display: none; }

.gi-nav .gi-logo-sticky {
  width: 117px;
  display: none;
  margin-right: 60px; }

@media (max-width: 1199.98px) {
  .gi-nav .gi-logo-container {
    display: flex;
    width: 100%;
    align-items: center; } }

.gi-nav .gi-logo-container .gi-logo:hover {
  filter: contrast(1.3); }

.gi-nav .gi-logo-container .gi-logo.gi-logo-sticky:hover {
  filter: contrast(1); }

.gi-nav.sticky {
  display: flex;
  /*
            Switches the logo in sticky mode
        */ }
  .gi-nav.sticky .gi-logo-main {
    display: none; }
  @media (max-width: 1199.98px) {
    .gi-nav.sticky .gi-logo-sticky-sm {
      display: inline-block; } }
  @media (min-width: 768px) {
    .gi-nav.sticky .gi-logo-sticky {
      display: inline-block; }
    .gi-nav.sticky .gi-logo-sticky-sm {
      display: none; } }

.gi-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: background-color 0.2s ease-in;
  /*
        The navigation bar that holds the menu
    */
  /*
        Sticky menu with white background
    */
  /*
        Navigation / Menu
    */ }
  .gi-nav .gi-nav-row {
    height: auto;
    margin-top: 25px;
    display: flex; }
    .gi-nav .gi-nav-row .gi-admin-link {
      color: #fff;
      margin-left: 30px;
      margin-top: 25px; }
    .gi-nav .gi-nav-row .gi-nav-bottom-sm {
      display: none; }
    .gi-nav .gi-nav-row .navbar-toggler {
      display: none; }
  .gi-nav.sticky {
    background-color: #F6F7F9;
    position: fixed;
    z-index: 99;
    border-bottom: 4px solid #e3e4e6;
    opacity: 1;
    box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5); }
    .gi-nav.sticky .gi-nav-row {
      align-items: center; }
    @media (min-width: 768px) {
      .gi-nav.sticky.closed .gi-nav-row {
        margin-top: 0;
        /*
                        Nav dropdown item (menu item with submenu)
                    */
        /*
                        Single link element (sticky)
                    */ }
        .gi-nav.sticky.closed .gi-nav-row .gi-admin-link {
          margin-top: 0 !important;
          color: #4d4d4d;
          margin-left: 30px; }
        .gi-nav.sticky.closed .gi-nav-row .gi-nav-menu {
          margin-top: 0; }
        .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub {
          /*
                            Nav dropdown menu
                        */ }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub:hover .gi-dropdown-menu {
            opacity: 1; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub .gi-dropdown-menu .gi-nav-menu {
            background-color: #fff;
            box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5); }
            .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub .gi-dropdown-menu .gi-nav-menu .gi-nav-item {
              background-color: #fff; }
              .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub .gi-dropdown-menu .gi-nav-menu .gi-nav-item .gi-nav-link {
                font-size: 20px;
                line-height: 30px; }
                .gi-nav.sticky.closed .gi-nav-row .gi-nav-item.gi-nav-sub .gi-dropdown-menu .gi-nav-menu .gi-nav-item .gi-nav-link:hover {
                  color: #006EB7; }
        .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link {
          color: #00366b;
          font-size: 20px;
          border-bottom: 5px solid transparent;
          line-height: 21px;
          display: block;
          margin-bottom: -3px;
          padding: 15px 15px 14px 15px; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link:hover {
            color: #006EB7; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link.active.yellow {
            border-bottom: 5px solid #FFD900; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link.active.blue {
            border-bottom: 5px solid #006EB7; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link.active.lightblue {
            border-bottom: 5px solid #0096D6; }
          .gi-nav.sticky.closed .gi-nav-row .gi-nav-item > .gi-nav-link.active.orange {
            border-bottom: 5px solid #F39000; } }
  .gi-nav .gi-nav-menu {
    list-style-type: none;
    margin-top: 5px;
    /*
            Link element
        */
    /*
            Dropdown menu
        */ }
    .gi-nav .gi-nav-menu.gi-nav-langswitch {
      margin-left: auto; }
      .gi-nav .gi-nav-menu.gi-nav-langswitch .gi-dropdown-menu {
        min-width: 80px; }
    .gi-nav .gi-nav-menu .gi-nav-link {
      text-transform: uppercase;
      font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
      font-size: 24px;
      line-height: 41px;
      letter-spacing: 0.2px;
      color: #fff;
      opacity: 0.9;
      margin-right: 5px;
      transition: opacity 0.2s ease-in;
      padding: 18px 15px; }
      @media (max-width: 1399.98px) {
        .gi-nav .gi-nav-menu .gi-nav-link {
          font-size: 20px;
          padding: 18px 5px; } }
      @media (max-width: 1199.98px) {
        .gi-nav .gi-nav-menu .gi-nav-link {
          font-size: 30px;
          display: block;
          padding: 17px 5px; } }
      @media (max-width: 991.98px) {
        .gi-nav .gi-nav-menu .gi-nav-link {
          font-size: 25px;
          padding: 12px 5px; } }
      @media (max-width: 767.98px) {
        .gi-nav .gi-nav-menu .gi-nav-link {
          padding: 6px 5px; } }
      .gi-nav .gi-nav-menu .gi-nav-link:hover {
        opacity: 1; }
      .gi-nav .gi-nav-menu .gi-nav-link .gi-dropdown-icon {
        margin-left: 5px; }
    .gi-nav .gi-nav-menu .gi-nav-item {
      position: relative;
      display: inline-block;
      /*
                Nav item with submenu
            */ }
      @media (max-width: 1399.98px) {
        .gi-nav .gi-nav-menu .gi-nav-item {
          padding-right: 15px; } }
      .gi-nav .gi-nav-menu .gi-nav-item:last-child {
        padding-right: 0; }
      .gi-nav .gi-nav-menu .gi-nav-item > a:not([href]) {
        cursor: default; }
      .gi-nav .gi-nav-menu .gi-nav-item .gi-dropdown-icon {
        display: none; }
      .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub {
        cursor: pointer;
        /*
                    Submenu (non-sticky)
                */
        /*
                    Submenu item (non-sticky)
                */ }
        .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub .gi-dropdown-icon {
          display: inline-block; }
        .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub:hover .gi-dropdown-menu {
          opacity: 0.8;
          pointer-events: all; }
        .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub .gi-nav-menu {
          background-color: #fff;
          padding: 15px 5px; }
          .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub .gi-nav-menu .gi-nav-item .gi-nav-link {
            border-bottom: none;
            white-space: nowrap;
            color: #000;
            padding: 10px 15px; }
        .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub .gi-nav-item {
          display: block; }
          .gi-nav .gi-nav-menu .gi-nav-item.gi-nav-sub .gi-nav-item .gi-nav-link:hover {
            color: #006EB7; }
    @media (min-width: 768px) {
      .gi-nav .gi-nav-menu .gi-dropdown-menu {
        position: absolute;
        top: 100%;
        z-index: 2;
        float: left;
        min-width: 200px;
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
        pointer-events: none; } }
    .gi-nav .gi-nav-menu .gi-dropdown-menu .gi-nav-item .gi-nav-link {
      color: #4d4d4d; }

/*
  Mobile nav
*/
@media (max-width: 1199.98px) {
  .gi-nav {
    background-color: rgba(0, 110, 183, 0);
    transition: background-color 0.3s ease; }
    .gi-nav .gi-nav-row .navbar-toggler {
      display: flex; }
    .gi-nav.sticky {
      margin-top: -2px; }
      .gi-nav.sticky .gi-logo-sm {
        display: flex; }
      .gi-nav.sticky #burger {
        margin-top: 4px;
        height: 20px;
        width: 29px; }
        .gi-nav.sticky #burger span {
          background: #4091C8;
          height: 3px; }
        .gi-nav.sticky #burger.active span {
          background-color: #fff; }
      .gi-nav.sticky .gi-nav-row {
        padding-top: 0;
        margin: 10px 0; }
    .gi-nav.open {
      background-color: rgba(0, 110, 183, 0.95);
      position: fixed;
      display: flex;
      align-items: flex-start;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      /*
              Show full size logo on opened menu
            */ } }
    @media (max-width: 1199.98px) and (max-width: 767.98px) {
      .gi-nav.open {
        zoom: 0.9; } }

@media (max-width: 1199.98px) {
      .gi-nav.open .gi-nav-menu {
        opacity: 1;
        pointer-events: all;
        display: block; }
      .gi-nav.open .gi-logo-container {
        margin-bottom: 10px;
        margin-top: 10px; }
        .gi-nav.open .gi-logo-container .gi-logo-main {
          display: inline-flex; }
        .gi-nav.open .gi-logo-container .gi-logo-sticky-sm {
          display: none; }
        .gi-nav.open .gi-logo-container .gi-logo-sticky {
          display: none; }
      .gi-nav.open.sticky {
        height: 100%; }
      .gi-nav.open .gi-nav-row {
        flex-direction: column;
        align-items: flex-start; }
        .gi-nav.open .gi-nav-row .gi-dropdown-menu {
          position: relative;
          margin-bottom: 20px; }
        .gi-nav.open .gi-nav-row .gi-nav-social {
          float: right;
          color: #303a40;
          zoom: 0.8; }
        .gi-nav.open .gi-nav-row .gi-nav-bottom-sm {
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 70px;
          background-color: #fff; }
          .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .inner {
            background-color: #DFE2EA;
            padding: 7px 15px;
            display: flex;
            align-items: center; }
            .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .inner .gi-nav-social-icons {
              margin-left: auto; }
          .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .gi-nav-item {
            display: inline-block;
            padding: 0; }
          .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .gi-nav-link {
            color: #00366b;
            padding: 10px;
            width: 43px;
            text-align: center; }
            .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .gi-nav-link.active, .gi-nav.open .gi-nav-row .gi-nav-bottom-sm .gi-nav-link:hover {
              color: #006EB7; }
        .gi-nav.open .gi-nav-row .gi-nav-langswitch {
          display: none; }
    .gi-nav .gi-nav-menu {
      display: none;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease; }
      .gi-nav .gi-nav-menu .gi-nav-item {
        display: block;
        padding-right: 0; }
      .gi-nav .gi-nav-menu .gi-dropdown-menu {
        display: none; }
      .gi-nav .gi-nav-menu .gi-nav-sub.open .gi-dropdown-menu {
        display: block; }
        .gi-nav .gi-nav-menu .gi-nav-sub.open .gi-dropdown-menu .gi-nav-menu .gi-nav-item .gi-nav-link {
          padding-top: 0;
          padding-bottom: 0; }
      .gi-nav .gi-nav-menu .gi-nav-sub > .gi-nav-link {
        cursor: pointer !important; }
    .gi-nav .gi-admin-link {
      display: none; } }

#burger {
  width: 55px;
  height: 34px;
  border: 0;
  outline: 0;
  position: relative;
  background: none;
  float: right;
  margin-left: auto; }
  #burger:hover, #burger:focus, #burger.active {
    border: 0;
    outline: 0; }
  @media (max-width: 1199.98px) {
    #burger {
      width: 45px;
      height: 24px; } }
  @media (max-width: 767.98px) {
    #burger {
      width: 40px;
      height: 28px; } }
  #burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #EEF0F4;
    opacity: 1;
    left: -5px;
    margin-left: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    #burger span:nth-child(1) {
      top: 0;
      width: 100%; }
    #burger span:nth-child(2), #burger span:nth-child(3) {
      top: 50%;
      width: 80%;
      right: 1px;
      left: auto; }
    #burger span:nth-child(4) {
      top: 100%;
      width: 100%; }
  #burger.active span {
    color: #000 !important; }
  #burger.active span:nth-child(1) {
    top: 0px;
    width: 0%;
    left: 50%;
    opacity: 0; }
  #burger.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #burger.active span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    opacity: 0; }

/*
  Colored borders at end of the header
*/
body.orange .gi-header {
  border-bottom: 0px solid rgba(243, 144, 0, 0.7); }

body.yellow .gi-header {
  border-bottom: 0px solid rgba(255, 217, 0, 0.7); }

body.blue .gi-header {
  border-bottom: 0px solid rgba(0, 110, 183, 0.7); }

body.lightblue .gi-header {
  border-bottom: 0px solid rgba(0, 150, 214, 0.7); }

/*
  Main header container
*/
.gi-header {
  width: 100%;
  background-size: cover;
  position: relative;
  height: 400px; }
  @media (min-width: 576px) {
    .gi-header {
      height: 60%;
      min-height: 650px; } }
  .gi-header.template-home {
    height: 65%;
    min-height: 600px; }
    .gi-header.template-home .gi-headline-container {
      display: flex; }
    @media (min-width: 768px) {
      .gi-header.template-home {
        min-height: 1000px;
        height: 95%; } }
  .gi-header .gi-header-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 246px;
    background: linear-gradient(0deg, rgba(212, 212, 212, 0) 0%, rgba(39, 39, 39, 0.8) 100%); }
  .gi-header .gi-headline-container, .gi-header .gi-title-container {
    position: absolute;
    left: 0;
    right: 0; }
  .gi-header .gi-headline-container {
    top: 30%;
    display: none; }
  .gi-header .gi-title-container {
    bottom: 40px; }
    @media (min-width: 576px) {
      .gi-header .gi-title-container {
        bottom: 10%; } }
  .gi-header .gi-page-title, .gi-header .gi-headline {
    color: #fff;
    font-size: 33px;
    line-height: 40px; }
    @media (min-width: 576px) {
      .gi-header .gi-page-title, .gi-header .gi-headline {
        font-size: 44px;
        line-height: 55px; } }
    @media (min-width: 992px) {
      .gi-header .gi-page-title, .gi-header .gi-headline {
        font-size: 64px;
        line-height: 85px; } }
    .gi-header .gi-page-title > span, .gi-header .gi-headline > span {
      display: block;
      float: left;
      clear: both;
      padding: 6px 12px; }
      @media (min-width: 576px) {
        .gi-header .gi-page-title > span, .gi-header .gi-headline > span {
          padding: 10px 16px; } }
      @media (min-width: 992px) {
        .gi-header .gi-page-title > span, .gi-header .gi-headline > span {
          padding: 0 20px; } }
  .gi-header .gi-page-title p {
    display: inline;
    padding: 7px;
    margin-left: 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 1.9; }
    .gi-header .gi-page-title p.blue {
      background-color: #006EB7;
      box-shadow: 10px 0 0 #006EB7, -10px 0 0 #006EB7; }
    .gi-header .gi-page-title p.lightblue {
      background-color: #0096D6;
      box-shadow: 10px 0 0 #0096D6, -10px 0 0 #0096D6; }
    .gi-header .gi-page-title p.orange {
      background-color: #F39000;
      box-shadow: 10px 0 0 #F39000, -10px 0 0 #F39000; }
    .gi-header .gi-page-title p.yellow {
      background-color: #FFD900;
      box-shadow: 10px 0 0 #FFD900, -10px 0 0 #FFD900; }
    .gi-header .gi-page-title p.grey {
      background-color: #DFE2EA;
      box-shadow: 10px 0 0 #DFE2EA, -10px 0 0 #DFE2EA; }
  .gi-header .gi-headline {
    text-transform: uppercase; }
    .gi-header .gi-headline > span {
      margin: 10px 0 0 0; }
      .gi-header .gi-headline > span.gi-headline-sub-1 {
        background-color: #006EB7; }
      .gi-header .gi-headline > span.gi-headline-sub-2 {
        background-color: #F39000; }
      .gi-header .gi-headline > span.gi-headline-sub-3 {
        background-color: #FFD900; }

.gi-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden; }
  .gi-video-wrapper video {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@font-face {
  font-family: 'BarlowSemiCondensedBold';
  font-style: normal;
  font-weight: 200;
  src: url("/assets/webfonts/BarlowSemiCondensed-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'BarlowSemiCondensedMedium';
  font-style: normal;
  font-weight: 200;
  src: url("/assets/webfonts/BarlowSemiCondensed-Medium.woff2") format("woff2"); }

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Nunito Light"), local("Nunito-Light"), url("/assets/webfonts/NunitoLight.woff2") format("woff2"); }

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Nunito Regular"), local("Nunito-Regular"), url("/assets/webfonts/NunitoRegular.woff2") format("woff2"); }

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Nunito Bold"), local("Nunito-Bold"), url("/assets/webfonts/NunitoBold.woff2") format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/assets/webfonts/RobotoLight.woff2") format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/webfonts/RobotoRegular.woff2") format("woff2"); }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/webfonts/RobotoBold.woff2") format("woff2"); }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/webfonts/material-icons/iconfont/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/assets/webfonts/material-icons/iconfont/MaterialIcons-Regular.woff2") format("woff2"), url("/assets/webfonts/material-icons/iconfont/MaterialIcons-Regular.woff") format("woff"), url("/assets/webfonts/material-icons/iconfont/MaterialIcons-Regular.ttf") format("truetype"); }

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.gi-filter-empty .row {
  text-align: center;
  background-color: #EEF0F4;
  padding: 100px 0; }
  .gi-filter-empty .row h3 {
    margin-bottom: 60px; }

body.blue .gi-filter .pc-trigger {
  border: 2px solid #006EB7;
  color: #006EB7; }

body.blue .gi-filter .gi-trigger-icon {
  color: #006EB7; }

body.blue .gi-filter .gi-filter-sub .pc-trigger {
  color: #0096D6; }

body.blue .gi-filter .gi-filter-sub .gi-trigger-icon {
  color: #0096D6; }

body.yellow .gi-filter .pc-trigger {
  color: #303a40;
  background-color: #FFD900; }
  body.yellow .gi-filter .pc-trigger:hover {
    background-color: #FFE140; }

body.yellow .gi-filter .gi-trigger-icon {
  color: #303a40; }

.gi-filter {
  display: flex;
  flex-direction: column;
  padding: 35px 0; }
  @media (max-width: 575.98px) {
    .gi-filter {
      flex-direction: column;
      padding: 20px 0; } }
  .gi-filter .gi-filter-control, .gi-filter .pc-trigger {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 8px;
    width: 100%;
    display: flex;
    max-width: 100%; }
    @media (min-width: 576px) {
      .gi-filter .gi-filter-control, .gi-filter .pc-trigger {
        font-size: 20px;
        line-height: 34px;
        padding: 6px 12px;
        width: auto; } }
    @media (min-width: 992px) {
      .gi-filter .gi-filter-control, .gi-filter .pc-trigger {
        font-size: 24px;
        line-height: 30px;
        padding: 10px 19px; } }
  .gi-filter .pc-select, .gi-filter .picker {
    display: flex; }
    @media (max-width: 575.98px) {
      .gi-filter .pc-select, .gi-filter .picker {
        width: 100%; } }
  .gi-filter .col {
    display: flex; }
    @media (max-width: 991.98px) {
      .gi-filter .col {
        margin-bottom: 13px; } }
  @media (max-width: 575.98px) {
    .gi-filter .gi-filter-bar {
      flex-direction: column; }
      .gi-filter .gi-filter-bar .gi-filter-cat {
        margin-bottom: 10px; } }
  .gi-filter .gi-filter-cat, .gi-filter .gi-filter-search {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%; }
    @media (min-width: 576px) {
      .gi-filter .gi-filter-cat, .gi-filter .gi-filter-search {
        flex-basis: 0; } }
  .gi-filter .gi-filter-cat {
    margin-right: 10px;
    width: 100%; }
    @media (min-width: 992px) {
      .gi-filter .gi-filter-cat {
        width: auto; }
        .gi-filter .gi-filter-cat:first-child {
          margin-left: auto; } }
    .gi-filter .gi-filter-cat:last-child {
      margin-right: 0; }
    .gi-filter .gi-filter-cat .gi-trigger-icon {
      margin-left: -37px;
      margin-right: 15px;
      z-index: 1;
      color: #006EB7; }
    .gi-filter .gi-filter-cat select, .gi-filter .gi-filter-cat .pc-select {
      border: 0;
      background-color: transparent;
      padding: 0 10px;
      margin: 0;
      text-transform: uppercase;
      outline: none; }
      .gi-filter .gi-filter-cat select:focus, .gi-filter .gi-filter-cat .pc-select:focus {
        outline: none; }
      .gi-filter .gi-filter-cat select .pc-element, .gi-filter .gi-filter-cat .pc-select .pc-element {
        border: 0; }
    .gi-filter .gi-filter-cat .pc-select {
      position: relative;
      padding: 0;
      cursor: pointer;
      display: flex; }
    .gi-filter .gi-filter-cat .pc-trigger {
      padding-left: 15px;
      padding-right: 44px;
      color: #006EB7;
      white-space: nowrap; }
    .gi-filter .gi-filter-cat .pc-list {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 2;
      float: left;
      min-width: 200px;
      padding-top: 5px;
      color: #303a40; }
      .gi-filter .gi-filter-cat .pc-list ul {
        list-style-type: none;
        background-color: #fff;
        padding: 0;
        min-width: 300px;
        box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5); }
        .gi-filter .gi-filter-cat .pc-list ul li {
          padding: 5px 10px;
          font-weight: normal;
          text-transform: none; }
          .gi-filter .gi-filter-cat .pc-list ul li:first-child {
            padding-top: 5px; }
          .gi-filter .gi-filter-cat .pc-list ul li:hover {
            background-color: #FBFBFB; }
          @media (min-width: 992px) {
            .gi-filter .gi-filter-cat .pc-list ul li {
              padding: 12px 15px; }
              .gi-filter .gi-filter-cat .pc-list ul li:first-child {
                padding-top: 15px; } }
  .gi-filter .gi-filter-search .gi-filter-search-field {
    padding-left: 55px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #eee;
    color: #525252;
    background: url(/assets/images/search.svg) no-repeat left 5px center #fff; }
    @media (max-width: 575.98px) {
      .gi-filter .gi-filter-search .gi-filter-search-field {
        flex-direction: column;
        background-size: 22px;
        padding-left: 35px; } }
    .gi-filter .gi-filter-search .gi-filter-search-field::placeholder {
      text-transform: uppercase;
      color: #525252; }

.gi-btn, .f-form-btn {
  background-color: #fff;
  color: #303a40;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  left: 0;
  top: 0;
  font-size: 23px;
  line-height: 1.4;
  transition: background-color 0.2s ease-in, color 0.2s ease-in; }
  .gi-btn:hover, .f-form-btn:hover {
    color: #4d4d4d; }
  .gi-btn.gi-btn-nohover:hover, .f-form-btn.gi-btn-nohover:hover {
    box-shadow: none; }
  .gi-btn.gi-btn-bold, .gi-btn.f-form-submit, .f-form-btn.gi-btn-bold, .f-form-btn.f-form-submit {
    text-transform: uppercase;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    font-size: 19.55px;
    line-height: 28px;
    padding: 8px 12px; }
    @media (min-width: 576px) {
      .gi-btn.gi-btn-bold, .gi-btn.f-form-submit, .f-form-btn.gi-btn-bold, .f-form-btn.f-form-submit {
        font-size: 23px;
        line-height: 40px;
        padding: 10px 25px; } }
    @media (min-width: 1400px) {
      .gi-btn.gi-btn-bold, .gi-btn.f-form-submit, .f-form-btn.gi-btn-bold, .f-form-btn.f-form-submit {
        font-size: 23px;
        line-height: 60px;
        padding: 0 35px; } }
  .gi-btn.gi-btn-semibold, .f-form-btn.gi-btn-semibold {
    text-transform: uppercase;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    font-size: 17px;
    line-height: 30px;
    padding: 4px 12px; }
    @media (min-width: 576px) {
      .gi-btn.gi-btn-semibold, .f-form-btn.gi-btn-semibold {
        font-size: 20px;
        line-height: 35px;
        padding: 6px 15px; } }
    @media (min-width: 992px) {
      .gi-btn.gi-btn-semibold, .f-form-btn.gi-btn-semibold {
        font-size: 23px;
        line-height: 30px;
        padding: 7px 15px; } }
  .gi-btn.gi-btn-small, .f-form-btn.gi-btn-small {
    text-transform: uppercase;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    font-size: 13px;
    line-height: 10px;
    padding: 4px 10px; }
    @media (min-width: 576px) {
      .gi-btn.gi-btn-small, .f-form-btn.gi-btn-small {
        font-size: 18px;
        line-height: 20px;
        padding: 4px 12px; } }
    @media (min-width: 992px) {
      .gi-btn.gi-btn-small, .f-form-btn.gi-btn-small {
        font-size: 20px;
        line-height: 22px;
        padding: 4px 12px; } }
  .gi-btn.gi-teaser-btn, .f-form-btn.gi-teaser-btn {
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    font-size: 17px;
    padding: 5px 10px 5px 20px;
    width: 100%;
    margin-top: 20px;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .gi-btn.gi-teaser-btn, .f-form-btn.gi-teaser-btn {
        font-size: 24px;
        padding: 10px 15px 10px 35px;
        width: auto;
        margin-top: 0;
        margin-left: auto;
        text-align: left; } }
    .gi-btn.gi-teaser-btn:hover .gi-icon-arrow, .f-form-btn.gi-teaser-btn:hover .gi-icon-arrow {
      transform: translateX(7px); }
    .gi-btn.gi-teaser-btn .gi-btn-text, .f-form-btn.gi-teaser-btn .gi-btn-text {
      margin-left: auto; }
    .gi-btn.gi-teaser-btn .gi-icon-arrow, .f-form-btn.gi-teaser-btn .gi-icon-arrow {
      margin-left: auto;
      font-size: 35px;
      transform: translateX(0);
      transition: transform 0.3s ease-out; }
      @media (min-width: 992px) {
        .gi-btn.gi-teaser-btn .gi-icon-arrow, .f-form-btn.gi-teaser-btn .gi-icon-arrow {
          margin-left: 20px; } }
  .gi-btn.gi-btn-lightblue, .f-form-btn.gi-btn-lightblue {
    background-color: #0096D6;
    color: #fff;
    border: 5px solid transparent; }
    .gi-btn.gi-btn-lightblue:hover, .f-form-btn.gi-btn-lightblue:hover {
      background-color: #fff;
      color: #0096D6;
      border: 5px solid #0096D6; }
  .gi-btn.gi-btn-blue, .f-form-btn.gi-btn-blue {
    color: #006EB7;
    border: 4px solid #006EB7; }
    .gi-btn.gi-btn-blue:hover, .f-form-btn.gi-btn-blue:hover {
      background-color: #006EB7;
      color: #fff; }
  .gi-btn.gi-btn-yellow, .f-form-btn.gi-btn-yellow {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #4d4d4d;
    border: 4px solid #FFE140;
    color: #303a40;
    background-color: #FFE140; }
    .gi-btn.gi-btn-yellow .fa, .f-form-btn.gi-btn-yellow .fa {
      margin-right: 10px; }
    .gi-btn.gi-btn-yellow:hover, .f-form-btn.gi-btn-yellow:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #FFE140; }
    .gi-btn.gi-btn-yellow:after, .f-form-btn.gi-btn-yellow:after {
      background-color: #FFE140; }
    .gi-btn.gi-btn-yellow:hover, .f-form-btn.gi-btn-yellow:hover {
      background-color: #fff;
      color: #303a40;
      border: 4px solid #FFD900; }
  .gi-btn.gi-btn-yellow-outlined, .f-form-btn.gi-btn-yellow-outlined {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #FFD900;
    border: 4px solid #FFD900;
    color: #303a40; }
    .gi-btn.gi-btn-yellow-outlined .fa, .f-form-btn.gi-btn-yellow-outlined .fa {
      margin-right: 10px; }
    .gi-btn.gi-btn-yellow-outlined:hover, .f-form-btn.gi-btn-yellow-outlined:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #FFD900; }

.gi-inline-icon {
  display: inline-flex;
  align-items: center; }
  .gi-inline-icon .gi-icon {
    align-self: center; }
  .gi-inline-icon.gi-icon-left .gi-icon {
    margin-right: 10px; }
  .gi-inline-icon.gi-icon-right .gi-icon {
    margin-left: 10px; }

.gi-form-control {
  border: 0;
  background-color: #EEF0F4;
  padding: 10px;
  color: #303a40;
  width: 100%;
  font-size: 17px;
  line-height: 30px; }
  @media (min-width: 576px) {
    .gi-form-control {
      font-size: 20px;
      line-height: 35px; } }
  .gi-form-control:focus, .gi-form-control:hover, .gi-form-control:active {
    outline: none; }

/*
  Form embedded with page builder
*/
.gi-page-builder .gi-form {
  margin-bottom: 70px; }

.gi-form {
  margin-bottom: 100px; }
  @media (max-width: 991.98px) {
    .gi-form {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      max-width: unset;
      margin-bottom: 0;
      padding: 0; } }
  .gi-form .f-form-bottom {
    display: flex; }
    @media (max-width: 991.98px) {
      .gi-form .f-form-bottom {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .gi-form .f-form-bottom {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .gi-form .f-form-bottom {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .gi-form .f-form-bottom {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .gi-form .f-form-bottom {
      max-width: 1140px; } }
  @media (max-width: 991.98px) and (min-width: 1400px) {
    .gi-form .f-form-bottom {
      max-width: 1380px; } }
  .gi-form .f-form-submit {
    background-color: #006EB7;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    @media (max-width: 991.98px) {
      .gi-form .f-form-submit {
        width: 100%;
        justify-content: center;
        margin-bottom: 0; } }
  .gi-form .gi-form-status {
    padding: 20px 60px;
    margin-bottom: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(139, 145, 150, 0.1); }

.f-required-help {
  display: block;
  width: 100%; }

/*
  Toggle view
*/
.gi-toolbar-btn {
  display: flex;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
  padding: 7px 15px;
  border: 1px solid #86868633;
  color: #303a40;
  margin-top: auto;
  margin-bottom: auto; }
  .gi-toolbar-btn:hover {
    color: #006EB7; }
  .gi-toolbar-btn .material-icons {
    font-size: 35px; }
  .gi-toolbar-btn.active {
    display: inline-flex;
    background-color: #F6F7F9; }
  .gi-toolbar-btn .gi-toolbar-btn-desc {
    margin-left: 9px;
    display: none; }
  @media (max-width: 991.98px) {
    .gi-toolbar-btn .gi-toolbar-btn-desc {
      display: none;
      margin-left: 0; } }
  @media (max-width: 575.98px) {
    .gi-toolbar-btn {
      zoom: 0.8; } }

.gi-toggle-view {
  display: none !important; }
  .gi-toggle-view.gi-show {
    display: block !important; }
  .gi-toggle-view.gi-toggle-flex.gi-show {
    display: flex !important; }

/*
    Sections: blocks of content with bold title text, and usually colorful background
    Used on frontpage, but also for some in-page teaser blocks (like newsletter signup)
*/
.gi-section {
  padding-top: 40px;
  padding-bottom: 60px;
  margin-top: -1px;
  /*
      Differently colored sections
    */
  /*
      Section elements
    */ }
  @media (min-width: 576px) {
    .gi-section {
      padding-top: 80px;
      padding-bottom: 100px; }
      .gi-section.gi-section-first {
        padding-top: 0; } }
  @media (min-width: 1200px) {
    .gi-section {
      padding-top: 100px;
      padding-bottom: 140px; } }
  .gi-section.glacier {
    background-color: #DFE2EA; }
    .gi-section.glacier .gi-section-btn {
      border: 4px solid #4d4d4d;
      background-color: #EEF0F4;
      color: #303a40; }
      .gi-section.glacier .gi-section-btn:hover {
        background-color: #303a40;
        color: #fff; }
    .gi-section.glacier .gi-newsletter-disclaimer::before {
      filter: invert(0.5); }
  .gi-section.bg-blue {
    background-color: #006EB7 !important; }
    .gi-section.bg-blue .gi-section-title, .gi-section.bg-blue h2, .gi-section.bg-blue h3, .gi-section.bg-blue h4 {
      color: #fff; }
  .gi-section.white .gi-section-btn {
    border: 4px solid #4d4d4d; }
  .gi-section.white .gi-newsletter-disclaimer::before {
    filter: invert(0.5); }
  .gi-section.orange {
    background-color: #F39000;
    color: #fff; }
    .gi-section.orange .gi-section-title {
      color: #fff; }
    .gi-section.orange .gi-section-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #fff;
      color: #F39000;
      border: 4px solid #fff; }
      .gi-section.orange .gi-section-btn .fa {
        margin-right: 10px; }
      .gi-section.orange .gi-section-btn:hover {
        border: 4px solid #fff;
        color: #fff;
        background-color: #F39000; }
    .gi-section.orange .gi-form-control, .gi-section.orange .gi-form-control::placeholder {
      color: #F39000; }
  .gi-section.sand {
    background-color: #EEEADD;
    color: #303a40; }
    .gi-section.sand .gi-section-title {
      color: #303a40; }
    .gi-section.sand .gi-section-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #fff;
      color: #303a40;
      border: 4px solid #fff; }
      .gi-section.sand .gi-section-btn .fa {
        margin-right: 10px; }
      .gi-section.sand .gi-section-btn:hover {
        border: 4px solid #fff;
        color: #fff;
        background-color: #303a40; }
    .gi-section.sand .gi-newsletter-disclaimer::before {
      filter: invert(0.5); }
  .gi-section.blue {
    background-color: #006EB7;
    color: #fff; }
    .gi-section.blue .gi-section-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #fff;
      color: #006EB7;
      border: 4px solid #fff; }
      .gi-section.blue .gi-section-btn .fa {
        margin-right: 10px; }
      .gi-section.blue .gi-section-btn:hover {
        border: 4px solid #fff;
        color: #fff;
        background-color: #006EB7; }
  .gi-section.yellow .gi-section-btn {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #4d4d4d;
    border: 4px solid #FFE140;
    color: #303a40;
    background-color: #FFE140; }
    .gi-section.yellow .gi-section-btn .fa {
      margin-right: 10px; }
    .gi-section.yellow .gi-section-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #FFE140; }
    .gi-section.yellow .gi-section-btn:after {
      background-color: #FFE140; }
    .gi-section.yellow .gi-section-btn:hover {
      background-color: #fff;
      color: #303a40;
      border: 4px solid #FFD900; }
  .gi-section.yellow .gi-section-title {
    color: #FFE140; }
  .gi-section.lightblue {
    background: #F6F7F9; }
    .gi-section.lightblue .gi-section-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #0096D6;
      color: #fff;
      border: 4px solid transparent; }
      .gi-section.lightblue .gi-section-btn .fa {
        margin-right: 10px; }
      .gi-section.lightblue .gi-section-btn:hover {
        background-color: #fff;
        border: 4px solid #0096D6;
        color: #0096D6; }
        .gi-section.lightblue .gi-section-btn:hover::after {
          top: 0; }
    .gi-section.lightblue .gi-section-title {
      color: #0096D6; }
  .gi-section.bg-lightblue {
    background-color: #0096D6 !important; }
    .gi-section.bg-lightblue .gi-section-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #fff;
      color: #0096D6;
      border: 4px solid #0096D6; }
      .gi-section.bg-lightblue .gi-section-btn .fa {
        margin-right: 10px; }
      .gi-section.bg-lightblue .gi-section-btn:hover {
        border: 4px solid #fff;
        color: #fff;
        background-color: #0096D6; }
    .gi-section.bg-lightblue .gi-section-title, .gi-section.bg-lightblue h2, .gi-section.bg-lightblue h3, .gi-section.bg-lightblue h4 {
      color: #fff; }
  .gi-section.bg-light {
    background-color: #EEF0F4; }
  .gi-section.bg-glacier {
    background-color: #F6F7F9; }
  .gi-section.bg-white {
    background-color: #fff; }
  .gi-section.bg-mediumblue {
    background-color: #4091C8; }
    .gi-section.bg-mediumblue .gi-section-title {
      color: #fff; }
  .gi-section .gi-section-title {
    font-size: 30px;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    padding-left: 0;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .gi-section .gi-section-title {
        font-size: 48px;
        padding-right: 50px;
        padding-left: 0;
        margin-bottom: 40px; } }
  .gi-section .gi-section-text {
    font-size: 19.04px;
    line-height: 33.6px; }
    @media (min-width: 768px) {
      .gi-section .gi-section-text {
        font-size: 26px;
        line-height: 45.5px; } }
  .gi-section .gi-section-btn {
    margin-top: 45px;
    width: 100%;
    justify-content: center;
    border: 4px solid transparent; }
    @media (min-width: 576px) {
      .gi-section .gi-section-btn {
        float: right;
        text-align: left;
        width: auto; } }

body.orange .f-section-title {
  background-color: #F39000; }

body.orange .f-form-submit {
  transition: all 0.3s ease;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  background-color: #F39000;
  color: #fff;
  border: 4px solid transparent;
  margin-top: 30px; }
  body.orange .f-form-submit .fa {
    margin-right: 10px; }
  body.orange .f-form-submit:hover {
    background-color: #fff;
    border: 4px solid #F39000;
    color: #F39000; }
    body.orange .f-form-submit:hover::after {
      top: 0; }
  @media (min-width: 992px) {
    body.orange .f-form-submit {
      margin-top: 70px; } }

body.orange .f-form-input input, body.orange .f-form-input select, body.orange .f-form-input textarea {
  border-bottom: 2px solid #FBE2BE; }
  body.orange .f-form-input input:focus, body.orange .f-form-input select:focus, body.orange .f-form-input textarea:focus {
    outline: 0;
    background-color: rgba(255, 230, 197, 0.368627); }

.f-section {
  margin-bottom: 30px;
  background-color: #fff;
  color: #303a40;
  box-shadow: 0px 0px 20px 0px rgba(139, 145, 150, 0.1); }
  @media (min-width: 992px) {
    .f-section {
      margin-bottom: 60px; } }
  @media (max-width: 991.98px) {
    .f-section .f-section-form-fields {
      margin-top: 20px; } }
  .f-section .f-section-content {
    padding: 30px; }
    .f-section .f-section-content .f-section-image {
      padding-right: 30px; }
      @media (max-width: 991.98px) {
        .f-section .f-section-content .f-section-image {
          margin-bottom: 30px; } }
    .f-section .f-section-content .f-section-description {
      align-content: flex-start;
      margin-top: 50px; }
      @media (max-width: 991.98px) {
        .f-section .f-section-content .f-section-description {
          margin-top: 20px; } }
      .f-section .f-section-content .f-section-description .f-section-desc-title {
        font-size: 23.75px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media (min-width: 576px) {
          .f-section .f-section-content .f-section-description .f-section-desc-title {
            font-size: 27.5px;
            font-weight: bold;
            margin-bottom: 20px; } }
      .f-section .f-section-content .f-section-description .f-section-desc-text {
        font-size: 19px;
        line-height: 1.6; }
        @media (min-width: 576px) {
          .f-section .f-section-content .f-section-description .f-section-desc-text {
            font-size: 22px; } }
  .f-section .f-section-title {
    background-color: #006EB7;
    color: #fff;
    padding: 15px 30px;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    text-transform: uppercase;
    font-size: 26.6px; }
    @media (min-width: 576px) {
      .f-section .f-section-title {
        font-size: 28.6px; } }
  .f-section .f-form-input {
    float: left;
    flex-wrap: wrap;
    flex: 0 0 100%;
    width: 100%; }
    @media (min-width: 576px) {
      .f-section .f-form-input {
        padding-right: 35px; } }
    .f-section .f-form-input:only-child {
      padding-right: 0; }
    .f-section .f-form-input .f-form-label {
      font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
      font-size: 21.85px;
      margin-bottom: 10px;
      display: inline-block; }
      @media (min-width: 576px) {
        .f-section .f-form-input .f-form-label {
          font-size: 25.08px; } }
    .f-section .f-form-input input, .f-section .f-form-input select, .f-section .f-form-input textarea {
      width: 100%;
      padding: 8px 8px;
      margin-bottom: 15px;
      font-size: 19px;
      line-height: 28px;
      border: none;
      background-color: transparent;
      border-radius: 1px;
      border-bottom: 1px solid #B0B0B0;
      color: #303a40; }
      .f-section .f-form-input input:focus, .f-section .f-form-input select:focus, .f-section .f-form-input textarea:focus {
        outline: 0; }
      @media (min-width: 576px) {
        .f-section .f-form-input input, .f-section .f-form-input select, .f-section .f-form-input textarea {
          padding: 8px 12px;
          margin-bottom: 35px;
          font-size: 22px;
          line-height: 35px; } }
      .f-section .f-form-input input::placeholder, .f-section .f-form-input select::placeholder, .f-section .f-form-input textarea::placeholder {
        color: #303a40; }
    .f-section .f-form-input textarea {
      min-height: 300px; }
    @media (min-width: 992px) {
      .f-section .f-form-input.w100 {
        width: 100%; }
      .f-section .f-form-input.w50 {
        width: 50%; }
      .f-section .f-form-input.w25 {
        width: 25%; }
      .f-section .f-form-input.w33 {
        width: 33%; }
      .f-section .f-form-input.w75 {
        width: 75%; } }

.k-columns .k-columns-row {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .k-columns .k-columns-row {
      display: flex;
      margin-bottom: 80px; } }

.k-columns .k-column {
  white-space: pre-line;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .k-columns .k-column {
      padding: 0 30px 30px 0;
      flex: 0 1 100%;
      margin-bottom: 0; } }
  .k-columns .k-column:last-child {
    padding-right: 0; }
  .k-columns .k-column.style-style1, .k-columns .k-column.style-style2 {
    padding: 15px; }
    @media (min-width: 768px) {
      .k-columns .k-column.style-style1, .k-columns .k-column.style-style2 {
        padding: 30px; } }
  .k-columns .k-column.style-style1 {
    color: #fff;
    background-color: #006EB7;
    border: none;
    box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
  .k-columns .k-column.style-style2 {
    color: inherit;
    background-color: #E6E9EE;
    border: 5px solid #eee;
    box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
  .k-columns .k-column.width-100 {
    flex: 0 100%; }
  @media (min-width: 768px) {
    .k-columns .k-column.width-12 {
      flex: 0 12.5%; }
    .k-columns .k-column.width-50 {
      flex: 0 50%; }
    .k-columns .k-column.width-25 {
      flex: 0 25%; }
    .k-columns .k-column.width-75 {
      flex: 0 75%; } }
  .k-columns .k-column .k-column-image {
    width: 100%;
    height: auto; }

table {
  font-size: 20px;
  line-height: 35px; }

.gi-table {
  margin-bottom: 50px;
  width: 100%; }
  .gi-table th.gi-align-middle, .gi-table td.gi-align-middle {
    vertical-align: middle; }
  .gi-table th:focus, .gi-table td:focus {
    outline: none; }
  .gi-table thead {
    border-bottom: 1px solid #E6E9EE;
    margin-bottom: 20px; }
    .gi-table thead th {
      padding: 20px;
      padding-left: 0;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      cursor: pointer; }
      .gi-table thead th.sorting {
        background: url("/assets/images/sort.svg") no-repeat right 25px center; }
      .gi-table thead th.sorting_desc {
        background: url("/assets/images/sort_desc.svg") no-repeat right 25px center; }
      .gi-table thead th.sorting_asc {
        background: url("/assets/images/sort_asc.svg") no-repeat right 25px center; }
  .gi-table tbody tr:first-child td, .gi-table tbody tr:first-child th {
    padding-top: 30px; }
  .gi-table tbody th, .gi-table tbody td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top; }
  .gi-table tbody .gi-categories .gi-cat {
    margin-top: 9px; }
  .gi-table tbody tr.gi-details-row {
    cursor: zoom-in; }
    .gi-table tbody tr.gi-details-row td {
      height: auto;
      background-color: #fff;
      border-top: 12px solid #EEF0F4;
      margin: 10px;
      padding: 18px 24px; }
    .gi-table tbody tr.gi-details-row .gi-table-details {
      height: 0;
      width: 0;
      overflow: hidden;
      transition: opacity 0.2s ease-in;
      opacity: 0; }
      .gi-table tbody tr.gi-details-row .gi-table-details .gi-details-inner {
        display: flex;
        height: 100%;
        padding: 20px; }
      .gi-table tbody tr.gi-details-row .gi-table-details .container, .gi-table tbody tr.gi-details-row .gi-table-details .row, .gi-table tbody tr.gi-details-row .gi-table-details .col-12 {
        height: 100%; }
    .gi-table tbody tr.gi-details-row .gi-details-toggle .gi-toggle-anchor:before {
      content: "\e145"; }
    .gi-table tbody tr.gi-details-row .gi-details-toggle .gi-toggle-anchor:before {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      align-self: center;
      margin-left: 0;
      margin-right: 10px;
      font-size: 40px; }
    .gi-table tbody tr.gi-details-row.gi-details-open td {
      height: 570px;
      font-weight: bold; }
    .gi-table tbody tr.gi-details-row.gi-details-open .gi-details-toggle .gi-toggle-anchor:before {
      content: "\e15b"; }
    .gi-table tbody tr.gi-details-row.gi-details-open .gi-details-toggle .gi-toggle-anchor:before {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      align-self: center;
      margin-left: 0;
      margin-right: 10px;
      font-size: 40px; }
    .gi-table tbody tr.gi-details-row.gi-details-open .gi-table-details {
      opacity: 1;
      width: auto;
      display: block;
      height: 440px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      margin-top: 40px; }

.gi-footer {
  background-color: #272b2e;
  padding: 30px 0 10px 0;
  font-size: 15.3px;
  line-height: 27px;
  color: #f6f7f975; }
  @media (min-width: 576px) {
    .gi-footer {
      padding: 50px 0;
      font-size: 18px;
      line-height: 31.5px; } }
  .gi-footer strong {
    color: #ffffffa3; }
  .gi-footer a {
    color: #80B6DA; }
    .gi-footer a:hover {
      color: #0096D6; }
  .gi-footer .gi-footer-social a {
    color: #0096D6;
    display: inline-block;
    font-size: 27px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .gi-footer .gi-footer-social a:hover {
      color: #80C9EA; }
    @media (min-width: 576px) {
      .gi-footer .gi-footer-social a {
        font-size: 30px;
        margin-right: 20px;
        margin-top: 10px;
        margin-bottom: 0; } }
  .gi-footer .k-columns-row {
    margin-bottom: 0; }
    .gi-footer .k-columns-row .k-column {
      padding-bottom: 0;
      position: relative; }
      .gi-footer .k-columns-row .k-column:first-child {
        overflow: visible; }
        .gi-footer .k-columns-row .k-column:first-child .k-column-image {
          max-width: 140px; }
          @media (max-width: 575.98px) {
            .gi-footer .k-columns-row .k-column:first-child .k-column-image {
              margin: 20px 0 00px 0; } }

.gi-footer-bottom {
  padding: 20px 0;
  background-color: #222426;
  color: #F6F7F9;
  font-size: 15.3px;
  line-height: 27px; }
  @media (min-width: 576px) {
    .gi-footer-bottom {
      font-size: 16px;
      line-height: 28px; } }
  .gi-footer-bottom.blue {
    background-color: #0096D6;
    color: #DFE2EA; }
    .gi-footer-bottom.blue a {
      color: #F6F7F9; }
  .gi-footer-bottom .gi-footer-bottom-logo {
    height: 20px;
    width: auto;
    display: none; }
  .gi-footer-bottom a {
    color: #F6F7F9;
    margin-right: 20px;
    opacity: 0.5; }
    .gi-footer-bottom a:hover {
      color: #DFE2EA;
      opacity: 0.8; }

/*
  Social Sharing Icons
*/
.gi-share {
  color: #525252;
  display: flex;
  align-items: center;
  font-weight: normal; }
  .gi-share.lightblue .gi-social-icon {
    color: #0096D6; }
    .gi-share.lightblue .gi-social-icon:hover {
      color: #006EB7; }
  .gi-share.md {
    font-size: 13px;
    color: #525252; }
    .gi-share.md .gi-social-icon {
      font-size: 21px;
      margin-right: 10px; }
      @media (min-width: 576px) {
        .gi-share.md .gi-social-icon {
          font-size: 25px; } }
  .gi-share.huge .gi-social-icon {
    font-size: 60px;
    margin-right: 20px; }
    @media (min-width: 576px) {
      .gi-share.huge .gi-social-icon {
        font-size: 80px;
        margin-right: 20px; } }
  .gi-share.no-title .gi-share-title {
    display: none; }
  .gi-share.no-title .gi-social-icon:first-child {
    margin-left: 0; }
  .gi-share .gi-share-title {
    margin-right: 20px; }

.gi-social-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 25px;
  position: relative;
  color: #006EB7;
  transition: background-color 0.1s ease-in, color 0.2s ease-in-out; }
  .gi-social-icon img {
    width: 100%;
    height: 100%; }
  .gi-social-icon:hover {
    border-radius: 50%;
    color: #0096D6; }

.gi-categories {
  display: flex;
  align-items: center; }
  .gi-categories .gi-cat {
    letter-spacing: 1px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 200;
    padding: 0 4px 5px 4px;
    color: #2f2f2f;
    text-transform: uppercase;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-right: 8px; }
    @media (min-width: 576px) {
      .gi-categories .gi-cat {
        letter-spacing: 1px;
        font-size: 13px;
        line-height: 17px;
        font-weight: 400; } }
    .gi-categories .gi-cat.blue {
      border-color: #006EB7; }
    .gi-categories .gi-cat.lightblue {
      border-color: #0096D6; }
    .gi-categories .gi-cat.orange {
      border-color: #F39000; }
    .gi-categories .gi-cat.yellow {
      border-color: #FFD900; }
    .gi-categories .gi-cat.grey {
      border-color: #DFE2EA; }
    .gi-categories .gi-cat.politik {
      border-color: #006EB7; }
    .gi-categories .gi-cat.wissenschaft {
      border-color: #F39000; }
    .gi-categories .gi-cat.initiativkomitee {
      border-color: #0096D6; }
    .gi-categories .gi-cat.persönlichkeiten {
      border-color: #FFD900; }
    .gi-categories .gi-cat.institutionen {
      border-color: #DFE2EA; }
    .gi-categories .gi-cat.organisation {
      border-color: #DFE2EA; }
    .gi-categories .gi-cat.wirtschaft {
      border-color: #BEDAEC; }
    .gi-categories .gi-cat.unternehmen {
      border-color: #FFD900; }
    .gi-categories .gi-cat.politischeskomitee {
      border-color: #F8C680; }
    .gi-categories .gi-cat.wissenschaftskomitee {
      border-color: #F39000; }
    .gi-categories .gi-cat.parteien {
      border-color: #DFE2EA; }
    .gi-categories .gi-cat.wirtschaftskomitee {
      border-color: #006EB7; }
    .gi-categories .gi-cat.landwirtschaftskomitee {
      border-color: #0096D6; }

/*
  Components
*/
.gi-accordion-block-title {
  margin-bottom: 40px; }

.gi-accordion-block {
  padding: 70px 0;
  background-color: #fff; }
  .gi-accordion-block.glacier {
    background-color: #EEF0F4; }
  .gi-accordion-block.orange {
    background-color: #F39000; }
    .gi-accordion-block.orange .gi-accordion-block-title {
      color: #fff; }
  .gi-accordion-block.blue {
    background-color: #006EB7; }
    .gi-accordion-block.blue .gi-accordion-block-title {
      color: #fff; }

.gi-accordion .gi-accordion-row {
  position: relative;
  margin: 10px 0;
  padding: 25px 64px; }
  @media (max-width: 575.98px) {
    .gi-accordion .gi-accordion-row {
      margin: 5px -20px;
      padding: 22px 16px 15px 49px; } }
  .gi-accordion .gi-accordion-row:hover .gi-accordion-toggle::before {
    opacity: 0.8; }
  .gi-accordion .gi-accordion-row .gi-accordion-title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .gi-accordion .gi-accordion-row .gi-accordion-title {
        font-size: 25px;
        line-height: 30px; } }
    @media (min-width: 992px) {
      .gi-accordion .gi-accordion-row .gi-accordion-title {
        font-size: 29px;
        line-height: 33px; } }
  .gi-accordion .gi-accordion-row .gi-accordion-toggle {
    cursor: pointer;
    display: flex;
    align-items: flex-start; }
    .gi-accordion .gi-accordion-row .gi-accordion-toggle:before {
      opacity: 0.4;
      transition: opacity 0.3s ease;
      font-size: 28px;
      display: flex;
      position: absolute;
      height: 100%;
      margin-left: -40px;
      align-self: flex-start;
      align-items: center; }
    .gi-accordion .gi-accordion-row .gi-accordion-toggle:before {
      content: "\e145"; }
    .gi-accordion .gi-accordion-row .gi-accordion-toggle:before {
      font-family: "Material Icons";
      font-weight: normal;
      font-style: normal;
      font-size: 24px;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      /* Support for all WebKit browsers. */
      -webkit-font-smoothing: antialiased;
      /* Support for Safari and Chrome. */
      text-rendering: optimizeLegibility;
      /* Support for Firefox. */
      -moz-osx-font-smoothing: grayscale;
      /* Support for IE. */
      font-feature-settings: 'liga';
      align-self: center;
      margin-left: 0;
      margin-right: 0;
      font-size: 24px; }
  .gi-accordion .gi-accordion-row .gi-acc-content {
    display: flex;
    position: absolute;
    z-index: -1;
    padding: 0;
    transition: opacity 0s ease-in;
    opacity: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 15.3px;
    line-height: 27px; }
    @media (min-width: 576px) {
      .gi-accordion .gi-accordion-row .gi-acc-content {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 30px;
        margin-top: 30px; } }
    @media (min-width: 992px) {
      .gi-accordion .gi-accordion-row .gi-acc-content {
        width: 95%;
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 30px;
        margin-top: 30px; } }
    .gi-accordion .gi-accordion-row .gi-acc-content p {
      margin-bottom: 15px; }
  .gi-accordion .gi-accordion-row.gi-acc-open .gi-accordion-toggle:before {
    content: "\e15b"; }
  .gi-accordion .gi-accordion-row.gi-acc-open .gi-accordion-toggle:before {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px; }
  .gi-accordion .gi-accordion-row.gi-acc-open .gi-acc-content {
    z-index: 1;
    opacity: 0.8;
    position: relative;
    transition: opacity 0.2s ease-in; }
  .gi-accordion .gi-accordion-row .gi-accordion-toggle:before, .gi-accordion .gi-accordion-row.gi-acc-open .gi-accordion-toggle:before {
    transition: opacity 0.3s ease;
    font-size: 28px;
    display: flex;
    position: absolute;
    height: 33px;
    margin-left: -40px;
    align-self: flex-start;
    align-items: center; }

/*
  Default style
*/
.gi-accordion-default .gi-accordion-row {
  background-color: #FDFBF6;
  margin: 10px 0; }

.gi-newsletter .gi-newsletter-disclaimer {
  margin-bottom: 30px;
  font-weight: 200; }
  @media (min-width: 576px) {
    .gi-newsletter .gi-newsletter-disclaimer::before {
      content: "";
      background: url(/assets/images/arrow-more.svg) no-repeat 2px 2px;
      height: 140px;
      width: 70px;
      top: 24px;
      left: -93px;
      position: absolute; } }

.gi-newsletter .gi-newsletter-intro {
  margin-bottom: 20px; }

.gi-newsletter .row.gi-newsletter-row {
  padding: 8px 0; }
  @media (min-width: 576px) {
    .gi-newsletter .row.gi-newsletter-row {
      padding: 20px 0; }
      .gi-newsletter .row.gi-newsletter-row.gi-newsletter-more {
        padding-top: 60px;
        padding-left: 120px; } }
  @media (min-width: 1400px) {
    .gi-newsletter .row.gi-newsletter-row.gi-newsletter-more {
      padding-left: 0; } }

.gi-newsletter .gi-form-control {
  margin-bottom: 20px; }

.gi-newsletter .gi-form-required-help {
  margin-top: 20px;
  display: inline-block;
  font-weight: 200; }
  @media (min-width: 576px) {
    .gi-newsletter .gi-form-required-help {
      float: right; } }

.gi-newsletter-signup-confirmation {
  padding: 80px 0;
  text-align: center;
  width: 80%;
  max-width: 600px; }
  .gi-newsletter-signup-confirmation.subscribed h2 .icon {
    color: #178800; }
  .gi-newsletter-signup-confirmation.error h2 .icon {
    color: #c40909; }
  .gi-newsletter-signup-confirmation .gi-newsletter-back {
    margin-top: 30px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #F39000;
    color: #fff;
    border: 4px solid transparent; }
    .gi-newsletter-signup-confirmation .gi-newsletter-back .fa {
      margin-right: 10px; }
    .gi-newsletter-signup-confirmation .gi-newsletter-back:hover {
      background-color: #fff;
      border: 4px solid #F39000;
      color: #F39000; }
      .gi-newsletter-signup-confirmation .gi-newsletter-back:hover::after {
        top: 0; }

/*
  News Teaser View: Shared View
*/
.gi-article-teaser {
  margin-bottom: 20px;
  display: block; }
  .gi-article-teaser .gi-news-main {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    color: #303a40;
    /* Push to bottom */
    /* Don't use barlow for title fonts on news teasers */ }
    @media (min-width: 576px) {
      .gi-article-teaser .gi-news-main {
        padding: 35px; } }
    .gi-article-teaser .gi-news-main a {
      color: #0096D6; }
      .gi-article-teaser .gi-news-main a:hover {
        color: #006EB7; }
    .gi-article-teaser .gi-news-main .gi-news-footer {
      margin-top: auto;
      display: flex; }
      .gi-article-teaser .gi-news-main .gi-news-footer .gi-articles-more {
        margin-left: auto;
        display: inline-flex; }
        @media (max-width: 575.98px) {
          .gi-article-teaser .gi-news-main .gi-news-footer .gi-articles-more {
            width: 100%;
            display: flex;
            justify-content: center; } }
      .gi-article-teaser .gi-news-main .gi-news-footer .gi-news-footer-inner {
        display: flex;
        width: 100%;
        /* Read more arrow */ }
        .gi-article-teaser .gi-news-main .gi-news-footer .gi-news-footer-inner .gi-article-read {
          display: flex;
          align-items: center;
          color: #0096D6;
          margin-left: auto;
          background: url(/assets/icons/icon-arrow-lightblue.svg) no-repeat center right;
          padding-right: 35px;
          margin-bottom: 0; }
        @media (max-width: 575.98px) {
          .gi-article-teaser .gi-news-main .gi-news-footer .gi-news-footer-inner .gi-news-category {
            display: none; } }
    .gi-article-teaser .gi-news-main h1, .gi-article-teaser .gi-news-main h2, .gi-article-teaser .gi-news-main h3 {
      font-family: "Roboto", Verdana, Sans-serif; }

/* Teaser view: Frontpage and Blog Page */
.gi-news-teaser {
  /* Title and intro are centered and pulled up (on desktop viewport) */
  /* Narrow view without excerpt */
  /* Main news box */
  /* Teaser image */ }
  @media (max-width: 575.98px) {
    .gi-news-teaser {
      margin-left: -15px;
      margin-right: -15px; } }
  .gi-news-teaser .gi-article-teaser.has-video .gi-news-main {
    width: 100%;
    margin: 0; }
  @media (min-width: 576px) {
    .gi-news-teaser.gi-teaser-featured {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .gi-news-teaser.gi-teaser-featured {
      margin-bottom: 100px; }
      .gi-news-teaser.gi-teaser-featured .gi-news-main {
        width: 80%;
        margin: -100px auto 0 auto; }
        .gi-news-teaser.gi-teaser-featured .gi-news-main .gi-news-title {
          font-size: 32px;
          line-height: 1.4;
          margin-bottom: 10px; } }
  .gi-news-teaser.gi-teaser-short .gi-news-main {
    background-image: url("/assets/icons/chevron-right-blue.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 15px;
    transition: background-position 0.3s ease-in; }
    @media (min-width: 576px) {
      .gi-news-teaser.gi-teaser-short .gi-news-main {
        background-position: right 30px center;
        background-size: 17px; } }
    .gi-news-teaser.gi-teaser-short .gi-news-main:hover {
      background-position: right 20px center; }
    .gi-news-teaser.gi-teaser-short .gi-news-main .gi-articles-more {
      display: none; }
  .gi-news-teaser.gi-teaser-short .gi-news-category {
    align-self: flex-start;
    margin-top: 5px; }
    @media (min-width: 576px) {
      .gi-news-teaser.gi-teaser-short .gi-news-category {
        margin-top: 15px; } }
  .gi-news-teaser.gi-teaser-short .gi-news-title {
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .gi-news-teaser.gi-teaser-short .gi-news-title {
        margin-bottom: 30px; } }
  .gi-news-teaser .gi-news-main {
    box-shadow: 3px 3px 20px 1px #4444441a;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    transform: translateX(0); }
    .gi-news-teaser .gi-news-main:hover {
      box-shadow: 3px 3px 20px 1px #4444442a; }
    .gi-news-teaser .gi-news-main .gi-news-meta {
      margin-bottom: 5px;
      font-size: 13.6px;
      font-weight: 200;
      line-height: 1;
      padding: 8px 0px;
      color: #525252; }
      @media (min-width: 576px) {
        .gi-news-teaser .gi-news-main .gi-news-meta {
          font-weight: 200;
          font-size: 18px;
          margin-bottom: 14px;
          padding: 0; } }
    .gi-news-teaser .gi-news-main .gi-news-title {
      font-size: 24px;
      line-height: 31px;
      color: #0096D6;
      padding-right: 40px;
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        .gi-news-teaser .gi-news-main .gi-news-title {
          font-size: 26px;
          line-height: 32px;
          padding-right: 60px; } }
    .gi-news-teaser .gi-news-main .gi-news-intro {
      font-size: 17px;
      line-height: 30px;
      margin-bottom: 20px; }
      @media (min-width: 576px) {
        .gi-news-teaser .gi-news-main .gi-news-intro {
          font-size: 20px;
          line-height: 35px; } }
      .gi-news-teaser .gi-news-main .gi-news-intro p {
        margin-bottom: 15px; }
  .gi-news-teaser .gi-news-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    position: relative;
    overflow: hidden; }
    .gi-news-teaser .gi-news-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 62.5%; }
    .gi-news-teaser .gi-news-image > .content, .gi-news-teaser .gi-news-image > img, .gi-news-teaser .gi-news-image > video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .gi-news-teaser .gi-news-image img, .gi-news-teaser .gi-news-image video {
      width: 100%;
      object-fit: cover;
      height: 100%; }
    @media (min-width: 576px) {
      .gi-news-teaser .gi-news-image {
        position: relative;
        overflow: hidden; }
        .gi-news-teaser .gi-news-image:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 50%; }
        .gi-news-teaser .gi-news-image > .content, .gi-news-teaser .gi-news-image > img, .gi-news-teaser .gi-news-image > video {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .gi-news-teaser .gi-news-image img, .gi-news-teaser .gi-news-image video {
          width: 100%;
          object-fit: cover;
          height: 100%; } }
  .gi-news-teaser .gi-news-category {
    display: inline-block;
    text-transform: uppercase;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    display: inline-flex;
    background-color: #0096D6;
    color: #fff;
    align-self: flex-end; }
    @media (min-width: 576px) {
      .gi-news-teaser .gi-news-category {
        font-size: 15px;
        line-height: 25px;
        padding: 1px 8px; } }
    @media (min-width: 992px) {
      .gi-news-teaser .gi-news-category {
        font-size: 18px;
        line-height: 34px;
        padding: 1px 10px; } }
  .gi-news-teaser .gi-news-category-text {
    display: inline-flex;
    color: #0096D6;
    margin-top: auto; }
  .gi-news-teaser .gi-btn-more {
    display: inline-flex;
    margin-top: 50px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #0096D6;
    border: 4px solid #fff; }
    .gi-news-teaser .gi-btn-more .fa {
      margin-right: 10px; }
    .gi-news-teaser .gi-btn-more:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #0096D6; }
    @media (max-width: 575.98px) {
      .gi-news-teaser .gi-btn-more {
        width: 100%;
        justify-content: center; } }

/* Archive View: Blog Page and Article */
.gi-archive {
  margin: 0;
  /* Remove arrow on mobile view in archive */ }
  .gi-archive .gi-article-teaser {
    margin-bottom: 0;
    flex: 1;
    display: flex; }
  .gi-archive .gi-more-element {
    margin-bottom: 20px;
    display: flex; }
  .gi-archive .gi-news-footer .gi-news-category {
    background-color: transparent;
    color: #0096D6;
    padding: 0;
    display: inline-flex !important; }

.gi-quote {
  color: #4d4d4d; }
  @media (max-width: 1199.98px) {
    .gi-quote .gi-quote-row {
      flex-direction: column-reverse; } }
  .gi-quote .gi-quote-image img {
    border-radius: 50%;
    width: 100%;
    height: auto; }
  .gi-quote .gi-quote-quote {
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 30px;
    margin-top: 8px;
    font-weight: 200; }
    @media (min-width: 576px) {
      .gi-quote .gi-quote-quote {
        font-size: 30px;
        line-height: 62px;
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .gi-quote .gi-quote-quote {
        font-size: 35px;
        padding-left: 50px;
        line-height: 55px; } }
    @media (min-width: 1400px) {
      .gi-quote .gi-quote-quote {
        font-size: 44px;
        padding-left: 50px;
        line-height: 65px;
        margin-bottom: 0; } }
  .gi-quote .gi-quote-attr .gi-attr-name {
    font-size: 22px;
    color: #000;
    white-space: nowrap; }
  .gi-quote .gi-quote-attr .gi-attr-title {
    font-size: 17px; }
  .gi-quote .gi-quote-attr .gi-attr-subtitle {
    line-height: 22px;
    font-size: 14px;
    font-weight: 200; }
  @media (min-width: 992px) {
    .gi-quote .gi-quote-attr {
      margin-top: 40px;
      margin-left: 40px; }
      .gi-quote .gi-quote-attr .gi-attr-name {
        font-size: 36px; }
      .gi-quote .gi-quote-attr .gi-attr-title {
        font-size: 24px; }
      .gi-quote .gi-quote-attr .gi-attr-subtitle {
        line-height: 23px;
        font-size: 16px;
        font-weight: 200; } }
  .gi-quote .gi-quote-btn {
    float: right;
    background-color: #FFD900 !important;
    color: #303a40 !important;
    border: 4px solid transparent !important; }
    .gi-quote .gi-quote-btn:hover {
      background-color: #fff  !important;
      color: #FFD900 !important;
      border: 4px solid #FFD900 !important; }
    @media (max-width: 575.98px) {
      .gi-quote .gi-quote-btn {
        width: 100%;
        float: none;
        justify-content: center; } }

.gi-banner {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (min-width: 992px) {
    .gi-banner {
      height: 800px; } }
  .gi-banner .gi-banner-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .gi-banner .gi-banner-button {
        bottom: 100px; } }
    .gi-banner .gi-banner-button .gi-btn {
      float: right;
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #F39000;
      color: #fff;
      border: 4px solid transparent; }
      .gi-banner .gi-banner-button .gi-btn .fa {
        margin-right: 10px; }
      .gi-banner .gi-banner-button .gi-btn:hover {
        background-color: #fff;
        border: 4px solid #F39000;
        color: #F39000; }
        .gi-banner .gi-banner-button .gi-btn:hover::after {
          top: 0; }
  .gi-banner .gi-banner-headline {
    padding-top: 60px;
    font-size: 29px;
    color: #fff;
    font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .gi-banner .gi-banner-headline {
        font-size: 34px; } }
    .gi-banner .gi-banner-headline .gi-banner-sub {
      padding: 5px 8px;
      margin-bottom: 10px;
      display: block;
      float: left;
      clear: both; }
      @media (min-width: 576px) {
        .gi-banner .gi-banner-headline .gi-banner-sub {
          padding: 8px 10px; } }
      .gi-banner .gi-banner-headline .gi-banner-sub.gi-banner-sub-1 {
        background-color: #F39000; }
      .gi-banner .gi-banner-headline .gi-banner-sub.gi-banner-sub-2 {
        background-color: #0096D6; }
    @media (min-width: 992px) {
      .gi-banner .gi-banner-headline {
        padding-top: 80px;
        font-size: 64px; }
        .gi-banner .gi-banner-headline .gi-banner-sub {
          padding: 21px 20px;
          margin-bottom: 20px; } }

.gi-cta-container {
  position: relative;
  background-color: #006EB7; }
  .gi-cta-container .gi-cta-inner {
    clear: both;
    display: flex;
    padding: 30px;
    background-color: #F6F7F9;
    position: relative;
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      .gi-cta-container .gi-cta-inner {
        transform: translateY(-20%); }
        .gi-cta-container .gi-cta-inner .gi-cta-title-desktop {
          display: none; }
        .gi-cta-container .gi-cta-inner .row {
          flex-wrap: wrap-reverse; } }
    @media (max-width: 575.98px) {
      .gi-cta-container .gi-cta-inner {
        transform: translateY(0); } }
    @media (min-width: 768px) {
      .gi-cta-container .gi-cta-inner .gi-cta-title-mobile {
        display: none; } }
    .gi-cta-container .gi-cta-inner .gi-cta-title {
      font-size: 23px;
      color: #625353;
      font-weight: 400;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .gi-cta-container .gi-cta-inner .gi-cta-title {
          font-size: 26px;
          font-weight: bold;
          line-height: 1.3;
          margin-bottom: 10px; } }
    .gi-cta-container .gi-cta-inner .gi-cta-btn {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #F39000;
      color: #fff;
      border: 4px solid transparent;
      white-space: nowrap; }
      .gi-cta-container .gi-cta-inner .gi-cta-btn .fa {
        margin-right: 10px; }
      .gi-cta-container .gi-cta-inner .gi-cta-btn:hover {
        background-color: #fff;
        border: 4px solid #F39000;
        color: #F39000; }
        .gi-cta-container .gi-cta-inner .gi-cta-btn:hover::after {
          top: 0; }
    @media (min-width: 1400px) {
      .gi-cta-container .gi-cta-inner .gi-cta-image {
        padding: 0 25px; } }
    .gi-cta-container .gi-cta-inner .gi-cta-text {
      font-size: 28px;
      line-height: 1.3;
      font-weight: bold;
      margin-bottom: 20px;
      color: #F39000; }
      @media (min-width: 768px) {
        .gi-cta-container .gi-cta-inner .gi-cta-text {
          font-size: 32px; } }
      .gi-cta-container .gi-cta-inner .gi-cta-text h2 {
        font-size: 100px; }
      .gi-cta-container .gi-cta-inner .gi-cta-text h3 {
        font-size: 50px; }
      .gi-cta-container .gi-cta-inner .gi-cta-text h1, .gi-cta-container .gi-cta-inner .gi-cta-text h2, .gi-cta-container .gi-cta-inner .gi-cta-text h3 {
        font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
        line-height: 1;
        margin-bottom: 10px; }
      .gi-cta-container .gi-cta-inner .gi-cta-text h1 {
        font-size: 110px; }

.gi-donation {
  text-align: center; }
  .gi-donation .gi-donation-title {
    text-align: left;
    margin: 20px 0 50px 0; }
  @media (min-width: 992px) {
    .gi-donation {
      padding: 80px; } }
  .gi-donation .gi-donation-inner {
    box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5);
    overflow: hidden; }
    @media (max-width: 991.98px) {
      .gi-donation .gi-donation-inner {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        max-width: unset; } }
    .gi-donation .gi-donation-inner iframe {
      border: 0; }

.gi-content-teaser {
  padding: 20px;
  margin: 40px 0;
  box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
  @media (min-width: 576px) {
    .gi-content-teaser {
      padding: 40px;
      margin: 80px 0; } }
  .gi-content-teaser.fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset;
    margin-top: 0;
    margin-bottom: 0; }
    .gi-content-teaser.fullwidth .gi-teaser-btn {
      margin-left: 0; }
    .gi-content-teaser.fullwidth .inner {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      padding: 25px 0; }
      @media (min-width: 576px) {
        .gi-content-teaser.fullwidth .inner {
          max-width: 540px; } }
      @media (min-width: 768px) {
        .gi-content-teaser.fullwidth .inner {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .gi-content-teaser.fullwidth .inner {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .gi-content-teaser.fullwidth .inner {
          max-width: 1140px; } }
      @media (min-width: 1400px) {
        .gi-content-teaser.fullwidth .inner {
          max-width: 1380px; } }
      @media (min-width: 576px) {
        .gi-content-teaser.fullwidth .inner {
          padding: 55px 0; } }
  .gi-content-teaser.glacier {
    background-color: #DFE2EA;
    color: #303a40; }
    .gi-content-teaser.glacier .gi-teaser-btn {
      background-color: #0096D6;
      color: #fff; }
  .gi-content-teaser.orange {
    background-color: #F39000;
    color: #fff; }
  .gi-content-teaser.blue {
    background-color: #006EB7;
    color: #fff; }
  .gi-content-teaser.lightblue {
    background-color: #0096D6;
    color: #fff; }
    .gi-content-teaser.lightblue .gi-section-title {
      color: #fff; }
    .gi-content-teaser.lightblue .gi-teaser-btn {
      color: #0096D6; }
  .gi-content-teaser .gi-content-teaser-image {
    padding: 15px 0 30px 0; }
  .gi-content-teaser .gi-btn-col {
    display: flex;
    margin-top: 25px; }
    @media (min-width: 576px) {
      .gi-content-teaser .gi-btn-col {
        margin-top: 45px; } }
  .gi-content-teaser .gi-content-teaser-title {
    text-transform: uppercase;
    margin-bottom: 25px; }
    @media (min-width: 576px) {
      .gi-content-teaser .gi-content-teaser-title {
        margin-bottom: 45px; } }
  .gi-content-teaser .gi-content-teaser-text {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 200; }
    @media (min-width: 576px) {
      .gi-content-teaser .gi-content-teaser-text {
        font-size: 21px;
        line-height: 1.8; } }
    @media (min-width: 992px) {
      .gi-content-teaser .gi-content-teaser-text {
        font-size: 24px;
        line-height: 33px; } }

/* 
    Page Block 
*/
.gi-downloads-block {
  background-color: #006EB7; }
  .gi-downloads-block .gi-downloads {
    padding: 70px 0; }
    @media (min-width: 576px) {
      .gi-downloads-block .gi-downloads {
        padding: 140px 0; } }

.gi-downloads {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .gi-downloads {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .gi-downloads {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .gi-downloads {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .gi-downloads {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .gi-downloads {
      max-width: 1380px; } }

/*
  In-Content Downloads
*/
.gi-downloads {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  padding: 20px;
  box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
  @media (min-width: 576px) {
    .gi-downloads {
      font-size: 23px;
      line-height: 35px;
      padding: 40px; } }
  .gi-downloads.lightblue {
    background-color: #0096D6; }
    .gi-downloads.lightblue .gi-download-single:hover {
      background-color: #00a8f0; }
  @media (min-width: 992px) {
    .gi-downloads .gi-downloads-main .gi-downloads-intro {
      width: 80%;
      margin-right: auto;
      margin-left: 0; } }
  .gi-downloads .gi-page-container-title, .gi-downloads .gi-section-title {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .gi-downloads .gi-page-container-title, .gi-downloads .gi-section-title {
        margin-bottom: 35px; } }
  .gi-downloads .gi-downloads-intro {
    margin-bottom: 35px; }
  .gi-downloads .gi-download-single {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 18px;
    transition: color 0.1s ease-in, background-color 0.1s ease-out;
    color: #fff;
    background-color: #0096D6;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .gi-downloads .gi-download-single {
        font-size: 22px; } }
    .gi-downloads .gi-download-single .gi-icon {
      margin-right: 10px; }
    .gi-downloads .gi-download-single:hover {
      background-color: #BEDAEC;
      color: #006EB7; }
  .gi-downloads .gi-download-desc {
    margin-left: 60px;
    font-size: 0.8em;
    margin-bottom: 15px; }

.gi-gallery-block {
  margin-bottom: 70px; }

.gi-gallery-title {
  margin-bottom: 40px; }

.grid .grid-item {
  margin-bottom: 30px; }

/*
  Page intro
*/
.gi-intro-container {
  padding: 30px 0;
  box-shadow: 2px 5px 11px 0px rgba(139, 145, 150, 0.5);
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .gi-intro-container {
      padding: 50px 0;
      margin-bottom: 0; } }
  .gi-intro-container .gi-intro-title {
    margin-bottom: 22px;
    font-size: 23.8px;
    line-height: 1.4; }
    @media (min-width: 576px) {
      .gi-intro-container .gi-intro-title {
        margin-bottom: 27px;
        font-size: 41px;
        line-height: 1.4; } }

body.blue .gi-intro-container {
  color: #fff;
  background: linear-gradient(180deg, #006EB7 0%, #005f9e 100%); }

body.page-mediencorner .gi-intro-container, body.page-contact-medias .gi-intro-container, body.page-contatto-con-i-media .gi-intro-container {
  color: #303a40;
  background: #DFE2EA; }
  body.page-mediencorner .gi-intro-container a, body.page-contact-medias .gi-intro-container a, body.page-contatto-con-i-media .gi-intro-container a {
    color: #4091C8; }
  body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #0096D6;
    color: #fff;
    border: 4px solid transparent;
    float: left; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn .fa {
      margin-right: 10px; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover {
      background-color: #fff;
      border: 4px solid #0096D6;
      color: #0096D6; }
      body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after {
        top: 0; }

body.lightblue .gi-intro-container {
  color: #fff;
  background: linear-gradient(180deg, #0096D6 0%, #0084bd 100%); }

body.page-mediencorner .gi-intro-container, body.page-contact-medias .gi-intro-container, body.page-contatto-con-i-media .gi-intro-container {
  color: #303a40;
  background: #DFE2EA; }
  body.page-mediencorner .gi-intro-container a, body.page-contact-medias .gi-intro-container a, body.page-contatto-con-i-media .gi-intro-container a {
    color: #4091C8; }
  body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #0096D6;
    color: #fff;
    border: 4px solid transparent;
    float: left; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn .fa {
      margin-right: 10px; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover {
      background-color: #fff;
      border: 4px solid #0096D6;
      color: #0096D6; }
      body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after {
        top: 0; }

body.orange .gi-intro-container {
  color: #fff;
  background: linear-gradient(180deg, #F39000 0%, #da8100 100%); }

body.page-mediencorner .gi-intro-container, body.page-contact-medias .gi-intro-container, body.page-contatto-con-i-media .gi-intro-container {
  color: #303a40;
  background: #DFE2EA; }
  body.page-mediencorner .gi-intro-container a, body.page-contact-medias .gi-intro-container a, body.page-contatto-con-i-media .gi-intro-container a {
    color: #4091C8; }
  body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #0096D6;
    color: #fff;
    border: 4px solid transparent;
    float: left; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn .fa {
      margin-right: 10px; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover {
      background-color: #fff;
      border: 4px solid #0096D6;
      color: #0096D6; }
      body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after {
        top: 0; }

body.yellow .gi-intro-container {
  color: #fff;
  background: linear-gradient(180deg, #FFD900 0%, #e6c300 100%); }

body.page-mediencorner .gi-intro-container, body.page-contact-medias .gi-intro-container, body.page-contatto-con-i-media .gi-intro-container {
  color: #303a40;
  background: #DFE2EA; }
  body.page-mediencorner .gi-intro-container a, body.page-contact-medias .gi-intro-container a, body.page-contatto-con-i-media .gi-intro-container a {
    color: #4091C8; }
  body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #0096D6;
    color: #fff;
    border: 4px solid transparent;
    float: left; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn .fa, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn .fa {
      margin-right: 10px; }
    body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover {
      background-color: #fff;
      border: 4px solid #0096D6;
      color: #0096D6; }
      body.page-mediencorner .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contact-medias .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after, body.page-contatto-con-i-media .gi-intro-container .gi-intro-button .gi-intro-btn:hover::after {
        top: 0; }

.gi-intro-main {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .gi-intro-main {
      flex-direction: row; } }
  .gi-intro-main.blue .gi-intro-btn {
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #006EB7;
    border: 4px solid #fff; }
    .gi-intro-main.blue .gi-intro-btn .fa {
      margin-right: 10px; }
    .gi-intro-main.blue .gi-intro-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #006EB7; }
  .gi-intro-main.lightblue .gi-intro-btn {
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #0096D6;
    border: 4px solid #fff; }
    .gi-intro-main.lightblue .gi-intro-btn .fa {
      margin-right: 10px; }
    .gi-intro-main.lightblue .gi-intro-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #0096D6; }
  .gi-intro-main.orange .gi-intro-btn {
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #F39000;
    border: 4px solid #fff; }
    .gi-intro-main.orange .gi-intro-btn .fa {
      margin-right: 10px; }
    .gi-intro-main.orange .gi-intro-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #F39000; }
  .gi-intro-main.yellow .gi-intro-btn {
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #FFD900;
    border: 4px solid #fff; }
    .gi-intro-main.yellow .gi-intro-btn .fa {
      margin-right: 10px; }
    .gi-intro-main.yellow .gi-intro-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #FFD900; }
  .gi-intro-main.grey .gi-intro-btn {
    margin-top: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    color: #DFE2EA;
    border: 4px solid #fff; }
    .gi-intro-main.grey .gi-intro-btn .fa {
      margin-right: 10px; }
    .gi-intro-main.grey .gi-intro-btn:hover {
      border: 4px solid #fff;
      color: #fff;
      background-color: #DFE2EA; }
  .gi-intro-main .gi-intro-button {
    text-align: left;
    flex-grow: 1; }
    .gi-intro-main .gi-intro-button .gi-intro-btn {
      text-align: center; }
  .gi-intro-main .gi-intro-text, .gi-intro-main .gi-intro-side {
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 0.6; }
    .gi-intro-main .gi-intro-text p, .gi-intro-main .gi-intro-side p {
      margin-bottom: 5px; }
      @media (min-width: 576px) {
        .gi-intro-main .gi-intro-text p, .gi-intro-main .gi-intro-side p {
          margin-bottom: 15px; } }
  .gi-intro-main .gi-intro-text {
    display: block;
    width: 100%; }
    @media (min-width: 576px) {
      .gi-intro-main .gi-intro-text {
        font-size: 24px; } }
    @media (min-width: 992px) {
      .gi-intro-main .gi-intro-text {
        max-width: 80%; }
        .gi-intro-main .gi-intro-text.btn-style-style1 {
          max-width: 50%; } }
    .gi-intro-main .gi-intro-text a {
      color: #fff;
      font-weight: bold;
      text-decoration: underline; }
  .gi-intro-main .gi-intro-side {
    flex: 1 0 35%;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.2; }
    .gi-intro-main .gi-intro-side.no-button .gi-intro-image {
      width: 100%; }
    .gi-intro-main .gi-intro-side.style1 .gi-intro-image img {
      border-radius: 50%; }
    .gi-intro-main .gi-intro-side.style2 .gi-intro-side {
      flex-direction: column; }
      @media (min-width: 992px) {
        .gi-intro-main .gi-intro-side.style2 .gi-intro-side .gi-intro-image {
          width: 100%;
          margin-left: 0; } }
    @media (min-width: 576px) {
      .gi-intro-main .gi-intro-side {
        font-size: 20px;
        line-height: 37.5px;
        flex-direction: row-reverse;
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .gi-intro-main .gi-intro-side {
        margin-top: 0;
        margin-left: 55px;
        font-size: 20px;
        line-height: 37.5px; } }
    .gi-intro-main .gi-intro-side .gi-intro-image {
      margin-top: 30px;
      margin-bottom: 30px;
      width: 70%; }
      @media (min-width: 992px) {
        .gi-intro-main .gi-intro-side .gi-intro-image {
          margin-top: 0;
          margin-left: 40px;
          width: 50%; } }
      .gi-intro-main .gi-intro-side .gi-intro-image img {
        width: 100%;
        height: auto;
        align-self: flex-start; }

.gi-slider-block {
  margin: 70px 0; }

.gi-slider .slide .gi-slide-inner {
  position: relative;
  overflow: hidden; }
  .gi-slider .slide .gi-slide-inner:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 58.82353%; }
  .gi-slider .slide .gi-slide-inner > .content, .gi-slider .slide .gi-slide-inner > img, .gi-slider .slide .gi-slide-inner > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .gi-slider .slide .gi-slide-inner img, .gi-slider .slide .gi-slide-inner video {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  @media (min-width: 576px) {
    .gi-slider .slide .gi-slide-inner {
      position: relative;
      overflow: hidden; }
      .gi-slider .slide .gi-slide-inner:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%; }
      .gi-slider .slide .gi-slide-inner > .content, .gi-slider .slide .gi-slide-inner > img, .gi-slider .slide .gi-slide-inner > video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .gi-slider .slide .gi-slide-inner img, .gi-slider .slide .gi-slide-inner video {
        width: 100%;
        object-fit: cover;
        height: 100%; } }

.gi-slider .tns-outer {
  position: relative; }
  .gi-slider .tns-outer > button {
    display: none; }

.gi-slider .tns-controls {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  z-index: 1; }
  .gi-slider .tns-controls button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 90px;
    background: none;
    border: none;
    zoom: 2;
    opacity: 0.3;
    transition: opacity 0.3s ease; }
    @media (max-width: 575.98px) {
      .gi-slider .tns-controls button {
        zoom: 0.7; } }
    .gi-slider .tns-controls button:hover {
      opacity: 0.9; }
    .gi-slider .tns-controls button:hover, .gi-slider .tns-controls button:focus, .gi-slider .tns-controls button:active {
      border: 0;
      outline: 0; }
    .gi-slider .tns-controls button:nth-child(1) {
      left: 0;
      background: url("/assets/icons/chevron-left-white.svg") no-repeat center center #00000059; }
    .gi-slider .tns-controls button:nth-child(2) {
      right: 0;
      background: url("/assets/icons/chevron-right-white.svg") no-repeat center center #00000059; }

div#cookies-eu-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f6f7f9f2;
  color: #006EB7;
  padding: 10px 12px;
  transform: translate(0);
  z-index: 9;
  font-weight: 200;
  border-top: 1px solid #DFE2EA;
  font-size: 16px;
  line-height: 1.3; }
  div#cookies-eu-banner .row {
    align-items: center; }
  @media (min-width: 576px) {
    div#cookies-eu-banner {
      padding-right: 30px;
      width: 100%;
      font-size: 20px;
      line-height: 1.2;
      margin-right: 10px;
      padding: 20px; } }
  div#cookies-eu-banner button {
    margin-right: 10px;
    background-color: #4091C8;
    color: #fff;
    padding: 4px 10px;
    border: 0;
    outline: 0;
    border-radius: 2px;
    font-weight: 500;
    float: none;
    margin-top: 10px; }
    @media (min-width: 576px) {
      div#cookies-eu-banner button {
        float: right;
        margin-top: 0; } }

.gi-timeline-section {
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .gi-timeline-section {
      padding-bottom: 0; } }

.gi-timeline .col-left {
  padding-right: 0; }

.gi-timeline .col-right {
  padding-left: 0; }

.gi-timeline .gi-section-title {
  margin-bottom: 20px; }
  @media (min-width: 576px) {
    .gi-timeline .gi-section-title {
      margin-bottom: 40px; } }

@media (max-width: 1199.98px) {
  .gi-timeline .gi-tl-row {
    flex-direction: column-reverse;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset; }
    .gi-timeline .gi-tl-row .col-left, .gi-timeline .gi-tl-row .col-right {
      padding-left: 0;
      padding-right: 0; }
    .gi-timeline .gi-tl-row .gi-tl-right {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
    @media (max-width: 1199.98px) and (min-width: 576px) {
      .gi-timeline .gi-tl-row .gi-tl-right {
        max-width: 540px; } }
    @media (max-width: 1199.98px) and (min-width: 768px) {
      .gi-timeline .gi-tl-row .gi-tl-right {
        max-width: 720px; } }
    @media (max-width: 1199.98px) and (min-width: 992px) {
      .gi-timeline .gi-tl-row .gi-tl-right {
        max-width: 960px; } }
    @media (max-width: 1199.98px) and (min-width: 1200px) {
      .gi-timeline .gi-tl-row .gi-tl-right {
        max-width: 1140px; } }
    @media (max-width: 1199.98px) and (min-width: 1400px) {
      .gi-timeline .gi-tl-row .gi-tl-right {
        max-width: 1380px; } }

.gi-timeline .gi-tl-left .gi-tl-entry {
  display: none; }
  .gi-timeline .gi-tl-left .gi-tl-entry.active {
    display: block; }

.gi-timeline .gi-tl-left .gi-tl-image {
  position: relative;
  overflow: hidden;
  position: relative; }
  .gi-timeline .gi-tl-left .gi-tl-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 83.33333%; }
  .gi-timeline .gi-tl-left .gi-tl-image > .content, .gi-timeline .gi-tl-left .gi-tl-image > img, .gi-timeline .gi-tl-left .gi-tl-image > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .gi-timeline .gi-tl-left .gi-tl-image img, .gi-timeline .gi-tl-left .gi-tl-image video {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  @media (min-width: 576px) {
    .gi-timeline .gi-tl-left .gi-tl-image {
      position: relative;
      overflow: hidden; }
      .gi-timeline .gi-tl-left .gi-tl-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 62.5%; }
      .gi-timeline .gi-tl-left .gi-tl-image > .content, .gi-timeline .gi-tl-left .gi-tl-image > img, .gi-timeline .gi-tl-left .gi-tl-image > video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .gi-timeline .gi-tl-left .gi-tl-image img, .gi-timeline .gi-tl-left .gi-tl-image video {
        width: 100%;
        object-fit: cover;
        height: 100%; } }
  .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background-color: #00000075;
    color: #fff;
    font-size: 17px;
    line-height: 1.3;
    padding: 15px; }
    @media (min-width: 576px) {
      .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc {
        font-size: 20px;
        padding: 15px; } }
    @media (min-width: 992px) {
      .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc {
        font-size: 23px;
        padding: 25px; } }
    .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc .gi-tl-entry-sub {
      font-size: 19px;
      line-height: 27px;
      margin-bottom: 5px; }
      @media (min-width: 576px) {
        .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc .gi-tl-entry-sub {
          font-size: 28px;
          line-height: 33px;
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .gi-timeline .gi-tl-left .gi-tl-image .gi-tl-desc .gi-tl-entry-sub {
          font-size: 34px;
          line-height: 38px; } }

.gi-timeline .gi-tl-right {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .gi-timeline .gi-tl-right {
      margin-bottom: 40px;
      width: 500%; } }
  .gi-timeline .gi-tl-right .gi-tl-entry {
    color: #fff;
    opacity: 0.7;
    padding: 12px 12px 12px 60px;
    position: relative;
    background-image: url("/assets/icons/tl-past.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    cursor: pointer;
    transition: opacity 0.2s ease, background-color 0.5s ease;
    background-size: 15px auto !important; }
    @media (min-width: 576px) {
      .gi-timeline .gi-tl-right .gi-tl-entry {
        padding: 12px 15px 12px 80px;
        background-size: 12px auto; } }
    @media (min-width: 1200px) {
      .gi-timeline .gi-tl-right .gi-tl-entry {
        padding-left: 110px;
        background-size: 23px auto;
        background-position: left 50px center; } }
    .gi-timeline .gi-tl-right .gi-tl-entry:hover {
      opacity: 0.9; }
    .gi-timeline .gi-tl-right .gi-tl-entry.active {
      opacity: 1;
      background-color: #80B6DA !important; }
    .gi-timeline .gi-tl-right .gi-tl-entry.current {
      background-image: url("/assets/icons/tl-current.svg"); }
      .gi-timeline .gi-tl-right .gi-tl-entry.current .gi-tl-entry-title, .gi-timeline .gi-tl-right .gi-tl-entry.current .gi-tl-entry-sub {
        zoom: 1.1; }
    .gi-timeline .gi-tl-right .gi-tl-entry.future {
      background-image: url("/assets/icons/tl-future.svg"); }
    .gi-timeline .gi-tl-right .gi-tl-entry:first-child {
      background-image: url("/assets/icons/tl-end.svg"); }
    .gi-timeline .gi-tl-right .gi-tl-entry:last-child {
      background-image: url("/assets/icons/tl-start.svg"); }
  .gi-timeline .gi-tl-right .gi-tl-entry-title {
    font-size: 17px;
    margin-bottom: 0;
    font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif; }
    @media (min-width: 576px) {
      .gi-timeline .gi-tl-right .gi-tl-entry-title {
        font-size: 23px; } }
  .gi-timeline .gi-tl-right .gi-tl-entry-sub {
    font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif;
    font-size: 15.3px;
    margin-bottom: 0px;
    opacity: 0.8;
    margin-bottom: 0; }
    @media (min-width: 576px) {
      .gi-timeline .gi-tl-right .gi-tl-entry-sub {
        font-size: 18px; } }

.gi-wall::after {
  display: block;
  clear: both;
  content: ""; }

.gi-wall .gi-wall-item {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 10px transparent;
  transition: box-shadow 0.2s ease-in; }
  .gi-wall .gi-wall-item:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }

.gi-wall .gi-wall-img {
  position: relative;
  overflow: hidden; }
  .gi-wall .gi-wall-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 83.33333%; }
  .gi-wall .gi-wall-img > .content, .gi-wall .gi-wall-img > img, .gi-wall .gi-wall-img > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .gi-wall .gi-wall-img img, .gi-wall .gi-wall-img video {
    width: 100%;
    object-fit: cover;
    height: 100%; }

.gi-wall .gi-wall-content {
  padding: 15px; }
  @media (max-width: 767.98px) {
    .gi-wall .gi-wall-content {
      padding: 15px; } }
  .gi-wall .gi-wall-content strong {
    display: block; }

.gi-edition {
  margin-top: 30px;
  margin-bottom: 20px; }

.cu-back {
  font-weight: bold; }

.cu-archive {
  margin: 5px 0 15px 0; }
  .cu-archive strong {
    display: block; }

.cu-forward {
  font-weight: bold;
  margin-left: auto; }

.cu-next {
  display: flex;
  margin-top: 40px; }

.gi-cu .gi-cu-meta {
  margin-top: 20px; }

.gi-cu cite {
  color: #929292;
  font-size: 80%;
  display: block;
  font-style: normal;
  line-height: 1.58; }

.gi-cu .link {
  margin-bottom: 10px;
  display: block; }

.gi-cu .gi-cu-titel {
  font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
  margin-top: 3px; }

.gi-cu .gi-wall-text {
  color: #303a40;
  margin-bottom: 20px; }

.gi-cu .gi-cat {
  margin-bottom: 10px;
  font-size: 15px;
  border-bottom: 1px solid #E6E9EE;
  transition: border 0.2s ease-in; }
  .gi-cu .gi-cat:hover {
    border-bottom: 1px solid #303a40; }

.gi-cu .gi-subcat {
  padding: 7px;
  border: 1px solid #DFE2EA;
  font-size: 13px;
  color: #303a40;
  background-color: #F6F7F9;
  transition: background-color 0.2s ease-in, border 0.2s ease-in; }
  .gi-cu .gi-subcat:hover {
    background-color: #EEF0F4;
    border: 1px solid #DFE2EA; }

.gi-cu .gi-wall-content {
  padding: 25px; }
  @media (max-width: 767.98px) {
    .gi-cu .gi-wall-content {
      padding: 20px; } }

.cu-search {
  display: flex; }
  .cu-search input {
    border: 1px solid #DFE2EA; }
  .cu-search button {
    padding: 0 10px;
    border: 1px solid #DFE2EA; }

.cu-nav {
  font-size: 18px;
  line-height: 25px;
  padding: 8px 8px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .cu-nav {
      font-size: 20px;
      line-height: 34px;
      padding: 6px 12px; } }
  @media (min-width: 992px) {
    .cu-nav {
      font-size: 24px;
      line-height: 30px;
      padding: 10px 19px;
      margin-left: auto; } }

.cu-filter-col {
  display: flex;
  flex-direction: column; }
  .cu-filter-col .gi-filter-cat {
    margin: 5px 0; }
  @media (min-width: 576px) {
    .cu-filter-col {
      flex-direction: row;
      margin: 0; } }

.gi-category {
  font-size: 120%;
  color: #00366b;
  margin-top: 30px; }

.topbanner {
  z-index: 9999;
  max-height: 0;
  transition: max-height 2s ease-out;
  overflow: hidden; }
  .topbanner.slide-down {
    max-height: 600px; }
  @media (max-width: 1199.98px) {
    .topbanner {
      max-width: unset;
      padding-left: 0;
      padding-right: 0; } }

.topbanner-inner {
  background-color: #e48700;
  color: #fff;
  padding: 30px 60px 30px 30px;
  position: relative; }
  .topbanner-inner::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 992px) {
    .topbanner-inner {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .topbanner-inner {
      max-width: 540px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .topbanner-inner {
      max-width: 720px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .topbanner-inner {
      max-width: 960px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .topbanner-inner {
      max-width: 1140px; } }
  @media (min-width: 992px) and (min-width: 1400px) {
    .topbanner-inner {
      max-width: 1380px; } }
  @media (max-width: 1199.98px) {
    .topbanner-inner {
      padding: 20px;
      margin: 0; } }
  .topbanner-inner h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-family: "Roboto", Verdana, Sans-serif;
    font-weight: bold; }
  .topbanner-inner .topbanner-text {
    font-size: 18px;
    line-height: 1.5; }
  .topbanner-inner .modal-close {
    background-color: rgba(21, 36, 43, 0.25);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9Ijk3LjksMTIgODgsMi4xIDQ5LjksNDAuMiAxMS44LDIuMSAxLjksMTIgNDAsNTAuMSAxLjksODguMiAxMS44LDk4LjEgNDkuOSw2MCA4OCw5OC4xIDk3LjksODguMiANCgk1OS44LDUwLjEgIi8+DQo8L3N2Zz4NCg==);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 42% auto;
    border-radius: 2rem;
    cursor: pointer;
    height: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 2rem;
    z-index: 9999; }

.topbanner-left {
  padding-right: 30px; }

.topbanner-right {
  padding: 30px;
  background-color: #F39000; }
  @media (max-width: 1199.98px) {
    .topbanner-right {
      margin-top: 20px;
      padding: 15px; } }

.topbanner-donate {
  background-color: #fff;
  border: 2px solid #FBE2BE;
  color: #F39000;
  padding: 5px 10px;
  font-weight: bold;
  margin: 5px;
  display: inline-block;
  font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif; }
  .topbanner-donate:hover {
    background-color: #fff;
    border: 2px solid #F39000;
    color: #F39000;
    box-shadow: 2px 5px 11px 0px rgba(139, 145, 150, 0.5); }

.gi-map-container {
  background-color: #EEF0F4; }
  @media (max-width: 575.98px) {
    .gi-map-container {
      margin-bottom: 50px; } }

.gi-map-container .gi-section-title {
  color: #006EB7; }

.gi-map {
  min-height: 60vh;
  border: 10px solid #DFE2EA; }

.mapboxgl-popup-content {
  font-size: 13px; }

/*
  Pages
*/
.gi-people-empty {
  padding: 120px 0 80px 0;
  text-align: center; }

.gi-people-category-desc {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .gi-people-category-desc {
      margin-bottom: 60px; } }

.gi-people {
  background-color: #EEF0F4; }
  .gi-people .gi-person.blue.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #006EB7 0%, #005f9e 100%); }
  .gi-people .gi-person.blue .gi-person-quote {
    color: #fff; }
  .gi-people .gi-person.blue .gi-person-mainrow {
    border-left: 5px solid #006EB7; }
  .gi-people .gi-person.blue .gi-person-outer {
    background: linear-gradient(180deg, #006EB7 0%, #005f9e 100%); }
    .gi-people .gi-person.blue .gi-person-outer .gi-person-quote {
      color: #fff; }
  .gi-people .gi-person.orange.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #F39000 0%, #da8100 100%); }
  .gi-people .gi-person.orange .gi-person-quote {
    color: #fff; }
  .gi-people .gi-person.orange .gi-person-mainrow {
    border-left: 5px solid #F39000; }
  .gi-people .gi-person.orange .gi-person-outer {
    background: linear-gradient(180deg, #F39000 0%, #da8100 100%); }
    .gi-people .gi-person.orange .gi-person-outer .gi-person-quote {
      color: #fff; }
  .gi-people .gi-person.lightblue.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #0096D6 0%, #0084bd 100%); }
  .gi-people .gi-person.lightblue .gi-person-quote {
    color: #fff; }
  .gi-people .gi-person.lightblue .gi-person-mainrow {
    border-left: 5px solid #0096D6; }
  .gi-people .gi-person.lightblue .gi-person-outer {
    background: linear-gradient(180deg, #0096D6 0%, #0084bd 100%); }
    .gi-people .gi-person.lightblue .gi-person-outer .gi-person-quote {
      color: #fff; }
  .gi-people .gi-person.yellow.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #FFD900 0%, #e6c300 100%); }
  .gi-people .gi-person.yellow .gi-person-quote {
    color: #303a40; }
  .gi-people .gi-person.yellow .gi-person-mainrow {
    border-left: 5px solid #FFD900; }
  .gi-people .gi-person.yellow .gi-person-outer {
    background: linear-gradient(180deg, #FFD900 0%, #e6c300 100%); }
    .gi-people .gi-person.yellow .gi-person-outer .gi-person-quote {
      color: #303a40; }
  .gi-people .gi-person.grey.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #DFE2EA 0%, #d0d4e0 100%); }
  .gi-people .gi-person.grey .gi-person-quote {
    color: #303a40; }
  .gi-people .gi-person.grey .gi-person-mainrow {
    border-left: 5px solid #DFE2EA; }
  .gi-people .gi-person.grey .gi-person-outer {
    background: linear-gradient(180deg, #DFE2EA 0%, #d0d4e0 100%); }
    .gi-people .gi-person.grey .gi-person-outer .gi-person-quote {
      color: #303a40; }
  .gi-people .gi-person.mediumblue.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #BEDAEC 0%, #aacfe6 100%); }
  .gi-people .gi-person.mediumblue .gi-person-quote {
    color: #303a40; }
  .gi-people .gi-person.mediumblue .gi-person-mainrow {
    border-left: 5px solid #BEDAEC; }
  .gi-people .gi-person.mediumblue .gi-person-outer {
    background: linear-gradient(180deg, #BEDAEC 0%, #aacfe6 100%); }
    .gi-people .gi-person.mediumblue .gi-person-outer .gi-person-quote {
      color: #303a40; }
  .gi-people .gi-person.mediumorange.gi-details-open .gi-person-outer {
    background: linear-gradient(180deg, #F8C680 0%, #f7bb68 100%); }
  .gi-people .gi-person.mediumorange .gi-person-quote {
    color: #fff; }
  .gi-people .gi-person.mediumorange .gi-person-mainrow {
    border-left: 5px solid #F8C680; }
  .gi-people .gi-person.mediumorange .gi-person-outer {
    background: linear-gradient(180deg, #F8C680 0%, #f7bb68 100%); }
    .gi-people .gi-person.mediumorange .gi-person-outer .gi-person-quote {
      color: #fff; }
  .gi-people.gi-gallery-view .gi-person-mainrow {
    display: none; }
  .gi-people.gi-gallery-view .gi-details-row {
    display: flex;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: unset; }
    .gi-people.gi-gallery-view .gi-details-row.wirtschaftskomitee .gi-portrait {
      padding: 10px; }
  .gi-people.gi-gallery-view .gi-person .gi-person-image .gi-portrait {
    width: 300px;
    height: 300px; }
  .gi-people.gi-gallery-view .gi-person.gi-gallery-hidden {
    display: none; }
  .gi-people.gi-gallery-view .gi-person .gi-person-image .gi-portrait {
    box-shadow: 0px 1px 4px 0px rgba(56, 56, 56, 0.5); }
  @media (min-width: 992px) {
    .gi-people.gi-gallery-view .gi-person[data-rowtype="odd"] .gi-person-cat {
      left: 50%; }
    .gi-people.gi-gallery-view .gi-person[data-rowtype="even"] .gi-person-image {
      text-align: right; }
      .gi-people.gi-gallery-view .gi-person[data-rowtype="even"] .gi-person-image .gi-portrait {
        margin-left: auto; }
    .gi-people.gi-gallery-view .gi-person[data-rowtype="even"] .gi-person-inner {
      flex-direction: row-reverse; }
    .gi-people.gi-gallery-view .gi-person[data-rowtype="even"] .gi-person-label {
      text-align: left;
      margin-left: -30px;
      margin-right: 30px;
      right: 0; } }

@media (min-width: 992px) and (min-width: 992px) {
  .gi-people.gi-gallery-view .gi-person.last .gi-person-outer {
    padding-bottom: 60px; } }
  @media (max-width: 991.98px) {
    .gi-people.gi-gallery-view .gi-person[data-rowtype="even"] .gi-person-image {
      display: flex;
      align-items: flex-end;
      flex-direction: column; } }
  .gi-people.gi-table-view {
    padding: 20px 0; }
    @media (min-width: 992px) {
      .gi-people.gi-table-view {
        padding: 60px 0; } }
    .gi-people.gi-table-view .gi-person-mainrow {
      display: block; }
    .gi-people.gi-table-view .gi-person.gi-details-open .gi-person-outer {
      display: flex;
      padding-left: 5px; }
    .gi-people.gi-table-view .gi-person.gi-details-open .gi-person-label {
      display: none; }
    .gi-people.gi-table-view .gi-person.gi-details-open .gi-person-image img {
      box-shadow: none; }
    .gi-people.gi-table-view .gi-person.gi-details-open .gi-person-inner {
      padding: 0; }
    .gi-people.gi-table-view .gi-person.gi-details-open .gi-name {
      font-weight: bold; }
    .gi-people.gi-table-view .gi-details-row {
      display: none; }
      .gi-people.gi-table-view .gi-details-row.institutionen .gi-person-inner {
        background-color: #fff; }
    @media (max-width: 991.98px) {
      .gi-people.gi-table-view .gi-categories {
        margin-top: 7px; } }
  .gi-people .gi-person {
    position: relative;
    align-items: center;
    color: #303a40;
    /* Toggle icon */ }
    .gi-people .gi-person .gi-person-mainrow {
      background: url("/assets/icons/plus.svg") no-repeat right 15px center #fff; }
    .gi-people .gi-person.gi-details-open .gi-person-mainrow {
      background: url("/assets/icons/minus.svg") no-repeat right 15px center #fff; }
    .gi-people .gi-person .gi-person-outer.institutionen .gi-person-image img, .gi-people .gi-person .gi-person-outer.wirtschaft .gi-person-image img {
      padding: 30px;
      background-color: #fff; }
    .gi-people .gi-person .gi-person-inner {
      display: flex;
      padding: 20px 0 30px 0; }
      @media (min-width: 992px) {
        .gi-people .gi-person .gi-person-inner {
          width: 100%;
          padding-right: 15px;
          padding-left: 15px;
          margin-right: auto;
          margin-left: auto;
          display: flex;
          padding: 80px 0 100px 0; } }
  @media (min-width: 992px) and (min-width: 576px) {
    .gi-people .gi-person .gi-person-inner {
      max-width: 540px; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .gi-people .gi-person .gi-person-inner {
      max-width: 720px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .gi-people .gi-person .gi-person-inner {
      max-width: 960px; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .gi-people .gi-person .gi-person-inner {
      max-width: 1140px; } }
  @media (min-width: 992px) and (min-width: 1400px) {
    .gi-people .gi-person .gi-person-inner {
      max-width: 1380px; } }
      @media (max-width: 991.98px) {
        .gi-people .gi-person .gi-person-inner {
          flex-direction: column;
          width: 100%;
          padding: 50px 0; } }
    .gi-people .gi-person .gi-person-mainrow {
      padding: 15px 60px 15px 20px;
      margin-top: 10px;
      cursor: pointer;
      box-shadow: none;
      transition: box-shadow 0.2s ease-in; }
      .gi-people .gi-person .gi-person-mainrow:hover {
        box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
      .gi-people .gi-person .gi-person-mainrow.politik {
        border-left: 5px solid #006EB7; }
      .gi-people .gi-person .gi-person-mainrow.wissenschaft {
        border-left: 5px solid #F39000; }
      .gi-people .gi-person .gi-person-mainrow.initiativkomitee {
        border-left: 5px solid #0096D6; }
      .gi-people .gi-person .gi-person-mainrow.persönlichkeiten {
        border-left: 5px solid #FFD900; }
      .gi-people .gi-person .gi-person-mainrow.institutionen {
        border-left: 5px solid #DFE2EA; }
      .gi-people .gi-person .gi-person-mainrow.organisation {
        border-left: 5px solid #DFE2EA; }
      .gi-people .gi-person .gi-person-mainrow.wirtschaft {
        border-left: 5px solid #BEDAEC; }
      .gi-people .gi-person .gi-person-mainrow.unternehmen {
        border-left: 5px solid #FFD900; }
      .gi-people .gi-person .gi-person-mainrow.politischeskomitee {
        border-left: 5px solid #F8C680; }
      .gi-people .gi-person .gi-person-mainrow.wissenschaftskomitee {
        border-left: 5px solid #F39000; }
      .gi-people .gi-person .gi-person-mainrow.parteien {
        border-left: 5px solid #DFE2EA; }
      .gi-people .gi-person .gi-person-mainrow.wirtschaftskomitee {
        border-left: 5px solid #006EB7; }
      .gi-people .gi-person .gi-person-mainrow.landwirtschaftskomitee {
        border-left: 5px solid #0096D6; }
      .gi-people .gi-person .gi-person-mainrow.gi-details-disabled {
        cursor: default;
        background: #fff; }
        .gi-people .gi-person .gi-person-mainrow.gi-details-disabled.open {
          background: #fff; }
      .gi-people .gi-person .gi-person-mainrow .gi-title {
        font-weight: 200; }
      .gi-people .gi-person .gi-person-mainrow .gi-subtitle {
        opacity: 0.7; }
    .gi-people .gi-person .gi-person-quote {
      font-family: "Roboto", Verdana, Sans-serif;
      font-weight: 200;
      font-size: 20px;
      line-height: 27px;
      letter-spacing: 0.3px;
      position: relative;
      color: #fff;
      display: flex;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      padding: 40px 20px 0 20px; }
      @media (min-width: 576px) {
        .gi-people .gi-person .gi-person-quote {
          padding: 25px 30px;
          font-size: 27px;
          line-height: 35px;
          letter-spacing: 0.3px; } }
      @media (min-width: 1200px) {
        .gi-people .gi-person .gi-person-quote {
          padding: 15px 30px;
          font-size: 28px;
          line-height: 45px;
          letter-spacing: 0.3px; } }
    .gi-people .gi-person .gi-person-image {
      position: relative;
      height: auto; }
      .gi-people .gi-person .gi-person-image .gi-portrait {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        background-color: #fff; }
        @media (min-width: 576px) {
          .gi-people .gi-person .gi-person-image .gi-portrait {
            width: 300px;
            height: 300px; } }
        @media (min-width: 992px) {
          .gi-people .gi-person .gi-person-image .gi-portrait {
            width: 400px;
            height: 400px; } }
      .gi-people .gi-person .gi-person-image img {
        width: 100%;
        height: auto;
        filter: sepia(0);
        transition: filter 0.4s ease-out; }
    .gi-people .gi-person .gi-person-label {
      padding: 10px 16px;
      color: #303a40;
      background-color: #fff;
      box-shadow: 0px 1px 16px 0px rgba(107, 107, 107, 0.5);
      display: inline-block;
      min-width: 320px;
      margin-top: -5%;
      transform: translateX(0); }
      @media (min-width: 992px) {
        .gi-people .gi-person .gi-person-label {
          max-width: auto;
          padding: 20px 26px;
          margin-top: -30px;
          margin-left: 30px;
          transform: translateX(0);
          z-index: 1; } }
      .gi-people .gi-person .gi-person-label .gi-person-name {
        font-family: "BarlowSemiCondensedBold", Verdana, Sans-serif;
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 5px;
        padding: 0;
        color: #303a40; }
        @media (min-width: 576px) {
          .gi-people .gi-person .gi-person-label .gi-person-name {
            font-size: 30px;
            line-height: 40px; } }
        @media (min-width: 992px) {
          .gi-people .gi-person .gi-person-label .gi-person-name {
            font-size: 40px;
            line-height: 45px; } }
        .gi-people .gi-person .gi-person-label .gi-person-name .material-icons {
          color: #FFD900;
          transform: translateY(6px);
          line-height: inherit;
          font-size: inherit;
          margin-left: 20px; }
      .gi-people .gi-person .gi-person-label .gi-person-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 3px;
        opacity: 0.9;
        font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif; }
        @media (min-width: 576px) {
          .gi-people .gi-person .gi-person-label .gi-person-title {
            font-size: 23px;
            line-height: 33px; } }
        @media (min-width: 992px) {
          .gi-people .gi-person .gi-person-label .gi-person-title {
            font-size: 26px;
            line-height: 33px;
            margin-bottom: 5px;
            max-width: 500px; } }
      .gi-people .gi-person .gi-person-label .gi-person-subtitle {
        font-size: 15px;
        line-height: 20px;
        font-weight: 200;
        margin-bottom: 0;
        opacity: 0.8;
        font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif; }
        @media (min-width: 576px) {
          .gi-people .gi-person .gi-person-label .gi-person-subtitle {
            font-size: 20px;
            line-height: 24px; } }
        @media (min-width: 992px) {
          .gi-people .gi-person .gi-person-label .gi-person-subtitle {
            font-size: 22px;
            line-height: 28px; } }
    .gi-people .gi-person .gi-btn-link-external {
      transition: all 0.3s ease;
      z-index: 1;
      position: relative;
      white-space: nowrap;
      background-color: #FFD900;
      color: #fff;
      border: 4px solid transparent;
      color: #303a40;
      margin-top: 10px; }
      .gi-people .gi-person .gi-btn-link-external .fa {
        margin-right: 10px; }
      .gi-people .gi-person .gi-btn-link-external:hover {
        background-color: #fff;
        border: 4px solid #FFD900;
        color: #FFD900; }
        .gi-people .gi-person .gi-btn-link-external:hover::after {
          top: 0; }
      .gi-people .gi-person .gi-btn-link-external:hover {
        color: #303a40; }

.gi-people-toolbar .gi-toolbar-btn {
  color: #303a40;
  background-color: #FFF4BE;
  transition: background-color 0.2s ease;
  opacity: 0.8; }
  .gi-people-toolbar .gi-toolbar-btn:hover {
    background-color: #FFE140; }
  .gi-people-toolbar .gi-toolbar-btn.active {
    display: inline-flex;
    background-color: #FFD900;
    color: #303a40;
    opacity: 1; }

.gi-people-toolbar-sticky {
  display: none; }
  .gi-people-toolbar-sticky .gi-people-toolbar {
    display: flex;
    justify-content: flex-end; }
  .gi-people-toolbar-sticky.sticky {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    display: flex;
    z-index: 9;
    opacity: 0.8; }

.gi-people-legend {
  display: flex;
  background-color: #EEF0F4;
  justify-content: center;
  font-family: "BarlowSemiCondensedMedium", Verdana, Sans-serif; }
  .gi-people-legend.gi-people-legend-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E6E9EE;
    border: 5px solid #E6E9EE;
    z-index: 9; }
    @media (max-width: 575.98px) {
      .gi-people-legend.gi-people-legend-sticky {
        display: none; } }
  .gi-people-legend.gi-people-legend-top {
    flex-direction: column; }
    @media (min-width: 576px) {
      .gi-people-legend.gi-people-legend-top {
        display: none; } }
  .gi-people-legend .gi-legend-item {
    display: flex;
    padding: 3px 10px;
    margin: 2px;
    color: #303a40; }
    @media (min-width: 576px) {
      .gi-people-legend .gi-legend-item {
        padding: 2px 15px;
        margin: 5px; } }
    .gi-people-legend .gi-legend-item.politik:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #006EB7 0%, #005f9e 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.wissenschaft:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #F39000 0%, #da8100 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.initiativkomitee:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #0096D6 0%, #0084bd 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.persönlichkeiten:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #FFD900 0%, #e6c300 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.institutionen:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #DFE2EA 0%, #d0d4e0 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.organisation:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #DFE2EA 0%, #d0d4e0 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.wirtschaft:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #BEDAEC 0%, #aacfe6 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.unternehmen:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #FFD900 0%, #e6c300 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.politischeskomitee:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #F8C680 0%, #f7bb68 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.wissenschaftskomitee:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #F39000 0%, #da8100 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.parteien:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #DFE2EA 0%, #d0d4e0 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.wirtschaftskomitee:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #006EB7 0%, #005f9e 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }
    .gi-people-legend .gi-legend-item.landwirtschaftskomitee:before {
      content: "";
      display: flex;
      height: 13px;
      width: 13px;
      background: linear-gradient(180deg, #0096D6 0%, #0084bd 100%);
      color: #fff;
      align-self: center;
      margin-right: 10px; }

.gi-people-top {
  display: flex;
  box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5);
  background-color: #F6F7F9;
  padding: 0;
  display: flex;
  position: relative; }
  .gi-people-top .col-12 {
    display: flex; }
  .gi-people-top .gi-people-toolbar {
    display: flex;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 6px 8px 20px -13px rgba(139, 145, 150, 0.5); }

.page-argumente .gi-main-content .k-columns .k-column, .page-arguments .gi-main-content .k-columns .k-column, .page-argomenti .gi-main-content .k-columns .k-column {
  display: flex;
  justify-content: center; }
  .page-argumente .gi-main-content .k-columns .k-column .k-column-image, .page-arguments .gi-main-content .k-columns .k-column .k-column-image, .page-argomenti .gi-main-content .k-columns .k-column .k-column-image {
    width: 200px;
    height: 200px;
    align-self: center;
    margin-left: 50px; }
    @media (max-width: 991.98px) {
      .page-argumente .gi-main-content .k-columns .k-column .k-column-image, .page-arguments .gi-main-content .k-columns .k-column .k-column-image, .page-argomenti .gi-main-content .k-columns .k-column .k-column-image {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0; } }

@media (max-width: 575.98px) {
  .gi-text-content .k-columns .k-columns-row .k-column.style-style1:nth-child(even) {
    margin-right: -30px; } }

.gi-text-content .k-columns .k-column.style-style2 {
  box-shadow: 1px 1px 15px #eee;
  border: 2px solid #eee;
  position: relative; }
  .gi-text-content .k-columns .k-column.style-style2::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #E6E9EE;
    border-top: 10px solid #E6E9EE;
    border-bottom: 10px solid transparent;
    left: -21px;
    top: 6px; }
  .gi-text-content .k-columns .k-column.style-style2::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #E6E9EE;
    border-top: 10px solid #E6E9EE;
    border-bottom: 10px solid transparent;
    left: -15px;
    top: 8px; }

.gi-article-container {
  position: relative; }
  @media (min-width: 992px) {
    .gi-article-container {
      margin-top: -200px;
      margin-bottom: 70px; } }
  @media (min-width: 576px) {
    .gi-article-container {
      margin-top: -100px;
      margin-bottom: 30px; } }
  .gi-article-container .gi-article-parent, .gi-article-container .gi-article-cat, .gi-article-container .gi-article-parent a {
    display: inline-flex;
    color: #0096D6;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2px;
    align-items: center; }
    @media (min-width: 576px) {
      .gi-article-container .gi-article-parent, .gi-article-container .gi-article-cat, .gi-article-container .gi-article-parent a {
        margin-right: 10px; } }
  .gi-article-container .gi-article-cat {
    display: inline-block;
    text-transform: uppercase;
    padding: 1px 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    background-color: #0096D6;
    color: #fff; }
    @media (min-width: 576px) {
      .gi-article-container .gi-article-cat {
        font-size: 15px;
        line-height: 25px;
        padding: 1px 8px; } }
    @media (min-width: 992px) {
      .gi-article-container .gi-article-cat {
        font-size: 18px;
        line-height: 34px;
        padding: 1px 10px; } }
  .gi-article-container .gi-article-top {
    display: flex;
    flex-direction: column; }
    @media (max-width: 767.98px) {
      .gi-article-container .gi-article-top {
        flex-direction: column-reverse; } }

.gi-article {
  background-color: #fff;
  padding: 50px 10%;
  margin-bottom: 100px;
  /* 
      Inpage downloads
    */ }
  @media (max-width: 575.98px) {
    .gi-article {
      margin-top: -38px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 8%;
      margin-bottom: 30px; }
      .gi-article .gi-share .gi-share-title {
        display: none; } }
  .gi-article h1, .gi-article h2, .gi-article h3, .gi-article h4 {
    color: #0096D6; }
  .gi-article .gi-content-teaser, .gi-article .gi-downloads {
    margin: 0;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .gi-article .gi-content-teaser, .gi-article .gi-downloads {
        margin-bottom: 70px; } }
  .gi-article .gi-content-teaser:last-child, .gi-article .gi-downloads:last-child, .gi-article .gi-article-text:last-child {
    margin-bottom: 0; }
  .gi-article .gi-article-head {
    margin-bottom: 10px; }
    .gi-article .gi-article-head .gi-article-share {
      float: right; }
    @media (max-width: 991.98px) {
      .gi-article .gi-article-head {
        background-color: #fff;
        font-size: 14px; } }
  @media (min-width: 576px) {
    .gi-article .gi-article-title, .gi-article .gi-article-content {
      width: 90%; } }
  .gi-article .gi-article-title {
    font-size: 30px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 35px;
    color: #303a40; }
    @media (min-width: 576px) {
      .gi-article .gi-article-title {
        font-size: 44px;
        line-height: 50px;
        margin-top: 20px;
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .gi-article .gi-article-title {
        font-size: 50px;
        line-height: 60px;
        margin-top: 30px;
        margin-bottom: 40px; } }
  .gi-article .gi-article-intro p {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px; }
    @media (min-width: 576px) {
      .gi-article .gi-article-intro p {
        font-weight: 600;
        font-size: 20px;
        line-height: 35px; } }
  .gi-article .gi-article-content ul {
    margin-left: 20px;
    margin-bottom: 15px; }
    @media (min-width: 576px) {
      .gi-article .gi-article-content ul {
        margin-left: 40px;
        margin-bottom: 30px; } }
  .gi-article .gi-article-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .gi-article .gi-article-content h2 {
        font-size: 26px;
        line-height: 35px;
        margin-top: 25px;
        margin-bottom: 30px; } }
  .gi-article .gi-article-content h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 10px; }
    @media (min-width: 576px) {
      .gi-article .gi-article-content h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px; } }
  .gi-article .gi-downloads {
    background-color: #0096D6; }
    .gi-article .gi-downloads .gi-download-single {
      background-color: #40AFE0; }
      .gi-article .gi-downloads .gi-download-single:hover {
        background-color: #BEE4F4;
        color: #303a40; }
  .gi-article .gi-article-video {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .gi-article .gi-article-video {
        margin-bottom: 40px; } }
  .gi-article .gi-article-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F6F7F9; }
    @media (min-width: 992px) {
      .gi-article .gi-article-meta {
        margin-bottom: 50px;
        padding-bottom: 20px;
        border-bottom: 2px solid #EEF0F4; } }
    .gi-article .gi-article-meta .gi-article-date, .gi-article .gi-article-meta .gi-article-author {
      font-weight: 200;
      font-size: 15px;
      line-height: 18px;
      display: inline-flex;
      flex-direction: row; }
      @media (min-width: 576px) {
        .gi-article .gi-article-meta .gi-article-date, .gi-article .gi-article-meta .gi-article-author {
          font-weight: 400;
          font-size: 18px; } }
    .gi-article .gi-article-meta .gi-article-author {
      flex-grow: 1;
      flex-basis: 100%; }
    .gi-article .gi-article-meta .gi-article-date {
      flex-grow: 0; }
    .gi-article .gi-article-meta .gi-article-sub {
      color: #525252;
      font-weight: 400;
      white-space: nowrap;
      line-height: 1.6;
      opacity: 0.7;
      flex-direction: column; }
    .gi-article .gi-article-meta .gi-author-image {
      margin-right: 20px;
      width: 40px;
      height: 40px; }
      @media (min-width: 576px) {
        .gi-article .gi-article-meta .gi-author-image {
          width: 70px;
          height: 70px; } }
      .gi-article .gi-article-meta .gi-author-image img {
        border-radius: 50px;
        width: 100%;
        height: auto; }
    .gi-article .gi-article-meta .gi-article-author {
      align-items: center;
      color: #0096D6; }
    .gi-article .gi-article-meta .gi-article-date {
      text-align: right;
      float: right; }
    .gi-article .gi-article-meta .gi-author-name {
      text-transform: uppercase;
      white-space: nowrap;
      color: #0096D6; }
  .gi-article .gi-article-mainimage {
    float: right;
    width: 40%;
    margin: 0 0 60px 60px; }
  .gi-article .gi-article-text, .gi-article .gi-article-intro {
    margin-bottom: 50px; }

.gi-faq {
  font-size: 20px;
  min-height: 300px; }
  @media (min-width: 576px) {
    .gi-faq {
      min-height: 500px; } }
  .gi-faq.v2 {
    background-color: #006EB7;
    padding: 15px 0; }
    @media (min-width: 576px) {
      .gi-faq.v2 {
        padding: 50px 0; } }
    .gi-faq.v2 .gi-faq-row {
      background-color: #FDFBF6;
      box-shadow: none;
      transition: box-shadow 0.2s ease-in; }
      .gi-faq.v2 .gi-faq-row:hover {
        box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
    .gi-faq.v2 .gi-categories {
      margin-top: 15px;
      overflow: hidden; }
  .gi-faq .gi-faq-row.gi-acc-open .gi-faq-share {
    opacity: 1; }
  .gi-faq .gi-faq-share {
    transition: opacity 0.3s ease-in;
    margin-left: auto;
    white-space: nowrap;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 5px;
    opacity: 0; }
    .gi-faq .gi-faq-share .gi-social-icon {
      font-size: 20px; }
    .gi-faq .gi-faq-share .gi-share {
      flex-direction: row;
      align-items: flex-end; }
      .gi-faq .gi-faq-share .gi-share > div {
        margin-top: 5px; }
  .gi-faq .gi-faq-share-sm {
    display: none; }
    .gi-faq .gi-faq-share-sm .gi-social-icon {
      font-size: 17px; }
  .gi-faq .gi-faq-q {
    width: 100%;
    display: flex; }
    .gi-faq .gi-faq-q > .row {
      width: 100%; }
  @media (max-width: 1199.98px) {
    .gi-faq .gi-faq-share {
      display: none; }
    .gi-faq .gi-faq-share-sm {
      display: flex; } }

.gi-petition .gi-progress {
  background-color: #FFD900;
  width: 100%;
  height: 60px;
  border: 3px solid #FFD900;
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .gi-petition .gi-progress {
      background-color: #FFD900;
      height: 40px;
      border: 2px solid #FFD900;
      margin-bottom: 30px; } }

.gi-petition .gi-slogan {
  margin: 20px 0 30px 0;
  display: flex;
  align-items: flex-start;
  font-size: 250%;
  line-height: 1.1; }
  .gi-petition .gi-slogan strong {
    font-size: 210%;
    margin-right: 20px;
    line-height: 1; }

@media (max-width: 991.98px) {
  .gi-petition .gi-slogan {
    font-size: 130%; }
    .gi-petition .gi-slogan strong {
      font-size: 230%; } }

.template-petition .gi-testimonials {
  position: relative;
  background-color: #EEF0F4; }
  .template-petition .gi-testimonials .gi-testimonials-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        max-width: 1140px; } }
    @media (min-width: 1400px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        max-width: 1380px; } }
    @media (max-width: 991.98px) {
      .template-petition .gi-testimonials .gi-testimonials-inner {
        padding: 0 45px; } }
  .template-petition .gi-testimonials .gi-quote .gi-quote-inner {
    background-color: #EEF0F4; }
  .template-petition .gi-testimonials .gi-quote-inner {
    padding: 150px 0 80px 0; }
    @media (max-width: 991.98px) {
      .template-petition .gi-testimonials .gi-quote-inner {
        padding: 100px 0 80px 0; } }
  .template-petition .gi-testimonials .gi-quote-row {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .template-petition .gi-testimonials .gi-quote-row {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .template-petition .gi-testimonials .gi-quote-row {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .template-petition .gi-testimonials .gi-quote-row {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .template-petition .gi-testimonials .gi-quote-row {
        max-width: 1140px; } }
    @media (min-width: 1400px) {
      .template-petition .gi-testimonials .gi-quote-row {
        max-width: 1380px; } }
    @media (max-width: 991.98px) {
      .template-petition .gi-testimonials .gi-quote-row {
        padding-right: 30px;
        padding-left: 30px; } }

.template-petition .gi-newsletter-form {
  color: #303a40; }

.template-petition .gi-form-control {
  margin: 10px 0;
  background-color: #fff;
  font-size: 120%;
  color: #525252; }
  .template-petition .gi-form-control::placeholder {
    color: #525252; }
  @media (max-width: 991.98px) {
    .template-petition .gi-form-control {
      font-size: 100%; } }

.template-petition .gi-petition-sub {
  margin-top: 35px;
  margin-bottom: 25px; }
  @media (max-width: 991.98px) {
    .template-petition .gi-petition-sub {
      font-size: 25px; } }

.template-petition input[type="checkbox"], .template-petition input[type="radio"] {
  margin: 20px 10px 10px 0; }

.template-petition .gi-newsletter-row-submit {
  margin-top: 40px; }

.template-petition .gi-petition-intro, .template-petition .gi-petition-more {
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .template-petition .gi-petition-intro, .template-petition .gi-petition-more {
      font-size: 17px;
      line-height: 1.6; } }
  .template-petition .gi-petition-intro p, .template-petition .gi-petition-more p {
    margin-bottom: 20px; }

.template-petition .gi-petition-all {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  bottom: 20px;
  left: auto;
  right: auto;
  z-index: 2; }

.template-petition .gi-petition-more {
  color: #000;
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
  border: 5px solid #EEF0F4;
  padding: 30px;
  color: #303a40;
  box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }
  @media (max-width: 991.98px) {
    .template-petition .gi-petition-more {
      padding: 15px; } }

.template-petition .gi-petition-more-inner {
  max-height: 280px;
  overflow: hidden;
  margin-bottom: 30px; }
  .template-petition .gi-petition-more-inner li {
    margin-left: 50px; }
  .template-petition .gi-petition-more-inner ul {
    margin-bottom: 50px; }
  .template-petition .gi-petition-more-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00477374) 0%, rgba(246, 247, 249, 0.335306) 32%, #f6f7f9 100%); }

.template-petition .gi-petition-more.gi-petition-open .gi-petition-more-inner {
  max-height: none;
  margin-bottom: 0; }
  .template-petition .gi-petition-more.gi-petition-open .gi-petition-more-inner:after {
    display: none; }

.template-petition .gi-petition-more.gi-petition-open .gi-petition-toggle {
  display: none; }

.template-petition .gi-petition-share {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 576px) {
    .template-petition .gi-petition-share {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .template-petition .gi-petition-share {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .template-petition .gi-petition-share {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .template-petition .gi-petition-share {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    .template-petition .gi-petition-share {
      max-width: 1380px; } }
  @media (max-width: 991.98px) {
    .template-petition .gi-petition-share {
      padding: 15px;
      margin-top: 20px; }
      .template-petition .gi-petition-share .gi-social-icon {
        margin-top: 20px; } }
  .template-petition .gi-petition-share .gi-petition-sub {
    color: #0096D6; }

.template-petition .gi-share {
  flex-direction: column; }

.template-petition .gi-now {
  display: none; }

.template-petition .gi-petition-confirm {
  text-align: center; }

.template-petition .gi-now {
  display: block;
  position: fixed;
  bottom: 15px;
  left: auto;
  right: auto;
  background-color: #FFD900;
  z-index: 1000;
  padding: 6px 15px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  white-space: nowrap;
  color: #006EB7;
  box-shadow: 2px 5px 3px -3px rgba(139, 145, 150, 0.5); }

.template-petition .gi-now-outer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  width: 100%; }

body.hide-sign .gi-now, body.hide-sign .gi-now-outer {
  display: none; }
