@charset "UTF-8";
/*
// 9. Badge DISABLED
// --------

$badge-background: $primarycolor;
$badge-color: foreground($badge-background);
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;
*/
/*
// 11. Button DISABLED
// ----------
$button-primary-color: #017cb7;
$button-padding: 0.85em 1em;
$button-margin: 0 $global-margin $global-margin 0;
$button-fill: solid;
$button-background: $button-primary-color;
$button-background-hover: scale-color($button-background, $lightness: 6%);
$button-color: #fff;
$button-color-alt: #000;
$button-radius: $global-radius;
$button-sizes: (
  tiny: 0.6rem,
  small: 0.75rem,
  default: 0.9rem,
  large: 1.25rem,
);
$button-opacity-disabled: 0.25;
*/
/*
// 12. Button Group DISABLED
// ----------------

$buttongroup-margin: 1rem;
$buttongroup-spacing: 1px;
$buttongroup-child-selector: '.button';
$buttongroup-expand-max: 6;
*/
/*
// 13. Callout DISABLED
// -----------

$callout-background: $white;
$callout-background-fade: 85%;
$callout-border: 1px solid rgba($black, 0.25);
$callout-margin: 0 0 1rem 0;
$callout-padding: 1rem;
$callout-font-color: $body-font-color;
$callout-font-color-alt: $body-background;
$callout-radius: $global-radius;
$callout-link-tint: 30%;
*/
/*
// 14. Close Button DISABLED
// ----------------

$closebutton-position: right top;
$closebutton-offset-horizontal: 1rem;
$closebutton-offset-vertical: 0.5rem;
$closebutton-size: 2em;
$closebutton-lineheight: 1;
$closebutton-color: $dark-gray;
$closebutton-color-hover: $black;
*/
/*
// 15. Drilldown DISABLED
// -------------

$drilldown-transition: transform 0.15s linear;
$drilldown-arrows: true;

*/
/*
// 17. Dropdown Menu DISABLED
// -----------------

$dropdownmenu-arrows: true;
$dropdownmenu-min-width: 200px;
$dropdownmenu-background: $white;
$dropdown-border: 1px solid $medium-gray;
*/
/*
// 20. Label DISABLED
// ---------

$label-background: $primarycolor;
$label-color: foreground($label-background);
$label-font-size: 0.8rem;
$label-padding: 0.33333rem 0.5rem;
$label-radius: $global-radius;
*/
/*
// 21. Media Object DISABLED
// ----------------

$mediaobject-margin-bottom: $global-margin;
$mediaobject-section-padding: $global-padding;
$mediaobject-image-width-stacked: 100%;
*/
/*
// 22. Menu DISABLED
// --------

$menu-margin: 0;
$menu-margin-nested: 1rem;
$menu-item-padding: 0.7rem 1rem;
$menu-icon-spacing: 0.25rem;
$menu-expand-max: 6;
*/
/*
// 23. Off-canvas DISABLED
// --------------

$offcanvas-size: 250px;
$offcanvas-background: $light-gray;
$offcanvas-zindex: -1;
$offcanvas-transition-length: 0.5s;
$offcanvas-transition-timing: ease;
$offcanvas-exit-background: rgba($white, 0.25);
$maincontent-class: 'off-canvas-content';
$maincontent-shadow: 0 0 10px rgba($black, 0.5);
*/
/*
// 24. Orbit DISABLED
// ---------

$orbit-bullet-background: $medium-gray;
$orbit-bullet-background-active: $dark-gray;
$orbit-bullet-diameter: 1.2rem;
$orbit-bullet-margin: 0.1rem;
$orbit-bullet-margin-top: 0.8rem;
$orbit-bullet-margin-bottom: 0.8rem;
$orbit-caption-background: rgba($black, 0.5);
$orbit-caption-padding: 1rem;
$orbit-control-background-hover: rgba($black, 0.5);
$orbit-control-padding: 1rem;
$orbit-control-zindex: 10;
*/
/*
// 25. Pagination DISABLED
// --------------

$pagination-font-size: rem-calc(14);
$pagination-margin-bottom: $global-margin;
$pagination-item-color: $black;
$pagination-item-padding: rem-calc(3 10);
$pagination-item-spacing: rem-calc(1);
$pagination-radius: $global-radius;
$pagination-item-background-hover: $light-gray;
$pagination-item-background-current: $primarycolor;
$pagination-item-color-current: foreground($pagination-item-background-current);
$pagination-item-color-disabled: $medium-gray;
$pagination-ellipsis-color: $black;
$pagination-mobile-items: false;
$pagination-arrows: true;
*/
/*
// 26. Progress Bar DISABLED
// ----------------

$progress-height: 1rem;
$progress-background: $medium-gray;
$progress-margin-bottom: $global-margin;
$progress-meter-background: $primarycolor;
$progress-radius: $global-radius;
*/
/*
// 27. Reveal DISABLED
// ----------

$reveal-background: $white;
$reveal-width: 600px;
$reveal-max-width: $global-width;
$reveal-offset: rem-calc(100);
$reveal-padding: $global-padding;
$reveal-border: 1px solid $medium-gray;
$reveal-radius: $global-radius;
$reveal-zindex: 1005;
$reveal-overlay-background: rgba($black, 0.45);
*/
/*
// 29. Switch DISABLED
// ----------

$switch-background: $medium-gray;
$switch-background-active: $primarycolor;
$switch-height: 2rem;
$switch-height-tiny: 1.5rem;
$switch-height-small: 1.75rem;
$switch-height-large: 2.5rem;
$switch-radius: $global-radius;
$switch-margin: $global-margin;
$switch-paddle-background: $white;
$switch-paddle-offset: 0.25rem;
$switch-paddle-radius: $global-radius;
$switch-paddle-transition: all 0.25s ease-out;
*/
/*
// 32. Thumbnail DISABLED
// -------------

$thumbnail-border: solid 4px $white;
$thumbnail-margin-bottom: $global-margin;
$thumbnail-shadow: 0 0 0 1px rgba($black, 0.2);
$thumbnail-shadow-hover: 0 0 6px 1px rgba($primarycolor, 0.5);
$thumbnail-transition: box-shadow 200ms ease-out;
$thumbnail-radius: $global-radius;
*/
/*
// 34. Top Bar DISABLED
// -----------

$topbar-padding: 0.5rem;
$topbar-background: #eee;
$topbar-link-color: #fff;
$topbar-input-width: 200px;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(https://a8580d.claudeassets.com/20250426124115cs_/https://fonts.googleapis.com/css?family=Roboto:400,700,900);
@import url(https://efe660.claudeassets.com/20250426124115cs_/https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,900);
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
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/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&smedium=30em&medium=48em&large=64em&xlarge=77.5em"; }

html {
  font-size: 16px;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans";
  font-weight: normal;
  line-height: 24px;
  color: #3c3c3c;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 8px; }

select {
  width: 100%;
  border-radius: 8px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 8px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 30em) {
  .smedium-1 {
    width: 8.33333%; }
  .smedium-push-1 {
    position: relative;
    left: 8.33333%; }
  .smedium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .smedium-offset-0 {
    margin-left: 0%; }
  .smedium-2 {
    width: 16.66667%; }
  .smedium-push-2 {
    position: relative;
    left: 16.66667%; }
  .smedium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .smedium-offset-1 {
    margin-left: 8.33333%; }
  .smedium-3 {
    width: 25%; }
  .smedium-push-3 {
    position: relative;
    left: 25%; }
  .smedium-pull-3 {
    position: relative;
    left: -25%; }
  .smedium-offset-2 {
    margin-left: 16.66667%; }
  .smedium-4 {
    width: 33.33333%; }
  .smedium-push-4 {
    position: relative;
    left: 33.33333%; }
  .smedium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .smedium-offset-3 {
    margin-left: 25%; }
  .smedium-5 {
    width: 41.66667%; }
  .smedium-push-5 {
    position: relative;
    left: 41.66667%; }
  .smedium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .smedium-offset-4 {
    margin-left: 33.33333%; }
  .smedium-6 {
    width: 50%; }
  .smedium-push-6 {
    position: relative;
    left: 50%; }
  .smedium-pull-6 {
    position: relative;
    left: -50%; }
  .smedium-offset-5 {
    margin-left: 41.66667%; }
  .smedium-7 {
    width: 58.33333%; }
  .smedium-push-7 {
    position: relative;
    left: 58.33333%; }
  .smedium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .smedium-offset-6 {
    margin-left: 50%; }
  .smedium-8 {
    width: 66.66667%; }
  .smedium-push-8 {
    position: relative;
    left: 66.66667%; }
  .smedium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .smedium-offset-7 {
    margin-left: 58.33333%; }
  .smedium-9 {
    width: 75%; }
  .smedium-push-9 {
    position: relative;
    left: 75%; }
  .smedium-pull-9 {
    position: relative;
    left: -75%; }
  .smedium-offset-8 {
    margin-left: 66.66667%; }
  .smedium-10 {
    width: 83.33333%; }
  .smedium-push-10 {
    position: relative;
    left: 83.33333%; }
  .smedium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .smedium-offset-9 {
    margin-left: 75%; }
  .smedium-11 {
    width: 91.66667%; }
  .smedium-push-11 {
    position: relative;
    left: 91.66667%; }
  .smedium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .smedium-offset-10 {
    margin-left: 83.33333%; }
  .smedium-12 {
    width: 100%; }
  .smedium-offset-11 {
    margin-left: 91.66667%; }
  .smedium-up-1 > .column, .smedium-up-1 > .columns {
    width: 100%;
    float: left; }
    .smedium-up-1 > .column:nth-of-type(1n), .smedium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-1 > .column:nth-of-type(1n+1), .smedium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .smedium-up-1 > .column:last-child, .smedium-up-1 > .columns:last-child {
      float: left; }
  .smedium-up-2 > .column, .smedium-up-2 > .columns {
    width: 50%;
    float: left; }
    .smedium-up-2 > .column:nth-of-type(1n), .smedium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-2 > .column:nth-of-type(2n+1), .smedium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .smedium-up-2 > .column:last-child, .smedium-up-2 > .columns:last-child {
      float: left; }
  .smedium-up-3 > .column, .smedium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .smedium-up-3 > .column:nth-of-type(1n), .smedium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-3 > .column:nth-of-type(3n+1), .smedium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .smedium-up-3 > .column:last-child, .smedium-up-3 > .columns:last-child {
      float: left; }
  .smedium-up-4 > .column, .smedium-up-4 > .columns {
    width: 25%;
    float: left; }
    .smedium-up-4 > .column:nth-of-type(1n), .smedium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-4 > .column:nth-of-type(4n+1), .smedium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .smedium-up-4 > .column:last-child, .smedium-up-4 > .columns:last-child {
      float: left; }
  .smedium-up-5 > .column, .smedium-up-5 > .columns {
    width: 20%;
    float: left; }
    .smedium-up-5 > .column:nth-of-type(1n), .smedium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-5 > .column:nth-of-type(5n+1), .smedium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .smedium-up-5 > .column:last-child, .smedium-up-5 > .columns:last-child {
      float: left; }
  .smedium-up-6 > .column, .smedium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .smedium-up-6 > .column:nth-of-type(1n), .smedium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .smedium-up-6 > .column:nth-of-type(6n+1), .smedium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .smedium-up-6 > .column:last-child, .smedium-up-6 > .columns:last-child {
      float: left; }
  .smedium-collapse > .column, .smedium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .smedium-collapse .row,
  .expanded.row .smedium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .smedium-uncollapse > .column, .smedium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .smedium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .smedium-uncentered,
  .smedium-push-0,
  .smedium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 77.5em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 50%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  color: #f3942d;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.375rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9375rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.625rem; }
  h2 {
    font-size: 1.375rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.9375rem; } }

@media screen and (min-width: 64em) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #f3942d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #ea800d; }
  a img {
    border: 0; }

hr {
  max-width: 77.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 0; }

ol {
  margin-left: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #3c3c3c;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 8px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 30em) {
  .smedium-text-left {
    text-align: left; }
  .smedium-text-right {
    text-align: right; }
  .smedium-text-center {
    text-align: center; }
  .smedium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 77.5em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #eee;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  color: #505050;
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #509FEF;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9E9E9E; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #9E9E9E; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9E9E9E; }

input::placeholder,
textarea::placeholder {
  color: #9E9E9E; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #505050; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 8px 0 0 8px; }
  .input-group > :last-child > * {
    border-radius: 0 8px 8px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 10rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.375rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.3125rem;
  padding: 0.5rem;
  border: 1px solid #eee;
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  color: #505050;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 29.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 30em) {
  .hide-for-smedium {
    display: none !important; } }

@media screen and (max-width: 29.9375em) {
  .show-for-smedium {
    display: none !important; } }

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .hide-for-smedium-only {
    display: none !important; } }

@media screen and (max-width: 29.9375em), screen and (min-width: 48em) {
  .show-for-smedium-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 77.4375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 77.5em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 77.5em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 77.4375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 77.5em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 77.4375em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.accordion {
  list-style-type: none;
  background: #ffffff;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 8px 8px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 8px 8px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #f3942d;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 8px 8px;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #f3942d; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #f3942d;
    font-size: 1rem;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 1.1rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #3c3c3c; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 8px;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #f3942d;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 8px; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #e87f0d; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 8px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid rgba(13, 13, 13, 0);
    background-color: transparent; }
  table caption {
    font-weight: bold;
    padding: 0; }
  table thead,
  table tfoot {
    background: rgba(6, 6, 6, 0);
    color: #3c3c3c; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: rgba(13, 13, 13, 0); }
  table tbody th,
  table tbody td {
    padding: 0; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: transparent; }

table.hover tr:nth-of-type(even):hover {
  background-color: transparent; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #ffffff;
  font-size: 50%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 8px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

.slide-in-down.mui-enter {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://3dc724.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("https://1ee650.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), url("https://7ef374.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://2b7710.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://07f474.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://46015a.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

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

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

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

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

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

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

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

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

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

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

.fa-trash-o:before {
  content: "\f014"; }

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

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

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

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

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

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

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

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

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

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

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

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

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

.fa-volume-off:before {
  content: "\f026"; }

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

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

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

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

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

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

.fa-print:before {
  content: "\f02f"; }

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

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

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

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

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

.fa-text-width:before {
  content: "\f035"; }

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

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

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

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

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

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

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

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

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

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

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

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

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

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

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

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

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

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

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

.fa-stop:before {
  content: "\f04d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-times-circle-o:before {
  content: "\f05c"; }

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

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

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

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

.fa-sign-out:before {
  content: "\f08b"; }

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

.fa-thumb-tack:before {
  content: "\f08d"; }

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

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

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

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

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

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

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

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

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

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

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tasks:before {
  content: "\f0ae"; }

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

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

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

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

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

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

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

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

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

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

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

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

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

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

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

.fa-magic:before {
  content: "\f0d0"; }

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

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

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

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

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

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

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

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

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

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

.fa-medkit:before {
  content: "\f0fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

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

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

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

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

.fa-smile-o:before {
  content: "\f118"; }

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

.fa-meh-o:before {
  content: "\f11a"; }

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

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

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

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

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

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

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

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

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

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

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

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

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

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

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

.fa-superscript:before {
  content: "\f12b"; }

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

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

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

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

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

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

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

.fa-minus-square-o:before {
  content: "\f147"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

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

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

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

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

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-youtube-play:before {
  content: "\f16a"; }

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

.fa-stack-overflow:before {
  content: "\f16c"; }

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

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

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

.fa-skype:before {
  content: "\f17e"; }

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

.fa-trello:before {
  content: "\f181"; }

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

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

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

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

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

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

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

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

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

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

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

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

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

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

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

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

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

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

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

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

.fa-spoon:before {
  content: "\f1b1"; }

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

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

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

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

.fa-steam:before {
  content: "\f1b6"; }

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

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

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

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

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

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

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

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

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

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

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

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

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

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

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

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

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

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

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

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

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

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

.fa-tty:before {
  content: "\f1e4"; }

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

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

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

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

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

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

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

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

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

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

.fa-street-view:before {
  content: "\f21d"; }

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

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

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

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

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

.fa-mars-double:before {
  content: "\f227"; }

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

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

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

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

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

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

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

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

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

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

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

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

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

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

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

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

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

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

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

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

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

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

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

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

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

.fa-opera:before {
  content: "\f26a"; }

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

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

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

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

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

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

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

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

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

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

.fa-map-pin:before {
  content: "\f276"; }

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

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

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

.fa-commenting-o:before {
  content: "\f27b"; }

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

.fa-vimeo:before {
  content: "\f27d"; }

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

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

.fa-reddit-alien:before {
  content: "\f281"; }

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

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

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

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-pause-circle-o:before {
  content: "\f28c"; }

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

.fa-stop-circle-o:before {
  content: "\f28e"; }

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

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

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

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

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

.fa-percent:before {
  content: "\f295"; }

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

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

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

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

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

.fa-question-circle-o:before {
  content: "\f29c"; }

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

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

.fa-volume-control-phone:before {
  content: "\f2a0"; }

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

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

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

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

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

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

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-pied-piper:before {
  content: "\f2ae"; }

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

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

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

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

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

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

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

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

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

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

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

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

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

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

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

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

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

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

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

/*
Flaticon icon font: Flaticon
Creation date: 17/02/2017 13:31
*/
@font-face {
  font-family: "Flaticon";
  src: url("https://a849a7.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.eot");
  src: url("https://513b79.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.eot#iefix") format("embedded-opentype"), url("https://c67503.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.woff") format("woff"), url("https://250a78.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.ttf") format("truetype"), url("https://5e6633.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("https://5e6633.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/flaticon/Flaticon.svg#Flaticon") format("svg"); } }

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-warning:before {
  content: "\f100"; }

.ks {
  width: 100%;
  background-color: #f5f5f5;
  background-size: cover;
  padding: 30px 0 30px;
  color: #797979; }

code {
  color: #5d9cec;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 90%;
  border: 0px; }

code, pre {
  background-color: #f4f8fb; }

code, kbd, pre, samp {
  font-family: "Courier New",monospace; }

.centered {
  display: table;
  margin: auto; }

.height-100 {
  height: 100%; }

.flex {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.ks-block {
  float: left;
  width: 100%;
  padding: 15px 30px 25px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(54, 64, 74, 0.13); }

h1.ks__title {
  font-size: 44px;
  font-weight: 300;
  color: #333333; }

h2.ks-block__title {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
  color: #333333; }

h4.ks-block__title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 5px;
  font-weight: 300;
  color: #797979; }

.ks-block__text {
  font-size: 15px;
  margin-bottom: 20px; }

.ks-block__elements {
  margin-bottom: 25px; }
  .ks-block__elements:last-child {
    margin-bottom: 0px; }

.ks-block__elements--white {
  background-color: #3B3B3B;
  padding: 20px; }

.ks-block__elements-titles {
  font-size: 12px;
  margin-bottom: 20px; }
  .ks-block__elements-titles span {
    display: inline-block;
    text-align: center;
    width: 110px;
    margin-right: 15px; }

.ks-block__elements__title {
  display: inline-block;
  width: 105px;
  margin-right: 15px;
  font-size: 12px; }

.ks-block__elements__title--white {
  width: 85px;
  color: #fff; }

.ks-block__extra {
  line-height: 14px; }

.ks-block__elements-icons {
  display: inline-block;
  text-align: center;
  width: 110px;
  margin-right: 15px; }

.ks-block__font-header-default::after {
  content: "Open Sans"; }

.ks-block__font-default::after {
  content: "Open Sans"; }

/* Base elements */
ul {
  padding: 0 1.25rem 0 25px;
  list-style-type: disc; }
  ul ul {
    margin: 0;
    list-style-type: circle; }

.ul--numbers {
  list-style-type: decimal; }

ol {
  padding: 0 1.25rem 0 1.25rem; }

.btn {
  min-width: 110px;
  display: inline-block;
  padding: 4px 14px;
  margin: 0 10px 10px 0;
  background-color: #f3942d;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-appearance: none;
  border: 1px solid transparent; }
  .btn:hover {
    background-color: #e07b0d; }
  .btn:focus {
    outline: none;
    color: #ffffff; }
  .btn:last-child {
    margin-right: 0px; }

a.btn:hover {
  color: #ffffff; }

.btn--secondary {
  background-color: #43B850;
  color: #ffffff; }
  .btn--secondary:hover {
    background-color: #359340; }

.btn--bordered-secondary {
  border-bottom: 3px solid #359340; }
  .btn--bordered-secondary:hover {
    border-bottom: 3px solid #286d2f; }

.btn--hover-lighten-secondary:hover {
  background-color: #67c771; }

.btn--rounded {
  border-radius: 80px; }

.btn--bordered {
  border-bottom: 3px solid #e07b0d; }
  .btn--bordered:hover {
    border-bottom: 3px solid #b0600a; }

.btn--shadow {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3); }

.btn--hover-lighten:hover {
  background-color: #f6ad5d; }

.btn--active:active {
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.3); }

.btn--success {
  background-color: #09B19D; }
  .btn--success:hover {
    background-color: #078072; }

.btn--bordered-success {
  border-bottom: 3px solid #078072; }
  .btn--bordered-success:hover {
    border-bottom: 3px solid #045047; }

.btn--hover-lighten-success:hover {
  background-color: #0ac9b3; }

.btn--cancel {
  background-color: #EF5350; }
  .btn--cancel:hover {
    background-color: #eb2521; }

.btn--bordered-cancel {
  border-bottom: 3px solid #eb2521; }
  .btn--bordered-cancel:hover {
    border-bottom: 3px solid #c71612; }

.btn--hover-lighten-cancel:hover {
  background-color: #f3817f; }

.btn--uppercase {
  text-transform: uppercase;
  font-weight: 700; }

.btn--large {
  padding: 9px 23px;
  font-size: 16px; }

.btn--xlarge {
  padding: 14px 23px;
  font-size: 18px; }

.btn--disabled {
  opacity: 0.30; }

.btn--hollow {
  background-color: transparent;
  color: #f3942d;
  border: 2px solid #f3942d; }
  .btn--hollow:hover {
    background-color: transparent;
    color: #b0600a;
    border-color: #b0600a; }
  .btn--hollow:focus {
    outline: none;
    color: #f3942d; }

a.btn--hollow:hover {
  color: #f3942d; }

.btn--hover-lighten-hollow:hover {
  color: #f7b975;
  border-color: #f7b975; }

.btn--active-hollow:active {
  box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.15); }

.btn--secondary.btn--hollow {
  background-color: transparent;
  color: #43B850;
  border: 2px solid #43B850; }
  .btn--secondary.btn--hollow:hover {
    background-color: transparent;
    color: #286d2f;
    border-color: #286d2f; }
  .btn--secondary.btn--hollow:focus {
    outline: none;
    color: #43B850; }

a.btn--secondary.btn--hollow:hover {
  color: #43B850; }

.btn--secondary.btn--hover-lighten-hollow:hover {
  color: #79ce83;
  border-color: #79ce83; }

.btn--secondary.btn--active-hollow:active {
  box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.15); }

.btn--hollow-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff; }
  .btn--hollow-white:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .btn--hollow-white:focus {
    outline: none; }

.btn--hover-lighten-hollow-white:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.btn--active-hollow-white:active {
  box-shadow: 0px 5px 7px 2px rgba(0, 0, 0, 0.2); }

.btn--icon {
  position: relative;
  min-width: inherit;
  display: inline-block;
  text-align: left; }
  .btn--icon:after, .btn--icon:before {
    position: absolute;
    font-family: FontAwesome;
    left: 11px;
    top: 50%;
    margin-top: -12px; }

.btn--next {
  padding-right: 33px; }
  .btn--next:after {
    right: 11px;
    left: auto;
    content: "\f105";
    font-size: 18px; }

.btn--prev {
  padding-left: 33px; }
  .btn--prev:before {
    content: "\f104";
    font-size: 18px; }

.btn--next-alt {
  padding-right: 33px; }
  .btn--next-alt:after {
    right: 11px;
    left: auto;
    content: "\f0da";
    font-size: 18px; }

.btn--prev-alt {
  padding-left: 33px; }
  .btn--prev-alt:before {
    content: "\f0d9";
    font-size: 18px; }

.btn--plus {
  padding-left: 33px; }
  .btn--plus:before {
    content: "\f067";
    font-size: 14px; }

.btn--min {
  padding-left: 33px; }
  .btn--min:before {
    content: "\f068";
    font-size: 14px; }

.btn--check {
  padding-left: 33px; }
  .btn--check:before {
    content: "\f00c";
    font-size: 15px; }

.btn--play {
  padding-left: 33px; }
  .btn--play:before {
    content: "\f04b";
    font-size: 12px; }

.btn--play-alt {
  padding-left: 33px; }
  .btn--play-alt:before {
    content: "\f144";
    font-size: 16px; }

.btn--email {
  padding-left: 33px; }
  .btn--email:before {
    content: "\f0e0";
    font-size: 13px; }

.btn--search {
  padding-left: 33px; }
  .btn--search:before {
    content: "\f002";
    font-size: 14px; }

.btn--menu {
  padding-left: 33px; }
  .btn--menu:before {
    content: "\f0c9";
    font-size: 14px; }

.btn--delete {
  padding-left: 33px; }
  .btn--delete:before {
    content: "\f014";
    font-size: 14px; }

.btn--call {
  padding-left: 33px; }
  .btn--call:before {
    content: "\f095";
    font-size: 14px; }

.html--material .datepicker.dropdown-menu {
  margin-top: -2px; }

.html--material .datepicker-close {
  right: 12px; }

form label {
  position: relative;
  margin-bottom: 10px; }
  form label.label__checkbox {
    margin-bottom: 5px; }
    form label.label__checkbox:first-child {
      margin-top: 5px; }
    form label.label__checkbox:last-child {
      margin-bottom: 10px; }
  form label.label__radio {
    margin-bottom: 5px; }
    form label.label__radio:first-child {
      margin-top: 5px; }
    form label.label__radio:last-child {
      margin-bottom: 10px; }

form .form__label-title {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #505050; }

form .form__error {
  display: block;
  color: #EF5350;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative; }
  form .form__error .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 16px;
    color: #EF5350; }

form .form__label-checkboxlabel {
  display: block;
  margin: 0px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #505050; }

form .form__label-radiolabel {
  display: block;
  margin: 0px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #505050; }

form .form__label-dropdownlabel {
  display: block;
  margin: 0px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #505050; }

form .checkboxslide {
  position: relative;
  width: 100%;
  height: 30px; }
  form .checkboxslide .checkboxslide__text {
    padding-left: 12px;
    cursor: pointer; }
  form .checkboxslide input[type="checkbox"] + .checkboxslide__button {
    width: 40px;
    height: 18px;
    background-color: #eeeeee;
    display: block;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    float: left;
    top: 5px;
    transition: all 150ms ease-in-out; }
    form .checkboxslide input[type="checkbox"] + .checkboxslide__button:before {
      content: "";
      width: 24px;
      height: 24px;
      border-radius: 100%;
      background-color: #505050;
      display: block;
      position: absolute;
      left: -3px;
      top: -3px;
      cursor: pointer;
      transition: all 150ms ease-in-out; }
  form .checkboxslide input[type="checkbox"]:checked + .checkboxslide__button {
    background-color: #CFE7FF;
    transition: all 150ms ease-in-out; }
    form .checkboxslide input[type="checkbox"]:checked + .checkboxslide__button:before {
      left: 19px;
      background-color: #509FEF;
      transition: all 150ms ease-in-out; }

form .checkbox__text {
  font-weight: normal;
  position: relative;
  padding-left: 27px;
  line-height: 21px;
  display: block;
  cursor: pointer;
  margin-bottom: 5px; }

form input[type="checkbox"] + .checkbox__text:hover:before {
  color: #509FEF;
  transition: color 150ms ease-in-out; }

form input[type="checkbox"] + .checkbox__text:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  left: 0px;
  position: absolute;
  content: "";
  font-size: 20px;
  color: #505050;
  transition: color 150ms ease-in-out; }

form input[type="checkbox"]:checked + .checkbox__text:before {
  content: "";
  font-size: 18px;
  color: #509FEF; }

form input[type="checkbox"] {
  display: none; }

form .radio__text {
  font-weight: normal;
  position: relative;
  padding-left: 27px;
  line-height: 21px;
  display: block;
  cursor: pointer;
  margin-bottom: 5px; }

form .radio-border input[type="radio"] + .radio__text:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #505050;
  display: block;
  float: left;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: all 200ms ease-in-out; }

form .radio-border input[type="radio"] + .radio__text:after {
  content: "";
  width: 0px;
  height: 10px;
  background: #fff;
  display: block;
  float: left;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: all 200ms ease-in-out; }

form .radio-border input[type="radio"]:checked + .radio__text:after {
  content: "";
  width: 10px;
  transition: all 200ms ease-in-out; }

form .radio-border input[type="radio"]:checked + .radio__text:before {
  content: "";
  transition: all 200ms ease-in-out; }

form input[type="radio"] + .radio__text:hover:before {
  color: #509FEF;
  transition: color 150ms ease-in-out; }

form input[type="radio"] + .radio__text:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  left: 0px;
  position: absolute;
  content: "";
  font-size: 20px;
  color: #505050;
  transition: color 150ms ease-in-out; }

form input[type="radio"]:checked + .radio__text:before {
  content: "";
  font-size: 20px;
  color: #509FEF; }

form input[type="radio"] {
  display: none; }

form select {
  height: 42px;
  margin-top: 5px;
  font-weight: normal;
  padding: 11px 30px 11px 12px;
  margin-bottom: 6px;
  border: 1px solid #ddd;
  background-color: transparent; }
  form select:focus {
    border: 1px solid #509FEF;
    box-shadow: none;
    outline: none; }

form label > [type='checkbox'], form label > [type='radio'] {
  margin-bottom: 0px;
  position: relative;
  top: 2px; }

form [type='file'] {
  border: 1px solid #eee;
  padding: 9px 12px;
  font-weight: normal; }

form [type='text'], form [type='password'], form [type='date'], form [type='datetime'], form [type='datetime-local'], form [type='month'], form [type='week'], form [type='email'], form [type='number'], form [type='search'], form [type='tel'], form [type='time'], form [type='url'], form [type='color'], form textarea {
  height: 42px;
  margin-top: 5px;
  font-weight: normal;
  padding: 12px 12px;
  border: 1px solid #e0e0e0; }
  form [type='text']::-webkit-input-placeholder, form [type='password']::-webkit-input-placeholder, form [type='date']::-webkit-input-placeholder, form [type='datetime']::-webkit-input-placeholder, form [type='datetime-local']::-webkit-input-placeholder, form [type='month']::-webkit-input-placeholder, form [type='week']::-webkit-input-placeholder, form [type='email']::-webkit-input-placeholder, form [type='number']::-webkit-input-placeholder, form [type='search']::-webkit-input-placeholder, form [type='tel']::-webkit-input-placeholder, form [type='time']::-webkit-input-placeholder, form [type='url']::-webkit-input-placeholder, form [type='color']::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #9E9E9E; }
  form [type='text']::-moz-placeholder, form [type='password']::-moz-placeholder, form [type='date']::-moz-placeholder, form [type='datetime']::-moz-placeholder, form [type='datetime-local']::-moz-placeholder, form [type='month']::-moz-placeholder, form [type='week']::-moz-placeholder, form [type='email']::-moz-placeholder, form [type='number']::-moz-placeholder, form [type='search']::-moz-placeholder, form [type='tel']::-moz-placeholder, form [type='time']::-moz-placeholder, form [type='url']::-moz-placeholder, form [type='color']::-moz-placeholder, form textarea::-moz-placeholder {
    color: #9E9E9E; }
  form [type='text']:-ms-input-placeholder, form [type='password']:-ms-input-placeholder, form [type='date']:-ms-input-placeholder, form [type='datetime']:-ms-input-placeholder, form [type='datetime-local']:-ms-input-placeholder, form [type='month']:-ms-input-placeholder, form [type='week']:-ms-input-placeholder, form [type='email']:-ms-input-placeholder, form [type='number']:-ms-input-placeholder, form [type='search']:-ms-input-placeholder, form [type='tel']:-ms-input-placeholder, form [type='time']:-ms-input-placeholder, form [type='url']:-ms-input-placeholder, form [type='color']:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: #9E9E9E; }
  form [type='text']:-moz-placeholder, form [type='password']:-moz-placeholder, form [type='date']:-moz-placeholder, form [type='datetime']:-moz-placeholder, form [type='datetime-local']:-moz-placeholder, form [type='month']:-moz-placeholder, form [type='week']:-moz-placeholder, form [type='email']:-moz-placeholder, form [type='number']:-moz-placeholder, form [type='search']:-moz-placeholder, form [type='tel']:-moz-placeholder, form [type='time']:-moz-placeholder, form [type='url']:-moz-placeholder, form [type='color']:-moz-placeholder, form textarea:-moz-placeholder {
    color: #9E9E9E; }

form .input-group [type='text'], form .input-group [type='password'], form .input-group [type='date'], form .input-group [type='datetime'], form .input-group [type='datetime-local'], form .input-group [type='month'], form .input-group [type='week'], form .input-group [type='email'], form .input-group [type='number'], form .input-group [type='search'], form .input-group [type='tel'], form .input-group [type='time'], form .input-group [type='url'], form .input-group [type='color'], form .input-group textarea {
  margin-top: 0px; }

form .input-group input {
  border-radius: 0px 3px 3px 0px; }

form .input-group:focus {
  outline: 0px; }

form .input-group input:focus {
  outline: 0px;
  border: 1px solid #509FEF; }

form .input-group.input-group-transparent .input-group-label {
  background-color: transparent; }

form .input-group.input-group-transparent input {
  border-right-color: transparent; }
  form .input-group.input-group-transparent input:focus {
    border-right: 1px solid #509FEF; }

form .input-group-field {
  height: 42px; }

form .input-group-label {
  padding: 0px;
  width: 38px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee; }
  form .input-group-label:last-child {
    border-radius: 0px 3px 3px 0px; }
  form .input-group-label .fa {
    color: #505050;
    font-size: 16px; }

form.form--label-left .form__checkboxslide-inner {
  margin-top: 6px; }

form.form--label-left .column, form.form--label-left .columns {
  width: 100% !important; }

form.form--label-left .form__label {
  display: -ms-flexbox;
  display: flex; }

form.form--label-left .form__label-leftinner {
  display: -ms-flexbox;
  display: flex; }

form.form--label-left .form__label-radiolabel {
  -ms-flex: 45;
      flex: 45;
  padding: 3px 0px 0px;
  max-width: 160px; }

form.form--label-left .form__label-checkboxlabel {
  -ms-flex: 45;
      flex: 45;
  padding: 3px 0px 0px;
  max-width: 160px; }

form.form--label-left .form__label-title.form__label-uploadlabel {
  -ms-flex: 45;
      flex: 45;
  padding: 8px 0px 0px;
  max-width: 160px;
  margin-bottom: 20px; }

form.form--label-left .form__label-title {
  -ms-flex: 45;
      flex: 45;
  padding: 14px 0px 0px;
  max-width: 160px; }
  form.form--label-left .form__label-title.form__label-label {
    -ms-flex: 100;
        flex: 100;
    max-width: 100%; }

form.form--label-left [type='text'], form.form--label-left [type='password'], form.form--label-left [type='date'], form.form--label-left [type='datetime'], form.form--label-left [type='datetime-local'], form.form--label-left [type='month'], form.form--label-left [type='week'], form.form--label-left [type='email'], form.form--label-left [type='number'], form.form--label-left [type='search'], form.form--label-left [type='tel'], form.form--label-left [type='time'], form.form--label-left [type='url'], form.form--label-left [type='color'], form.form--label-left textarea, form.form--label-left select {
  -ms-flex: 55;
      flex: 55;
  margin-bottom: 0px; }

form.form--label-left .form__checkboxslide-inner {
  -ms-flex: 55;
      flex: 55;
  margin-bottom: 0px; }

form.form--label-left .input-group {
  -ms-flex: 55;
      flex: 55;
  margin-bottom: 0px;
  width: auto;
  display: block;
  position: relative; }

form.form--label-left .input-group-label {
  height: 42px;
  position: absolute;
  right: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 0px;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

form.form--material ::-webkit-input-placeholder {
  opacity: 0; }

form.form--material ::-moz-placeholder {
  opacity: 0; }

form.form--material :-ms-input-placeholder {
  opacity: 0; }

form.form--material :-moz-placeholder {
  opacity: 0; }

form.form--material .form__error {
  position: relative;
  top: 20px; }

form.form--material [type='text'], form.form--material [type='password'], form.form--material [type='date'], form.form--material [type='datetime'], form.form--material [type='datetime-local'], form.form--material [type='month'], form.form--material [type='week'], form.form--material [type='email'], form.form--material [type='number'], form.form--material [type='search'], form.form--material [type='tel'], form.form--material [type='time'], form.form--material [type='url'], form.form--material [type='color'], form.form--material textarea {
  border-color: transparent;
  background-color: transparent;
  padding: 0px;
  display: block; }

form.form--material textarea {
  padding-top: 8px; }

form.form--material .form__label {
  position: relative;
  margin: 25px 0px 0px;
  transition: all 200ms ease-in-out;
  height: 42px; }
  form.form--material .form__label select {
    border: 0px;
    margin: 0px; }
  form.form--material .form__label.form__label--textarea {
    height: auto; }
  form.form--material .form__label:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #eee;
    width: 100%;
    top: 100%;
    left: 0px; }
  form.form--material .form__label:after {
    content: "";
    height: 3px;
    width: 0%;
    background-color: transparent;
    top: 100%;
    left: 0px;
    position: absolute;
    transition: all 600ms ease-in-out; }
  form.form--material .form__label.form__label-selected {
    transition: all 200ms ease-in-out; }
    form.form--material .form__label.form__label-selected:after {
      width: 100%;
      transition: all 600ms ease-in-out;
      background-color: #509FEF; }
    form.form--material .form__label.form__label-selected .form__label-title {
      top: -22px;
      transition: all 200ms ease-in-out; }

form.form--material .form__label-title {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: text;
  padding: 0px;
  line-height: 42px;
  transition: all 200ms ease-in-out; }
  form.form--material .form__label-title.form__label-dropdownlabel {
    top: -22px; }

.form__label-required {
  position: absolute;
  right: 4px;
  top: 3px;
  font-weight: 300;
  font-size: 16px;
  color: #f3942d; }

.form--material .form__label-required {
  top: 10px; }

.form--label-left .form__label-required {
  right: 16px;
  top: 14px; }

.required__form__text {
  position: relative;
  float: left;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 13px; }
  .required__form__text span {
    color: #f3942d; }

.label-hover {
  position: relative; }
  .label-hover:hover .label-hover__inner {
    display: block; }
  .label-hover .label-hover__inner {
    display: none;
    top: 0px;
    left: 0px;
    border: 1px solid #eee;
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 5;
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    cursor: auto;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
    border-top: 0px; }
    .label-hover .label-hover__inner:after {
      content: "";
      position: absolute;
      left: 34px;
      top: -6px;
      width: 10px;
      height: 10px;
      background-color: #fff;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-left: 1px solid #eee;
      border-top: 1px solid #eee; }
    .label-hover .label-hover__inner b {
      color: #505050; }
    .label-hover .label-hover__inner p {
      color: #AFAFAF;
      margin-bottom: 0px; }
    .label-hover .label-hover__inner a {
      color: #509FEF; }

/* Blocks */
.block:hover .block__img img {
  -ms-transform: scale(1.05);
      transform: scale(1.05); }

.block:hover .block__btn {
  opacity: 1; }

.block__item {
  position: relative;
  float: left;
  width: 100%;
  padding: 32px 40px;
  margin: 15px 0;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.3s; }
  .block__item:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05); }
  .block__item:hover .block__btn {
    background-color: #f6ad5d; }

.block__no-padding-right {
  padding-right: 0px;
  overflow: hidden; }

.block__img {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0; }
  .block__img img {
    border-radius: 8px 8px 0 0;
    transition: all 0.7s; }

.block__img--radius {
  border-radius: 8px 0 0 8px; }
  .block__img--radius img {
    border-radius: 8px 0 0 8px; }

.block__content {
  position: relative;
  float: left;
  width: 100%;
  padding: 2em 2em 2em 2em; }

.block__content--padding {
  padding: 2em 2em 1.8em 1em; }

.block__title {
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #f3942d; }

.block__function {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  color: #3c3c3c;
  margin-top: -4px; }

.block__date, .block__subtitle {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #3c3c3c; }

.block__text {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  margin-top: 1.1em;
  color: #3c3c3c; }

.block__location {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 15px; }
  .block__location i {
    position: relative;
    float: left;
    width: 25px;
    font-size: 22px; }

.block__location__text {
  position: relative;
  float: left;
  width: calc(100% - 25px); }

.block__btn {
  position: absolute;
  width: 45px;
  height: 45px;
  right: -8px;
  margin-left: 0;
  bottom: -8px;
  background-color: #f3942d;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  opacity: 0; }
  .block__btn i {
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
    margin-left: 3px; }

.title {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .title h2 {
    margin-bottom: 5px;
    color: #f3942d; }

.btn--title {
  position: absolute;
  right: 0;
  bottom: 0px; }

.outro {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px; }

/* fallback */
.warning {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0px;
  background-color: rgba(211, 211, 211, 0.85);
  z-index: 55555; }

.warning__content {
  background-color: #fff;
  position: absolute;
  display: block;
  height: 500px;
  width: 920px;
  left: 50%;
  top: 15%;
  margin-left: -460px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

.warning__top {
  padding: 65px;
  height: 400px; }

.warning__bottom {
  background-color: #F4F4F4;
  padding: 25px 0px;
  height: 100px;
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 150ms ease-in-out; }
  .warning__bottom:hover, .warning__bottom:focus {
    background-color: #ececec;
    transition: all 150ms ease-in-out; }
    .warning__bottom:hover .news__arrow, .warning__bottom:focus .news__arrow {
      right: 0px;
      transition: all 150ms ease-in-out; }

.warning__close {
  position: absolute;
  right: -29.5px;
  top: -29.5px;
  width: 59px;
  height: 59px;
  cursor: pointer; }

.warning__title {
  font-size: 30px;
  font-weight: 300;
  color: #647781;
  display: block;
  width: 100%;
  text-align: center;
  position: relative; }

.warning__text {
  font-size: 20px;
  font-weight: 300;
  color: #647781;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 70%;
  margin: 30px auto 45px;
  line-height: 27.5px; }

.news__icon {
  float: left;
  width: 125px;
  height: 100px;
  display: block;
  border-bottom-left-radius: 20px; }
  .news__icon img {
    margin: 0 auto;
    display: block; }

.news__arrow {
  float: right;
  position: relative;
  top: -3px;
  right: 10px;
  transition: all 150ms ease-in-out; }

.news__text {
  display: block;
  float: left; }

.news__title {
  font-size: 20px;
  font-weight: 300;
  color: #8C99A0;
  display: block; }

.news__link {
  font-size: 12px;
  font-weight: bold;
  color: #1D93DC; }

.option__icon {
  padding: 31px 35.5px;
  float: left; }
  .option__icon img {
    width: 54px;
    height: 54px; }

.option__text {
  padding: 33px 0px;
  float: left;
  width: 160px; }

.option__title {
  font-size: 20px;
  font-weight: 300;
  color: #647781; }

.option__link {
  color: #1D93DC;
  font-size: 12px; }

.warning__sadface {
  position: absolute;
  top: -4px;
  left: 0px;
  animation: warning 3s infinite;
  animation-timing-function: ease-in-out; }

@keyframes warning {
  0% {
    transform: rotate(35deg); }
  50% {
    transform: rotate(-35deg); }
  100% {
    transform: rotate(35deg); } }

.warning__options {
  width: 690px;
  display: block;
  margin: 0 auto; }

.warning__option {
  width: 305px;
  height: 118px;
  float: left;
  border-radius: 10px;
  border: 1px solid #dce0e2;
  margin: 0px 20px;
  background-color: #fff;
  transition: all 150ms ease-in-out; }
  .warning__option:hover, .warning__option:focus {
    background-color: #F4F4F4;
    transition: all 150ms ease-in-out; }

.warningbutton {
  position: fixed;
  bottom: 0px;
  left: 25px;
  cursor: pointer;
  margin-right: 15px;
  font-weight: bold;
  font-size: 20px;
  color: #e2574c;
  display: block;
  padding-top: 5px; }
  .warningbutton img {
    float: left;
    width: 35px;
    margin-right: 15px;
    position: relative;
    bottom: 5px; }

.column-inner {
  position: relative; }
  .column-inner.column-textarea {
    margin-top: 0px; }
    .column-inner.column-textarea label {
      -ms-flex-align: start;
          align-items: flex-start;
      top: 10px; }
    .column-inner.column-textarea.column-selected label {
      top: -15px;
      transition: all 200ms ease-in-out; }
  .column-inner.column-selected label {
    font-size: 11px;
    top: -15px;
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    transition: all 200ms ease-in-out;
    color: #333; }
  .column-inner label {
    position: absolute;
    top: 6px;
    left: 10px;
    float: left;
    color: #c7c7c7;
    display: inline-block;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0px 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    pointer-events: none;
    transition: all 200ms ease-in-out; }

.contact__left h3 {
  margin-bottom: 20px; }

.contact__left h4 {
  font-weight: 400;
  color: #505050;
  font-size: 17px; }

.contact__left__company {
  border-radius: 10px; }

.contact__left__info__top {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%; }
  .contact__left__info__top i {
    font-size: 18px; }
  .contact__left__info__top a {
    color: #3c3c3c; }
    .contact__left__info__top a:hover {
      color: #f3942d; }

.contact__left__info__bottom {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px; }

.contact__right {
  float: left;
  width: 100%;
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 40px 45px;
  border-radius: 8px; }

.contact__left__address {
  margin: 0px 0 10px 0; }

.contact__left__info {
  margin-bottom: 30px;
  width: 100%; }
  .contact__left__info i {
    font-size: 18px; }
  .contact__left__info a {
    color: #3c3c3c; }
    .contact__left__info a:hover {
      color: #f3942d; }

.contact__left__address__btn {
  position: relative;
  float: left;
  padding-left: 30px; }
  .contact__left__address__btn .btn {
    margin-top: 12px;
    margin-bottom: 0px; }

.contact__info__left {
  position: relative;
  float: left;
  width: 30px;
  font-weight: 700; }

.contact__info__bottom__bottom .contact__info__left {
  color: #fff; }

.contact__info__right {
  position: relative;
  float: left;
  width: calc(100% - 30px); }
  .contact__info__right a {
    text-decoration: none; }

.contact__info__left__bigger {
  position: relative;
  float: left;
  width: 80px;
  font-weight: 700; }

.contact__info__right__bigger {
  position: relative;
  float: left;
  width: calc(100% - 80px); }

#map_canvas {
  height: 400px;
  overflow: hidden; }

.contactmaps {
  position: relative;
  height: 400px;
  overflow: hidden; }

.disable-scroll {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: ease 0.3s; }

.contactmaps:hover .disable-scroll {
  background-color: rgba(0, 0, 0, 0.3); }

.contactmaps:hover .activate-layer {
  display: block; }

.activate-layer {
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -23px;
  left: 50%;
  margin-left: -80px;
  cursor: pointer;
  transition: ease 0.3s; }

#tab2 {
  display: none; }

.tab-name {
  display: block;
  margin-top: 8px;
  float: left;
  border: 1px solid #E9E9E9;
  padding: 5px 22px 5px 22px;
  margin-left: 5px;
  cursor: pointer;
  color: #000 !important;
  text-decoration: none; }

.tab-name:hover {
  background-color: #f2f2f2;
  border: 1px solid #dad8d8; }

.tab-name-active {
  background-color: #f2f2f2;
  border: 1px solid #dad8d8; }

.tab {
  margin-top: 12px;
  padding-left: 7px; }

#saddr {
  position: relative;
  float: left;
  padding: 8px 20px !important;
  font-size: 13px !important; }

#destination {
  color: #9E9E9E;
  width: 180px; }

.tab-plan-route {
  position: relative;
  float: left;
  margin: 0px 0 5px 0px; }

.tab-content {
  position: relative;
  float: left;
  width: 50%;
  line-height: 20px; }

.contact-logo-klein {
  position: relative;
  float: right; }

/* Menu */
.menu-block > ul > li {
  position: relative;
  float: left;
  text-align: center; }
  .menu-block > ul > li.active:after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #f3942d;
    position: absolute;
    bottom: 0px;
    left: 0px; }

.menu-block a {
  color: #3c3c3c;
  font-size: 17px;
  display: block;
  padding: 0px 35px;
  font-family: "Open Sans";
  height: 90px;
  line-height: 90px;
  transition: all 0.3s;
  font-weight: 600; }

.menu-block > ul > li:hover a, .menu-block > ul > li:focus a {
  color: #212121; }

.menu-block > ul > li.active a {
  color: #212121; }

.menu-block > ul > li.active .d-menu1 a, .menu-block > ul > li:hover .d-menu1 a, .menu-block > ul > li:focus .d-menu1 a {
  color: #fff; }

.menu-block ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: right; }

.menu-block.menu-block-touch ul {
  float: none; }

.d-item1 .fa-one {
  font-size: 15px;
  margin-left: 10px;
  top: 2px;
  line-height: 90px;
  transition: all 0.3s; }

.d-item1:hover .d-menu1 {
  display: block; }

.d-menu1 {
  position: absolute;
  left: 0px;
  top: 100%;
  display: none;
  background-color: #212121;
  min-width: 220px;
  text-align: left; }

.d-menu1 > li {
  position: relative; }

.d-menu1 > li:hover a, .d-menu1 > li:focus a {
  color: #fff;
  background-color: #141414; }

.d-menu1 > li a {
  font-size: 15px;
  color: #fff;
  line-height: inherit;
  height: inherit;
  padding: 10px 20px;
  font-weight: 300;
  border-bottom: 1px solid #080808; }

.d-item2 .fa-two {
  font-size: 15px;
  float: right;
  position: relative;
  top: 5px; }

.menu-block.menu-block-touch .d-menu1 .d-item2 > a {
  font-size: 13px;
  padding: 8px 17px 8px 25px; }

.menu-block.menu-block-touch .d-item1 .fa-one {
  line-height: inherit; }

.d-item2:hover .d-menu2 {
  display: block; }

.d-menu2 {
  position: absolute;
  left: 100%;
  top: 0px;
  display: none;
  background-color: #141414;
  min-width: 220px;
  text-align: left; }

.d-menu2 > li:hover, .d-menu2 > li:focus {
  background-color: #080808; }

.d-menu2 > li a {
  padding: 10px 20px;
  border-bottom: 1px solid black; }

.menu-toggle {
  position: absolute;
  display: none;
  right: 25px;
  top: 50%;
  z-index: 1000000;
  margin-top: -12px; }

.menu-toggle .icon-bar {
  width: 25px;
  height: 3px;
  display: block;
  margin-bottom: 4px;
  background-color: #212121;
  position: relative;
  transition: all 200ms ease-in-out;
  top: 0px;
  opacity: 1; }

.menu-toggle.menu-toggle-animate .icon-bar {
  transition: all 200ms ease-in-out; }

.menu-toggle.menu-toggle-animate .icon-bar.top-icon-bar {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 7px; }

.menu-toggle.menu-toggle-animate .icon-bar.mid-icon-bar {
  opacity: 0; }

.menu-toggle.menu-toggle-animate .icon-bar.bot-icon-bar {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: -7px; }

.menu-box-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 300ms ease-in-out;
  z-index: -1;
  opacity: 0; }

.open-menu {
  overflow: hidden; }

.open-menu .menu-box-bg {
  z-index: 10;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  width: 100%;
  height: 100%; }

.open-menu .menu-block.menu-block-touch {
  left: 0px;
  transition: left 300ms ease-in-out; }

.menu-block.menu-block-touch {
  position: fixed;
  left: -75%;
  top: 0px;
  overflow: auto;
  height: 100%;
  z-index: 500;
  width: 75%;
  display: block !important;
  background-color: #212121;
  padding: 0px;
  margin: 0px;
  transition: left 300ms ease-in-out; }

.menu-block.menu-block-touch .d-item1:hover .d-menu1 {
  display: none; }

.menu-block.menu-block-touch .d-item2:hover .d-menu2 {
  display: none; }

.menu-block.menu-block-touch > ul {
  -ms-flex-direction: column;
      flex-direction: column; }

.menu-block.menu-block-touch > ul > li > a {
  font-size: 15px;
  color: #fff;
  height: inherit;
  line-height: inherit;
  border-top: 1px solid #141414; }

.menu-block.menu-block-touch > ul > li {
  width: 100%;
  float: left;
  text-align: left; }

.menu-block.menu-block-touch > ul > li:hover, .menu-block.menu-block-touch > ul > li:focus {
  background-color: transparent; }

.menu-block.menu-block-touch a {
  padding: 11px 15px; }

.menu-block.menu-block-touch .d-menu1 {
  position: relative; }

.menu-block.menu-block-touch .d-menu1 > li:hover, .menu-block.menu-block-touch .d-menu1 > li:focus {
  background-color: transparent; }

.menu-block.menu-block-touch .d-menu1 > li a {
  border-top: 1px solid #080808;
  border-bottom: 0px;
  padding: 5px 25px; }

.menu-block.menu-block-touch .d-menu2 {
  position: relative;
  left: 0px;
  top: 0px; }

.menu-block.menu-block-touch .d-menu2 > li a {
  font-size: 13px;
  padding: 5px 35px;
  border-bottom: 0px;
  border-top: 1px solid black; }

.menu-block.menu-block-touch .d-item1.d-open1 {
  background-color: #212121 !important; }

.menu-block.menu-block-touch .d-item1.d-open1 .d-menu1 {
  display: block;
  background-color: #141414; }

.menu-block.menu-block-touch .d-item1.d-open1 .fa-three {
  border-left: 1px solid #141414; }

.menu-block.menu-block-touch .d-item1.d-open1 .fa-three:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all 300ms ease-in-out; }

.menu-block.menu-block-touch .d-item1 .fa-three {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 12px;
  padding: 0px 17px;
  line-height: 42px;
  border-left: 1px solid #141414; }

.menu-block.menu-block-touch .d-item1 .fa-three:before {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  position: absolute;
  transition: all 300ms ease-in-out; }

.menu-block.menu-block-touch .d-item2.d-open2 {
  background-color: #080808 !important; }

.menu-block.menu-block-touch .d-item2.d-open2 .d-menu2 {
  display: block;
  background-color: #080808; }

.menu-block.menu-block-touch .d-item2.d-open2 .fa-four {
  border-left: 1px solid black; }

.menu-block.menu-block-touch .d-item2.d-open2 .fa-four:before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all 300ms ease-in-out; }

.menu-block.menu-block-touch .d-item2 .fa-four {
  position: absolute;
  width: 42px;
  height: 36px;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 12px;
  padding: 0px 17px;
  line-height: 36px;
  border-left: 1px solid #080808; }

.menu-block.menu-block-touch .d-item2 .fa-four:before {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  position: absolute;
  transition: all 300ms ease-in-out; }

.banner-wrapper {
  display: none; }

.banner {
  position: relative;
  z-index: 0; }
  .banner:focus {
    outline: none; }

.slick-list {
  width: 100%; }

.banner .slick-prev:before, .banner .slick-next:before, .slick-dots li.slick-active button:before, .slick-dots li button:before {
  display: none; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 282px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker .datepicker-days .day {
    border-radius: 3px; }
    .datepicker .datepicker-days .day:hover {
      background-color: #017cb7;
      color: #fff; }
  .datepicker .datepicker-hours .hour {
    border-radius: 3px;
    margin: 0px;
    width: 25%; }
    .datepicker .datepicker-hours .hour:hover {
      background-color: #017cb7;
      color: #fff; }
  .datepicker .datepicker-minutes .minute {
    border-radius: 3px;
    margin: 0px;
    width: 25%; }
    .datepicker .datepicker-minutes .minute:hover {
      background-color: #017cb7;
      color: #fff; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: 100%; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 33px;
      line-height: 33px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #017cb7;
      color: #fff; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #017cb7;
      color: #fff; }
    .datepicker td.day.disabled {
      color: #eee; }
    .datepicker td span.month.disabled, .datepicker td span.year.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #017cb7; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #017cb7; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 15px;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.news__detail h1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0px; }

.news__detail__date {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 15px;
  color: #3c3c3c; }
  .news__detail__date i {
    color: #f3942d;
    font-size: 20px; }

.news__detail__image {
  position: relative;
  float: right;
  margin-left: 40px;
  margin-bottom: 25px; }
  .news__detail__image img {
    border-radius: 10px; }

.news__detail__content {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

#projecten-container {
  position: relative;
  float: left;
  width: 100%; }

.projects__navigation {
  position: relative;
  float: left;
  width: 100%; }

.projects__navigation__inner {
  position: absolute;
  right: 0;
  top: -35px; }

.btn__custom {
  float: right;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  border: 1px solid #aaa;
  border-radius: 8px;
  transition: all 0.3s; }
  .btn__custom i {
    color: #95989A;
    font-size: 28px;
    text-align: center;
    width: 100%;
    line-height: 41px;
    transition: all 0.3s; }
  .btn__custom:hover {
    border: 1px solid #f3942d; }
  .btn__custom:hover i {
    color: #f3942d; }

.projects__detail__title {
  width: 83%; }

.projects__detail__content {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.large-block {
  display: block;
  position: relative; }
  .large-block .large-click {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: block; }

.projects__detail__photos {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%; }
  .projects__detail__photos img {
    border-radius: 8px; }

.project-list-single {
  margin-bottom: 40px; }

.project-link {
  color: #333; }
  .project-link:hover, .project-link:focus {
    color: #262626; }

.project-list-title {
  margin-bottom: 25px; }

.project-list-info .button {
  margin-top: 15px; }

.project-list-desc {
  display: block; }

.project-main-title {
  margin-bottom: 25px; }

.project-img img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  float: left;
  width: 100%; }

.lightslidergallery li {
  cursor: pointer; }
  .lightslidergallery li img {
    border-radius: 8px; }
  .lightslidergallery li:last-child {
    margin-right: 0px; }

.lSSlideOuter .lSPager.lSGallery li:last-child {
  margin-right: 0px !important; }

.lSSlideOuter .lSPager.lSGallery img {
  border-radius: 4px; }

.projects__detail__photos .slider-for {
  margin-bottom: 10px; }
  .projects__detail__photos .slider-for .slick-slide {
    padding: 0px; }
    .projects__detail__photos .slider-for .slick-slide:focus {
      outline: 0px; }

.projects__detail__photos .slider-nav .slick-slide {
  padding: 0px 5px; }
  .projects__detail__photos .slider-nav .slick-slide img {
    cursor: pointer; }
  .projects__detail__photos .slider-nav .slick-slide:focus {
    outline: 0px; }

.projects__detail__photos .slick-prev {
  left: 0px;
  font-size: 70px;
  z-index: 555;
  top: 0;
  margin-top: 0px;
  width: 55px;
  height: 100%;
  -ms-transform: inherit;
      transform: inherit;
  overflow: hidden; }
  .projects__detail__photos .slick-prev:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.projects__detail__photos .slick-next {
  right: 0px;
  font-size: 70px;
  z-index: 555;
  top: 0;
  margin-top: 0px;
  width: 55px;
  height: 100%;
  -ms-transform: inherit;
      transform: inherit;
  overflow: hidden; }
  .projects__detail__photos .slick-next:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://8dde91.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://07c936.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://8894ac.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://535057.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://5cb75f.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("https://4216e7.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: transform,height;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -35px;
  opacity: 0.7;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }
  .lSAction > .lSPrev:after {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 70px;
    color: #fefefe; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }
  .lSAction > .lSNext:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 70px;
    color: #fefefe; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

@font-face {
  font-family: 'lg';
  src: url("https://a5a086.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/lg.eot?n1z373");
  src: url("https://b8c328.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/lg.eot#iefixn1z373") format("embedded-opentype"), url("https://18bb3c.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/lg.woff?n1z373") format("woff"), url("https://1d606a.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/lg.ttf?n1z373") format("truetype"), url("https://350f79.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 70px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104"; }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-close.lg-icon {
  font-size: 24px;
  top: -2px;
  position: relative; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: 500;
  font-size: 20px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-toolbar .lg-download:after {
  content: "\f019";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://8be2e6.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://8be2e6.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://2c7a00.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://c13855.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://c13855.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("https://4b2acd.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("https://a793fa.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/flexslider-icon.eot");
  src: url("https://9c83e5.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/flexslider-icon.eot#iefix") format("embedded-opentype"), url("https://66c1ad.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/flexslider-icon.woff") format("woff"), url("https://52b4a2.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/flexslider-icon.ttf") format("truetype"), url("https://8a2866.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  overflow: hidden;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: -25px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

#slider .flex-direction-nav {
  display: none; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.search-form {
  position: relative;
  float: left;
  display: block;
  height: 28px;
  width: 100%;
  margin: 7px 0 0 0; }

.search-form input[type="text"] {
  position: relative;
  float: left;
  display: block;
  height: 28px;
  width: 100%;
  padding: 0 42px 0 15px;
  border: 0px;
  font-size: 80%;
  outline: none; }

.search-form .btn {
  position: absolute;
  height: 100%;
  min-width: 32px;
  right: 0px;
  top: 5px;
  padding: 0px;
  outline: none;
  border: 0px;
  background-color: #43B850;
  color: #fff;
  font-size: 14px;
  border-radius: 0 3px 3px 0; }

.search-form .btn:hover {
  background-color: #43b510; }

#search-container-detail {
  position: relative;
  float: left;
  width: 100%; }

#search-container-results {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.search-container-results-result {
  color: #f3942d;
  font-weight: 700; }

.searchresult-container {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 5px;
  border-bottom: 1px dotted #cdcdcd; }

.sitemap-col {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.sitemap-col-list {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 40px 0 0;
  list-style: none;
  height: auto;
  margin: 0; }

.sitemap-row {
  position: relative;
  float: left;
  background-image: url(https://f7caa9.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/pijl.png);
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 0 5px 20px;
  width: 100%;
  border-bottom: 1px solid #ccc; }

.sitemap-row-sub {
  position: relative;
  float: left;
  padding: 4px 0 2px 35px;
  width: 100%;
  border-bottom: 1px dotted #ccc; }

.sitemap-row a {
  color: #7a7a7a; }

.sitemap-row a:hover {
  color: #f3942d; }

.sitemap-row a::after {
  position: absolute;
  left: 0;
  top: 4px;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  color: #7a7a7a; }

.sitemap-row-sub a {
  position: relative;
  float: left;
  width: 100%;
  color: #7a7a7a; }

.sitemap-row-sub a:hover {
  color: #f3942d; }

.sitemap-row-list li .sitemap-row {
  position: relative;
  float: left;
  padding: 2px 0 2px 0px;
  border-bottom: 0; }

/* FAQ */
.faq__container {
  border: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  padding: 20px 30px;
  border-radius: 6px; }
  .faq__container h2 {
    font-size: 22px;
    color: #f3942d; }

.faq__filter {
  list-style: none;
  padding: 0;
  margin: 0; }

.faq__block .accordion {
  background-color: transparent;
  padding: 0;
  margin: 0; }

.faq__block .accordion-item {
  border-bottom: 1px solid #e6e6e6; }

.faq__block .is-active > .accordion-title::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all 200ms ease-in-out;
  color: #f3942d; }

.faq__block .is-active > .accordion-title {
  transition: all 200ms ease-in-out;
  color: #f3942d; }

.faq__block .accordion-title {
  color: #333333;
  font-weight: 600;
  border: 0px;
  font-size: 18px;
  padding: 19px 0px 17px; }

.faq__block :last-child > .accordion-content:last-child {
  border-bottom: 0px; }

.faq__block .accordion-title::after {
  content: "\f107";
  font-family: FontAwesome;
  width: 31px;
  height: 31px;
  line-height: 31px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15.5px;
  color: #6c6c6c;
  font-size: 20px;
  text-align: center;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: all 200ms ease-in-out; }

.faq__block .is-active > .accordion-title::before {
  background-color: #fff;
  transition: all 200ms ease-in-out;
  border: 1px solid #2199e8; }

.faq__block .accordion-title::before {
  content: "";
  width: 31px;
  height: 31px;
  background-color: transparent;
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15.5px;
  border-radius: 4px;
  transition: all 200ms ease-in-out; }

.faq__block .accordion-title:hover, .faq__block .accordion-title:focus {
  background-color: transparent; }

.faq__block :last-child:not(.is-active) > .accordion-title {
  border-bottom: 0px; }

.faq__block .accordion-content {
  padding: 0 0px 10px;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  color: #333; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  width: 100%;
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("https://09d614.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/slick.eot");
  src: url("https://79096e.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/slick.eot#iefix") format("embedded-opentype"), url("https://a2000d.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/slick.woff") format("woff"), url("https://264e0c.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/slick.ttf") format("truetype"), url("https://9c0f98.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/css/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Templates */
.block__inner--news {
  background-color: #ffffff;
  border-radius: 8px; }

.news--overview .block__inner--news {
  border: 1px solid #eaeaea;
  margin: 20px 0; }

.title--news .btn--title {
  bottom: 7px; }

.title--projects h2 {
  color: #fff; }

.block__inner--projects {
  background-color: #f49e40;
  border-radius: 8px; }

.block__title--projects {
  color: #fff;
  max-height: 56px;
  overflow: hidden; }

.block__text--projects {
  color: #fff; }

.block__btn--projects {
  left: auto;
  right: -20px;
  margin-left: 0;
  top: 50%;
  margin-top: -18px; }

.projects--overview .block__inner--projects {
  margin: 20px 0; }

.services {
  padding: 50px 0;
  background-color: #f0f0f0; }

.block__item--service {
  text-align: center;
  padding: 40px; }

.block__title--service {
  font-size: 20px;
  font-weight: 700; }

.block__img--service {
  margin-bottom: 30px; }
  .block__img--service img {
    border-radius: 50%;
    border: 8px solid #F1F1F1;
    max-width: 140px; }

.block__btn--services {
  margin-top: 25px; }

.service--overview .block__item--service {
  border: 1px solid #eaeaea; }

.block__item--service--6 {
  padding: 30px 20px; }
  .block__item--service--6 .block__img--service img {
    max-width: 100%; }
  .block__item--service--6 .block__title--service {
    font-size: 17px; }

.jobs--home {
  padding: 50px 0;
  background-color: #f3942d;
  color: #fff; }

.title--jobs h2 {
  color: #fff; }

.block__item--jobs {
  background-color: #f49b3b;
  color: rgba(255, 255, 255, 0.7); }
  .block__item--jobs:hover {
    color: rgba(255, 255, 255, 0.7); }
  .block__item--jobs:hover .block__btn--jobs {
    background-color: #f9c58d; }

.block__title--jobs {
  color: #fff; }

.block__btn--jobs {
  position: absolute;
  right: 0;
  bottom: 0px;
  margin: 0px;
  padding: 16px 16px;
  background-color: #f6ad5d; }

.history__intro {
  text-align: center; }

.timeline-intro {
  max-width: 715px;
  margin: 0 auto;
  text-align: center;
  float: none; }

.timeline-overflow {
  overflow: hidden; }

.timeline-block {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px; }
  .timeline-block:before {
    content: "";
    border-right: 5px dashed #d2d2d2;
    height: 100%;
    margin-left: -2.5px;
    position: absolute;
    left: 50%; }

.timeline-item {
  width: 100%;
  display: block;
  float: left;
  pointer-events: none;
  margin-top: -150px;
  opacity: 0;
  transition: all 500ms ease-in-out;
  animation-duration: 1s;
  animation-fill-mode: both; }
  .timeline-item.timeline-animation {
    opacity: 1;
    transition: all 500ms ease-in-out; }
  .timeline-item:first-child {
    margin-top: 0px; }
  .timeline-item:nth-child(1n) .timeline__inner {
    float: left; }
  .timeline-item:nth-child(1n) .timeline__content {
    float: left; }
  .timeline-item:nth-child(1n) .timeline__date {
    right: -25px; }
    .timeline-item:nth-child(1n) .timeline__date:before {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #212121 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f08a00',GradientType=1 );
      height: 1px;
      right: 100%; }
  .timeline-item:nth-child(2n) .timeline__inner {
    float: right; }
  .timeline-item:nth-child(2n) .timeline__content {
    float: right; }
  .timeline-item:nth-child(2n) .timeline__date {
    left: -25px; }
    .timeline-item:nth-child(2n) .timeline__date:before {
      background: linear-gradient(to right, #212121 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08a00', endColorstr='#00ffffff',GradientType=1 );
      height: 1px;
      left: 100%; }

.timeline__img {
  border-radius: 100%;
  max-width: 200px;
  margin-bottom: 25px; }

.timeline__date {
  position: absolute;
  top: 67.5px;
  background-color: #212121;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  font-size: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  padding: 0px 5px; }
  .timeline__date:before {
    content: "";
    width: 180px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute; }

.timeline__inner {
  width: 50%;
  position: relative;
  pointer-events: visible; }

.timeline__content {
  width: 50%;
  text-align: center;
  cursor: pointer; }

.timeline__title {
  font-size: 1.125rem; }

.timeline-full-text-inner {
  padding: 25px 30px; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

.bounceInLeft {
  animation-name: bounceInLeft; }

.team--home {
  padding: 80px 0; }
  .team--home .block__inner--team {
    border: 1px solid #E1E1E1;
    margin: 20px 0; }

.team--overview {
  padding: 0; }
  .team--overview .block__inner--team {
    border: 1px solid #E1E1E1;
    margin: 20px 0; }

.team__intro--overview {
  padding-bottom: 20px; }

.block__inner--team {
  background-color: #ffffff;
  border-radius: 8px; }
  .block__inner--team .block__title {
    font-size: 21px;
    height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .block__inner--team .block__content {
    padding: 1.2em 2em 1.5em 2em; }
  .block__inner--team .block__btn {
    opacity: 1; }
  .block__inner--team:hover .block__btn {
    background-color: #212121; }

.team__detail h1 {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0px; }

.team__detail__function {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Open Sans"; }
  .team__detail__function i {
    color: #f3942d;
    font-size: 20px; }

.team__detail__image {
  position: relative;
  float: right;
  margin-left: 40px;
  margin-bottom: 25px; }
  .team__detail__image img {
    border-radius: 10px; }

.team__detail__content {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px; }

.banner__overlay {
  position: absolute;
  width: inherit;
  height: 100%;
  top: 0;
  z-index: 99999; }

.banner__content {
  position: relative;
  float: left;
  width: 100%;
  text-align: center; }

.banner__content__title {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  text-transform: uppercase;
  text-shadow: -1px -1px 5px rgba(0, 0, 0, 0.17); }

.banner__content__text {
  position: relative;
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 0;
  color: #ffffff;
  text-shadow: -1px -1px 5px rgba(0, 0, 0, 0.17); }

.banner__content__btn {
  position: relative;
  float: left;
  margin-top: 15px; }

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 45px;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.slick-dots li {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px; }

.slick-dots button {
  position: relative;
  float: left;
  display: inline;
  width: 13px !important;
  height: 13px !important;
  background-color: transparent;
  font-size: 0px;
  line-height: 0px;
  outline: none;
  border: 2px solid #fff !important;
  cursor: pointer;
  border-radius: 50%; }

.slick-dots li.slick-active button {
  background-color: #fff; }

/* Base */
body {
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3; }

.breadcrumbs {
  padding-left: 0px; }

.main {
  margin-top: 90px; }

.header__top-button .btn {
  margin: 43px 0px; }

/* Fancybox */
html.fancybox-lock {
  overflow: visible !important; }

/* Formulieren velden */
.default-form {
  width: 50%; }

.fancybox-inner .default-form {
  width: 100%; }

/* Validation From */
.error {
  background-image: url(https://a2683c.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/icon-cross.svg);
  background-position: right 13px center;
  background-repeat: no-repeat; }

.no-svg .error {
  background-image: url(https://35d4eb.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/icon-cross.png); }

.home-img {
  border-radius: 10px; }
  .home-img img {
    border: 0px solid #adadad !important; }

.content__image img {
  border: 1px solid #adadad;
  padding: 2px; }

.btn-basic {
  min-width: 110px;
  display: inline-block;
  padding: 4px 14px;
  margin: 0 10px 10px 0;
  background-color: #f3942d;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.3s;
  -webkit-appearance: none;
  border: 1px solid transparent;
  position: relative;
  min-width: inherit;
  display: inline-block;
  text-align: left;
  padding-right: 33px; }
  .btn-basic:hover, .btn-basic:focus {
    color: #fff;
    background-color: #e07b0d; }

.btn-basic:after {
  position: absolute;
  font-family: FontAwesome;
  left: 11px;
  top: 50%;
  margin-top: -12px;
  right: 11px;
  left: auto;
  content: "\f105";
  font-size: 18px; }

.error-field {
  position: relative;
  float: left;
  width: 100%;
  padding: 7px 15px;
  color: #ec5840;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 10px;
  background-color: rgba(236, 88, 64, 0.1);
  border: 1px solid rgba(236, 88, 64, 0.2);
  border-radius: 3px; }

.banner .flex {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.banner__content {
  text-align: left;
  width: auto;
  display: inline-grid;
  padding: 14px 30px 30px;
  border-radius: 5px; }

.tech {
  background-color: #212121;
  padding: 80px 0px; }
  .tech.tech-vervolg {
    padding: 10px 0px;
    background-color: transparent; }
    .tech.tech-vervolg .tech__title {
      color: #f3942d; }

.block__img--tech {
  text-align: center;
  float: none;
  border: 0px;
  border-radius: 100%;
  background-color: #f19102;
  width: 132px;
  height: 132px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0px auto; }
  .block__img--tech img {
    width: 107px;
    height: 107px;
    border: 0px; }

.block__item--title {
  margin: 25px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }

.tech__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative; }
  .tech__title:after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #f3942d;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100%;
    margin-top: 15px; }

.dienst-img img {
  margin-bottom: 30px;
  border: 1px solid #adadad;
  padding: 2px; }

.block__item--tech {
  text-align: center;
  background-color: #333;
  padding: 32px 28px;
  min-height: 277px; }
  .block__item--tech:hover, .block__item--tech:focus {
    background-color: #2d2c2c; }
    .block__item--tech:hover .block__img--tech img, .block__item--tech:focus .block__img--tech img {
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
      transition: all 300ms ease-in-out; }

/* Header */
.btn-contact-us {
  margin-bottom: 25px; }

.header__top {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 555; }

.header__top .logo {
  position: relative;
  float: left;
  width: 100%;
  height: 90px;
  transition: all 0.3s; }
  .header__top .logo img {
    position: absolute;
    left: 0;
    padding: 10px 0px;
    transition: all 0.3s;
    max-width: inherit; }

.header-fix {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  .header-fix .main__menu {
    min-height: 90px; }
  .header-fix .logo {
    height: 90px; }
  .header-fix .menu-block a {
    height: 90px;
    line-height: 90px; }
  .header-fix .d-item1 .fa-one {
    line-height: 90px; }
  .header-fix .d-menu1 > li a {
    height: inherit;
    line-height: inherit; }
  .header-fix .btn--login {
    margin-top: 18px; }
  .header-fix .top__info {
    margin-top: -50px; }

iframe {
  border: 0px; }

.homeimg {
  width: 425px;
  margin: 0 auto;
  display: table; }

.footer {
  position: relative;
  padding: 30px 0px 25px;
  background-color: #f3942d;
  color: #fff;
  text-align: center; }
  .footer h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 22px;
    text-transform: inherit; }

.row__footer {
  position: relative;
  z-index: 5; }

.row__footer__inner {
  padding-top: 35px; }

.banner__overlay {
  z-index: 10; }
  .banner__overlay:focus {
    outline: 0px; }

.banner__content__title {
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000; }

.banner__content__text {
  font-size: 26px;
  font-weight: 300;
  color: #fff; }

.banner__content__btn {
  font-size: 17px;
  margin: 15px 0px 0px;
  padding: 8px 35px 8px 25px; }

.footer__bg {
  position: absolute;
  width: 100%;
  top: 0px;
  min-height: 280px; }

.footer__bg__left {
  background-image: url(https://ef2976.claudeassets.com/20250426124115im_/https://www.rpc-promens-vehicles.com/images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 61%;
  height: 280px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden; }

.footer__row__right {
  position: relative;
  background-color: #212121;
  min-height: 280px; }

.footer__copyright__inner {
  position: relative;
  float: left;
  width: 100%;
  font-size: 11px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0; }

.footer__contact__info-top {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .footer__contact__info-top strong {
    color: #fff; }

.footer__contact__info-bottom {
  line-height: 1.8; }
  .footer__contact__info-bottom strong {
    color: rgba(255, 255, 255, 0.8); }
  .footer__contact__info-bottom a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s; }
    .footer__contact__info-bottom a:hover {
      color: #fff; }

.main__menu {
  position: relative;
  min-height: 90px;
  background-color: #ffffff;
  transition: all 0.3s;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }

.top__info {
  height: 50px;
  background-color: #f3942d;
  transition: all 0.3s; }

.social-icons {
  position: relative;
  float: right;
  display: inline;
  height: 30px;
  margin: 10px 1.2rem; }

.social-icons a {
  font-size: 18px;
  height: 30px;
  line-height: 28px;
  padding: 0px 6px;
  color: #ffffff; }

.social-icons a:hover {
  color: #fff; }

.current-language {
  position: relative;
  float: right;
  display: inline;
  height: 50px;
  padding: 0 2rem 0 1.2rem;
  margin: 0 2px 0 0;
  line-height: 48px;
  outline: none;
  color: #fff;
  font-size: 90%;
  cursor: pointer; }

.current-language:hover {
  background-color: #1b1b1b !important; }

.current-language:after {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  right: 12px;
  line-height: 5px;
  font-family: FontAwesome;
  content: "\f107";
  color: #ffffff;
  border: 0px;
  border-color: transparent; }

.language-layer {
  position: fixed;
  display: none;
  top: 50px;
  padding: 60px 0px 70px 0px;
  background-color: #1b1b1b;
  z-index: 999; }

.language-title {
  margin-bottom: 20px;
  font-size: 90%;
  color: #fff; }

.language-item {
  position: relative;
  float: left;
  display: inline;
  width: 90%;
  height: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid #333; }

.language-item:hover {
  border-bottom: 2px solid #fff; }

.language-logo {
  position: absolute;
  width: 20px;
  left: 0px;
  top: 0px; }

.language-logo img {
  width: 20px;
  height: 14px;
  outline: none; }

.language-name {
  position: relative;
  float: left;
  display: inline;
  width: 100%;
  padding-left: 30px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  font-size: 90%;
  text-transform: uppercase; }

/* Homepage layers */
.intro--home {
  padding: 100px 0 100px 0; }
  .intro--home .btn {
    margin-bottom: 0px; }

.block__item--service {
  background-color: transparent;
  padding: 0px; }

.block__img--service {
  margin-bottom: 10px; }
  .block__img--service img {
    border: 0px;
    height: 55px;
    width: auto;
    border-radius: 0px; }

.services {
  padding: 80px 0px; }

.block__title--service {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
  margin-top: 5px; }

.block__date, .block__subtitle {
  font-size: 16px;
  font-weight: 300; }

.service__title {
  margin: 0px 0px 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase; }
  .service__title span {
    display: block; }

.block__item:hover {
  box-shadow: 0px 0px 0px; }

.dienst-item {
  width: 20%; }

.news--home {
  padding: 80px 0;
  background-color: #f0f0f0; }

.projects--home {
  padding: 80px 0;
  background-color: #f3942d;
  color: #fff; }

.usp--home {
  padding: 30px 0;
  background-color: #ffffff;
  font-size: 18px; }
  .usp--home .fa-check {
    position: relative;
    float: left;
    color: #f3942d;
    margin-right: 15px;
    font-size: 26px; }
  .usp--home .usp__item__title {
    position: relative;
    float: left; }

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

/* Subpage */
.content__top--home {
  padding: 0 12%;
  text-align: center;
  font-size: 1.125rem; }
  .content__top--home .btn {
    margin-top: 10px; }

.content__images {
  padding-top: 10px;
  padding-bottom: 30px; }

.content__subpage {
  padding: 60px 0 60px 0; }
  .content__subpage.content__contactpage {
    padding: 60px 0px 0px 0px; }

.breadcrumb {
  padding: 20px 0;
  background-color: #F5F5F5;
  font-family: "Open Sans";
  font-weight: 600; }

.breadcrumb ul {
  margin-bottom: 0; }

.breadcrumbs li:not(:last-child)::after {
  color: #3c3c3c;
  font-family: FontAwesome;
  content: "\f105"; }

.sidebar__right {
  padding-left: 50px; }
  .sidebar__right iframe {
    margin-bottom: 15px; }
  .sidebar__right .btn {
    width: 100%; }

.references--home {
  background-color: #ffffff;
  text-transform: uppercase; }
  .references--home h2 {
    margin-bottom: 0px;
    padding: 12px 0;
    font-size: 26px; }

.references__inner {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0;
  overflow: hidden; }
  .references__inner .lSSlideOuter {
    max-width: 100%; }

.reference__slider {
  margin-bottom: 0px; }
  .reference__slider :focus {
    outline: none; }

.reference__item {
  position: relative;
  float: left;
  margin-right: 70px; }

/* Footer */
.footer {
  color: rgba(255, 255, 255, 0.8);
  background-color: #212121; }
  .footer h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 22px; }

.footer__copyright__inner {
  position: relative;
  float: left;
  width: 100%;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0; }

.footer__contact__info-top {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px; }
  .footer__contact__info-top strong {
    color: #fff; }

.footer__contact__info-bottom {
  line-height: 1.8; }
  .footer__contact__info-bottom strong {
    color: rgba(255, 255, 255, 0.8); }
  .footer__contact__info-bottom a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s; }
    .footer__contact__info-bottom a:hover {
      color: #fff; }

.block {
  display: block;
  margin-bottom: 0px; }

.quicklink__items {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0;
  list-style: none; }
  .quicklink__items li {
    position: relative;
    float: left;
    width: 50%; }
  .quicklink__items li a {
    position: relative;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    line-height: 31px;
    padding-right: 20px;
    transition: all 0.3s; }
    .quicklink__items li a:hover {
      color: #ffffff; }
  .quicklink__items li a i {
    float: right;
    margin-top: 9px;
    margin-right: 10px; }

.footer__social__inner {
  position: relative;
  float: left;
  width: 100%; }
  .footer__social__inner .btn {
    border-radius: 50px;
    margin-top: 10px; }

.footer__social__icons {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0; }

.footer__social__icons a {
  position: relative;
  float: left;
  color: #ffffff;
  margin-right: 12px;
  border-radius: 50%;
  transition: all 0.3s; }
  .footer__social__icons a:hover {
    margin-top: -3px; }

.footer__social__icons a i {
  font-size: 24px;
  font-weight: 400; }

.footer__newsletter form {
  margin-top: 20px; }

.btn--newsletter {
  background-color: #e07b0d; }
  .btn--newsletter:hover {
    background-color: #b0600a; }

.footer-copyright {
  padding: 0 0;
  background-color: #f3942d; }

#back-totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 9999999; }

#back-totop .fa {
  color: rgba(0, 0, 0, 0.4);
  width: 45px;
  height: 45px;
  font-size: 35px;
  text-align: center;
  border: 4px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: all 0.3s; }

#back-totop .fa:hover {
  color: rgba(0, 0, 0, 0.8);
  border: 4px solid rgba(0, 0, 0, 0.7); }

.copyright {
  display: block;
  margin-top: 10px;
  font-size: 13px; }
  .copyright .year {
    font-style: normal; }
    .copyright .year:after {
      content: "|";
      margin-left: 5px; }

.menu-bottom {
  text-align: left;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px; }
  .menu-bottom a:after {
    content: "|";
    position: relative;
    margin: 0px 5px; }
  .menu-bottom a:last-child:after {
    display: none; }

.copyright a, .menu-bottom a {
  color: rgba(255, 255, 255, 0.8); }

.copyright a:hover, .menu-bottom a:hover {
  color: #ffffff; }

/* Responsive */
/* Breedbeeld 1256 */
/* Tablet landscape & desktop basis 1024 */
@media screen and (max-width: 1255px) {
  .row__footer__inner {
    padding-top: 30px;
    padding-left: 0px; }
  .block__item--tech {
    padding: 32px 15px; }
  .dienst-item .block__item--service {
    padding: 0px; }
  .block__item--title {
    font-size: 18px; }
  .service__title {
    font-size: 26px;
    margin: 0px 0px 20px; }
  /* BASE */
  .intro--home {
    padding: 40px 0 30px 0; }
  /* News */
  .block__img--bigger {
    width: 152%; }
  /* Kitchen sink */
  .ks-block__elements-titles, .ks-block__elements__title {
    display: none; }
  /* Banner */
  .banner .slick-dots {
    bottom: 15px; }
  /* Footer */
  .quicklink__items li a {
    padding-right: 10px; }
  .footer__social__icons {
    margin-top: -7px; }
  .fancybox-nav span {
    visibility: visible; }
  .fancybox-next span {
    right: -35px; }
  .fancybox-prev span {
    left: -35px; } }

/* Tablet portrait */
@media screen and (max-width: 1023px) {
  .contact__left__address__btn {
    padding-left: 0px; }
  .footer__bg {
    display: none; }
  .footer {
    padding: 35px 0 0px 0; }
  .row__footer__inner {
    padding: 5px 0 0px; }
  .services {
    padding: 40px 0px; }
  .tech {
    padding: 40px 0px; }
  .content__subpage {
    padding: 40px 0px; }
  /* BASE */
  .intro--home {
    padding: 40px 0 20px; }
  .dienst-item {
    width: 33.333%; }
  .service__title span {
    display: inline-block; }
  /* Block */
  .block__inner {
    margin-bottom: 20px;
    margin-top: 20px; }
  .block__no-padding-right {
    padding-right: 1.25rem; }
  .block__img--radius {
    border-radius: 8px 8px 0 0px; }
  .block__content--padding {
    padding: 2em 2em 1.8em 2em; }
  .block__img--bigger {
    width: 100%; }
  .block__img img {
    border-radius: 8px 8px 0 0; }
  .block__img--service img {
    border-radius: 50%; }
  .block__btn--projects {
    left: 50%;
    right: auto;
    margin-left: -22.5px;
    top: -22.5px;
    margin-top: 0; }
  .title h2 {
    font-size: 30px; }
  .references--home h2 {
    margin-bottom: 0px;
    padding: 0px 0 21px 0;
    width: 100%;
    text-align: center; }
  .title--projects h3 {
    font-size: 23px; }
  /* Content */
  .sidebar__right {
    margin-top: 30px;
    padding-left: 1.25rem; }
  /* Banner */
  .banner .slick-dots {
    bottom: 15px; }
  .banner__btns {
    position: absolute;
    bottom: 40px; }
  .banner__content__title {
    font-size: 33px;
    line-height: 1.4; }
  .banner__content__text {
    font-size: 17px; }
  /* Footer */
  .footer__quicklinks {
    display: none; }
  .footer__newsletter {
    margin-top: 20px; }
  .copyright, .menu-bottom {
    text-align: left; }
  .menu-block a {
    padding: 0 17px;
    font-size: 14px; }
  /* News */
  .news__detail__image {
    width: 35%; }
  .title {
    margin-bottom: 0px; }
  .outro {
    margin-top: 10px; }
  /* Team */
  .team__detail__image {
    width: 35%; }
  /* Forms */
  .default-form {
    width: 100%; }
  /* History */
  .timeline__content {
    width: 80%; }
  .timeline-item:nth-child(1n) .timeline__date:before {
    width: 100px; }
  /* FAQ */
  .faq__content {
    margin-top: 20px; }
  /* Contact */
  .contact__info__bottom__bottom {
    margin-top: 15px; }
  .contact__right {
    margin-top: 0px;
    margin-bottom: 40px; }
  /* Services */
  .block__item--service {
    padding: 0px 25px; } }

/* Smartphone landscape */
@media screen and (max-width: 767px) {
  .content__subpage.content__contactpage {
    padding: 30px 0px 0px 0px; }
  .diest-left {
    width: 100%; }
  .diest-right {
    width: 100%;
    max-width: 509px;
    margin-top: 40px; }
  .menu-block > ul > li.active:after {
    height: 2px; }
  .service__title {
    font-size: 20px; }
  .dienst-item {
    width: 50%; }
  .home-img {
    padding: 0px; }
  .footer__bg {
    display: none; }
  /* BASE */
  body {
    font-size: 0.875rem;
    line-height: 22px; }
  .intro--home {
    padding: 40px 0 30px; }
    .intro--home .btn {
      margin-bottom: 0; }
  .header__top {
    position: absolute; }
  .content__subpage {
    padding: 30px 0; }
  /* Menu */
  .menu-toggle-click {
    display: block; }
  .d-item2 .fa-two {
    font-size: 15px;
    float: right;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  /* Footer */
  .footer {
    padding: 30px 0 30px 0; }
  .footer__contact {
    line-height: 21px; }
  .footer__quicklinks {
    margin-top: 25px; }
  .quicklink__items li a {
    line-height: 30px; }
  .copyright {
    text-align: left; }
  .menu-bottom {
    text-align: left; }
  .footer__copyright__inner {
    font-size: 14px; }
  .footer__social__inner {
    padding-left: 0px;
    margin-top: 20px; }
  .footer h3 {
    font-size: 22px; }
  /* Services */
  .services {
    padding: 35px 0; }
  /* Content */
  .sidebar__right {
    margin-top: 30px; }
  .content__top--home {
    padding: 0;
    font-size: 1rem; }
  /* News */
  .news--home {
    padding: 30px 0; }
  .block__text {
    font-size: 0.875rem; }
  .btn--title {
    position: relative;
    float: left;
    right: auto;
    bottom: auto; }
  /* History */
  .timeline-block {
    width: 95%; }
  .timeline-item:nth-child(2n) .timeline__date {
    right: -18px;
    left: inherit; }
  .timeline-item:nth-child(1n) .timeline__date:before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #212121 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f08a00',GradientType=1 );
    height: 1px;
    right: 100%; }
  .timeline__content {
    width: 100%; }
  .timeline__inner {
    width: 100%;
    padding-right: 70px; }
  .timeline-item:nth-child(1n) .timeline__date:before {
    width: 50px;
    right: 100%;
    left: inherit; }
  .timeline-item {
    margin-top: 30px; }
  .timeline-item:nth-child(2n) .timeline__inner {
    float: left; }
  .timeline-block:before {
    left: 100%; }
  /* Project */
  .projects--home {
    padding: 30px 0; }
  .project_foto-container {
    margin-top: 40px; }
  .projects__navigation__inner {
    top: -15px; }
  .projects__detail__photos {
    margin-top: 40px;
    margin-bottom: 30px; }
  .projects__detail__title {
    width: 100%; }
  .title--projects h3 {
    font-size: 21px;
    margin-bottom: 10px; }
  .block__title--projects {
    max-height: 46px; }
  /* Sitemap */
  .sitemap-col {
    width: 100% !important; }
  .sitemap-col-list {
    padding-right: 0px; }
  /* FAQ */
  .faq__block {
    margin-top: 10px; }
  .faq__container h2 {
    font-size: 1.25rem; }
  .faq__block .accordion-title {
    font-size: 16px; }
  /* Contact */
  .contact__left__address__btn {
    margin-top: 0px;
    padding-left: 0px; }
    .contact__left__address__btn:after {
      display: none; }
  .contact__right {
    padding: 25px 30px 20px 30px; }
  #map_canvas {
    height: 250px;
    overflow: hidden; }
  .contactmaps {
    height: 250px; }
  /* Team */
  .block__inner--team .block__title {
    font-size: 18px;
    height: 27px; }
  .block__function {
    font-size: 14px; }
  .team--overview .block__inner--team:first-child {
    margin-top: 0px; } }

/* Smartphone portrait */
@media screen and (max-width: 479px) {
  .locatie-block {
    width: 100%; }
  .contact__left__info__top {
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; }
  .dienst-item {
    width: 100%; }
  .teck-item {
    width: 100%; }
  .block__item--tech {
    min-height: inherit; }
  .tech {
    padding: 40px 0px; }
  .tech__title {
    font-size: 26px; }
  /* BASE */
  .content__image {
    width: 100%;
    margin-bottom: 30px; }
    .content__image:last-child {
      margin-bottom: 0px; }
  /* Forms */
  .default-form .column, .default-form .columns {
    padding-right: 1.11111rem; }
  .default-form .column.smedium-6:nth-child(1n+1), .default-form .smedium-6.columns:nth-child(1n+1) {
    padding-right: 1.11111rem; }
  .default-form .column.smedium-6:nth-child(2n+2), .default-form .smedium-6.columns:nth-child(2n+2) {
    padding-left: 1.11111rem; }
  form.form__label-left .form__label {
    -ms-flex-direction: column;
        flex-direction: column; }
  form.form--label-left .form__label {
    display: block; }
  form.form--label-left .form__label-leftinner {
    display: block; }
  form.form--label-left .form__label-title.form__label-uploadlabel {
    margin-bottom: 5px; }
  form.form--label-left .input-group {
    margin-bottom: 10px; }
  form.form--label-left .form__label-title {
    -ms-flex: 100;
        flex: 100; }
  /* History */
  .timeline__inner {
    padding-right: 40px; }
  .timeline__img {
    max-width: 150px; }
  .timeline__date {
    top: 52px; }
  /* News */
  .news__detail__image {
    width: 100%; }
  /* Team */
  .team__detail__image {
    width: 100%; } }

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

/*
     FILE ARCHIVED ON 12:41:02 Apr 26, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:12:57 Jul 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.811
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.056
  esindex: 0.013
  cdx.remote: 28.944
  LoadShardBlock: 399.323 (3)
  PetaboxLoader3.datanode: 328.86 (5)
  PetaboxLoader3.resolve: 129.629 (2)
  load_resource: 260.204
  loaddict: 104.199
*/