@charset "UTF-8";
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(1); }
  20% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.3); } }

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translate(0, 100px); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes fade-left {
  from {
    opacity: 0;
    transform: translate(100px, 0); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }

@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf"); }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf"); }

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf"); }

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.ttf"); }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf"); }

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto-Thin.ttf"); }

/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./../../styles/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("./../../styles/assets/vendors/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("./../../styles/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("./../../styles/assets/vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("./../../styles/assets/vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("./../../styles/assets/vendors/font-awesome/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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.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)";
  transform: rotate(90deg); }

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

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

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

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

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container:after {
  content: "";
  display: table;
  clear: both; }

.row:before, .row-reverse:before, .row:after, .row-reverse:after {
  content: "";
  display: table; }

.row:after, .row-reverse:after {
  clear: both; }

.row, .row-reverse {
  zoom: 1; }

.gr-0, .gr-1, .gr-2, .gr-3, .gr-4, .gr-5, .gr-6, .gr-7, .gr-8, .gr-9, .gr-10, .gr-11, .gr-12 {
  display: inline-block;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

.gr-adapt {
  display: table-cell;
  width: 1px;
  white-space: nowrap !important;
  box-sizing: border-box;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px; }

.gr-grow {
  display: table-cell;
  width: 99999px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px; }

.push-0, .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
  position: relative; }

.pull-0, .pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 {
  position: relative; }

.nowrap {
  white-space: nowrap; }
  .nowrap > * {
    white-space: normal; }

.wrap {
  white-space: normal; }

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

@media screen and (max-width: 480px) {
  .container-mobile:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 480px) {
  .row-mobile:before, .row-reverse-mobile:before, .row-mobile:after, .row-reverse-mobile:after {
    content: "";
    display: table; }
  .row-mobile:after, .row-reverse-mobile:after {
    clear: both; }
  .row-mobile, .row-reverse-mobile {
    zoom: 1; } }

@media screen and (max-width: 480px) {
  .gr-0-mobile, .gr-1-mobile, .gr-2-mobile, .gr-3-mobile, .gr-4-mobile, .gr-5-mobile, .gr-6-mobile, .gr-7-mobile, .gr-8-mobile, .gr-9-mobile, .gr-10-mobile, .gr-11-mobile, .gr-12-mobile {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 480px) {
  .gr-adapt-mobile {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 480px) {
  .gr-grow-mobile {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 480px) {
  .push-0-mobile, .push-1-mobile, .push-2-mobile, .push-3-mobile, .push-4-mobile, .push-5-mobile, .push-6-mobile, .push-7-mobile, .push-8-mobile, .push-9-mobile, .push-10-mobile, .push-11-mobile, .push-12-mobile {
    position: relative; } }

@media screen and (max-width: 480px) {
  .pull-0-mobile, .pull-1-mobile, .pull-2-mobile, .pull-3-mobile, .pull-4-mobile, .pull-5-mobile, .pull-6-mobile, .pull-7-mobile, .pull-8-mobile, .pull-9-mobile, .pull-10-mobile, .pull-11-mobile, .pull-12-mobile {
    position: relative; } }

@media screen and (max-width: 480px) {
  .nowrap-mobile {
    white-space: nowrap; }
    .nowrap-mobile > * {
      white-space: normal; } }

@media screen and (max-width: 480px) {
  .wrap-mobile {
    white-space: normal; } }

@media screen and (max-width: 480px) {
  .gr-centered-mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .container-tablet:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .row-tablet:before, .row-reverse-tablet:before, .row-tablet:after, .row-reverse-tablet:after {
    content: "";
    display: table; }
  .row-tablet:after, .row-reverse-tablet:after {
    clear: both; }
  .row-tablet, .row-reverse-tablet {
    zoom: 1; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-0-tablet, .gr-1-tablet, .gr-2-tablet, .gr-3-tablet, .gr-4-tablet, .gr-5-tablet, .gr-6-tablet, .gr-7-tablet, .gr-8-tablet, .gr-9-tablet, .gr-10-tablet, .gr-11-tablet, .gr-12-tablet {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-adapt-tablet {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-grow-tablet {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .push-0-tablet, .push-1-tablet, .push-2-tablet, .push-3-tablet, .push-4-tablet, .push-5-tablet, .push-6-tablet, .push-7-tablet, .push-8-tablet, .push-9-tablet, .push-10-tablet, .push-11-tablet, .push-12-tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .pull-0-tablet, .pull-1-tablet, .pull-2-tablet, .pull-3-tablet, .pull-4-tablet, .pull-5-tablet, .pull-6-tablet, .pull-7-tablet, .pull-8-tablet, .pull-9-tablet, .pull-10-tablet, .pull-11-tablet, .pull-12-tablet {
    position: relative; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .nowrap-tablet {
    white-space: nowrap; }
    .nowrap-tablet > * {
      white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .wrap-tablet {
    white-space: normal; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-centered-tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

.container-md:after {
  content: "";
  display: table;
  clear: both; }

.row-md:before, .row-reverse-md:before, .row-md:after, .row-reverse-md:after {
  content: "";
  display: table; }

.row-md:after, .row-reverse-md:after {
  clear: both; }

.row-md, .row-reverse-md {
  zoom: 1; }

.gr-0-md, .gr-1-md, .gr-2-md, .gr-3-md, .gr-4-md, .gr-5-md, .gr-6-md, .gr-7-md, .gr-8-md, .gr-9-md, .gr-10-md, .gr-11-md, .gr-12-md {
  display: inline-block;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 10px; }

.gr-adapt-md {
  display: table-cell;
  width: 1px;
  white-space: nowrap !important;
  box-sizing: border-box;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px; }

.gr-grow-md {
  display: table-cell;
  width: 99999px;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 1rem;
  padding-right: 10px;
  padding-left: 10px; }

.push-0-md, .push-1-md, .push-2-md, .push-3-md, .push-4-md, .push-5-md, .push-6-md, .push-7-md, .push-8-md, .push-9-md, .push-10-md, .push-11-md, .push-12-md {
  position: relative; }

.pull-0-md, .pull-1-md, .pull-2-md, .pull-3-md, .pull-4-md, .pull-5-md, .pull-6-md, .pull-7-md, .pull-8-md, .pull-9-md, .pull-10-md, .pull-11-md, .pull-12-md {
  position: relative; }

.nowrap-md {
  white-space: nowrap; }
  .nowrap-md > * {
    white-space: normal; }

.wrap-md {
  white-space: normal; }

.gr-centered-md {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important; }

@media screen and (max-width: 1040px) {
  .container-sm:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 1040px) {
  .row-sm:before, .row-reverse-sm:before, .row-sm:after, .row-reverse-sm:after {
    content: "";
    display: table; }
  .row-sm:after, .row-reverse-sm:after {
    clear: both; }
  .row-sm, .row-reverse-sm {
    zoom: 1; } }

@media screen and (max-width: 1040px) {
  .gr-0-sm, .gr-1-sm, .gr-2-sm, .gr-3-sm, .gr-4-sm, .gr-5-sm, .gr-6-sm, .gr-7-sm, .gr-8-sm, .gr-9-sm, .gr-10-sm, .gr-11-sm, .gr-12-sm {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 1040px) {
  .gr-adapt-sm {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 1040px) {
  .gr-grow-sm {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 1040px) {
  .push-0-sm, .push-1-sm, .push-2-sm, .push-3-sm, .push-4-sm, .push-5-sm, .push-6-sm, .push-7-sm, .push-8-sm, .push-9-sm, .push-10-sm, .push-11-sm, .push-12-sm {
    position: relative; } }

@media screen and (max-width: 1040px) {
  .pull-0-sm, .pull-1-sm, .pull-2-sm, .pull-3-sm, .pull-4-sm, .pull-5-sm, .pull-6-sm, .pull-7-sm, .pull-8-sm, .pull-9-sm, .pull-10-sm, .pull-11-sm, .pull-12-sm {
    position: relative; } }

@media screen and (max-width: 1040px) {
  .nowrap-sm {
    white-space: nowrap; }
    .nowrap-sm > * {
      white-space: normal; } }

@media screen and (max-width: 1040px) {
  .wrap-sm {
    white-space: normal; } }

@media screen and (max-width: 1040px) {
  .gr-centered-sm {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (max-width: 640px) {
  .container-xs:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (max-width: 640px) {
  .row-xs:before, .row-reverse-xs:before, .row-xs:after, .row-reverse-xs:after {
    content: "";
    display: table; }
  .row-xs:after, .row-reverse-xs:after {
    clear: both; }
  .row-xs, .row-reverse-xs {
    zoom: 1; } }

@media screen and (max-width: 640px) {
  .gr-0-xs, .gr-1-xs, .gr-2-xs, .gr-3-xs, .gr-4-xs, .gr-5-xs, .gr-6-xs, .gr-7-xs, .gr-8-xs, .gr-9-xs, .gr-10-xs, .gr-11-xs, .gr-12-xs {
    display: inline-block;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 640px) {
  .gr-adapt-xs {
    display: table-cell;
    width: 1px;
    white-space: nowrap !important;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 640px) {
  .gr-grow-xs {
    display: table-cell;
    width: 99999px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 1rem;
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 640px) {
  .push-0-xs, .push-1-xs, .push-2-xs, .push-3-xs, .push-4-xs, .push-5-xs, .push-6-xs, .push-7-xs, .push-8-xs, .push-9-xs, .push-10-xs, .push-11-xs, .push-12-xs {
    position: relative; } }

@media screen and (max-width: 640px) {
  .pull-0-xs, .pull-1-xs, .pull-2-xs, .pull-3-xs, .pull-4-xs, .pull-5-xs, .pull-6-xs, .pull-7-xs, .pull-8-xs, .pull-9-xs, .pull-10-xs, .pull-11-xs, .pull-12-xs {
    position: relative; } }

@media screen and (max-width: 640px) {
  .nowrap-xs {
    white-space: nowrap; }
    .nowrap-xs > * {
      white-space: normal; } }

@media screen and (max-width: 640px) {
  .wrap-xs {
    white-space: normal; } }

@media screen and (max-width: 640px) {
  .gr-centered-xs {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important; } }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }

#gridle-settings {
  content: '{ "version" : "2.0.44", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "480px", "query" : "screen and (max-width: 480px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "481px", "max-width" : "1024px", "query" : "screen and (min-width: 481px) and (max-width: 1024px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }, "md":{ "name" : "md", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }, "sm":{ "name" : "sm", "min-width" : null, "max-width" : "1040px", "query" : "screen and (max-width: 1040px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }, "xs":{ "name" : "xs", "min-width" : null, "max-width" : "640px", "query" : "screen and (max-width: 640px)", "classes" : true, "context" : "12", "column-width" : null, "gutter-width" : "20px", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "10px", "gutter-bottom" : "0", "gutter-left" : "10px", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : "", "_" : true }} }'; }

.gr-0 {
  width: 0%; }

.push-0 {
  left: 0%; }

.pull-0 {
  right: 0%; }

.prefix-0 {
  margin-left: 0%; }

.suffix-0 {
  margin-right: 0%; }

.gr-1 {
  width: 8.33333%; }

.push-1 {
  left: 8.33333%; }

.pull-1 {
  right: 8.33333%; }

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

.suffix-1 {
  margin-right: 8.33333%; }

.gr-2 {
  width: 16.66667%; }

.push-2 {
  left: 16.66667%; }

.pull-2 {
  right: 16.66667%; }

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

.suffix-2 {
  margin-right: 16.66667%; }

.gr-3 {
  width: 25%; }

.push-3 {
  left: 25%; }

.pull-3 {
  right: 25%; }

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

.suffix-3 {
  margin-right: 25%; }

.gr-4 {
  width: 33.33333%; }

.push-4 {
  left: 33.33333%; }

.pull-4 {
  right: 33.33333%; }

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

.suffix-4 {
  margin-right: 33.33333%; }

.gr-5 {
  width: 41.66667%; }

.push-5 {
  left: 41.66667%; }

.pull-5 {
  right: 41.66667%; }

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

.suffix-5 {
  margin-right: 41.66667%; }

.gr-6 {
  width: 50%; }

.push-6 {
  left: 50%; }

.pull-6 {
  right: 50%; }

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

.suffix-6 {
  margin-right: 50%; }

.gr-7 {
  width: 58.33333%; }

.push-7 {
  left: 58.33333%; }

.pull-7 {
  right: 58.33333%; }

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

.suffix-7 {
  margin-right: 58.33333%; }

.gr-8 {
  width: 66.66667%; }

.push-8 {
  left: 66.66667%; }

.pull-8 {
  right: 66.66667%; }

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

.suffix-8 {
  margin-right: 66.66667%; }

.gr-9 {
  width: 75%; }

.push-9 {
  left: 75%; }

.pull-9 {
  right: 75%; }

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

.suffix-9 {
  margin-right: 75%; }

.gr-10 {
  width: 83.33333%; }

.push-10 {
  left: 83.33333%; }

.pull-10 {
  right: 83.33333%; }

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

.suffix-10 {
  margin-right: 83.33333%; }

.gr-11 {
  width: 91.66667%; }

.push-11 {
  left: 91.66667%; }

.pull-11 {
  right: 91.66667%; }

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

.suffix-11 {
  margin-right: 91.66667%; }

.gr-12 {
  width: 100%; }

.push-12 {
  left: 100%; }

.pull-12 {
  right: 100%; }

.prefix-12 {
  margin-left: 100%; }

.suffix-12 {
  margin-right: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.no-gutter-left {
  padding-left: 0; }

.no-gutter-right {
  padding-right: 0; }

.no-gutter-top {
  padding-top: 0; }

.no-gutter-bottom {
  padding-bottom: 0; }

.gutter {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-left {
  padding-left: 10px; }

.gutter-right {
  padding-right: 10px; }

.auto-height {
  height: inherit; }

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }
  [class*="no-gutter"] > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }
  [class*="no-gutter"] > .row-reverse {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%); }

.col {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }

.col-reverse {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }

.gr-table {
  display: table-cell;
  float: none;
  vertical-align: top; }

.row-align-left {
  font-size: 0;
  clear: both;
  text-align: left; }
  .row-align-left > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-left > * {
    margin-right: -0.5px; } }

.row-align-center {
  font-size: 0;
  clear: both;
  text-align: center; }
  .row-align-center > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-center > * {
    margin-right: -0.5px; } }
  .row-align-center > * {
    text-align: left; }

.row-align-right {
  font-size: 0;
  clear: both;
  text-align: right; }
  .row-align-right > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-right > * {
    margin-right: -0.5px; } }
  .row-align-right > * {
    text-align: left; }

.row-align-middle {
  font-size: 0;
  clear: both;
  vertical-align: middle; }
  .row-align-middle > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-middle > * {
    margin-right: -0.5px; } }

.row-align-top {
  font-size: 0;
  clear: both;
  vertical-align: top; }
  .row-align-top > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-top > * {
    margin-right: -0.5px; } }

.row-align-bottom {
  font-size: 0;
  clear: both;
  vertical-align: bottom; }
  .row-align-bottom > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-bottom > * {
    margin-right: -0.5px; } }

.hide {
  display: none; }

.not-visible {
  visibility: hidden; }

.show {
  display: block; }

.show-inline {
  display: inline-block; }

.visible {
  visibility: visible; }

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden; }
  .row-debug:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.66667% 100%;
    z-index: 99999; }

body {
  direction: ltr; }

@media screen and (max-width: 480px) {
  .gr-0-mobile {
    width: 0%; }
  .push-0-mobile {
    left: 0%; }
  .pull-0-mobile {
    right: 0%; }
  .prefix-0-mobile {
    margin-left: 0%; }
  .suffix-0-mobile {
    margin-right: 0%; }
  .gr-1-mobile {
    width: 8.33333%; }
  .push-1-mobile {
    left: 8.33333%; }
  .pull-1-mobile {
    right: 8.33333%; }
  .prefix-1-mobile {
    margin-left: 8.33333%; }
  .suffix-1-mobile {
    margin-right: 8.33333%; }
  .gr-2-mobile {
    width: 16.66667%; }
  .push-2-mobile {
    left: 16.66667%; }
  .pull-2-mobile {
    right: 16.66667%; }
  .prefix-2-mobile {
    margin-left: 16.66667%; }
  .suffix-2-mobile {
    margin-right: 16.66667%; }
  .gr-3-mobile {
    width: 25%; }
  .push-3-mobile {
    left: 25%; }
  .pull-3-mobile {
    right: 25%; }
  .prefix-3-mobile {
    margin-left: 25%; }
  .suffix-3-mobile {
    margin-right: 25%; }
  .gr-4-mobile {
    width: 33.33333%; }
  .push-4-mobile {
    left: 33.33333%; }
  .pull-4-mobile {
    right: 33.33333%; }
  .prefix-4-mobile {
    margin-left: 33.33333%; }
  .suffix-4-mobile {
    margin-right: 33.33333%; }
  .gr-5-mobile {
    width: 41.66667%; }
  .push-5-mobile {
    left: 41.66667%; }
  .pull-5-mobile {
    right: 41.66667%; }
  .prefix-5-mobile {
    margin-left: 41.66667%; }
  .suffix-5-mobile {
    margin-right: 41.66667%; }
  .gr-6-mobile {
    width: 50%; }
  .push-6-mobile {
    left: 50%; }
  .pull-6-mobile {
    right: 50%; }
  .prefix-6-mobile {
    margin-left: 50%; }
  .suffix-6-mobile {
    margin-right: 50%; }
  .gr-7-mobile {
    width: 58.33333%; }
  .push-7-mobile {
    left: 58.33333%; }
  .pull-7-mobile {
    right: 58.33333%; }
  .prefix-7-mobile {
    margin-left: 58.33333%; }
  .suffix-7-mobile {
    margin-right: 58.33333%; }
  .gr-8-mobile {
    width: 66.66667%; }
  .push-8-mobile {
    left: 66.66667%; }
  .pull-8-mobile {
    right: 66.66667%; }
  .prefix-8-mobile {
    margin-left: 66.66667%; }
  .suffix-8-mobile {
    margin-right: 66.66667%; }
  .gr-9-mobile {
    width: 75%; }
  .push-9-mobile {
    left: 75%; }
  .pull-9-mobile {
    right: 75%; }
  .prefix-9-mobile {
    margin-left: 75%; }
  .suffix-9-mobile {
    margin-right: 75%; }
  .gr-10-mobile {
    width: 83.33333%; }
  .push-10-mobile {
    left: 83.33333%; }
  .pull-10-mobile {
    right: 83.33333%; }
  .prefix-10-mobile {
    margin-left: 83.33333%; }
  .suffix-10-mobile {
    margin-right: 83.33333%; }
  .gr-11-mobile {
    width: 91.66667%; }
  .push-11-mobile {
    left: 91.66667%; }
  .pull-11-mobile {
    right: 91.66667%; }
  .prefix-11-mobile {
    margin-left: 91.66667%; }
  .suffix-11-mobile {
    margin-right: 91.66667%; }
  .gr-12-mobile {
    width: 100%; }
  .push-12-mobile {
    left: 100%; }
  .pull-12-mobile {
    right: 100%; }
  .prefix-12-mobile {
    margin-left: 100%; }
  .suffix-12-mobile {
    margin-right: 100%; }
  .float-left-mobile {
    float: left; }
  .float-right-mobile {
    float: right; }
  .clear-mobile {
    clear: both; }
  .clear-left-mobile {
    clear: left; }
  .clear-right-mobile {
    clear: right; }
  .no-gutter-mobile {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left-mobile {
    padding-left: 0; }
  .no-gutter-right-mobile {
    padding-right: 0; }
  .no-gutter-top-mobile {
    padding-top: 0; }
  .no-gutter-bottom-mobile {
    padding-bottom: 0; }
  .gutter-mobile {
    padding-right: 10px;
    padding-left: 10px; }
  .gutter-left-mobile {
    padding-left: 10px; }
  .gutter-right-mobile {
    padding-right: 10px; }
  .auto-height-mobile {
    height: inherit; }
  .row-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-mobile {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-reverse-mobile {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full-mobile {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .col-reverse-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .gr-table-mobile {
    display: table-cell;
    float: none;
    vertical-align: top; }
  .row-align-left-mobile {
    font-size: 0;
    clear: both;
    text-align: left; }
    .row-align-left-mobile > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-left-mobile > * {
      margin-right: -0.5px; } }
  .row-align-center-mobile {
    font-size: 0;
    clear: both;
    text-align: center; }
    .row-align-center-mobile > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-center-mobile > * {
      margin-right: -0.5px; } }
    .row-align-center-mobile > * {
      text-align: left; }
  .row-align-right-mobile {
    font-size: 0;
    clear: both;
    text-align: right; }
    .row-align-right-mobile > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-right-mobile > * {
      margin-right: -0.5px; } }
    .row-align-right-mobile > * {
      text-align: left; }
  .row-align-middle-mobile {
    font-size: 0;
    clear: both;
    vertical-align: middle; }
    .row-align-middle-mobile > * {
      float: none !important;
      vertical-align: middle;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-middle-mobile > * {
      margin-right: -0.5px; } }
  .row-align-top-mobile {
    font-size: 0;
    clear: both;
    vertical-align: top; }
    .row-align-top-mobile > * {
      float: none !important;
      vertical-align: top;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-top-mobile > * {
      margin-right: -0.5px; } }
  .row-align-bottom-mobile {
    font-size: 0;
    clear: both;
    vertical-align: bottom; }
    .row-align-bottom-mobile > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-bottom-mobile > * {
      margin-right: -0.5px; } }
  .hide-mobile {
    display: none; }
  .not-visible-mobile {
    visibility: hidden; }
  .show-mobile {
    display: block; }
  .show-inline-mobile {
    display: inline-block; }
  .visible-mobile {
    visibility: visible; }
  .row-debug-mobile {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug-mobile:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .gr-0-tablet {
    width: 0%; }
  .push-0-tablet {
    left: 0%; }
  .pull-0-tablet {
    right: 0%; }
  .prefix-0-tablet {
    margin-left: 0%; }
  .suffix-0-tablet {
    margin-right: 0%; }
  .gr-1-tablet {
    width: 8.33333%; }
  .push-1-tablet {
    left: 8.33333%; }
  .pull-1-tablet {
    right: 8.33333%; }
  .prefix-1-tablet {
    margin-left: 8.33333%; }
  .suffix-1-tablet {
    margin-right: 8.33333%; }
  .gr-2-tablet {
    width: 16.66667%; }
  .push-2-tablet {
    left: 16.66667%; }
  .pull-2-tablet {
    right: 16.66667%; }
  .prefix-2-tablet {
    margin-left: 16.66667%; }
  .suffix-2-tablet {
    margin-right: 16.66667%; }
  .gr-3-tablet {
    width: 25%; }
  .push-3-tablet {
    left: 25%; }
  .pull-3-tablet {
    right: 25%; }
  .prefix-3-tablet {
    margin-left: 25%; }
  .suffix-3-tablet {
    margin-right: 25%; }
  .gr-4-tablet {
    width: 33.33333%; }
  .push-4-tablet {
    left: 33.33333%; }
  .pull-4-tablet {
    right: 33.33333%; }
  .prefix-4-tablet {
    margin-left: 33.33333%; }
  .suffix-4-tablet {
    margin-right: 33.33333%; }
  .gr-5-tablet {
    width: 41.66667%; }
  .push-5-tablet {
    left: 41.66667%; }
  .pull-5-tablet {
    right: 41.66667%; }
  .prefix-5-tablet {
    margin-left: 41.66667%; }
  .suffix-5-tablet {
    margin-right: 41.66667%; }
  .gr-6-tablet {
    width: 50%; }
  .push-6-tablet {
    left: 50%; }
  .pull-6-tablet {
    right: 50%; }
  .prefix-6-tablet {
    margin-left: 50%; }
  .suffix-6-tablet {
    margin-right: 50%; }
  .gr-7-tablet {
    width: 58.33333%; }
  .push-7-tablet {
    left: 58.33333%; }
  .pull-7-tablet {
    right: 58.33333%; }
  .prefix-7-tablet {
    margin-left: 58.33333%; }
  .suffix-7-tablet {
    margin-right: 58.33333%; }
  .gr-8-tablet {
    width: 66.66667%; }
  .push-8-tablet {
    left: 66.66667%; }
  .pull-8-tablet {
    right: 66.66667%; }
  .prefix-8-tablet {
    margin-left: 66.66667%; }
  .suffix-8-tablet {
    margin-right: 66.66667%; }
  .gr-9-tablet {
    width: 75%; }
  .push-9-tablet {
    left: 75%; }
  .pull-9-tablet {
    right: 75%; }
  .prefix-9-tablet {
    margin-left: 75%; }
  .suffix-9-tablet {
    margin-right: 75%; }
  .gr-10-tablet {
    width: 83.33333%; }
  .push-10-tablet {
    left: 83.33333%; }
  .pull-10-tablet {
    right: 83.33333%; }
  .prefix-10-tablet {
    margin-left: 83.33333%; }
  .suffix-10-tablet {
    margin-right: 83.33333%; }
  .gr-11-tablet {
    width: 91.66667%; }
  .push-11-tablet {
    left: 91.66667%; }
  .pull-11-tablet {
    right: 91.66667%; }
  .prefix-11-tablet {
    margin-left: 91.66667%; }
  .suffix-11-tablet {
    margin-right: 91.66667%; }
  .gr-12-tablet {
    width: 100%; }
  .push-12-tablet {
    left: 100%; }
  .pull-12-tablet {
    right: 100%; }
  .prefix-12-tablet {
    margin-left: 100%; }
  .suffix-12-tablet {
    margin-right: 100%; }
  .float-left-tablet {
    float: left; }
  .float-right-tablet {
    float: right; }
  .clear-tablet {
    clear: both; }
  .clear-left-tablet {
    clear: left; }
  .clear-right-tablet {
    clear: right; }
  .no-gutter-tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left-tablet {
    padding-left: 0; }
  .no-gutter-right-tablet {
    padding-right: 0; }
  .no-gutter-top-tablet {
    padding-top: 0; }
  .no-gutter-bottom-tablet {
    padding-bottom: 0; }
  .gutter-tablet {
    padding-right: 10px;
    padding-left: 10px; }
  .gutter-left-tablet {
    padding-left: 10px; }
  .gutter-right-tablet {
    padding-right: 10px; }
  .auto-height-tablet {
    height: inherit; }
  .row-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-tablet {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-reverse-tablet {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full-tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .col-reverse-tablet {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .gr-table-tablet {
    display: table-cell;
    float: none;
    vertical-align: top; }
  .row-align-left-tablet {
    font-size: 0;
    clear: both;
    text-align: left; }
    .row-align-left-tablet > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-left-tablet > * {
      margin-right: -0.5px; } }
  .row-align-center-tablet {
    font-size: 0;
    clear: both;
    text-align: center; }
    .row-align-center-tablet > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-center-tablet > * {
      margin-right: -0.5px; } }
    .row-align-center-tablet > * {
      text-align: left; }
  .row-align-right-tablet {
    font-size: 0;
    clear: both;
    text-align: right; }
    .row-align-right-tablet > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-right-tablet > * {
      margin-right: -0.5px; } }
    .row-align-right-tablet > * {
      text-align: left; }
  .row-align-middle-tablet {
    font-size: 0;
    clear: both;
    vertical-align: middle; }
    .row-align-middle-tablet > * {
      float: none !important;
      vertical-align: middle;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-middle-tablet > * {
      margin-right: -0.5px; } }
  .row-align-top-tablet {
    font-size: 0;
    clear: both;
    vertical-align: top; }
    .row-align-top-tablet > * {
      float: none !important;
      vertical-align: top;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-top-tablet > * {
      margin-right: -0.5px; } }
  .row-align-bottom-tablet {
    font-size: 0;
    clear: both;
    vertical-align: bottom; }
    .row-align-bottom-tablet > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-bottom-tablet > * {
      margin-right: -0.5px; } }
  .hide-tablet {
    display: none; }
  .not-visible-tablet {
    visibility: hidden; }
  .show-tablet {
    display: block; }
  .show-inline-tablet {
    display: inline-block; }
  .visible-tablet {
    visibility: visible; }
  .row-debug-tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug-tablet:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

.gr-0-md {
  width: 0%; }

.push-0-md {
  left: 0%; }

.pull-0-md {
  right: 0%; }

.prefix-0-md {
  margin-left: 0%; }

.suffix-0-md {
  margin-right: 0%; }

.gr-1-md {
  width: 8.33333%; }

.push-1-md {
  left: 8.33333%; }

.pull-1-md {
  right: 8.33333%; }

.prefix-1-md {
  margin-left: 8.33333%; }

.suffix-1-md {
  margin-right: 8.33333%; }

.gr-2-md {
  width: 16.66667%; }

.push-2-md {
  left: 16.66667%; }

.pull-2-md {
  right: 16.66667%; }

.prefix-2-md {
  margin-left: 16.66667%; }

.suffix-2-md {
  margin-right: 16.66667%; }

.gr-3-md {
  width: 25%; }

.push-3-md {
  left: 25%; }

.pull-3-md {
  right: 25%; }

.prefix-3-md {
  margin-left: 25%; }

.suffix-3-md {
  margin-right: 25%; }

.gr-4-md {
  width: 33.33333%; }

.push-4-md {
  left: 33.33333%; }

.pull-4-md {
  right: 33.33333%; }

.prefix-4-md {
  margin-left: 33.33333%; }

.suffix-4-md {
  margin-right: 33.33333%; }

.gr-5-md {
  width: 41.66667%; }

.push-5-md {
  left: 41.66667%; }

.pull-5-md {
  right: 41.66667%; }

.prefix-5-md {
  margin-left: 41.66667%; }

.suffix-5-md {
  margin-right: 41.66667%; }

.gr-6-md {
  width: 50%; }

.push-6-md {
  left: 50%; }

.pull-6-md {
  right: 50%; }

.prefix-6-md {
  margin-left: 50%; }

.suffix-6-md {
  margin-right: 50%; }

.gr-7-md {
  width: 58.33333%; }

.push-7-md {
  left: 58.33333%; }

.pull-7-md {
  right: 58.33333%; }

.prefix-7-md {
  margin-left: 58.33333%; }

.suffix-7-md {
  margin-right: 58.33333%; }

.gr-8-md {
  width: 66.66667%; }

.push-8-md {
  left: 66.66667%; }

.pull-8-md {
  right: 66.66667%; }

.prefix-8-md {
  margin-left: 66.66667%; }

.suffix-8-md {
  margin-right: 66.66667%; }

.gr-9-md {
  width: 75%; }

.push-9-md {
  left: 75%; }

.pull-9-md {
  right: 75%; }

.prefix-9-md {
  margin-left: 75%; }

.suffix-9-md {
  margin-right: 75%; }

.gr-10-md {
  width: 83.33333%; }

.push-10-md {
  left: 83.33333%; }

.pull-10-md {
  right: 83.33333%; }

.prefix-10-md {
  margin-left: 83.33333%; }

.suffix-10-md {
  margin-right: 83.33333%; }

.gr-11-md {
  width: 91.66667%; }

.push-11-md {
  left: 91.66667%; }

.pull-11-md {
  right: 91.66667%; }

.prefix-11-md {
  margin-left: 91.66667%; }

.suffix-11-md {
  margin-right: 91.66667%; }

.gr-12-md {
  width: 100%; }

.push-12-md {
  left: 100%; }

.pull-12-md {
  right: 100%; }

.prefix-12-md {
  margin-left: 100%; }

.suffix-12-md {
  margin-right: 100%; }

.float-left-md {
  float: left; }

.float-right-md {
  float: right; }

.clear-md {
  clear: both; }

.clear-left-md {
  clear: left; }

.clear-right-md {
  clear: right; }

.no-gutter-md {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.no-gutter-left-md {
  padding-left: 0; }

.no-gutter-right-md {
  padding-right: 0; }

.no-gutter-top-md {
  padding-top: 0; }

.no-gutter-bottom-md {
  padding-bottom: 0; }

.gutter-md {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-left-md {
  padding-left: 10px; }

.gutter-right-md {
  padding-right: 10px; }

.auto-height-md {
  height: inherit; }

.row-md {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }
  [class*="no-gutter"] > .row-md {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-reverse-md {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }
  [class*="no-gutter"] > .row-reverse-md {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.row-full-md {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  transform: translateX(-50%); }

.col-md {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }

.col-reverse-md {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -10px;
  margin-right: -10px; }

.gr-table-md {
  display: table-cell;
  float: none;
  vertical-align: top; }

.row-align-left-md {
  font-size: 0;
  clear: both;
  text-align: left; }
  .row-align-left-md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-left-md > * {
    margin-right: -0.5px; } }

.row-align-center-md {
  font-size: 0;
  clear: both;
  text-align: center; }
  .row-align-center-md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-center-md > * {
    margin-right: -0.5px; } }
  .row-align-center-md > * {
    text-align: left; }

.row-align-right-md {
  font-size: 0;
  clear: both;
  text-align: right; }
  .row-align-right-md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-right-md > * {
    margin-right: -0.5px; } }
  .row-align-right-md > * {
    text-align: left; }

.row-align-middle-md {
  font-size: 0;
  clear: both;
  vertical-align: middle; }
  .row-align-middle-md > * {
    float: none !important;
    vertical-align: middle;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-middle-md > * {
    margin-right: -0.5px; } }

.row-align-top-md {
  font-size: 0;
  clear: both;
  vertical-align: top; }
  .row-align-top-md > * {
    float: none !important;
    vertical-align: top;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-top-md > * {
    margin-right: -0.5px; } }

.row-align-bottom-md {
  font-size: 0;
  clear: both;
  vertical-align: bottom; }
  .row-align-bottom-md > * {
    float: none !important;
    vertical-align: bottom;
    font-size: 1rem; }

@-moz-document url-prefix() {
  .row-align-bottom-md > * {
    margin-right: -0.5px; } }

.hide-md {
  display: none; }

.not-visible-md {
  visibility: hidden; }

.show-md {
  display: block; }

.show-inline-md {
  display: inline-block; }

.visible-md {
  visibility: visible; }

.row-debug-md {
  position: relative;
  z-index: 99999;
  overflow: hidden; }
  .row-debug-md:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 16.66667% 100%;
    z-index: 99999; }

body {
  direction: ltr; }

@media screen and (max-width: 1040px) {
  .gr-0-sm {
    width: 0%; }
  .push-0-sm {
    left: 0%; }
  .pull-0-sm {
    right: 0%; }
  .prefix-0-sm {
    margin-left: 0%; }
  .suffix-0-sm {
    margin-right: 0%; }
  .gr-1-sm {
    width: 8.33333%; }
  .push-1-sm {
    left: 8.33333%; }
  .pull-1-sm {
    right: 8.33333%; }
  .prefix-1-sm {
    margin-left: 8.33333%; }
  .suffix-1-sm {
    margin-right: 8.33333%; }
  .gr-2-sm {
    width: 16.66667%; }
  .push-2-sm {
    left: 16.66667%; }
  .pull-2-sm {
    right: 16.66667%; }
  .prefix-2-sm {
    margin-left: 16.66667%; }
  .suffix-2-sm {
    margin-right: 16.66667%; }
  .gr-3-sm {
    width: 25%; }
  .push-3-sm {
    left: 25%; }
  .pull-3-sm {
    right: 25%; }
  .prefix-3-sm {
    margin-left: 25%; }
  .suffix-3-sm {
    margin-right: 25%; }
  .gr-4-sm {
    width: 33.33333%; }
  .push-4-sm {
    left: 33.33333%; }
  .pull-4-sm {
    right: 33.33333%; }
  .prefix-4-sm {
    margin-left: 33.33333%; }
  .suffix-4-sm {
    margin-right: 33.33333%; }
  .gr-5-sm {
    width: 41.66667%; }
  .push-5-sm {
    left: 41.66667%; }
  .pull-5-sm {
    right: 41.66667%; }
  .prefix-5-sm {
    margin-left: 41.66667%; }
  .suffix-5-sm {
    margin-right: 41.66667%; }
  .gr-6-sm {
    width: 50%; }
  .push-6-sm {
    left: 50%; }
  .pull-6-sm {
    right: 50%; }
  .prefix-6-sm {
    margin-left: 50%; }
  .suffix-6-sm {
    margin-right: 50%; }
  .gr-7-sm {
    width: 58.33333%; }
  .push-7-sm {
    left: 58.33333%; }
  .pull-7-sm {
    right: 58.33333%; }
  .prefix-7-sm {
    margin-left: 58.33333%; }
  .suffix-7-sm {
    margin-right: 58.33333%; }
  .gr-8-sm {
    width: 66.66667%; }
  .push-8-sm {
    left: 66.66667%; }
  .pull-8-sm {
    right: 66.66667%; }
  .prefix-8-sm {
    margin-left: 66.66667%; }
  .suffix-8-sm {
    margin-right: 66.66667%; }
  .gr-9-sm {
    width: 75%; }
  .push-9-sm {
    left: 75%; }
  .pull-9-sm {
    right: 75%; }
  .prefix-9-sm {
    margin-left: 75%; }
  .suffix-9-sm {
    margin-right: 75%; }
  .gr-10-sm {
    width: 83.33333%; }
  .push-10-sm {
    left: 83.33333%; }
  .pull-10-sm {
    right: 83.33333%; }
  .prefix-10-sm {
    margin-left: 83.33333%; }
  .suffix-10-sm {
    margin-right: 83.33333%; }
  .gr-11-sm {
    width: 91.66667%; }
  .push-11-sm {
    left: 91.66667%; }
  .pull-11-sm {
    right: 91.66667%; }
  .prefix-11-sm {
    margin-left: 91.66667%; }
  .suffix-11-sm {
    margin-right: 91.66667%; }
  .gr-12-sm {
    width: 100%; }
  .push-12-sm {
    left: 100%; }
  .pull-12-sm {
    right: 100%; }
  .prefix-12-sm {
    margin-left: 100%; }
  .suffix-12-sm {
    margin-right: 100%; }
  .float-left-sm {
    float: left; }
  .float-right-sm {
    float: right; }
  .clear-sm {
    clear: both; }
  .clear-left-sm {
    clear: left; }
  .clear-right-sm {
    clear: right; }
  .no-gutter-sm {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left-sm {
    padding-left: 0; }
  .no-gutter-right-sm {
    padding-right: 0; }
  .no-gutter-top-sm {
    padding-top: 0; }
  .no-gutter-bottom-sm {
    padding-bottom: 0; }
  .gutter-sm {
    padding-right: 10px;
    padding-left: 10px; }
  .gutter-left-sm {
    padding-left: 10px; }
  .gutter-right-sm {
    padding-right: 10px; }
  .auto-height-sm {
    height: inherit; }
  .row-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-sm {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-reverse-sm {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full-sm {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .col-reverse-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .gr-table-sm {
    display: table-cell;
    float: none;
    vertical-align: top; }
  .row-align-left-sm {
    font-size: 0;
    clear: both;
    text-align: left; }
    .row-align-left-sm > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-left-sm > * {
      margin-right: -0.5px; } }
  .row-align-center-sm {
    font-size: 0;
    clear: both;
    text-align: center; }
    .row-align-center-sm > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-center-sm > * {
      margin-right: -0.5px; } }
    .row-align-center-sm > * {
      text-align: left; }
  .row-align-right-sm {
    font-size: 0;
    clear: both;
    text-align: right; }
    .row-align-right-sm > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-right-sm > * {
      margin-right: -0.5px; } }
    .row-align-right-sm > * {
      text-align: left; }
  .row-align-middle-sm {
    font-size: 0;
    clear: both;
    vertical-align: middle; }
    .row-align-middle-sm > * {
      float: none !important;
      vertical-align: middle;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-middle-sm > * {
      margin-right: -0.5px; } }
  .row-align-top-sm {
    font-size: 0;
    clear: both;
    vertical-align: top; }
    .row-align-top-sm > * {
      float: none !important;
      vertical-align: top;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-top-sm > * {
      margin-right: -0.5px; } }
  .row-align-bottom-sm {
    font-size: 0;
    clear: both;
    vertical-align: bottom; }
    .row-align-bottom-sm > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-bottom-sm > * {
      margin-right: -0.5px; } }
  .hide-sm {
    display: none; }
  .not-visible-sm {
    visibility: hidden; }
  .show-sm {
    display: block; }
  .show-inline-sm {
    display: inline-block; }
  .visible-sm {
    visibility: visible; }
  .row-debug-sm {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug-sm:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

@media screen and (max-width: 640px) {
  .gr-0-xs {
    width: 0%; }
  .push-0-xs {
    left: 0%; }
  .pull-0-xs {
    right: 0%; }
  .prefix-0-xs {
    margin-left: 0%; }
  .suffix-0-xs {
    margin-right: 0%; }
  .gr-1-xs {
    width: 8.33333%; }
  .push-1-xs {
    left: 8.33333%; }
  .pull-1-xs {
    right: 8.33333%; }
  .prefix-1-xs {
    margin-left: 8.33333%; }
  .suffix-1-xs {
    margin-right: 8.33333%; }
  .gr-2-xs {
    width: 16.66667%; }
  .push-2-xs {
    left: 16.66667%; }
  .pull-2-xs {
    right: 16.66667%; }
  .prefix-2-xs {
    margin-left: 16.66667%; }
  .suffix-2-xs {
    margin-right: 16.66667%; }
  .gr-3-xs {
    width: 25%; }
  .push-3-xs {
    left: 25%; }
  .pull-3-xs {
    right: 25%; }
  .prefix-3-xs {
    margin-left: 25%; }
  .suffix-3-xs {
    margin-right: 25%; }
  .gr-4-xs {
    width: 33.33333%; }
  .push-4-xs {
    left: 33.33333%; }
  .pull-4-xs {
    right: 33.33333%; }
  .prefix-4-xs {
    margin-left: 33.33333%; }
  .suffix-4-xs {
    margin-right: 33.33333%; }
  .gr-5-xs {
    width: 41.66667%; }
  .push-5-xs {
    left: 41.66667%; }
  .pull-5-xs {
    right: 41.66667%; }
  .prefix-5-xs {
    margin-left: 41.66667%; }
  .suffix-5-xs {
    margin-right: 41.66667%; }
  .gr-6-xs {
    width: 50%; }
  .push-6-xs {
    left: 50%; }
  .pull-6-xs {
    right: 50%; }
  .prefix-6-xs {
    margin-left: 50%; }
  .suffix-6-xs {
    margin-right: 50%; }
  .gr-7-xs {
    width: 58.33333%; }
  .push-7-xs {
    left: 58.33333%; }
  .pull-7-xs {
    right: 58.33333%; }
  .prefix-7-xs {
    margin-left: 58.33333%; }
  .suffix-7-xs {
    margin-right: 58.33333%; }
  .gr-8-xs {
    width: 66.66667%; }
  .push-8-xs {
    left: 66.66667%; }
  .pull-8-xs {
    right: 66.66667%; }
  .prefix-8-xs {
    margin-left: 66.66667%; }
  .suffix-8-xs {
    margin-right: 66.66667%; }
  .gr-9-xs {
    width: 75%; }
  .push-9-xs {
    left: 75%; }
  .pull-9-xs {
    right: 75%; }
  .prefix-9-xs {
    margin-left: 75%; }
  .suffix-9-xs {
    margin-right: 75%; }
  .gr-10-xs {
    width: 83.33333%; }
  .push-10-xs {
    left: 83.33333%; }
  .pull-10-xs {
    right: 83.33333%; }
  .prefix-10-xs {
    margin-left: 83.33333%; }
  .suffix-10-xs {
    margin-right: 83.33333%; }
  .gr-11-xs {
    width: 91.66667%; }
  .push-11-xs {
    left: 91.66667%; }
  .pull-11-xs {
    right: 91.66667%; }
  .prefix-11-xs {
    margin-left: 91.66667%; }
  .suffix-11-xs {
    margin-right: 91.66667%; }
  .gr-12-xs {
    width: 100%; }
  .push-12-xs {
    left: 100%; }
  .pull-12-xs {
    right: 100%; }
  .prefix-12-xs {
    margin-left: 100%; }
  .suffix-12-xs {
    margin-right: 100%; }
  .float-left-xs {
    float: left; }
  .float-right-xs {
    float: right; }
  .clear-xs {
    clear: both; }
  .clear-left-xs {
    clear: left; }
  .clear-right-xs {
    clear: right; }
  .no-gutter-xs {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .no-gutter-left-xs {
    padding-left: 0; }
  .no-gutter-right-xs {
    padding-right: 0; }
  .no-gutter-top-xs {
    padding-top: 0; }
  .no-gutter-bottom-xs {
    padding-bottom: 0; }
  .gutter-xs {
    padding-right: 10px;
    padding-left: 10px; }
  .gutter-left-xs {
    padding-left: 10px; }
  .gutter-right-xs {
    padding-right: 10px; }
  .auto-height-xs {
    height: inherit; }
  .row-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-xs {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-reverse-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
    [class*="no-gutter"] > .row-reverse-xs {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .row-full-xs {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    transform: translateX(-50%); }
  .col-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .col-reverse-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -10px;
    margin-right: -10px; }
  .gr-table-xs {
    display: table-cell;
    float: none;
    vertical-align: top; }
  .row-align-left-xs {
    font-size: 0;
    clear: both;
    text-align: left; }
    .row-align-left-xs > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-left-xs > * {
      margin-right: -0.5px; } }
  .row-align-center-xs {
    font-size: 0;
    clear: both;
    text-align: center; }
    .row-align-center-xs > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-center-xs > * {
      margin-right: -0.5px; } }
    .row-align-center-xs > * {
      text-align: left; }
  .row-align-right-xs {
    font-size: 0;
    clear: both;
    text-align: right; }
    .row-align-right-xs > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-right-xs > * {
      margin-right: -0.5px; } }
    .row-align-right-xs > * {
      text-align: left; }
  .row-align-middle-xs {
    font-size: 0;
    clear: both;
    vertical-align: middle; }
    .row-align-middle-xs > * {
      float: none !important;
      vertical-align: middle;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-middle-xs > * {
      margin-right: -0.5px; } }
  .row-align-top-xs {
    font-size: 0;
    clear: both;
    vertical-align: top; }
    .row-align-top-xs > * {
      float: none !important;
      vertical-align: top;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-top-xs > * {
      margin-right: -0.5px; } }
  .row-align-bottom-xs {
    font-size: 0;
    clear: both;
    vertical-align: bottom; }
    .row-align-bottom-xs > * {
      float: none !important;
      vertical-align: bottom;
      font-size: 1rem; }
  @-moz-document url-prefix() {
    .row-align-bottom-xs > * {
      margin-right: -0.5px; } }
  .hide-xs {
    display: none; }
  .not-visible-xs {
    visibility: hidden; }
  .show-xs {
    display: block; }
  .show-inline-xs {
    display: inline-block; }
  .visible-xs {
    visibility: visible; }
  .row-debug-xs {
    position: relative;
    z-index: 99999;
    overflow: hidden; }
    .row-debug-xs:before {
      pointer-events: none;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 99999px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
      background-size: 16.66667% 100%;
      z-index: 99999; }
  body {
    direction: ltr; } }

[class*="gr"] > [class*="row"],
[class*="gr"] > [class*="col"] {
  margin-left: -10px;
  margin-right: -10px; }

@media screen and (max-width: 480px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -10px;
    margin-right: -10px; } }

[class*="gr"] > [class*="row"],
[class*="gr"] > [class*="col"] {
  margin-left: -10px;
  margin-right: -10px; }

@media screen and (max-width: 1040px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (max-width: 640px) {
  [class*="gr"] > [class*="row"],
  [class*="gr"] > [class*="col"] {
    margin-left: -10px;
    margin-right: -10px; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: red;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    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 */
.slick-loading .slick-list {
  background: #fff url("../../styles/assets/vendors/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../styles/assets/vendors/slick/fonts/slick.eot");
  src: url("../../styles/assets/vendors/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../styles/assets/vendors/slick/fonts/slick.woff") format("woff"), url("../../styles/assets/vendors/slick/fonts/slick.ttf") format("truetype"), url("../../styles/assets/vendors/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: #cd151d;
  color: white; }

::selection {
  background: #cd151d;
  color: white; }

html {
  font-size: 16px;
  background: #f5f5f5;
  overflow-x: hidden;
  line-height: 1.4; }

body {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

#app {
  min-height: 100%;
  background: white;
  overflow: hidden;
  animation: fadeIn .5s linear; }

.container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: auto; }
  .container-slug {
    max-width: 960px; }
  @media screen and (max-width: null) {
    .container {
      max-width: 960px; } }
  .container-slug {
    max-width: 600px; }
  @media screen and (max-width: 1040px) {
    .container {
      max-width: 600px; } }
  .container-slug {
    max-width: 300px; }
  @media screen and (max-width: 640px) {
    .container {
      max-width: 300px; } }

.error404 #app-content .content {
  text-align: center;
  padding: 80px 0; }
  .error404 #app-content .content input, .error404 #app-content .content textarea {
    text-align: center; }

.search main .results {
  padding: 60px 0; }

.search main h2 strong {
  color: #404040; }

.search main form {
  margin-bottom: 40px; }

.search-no-results main .results {
  display: none; }

.home.page h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #cd151d;
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

#hp-intro {
  clear: both;
  background: center top / cover no-repeat;
  padding-bottom: 0;
  position: relative; }
  #hp-intro .slide, #hp-intro .slide li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #hp-intro .slide li {
    opacity: 0;
    transition: all 1.5s ease; }
  #hp-intro .slide li.current {
    opacity: 1; }
  #hp-intro h1 {
    font-size: 62px;
    font-size: 3.875rem;
    color: white;
    font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    text-align: center;
    text-shadow: 3px 3px 12px rgba(17, 17, 17, 0.6);
    text-transform: inherit;
    margin-top: 2em;
    animation: fade-up .75s ease; }
    @media screen and (max-width: 640px) {
      #hp-intro h1 {
        font-size: 36px;
        font-size: 2.25rem; } }
  #hp-intro h1:after,
  #hp-intro h2:after {
    display: none; }
  #hp-intro .gates {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: -40px; }
    @media screen and (max-width: 640px) {
      #hp-intro .gates {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; } }
    #hp-intro .gates__item {
      opacity: 0;
      animation-fill-mode: forwards; }
      #hp-intro .gates__item:nth-child(1) {
        animation-delay: .25s; }
      #hp-intro .gates__item:nth-child(2) {
        animation-delay: .5s; }
      #hp-intro .gates__item:nth-child(3) {
        animation-delay: .75s; }
    #hp-intro .gates__item .wrapper {
      height: 100%;
      box-shadow: 3px 3px 8px 0 rgba(17, 17, 17, 0.2);
      width: 280px;
      display: block;
      background: rgba(255, 255, 255, 0.95) center top/45% auto no-repeat;
      text-align: center;
      padding: 110px 20px 20px;
      font-size: 14px;
      font-size: 0.875rem;
      color: #404040;
      transition: all .5s ease;
      overflow: hidden; }
      @media screen and (max-width: 1040px) {
        #hp-intro .gates__item .wrapper {
          width: 190px; } }
      @media screen and (max-width: 640px) {
        #hp-intro .gates__item .wrapper {
          width: 100%;
          margin-bottom: 20px; } }
      #hp-intro .gates__item .wrapper h2 {
        font-size: 18px;
        font-size: 1.125rem;
        color: #404040;
        font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
        text-transform: inherit;
        padding-bottom: 0; }
      #hp-intro .gates__item .wrapper:after {
        width: 40px;
        bottom: 20px;
        right: 20px;
        height: 2px;
        transition: all .5s ease; }
      #hp-intro .gates__item .wrapper:before {
        content: "";
        border-top: 2px solid #cd151d;
        border-right: 2px solid #cd151d;
        transform: rotate(45deg);
        position: absolute;
        right: 20px;
        bottom: 17px;
        width: 6px;
        height: 6px; }
      #hp-intro .gates__item .wrapper:hover {
        transform: scale(1.05);
        background-color: white; }
        #hp-intro .gates__item .wrapper:hover:after {
          width: 100px; }

#hp-immo {
  padding: 150px 0 80px; }
  @media screen and (min-width: 640px) and (max-width: 1040px) {
    #hp-immo .archive-immo .project {
      text-align: center; }
      #hp-immo .archive-immo .project li {
        display: none; } }
  #hp-immo h3.call {
    padding-bottom: 10px; }
    #hp-immo h3.call a {
      background: none;
      display: inline-block;
      font-size: 22px;
      font-size: 1.375rem;
      color: #cd151d;
      position: relative;
      transition: all .5s ease; }
      #hp-immo h3.call a:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        top: 13px;
        left: 100%;
        margin-left: 10px;
        transition: all .5s ease;
        background: gainsboro; }
      #hp-immo h3.call a:before {
        content: "";
        border-top: 2px solid gainsboro;
        border-right: 2px solid gainsboro;
        transform: rotate(45deg);
        position: absolute;
        top: 10px;
        right: -41px;
        width: 6px;
        height: 6px;
        transition: all .5s ease; }
      #hp-immo h3.call a:hover {
        transform: translate(10px); }
        #hp-immo h3.call a:hover:after {
          width: 50px; }
        #hp-immo h3.call a:hover:before {
          right: -61px; }

#hp-news .news-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-top: 40px; }
  #hp-news .news-feed__item {
    width: 480px !important;
    padding: 40px 20px 20px; }
    @media screen and (max-width: 640px) {
      #hp-news .news-feed__item {
        width: 300px; } }
    #hp-news .news-feed__item article {
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      background: #f5f5f5;
      position: relative; }
      @media screen and (max-width: 640px) {
        #hp-news .news-feed__item article {
          -ms-flex-flow: column-reverse nowrap;
              flex-flow: column-reverse nowrap; } }
      #hp-news .news-feed__item article:before {
        content: "";
        width: 100%;
        height: 100%;
        box-sizing: content-box;
        padding: 5px;
        position: absolute;
        top: -5px;
        left: -5px;
        z-index: -1;
        background: rgba(107, 107, 107, 0.1);
        background: linear-gradient(160deg, rgba(107, 107, 107, 0.1) 0%, #f5f5f5 80%, #f5f5f5 100%); }
      #hp-news .news-feed__item article:after {
        content: "\F10E";
        position: absolute;
        top: -50px;
        left: 50px;
        font-size: 60px;
        font-size: 3.75rem;
        color: #c2c2c2;
        font-family: "FontAwesome";
        background: #f5f5f5;
        padding: 0 20px;
        transition: color .5s ease; }
        @media screen and (max-width: 640px) {
          #hp-news .news-feed__item article:after {
            font-size: 40px;
            font-size: 2.5rem;
            top: -40px; } }
    #hp-news .news-feed__item .content {
      -ms-flex: 1;
          flex: 1;
      margin-right: 20px; }
      #hp-news .news-feed__item .content .excerpt {
        max-height: 100px;
        overflow: hidden;
        position: relative; }
    #hp-news .news-feed__item .visual {
      width: 150px;
      height: 150px;
      overflow: hidden; }
    #hp-news .news-feed__item time {
      padding: 10px 0;
      font-size: 10px;
      font-size: 0.625rem;
      color: #c2c2c2;
      font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
      float: right; }
    #hp-news .news-feed__item h3 {
      font-size: 16px;
      font-size: 1rem;
      color: #404040;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    #hp-news .news-feed__item .more {
      color: #c2c2c2;
      transition: color .5s ease; }
      #hp-news .news-feed__item .more:after {
        background: #c2c2c2; }
    #hp-news .news-feed__item.slick-current article:after,
    #hp-news .news-feed__item.slick-current .more {
      color: #cd151d; }
    #hp-news .news-feed__item.slick-current .more:after {
      background: #cd151d; }
  #hp-news .news-feed__nav {
    text-align: center; }
    #hp-news .news-feed__nav button {
      position: static;
      width: 70px;
      height: 70px;
      border: 2px solid #cd151d;
      border-radius: 50%;
      display: inline-block;
      margin: 20px 5px;
      transition: all .5s ease;
      transform: none; }
      #hp-news .news-feed__nav button:before {
        content: "\F104";
        font-size: 30px;
        font-size: 1.875rem;
        color: #404040;
        font-family: "FontAwesome"; }
      #hp-news .news-feed__nav button.slick-next:before {
        content: "\F105"; }
      #hp-news .news-feed__nav button.slick-disabled {
        border-color: gainsboro; }

.single-content {
  padding: 40px 0;
  overflow: hidden; }
  .single-content time {
    font-size: 18px;
    font-size: 1.125rem;
    color: #cd151d;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .single-content h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .single-content .visual {
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 100%; }

.single-immo h3 {
  margin-bottom: 40px;
  margin-top: 0; }
  @media print {
    .single-immo h3 {
      font-size: 18pt; } }

.single-immo hr {
  border: 0;
  border-bottom: 2px dotted #e8e8e8;
  height: 0; }
  @media print {
    .single-immo hr {
      display: none; } }

.single-immo #intro {
  padding-bottom: 30px; }
  @media print {
    .single-immo #intro {
      padding-bottom: 0; } }

.single-immo__mainpicture {
  display: none;
  max-height: 500px;
  width: auto;
  margin: 0 auto 50px; }
  @media print {
    .single-immo__mainpicture {
      display: block; } }

.single-immo .description {
  position: relative;
  padding: 50px 0 50px; }
  @media print {
    .single-immo .description {
      font-size: 12pt; } }
  .single-immo .description .pebimg {
    float: right;
    max-width: 300px;
    margin-left: 30px; }
  .single-immo .description, .single-immo .description * {
    font-size: 16px !important; }
  .single-immo .description .column {
    display: inline-block;
    width: 250px;
    position: relative; }
    .single-immo .description .column span {
      background: white;
      position: relative;
      padding: 0 10px 0 20px; }
    .single-immo .description .column:before {
      content: "";
      width: 240px;
      height: 1px;
      background: #e8e8e8;
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 0; }

.single-immo .price {
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  line-height: 30px;
  position: absolute;
  top: -90px;
  right: 0;
  padding: 10px 20px;
  background: #cd151d; }
  .single-immo .price span {
    position: relative; }
  .single-immo .price strong {
    position: absolute;
    top: -35px;
    left: 20px;
    text-transform: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #cd151d;
    white-space: nowrap; }
  .single-immo .price:before {
    content: "";
    width: 9999em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #cd151d; }
  @media print {
    .single-immo .price {
      font-size: 18pt;
      position: relative;
      top: 0;
      right: 0;
      page-break-after: always; }
      .single-immo .price::before {
        width: 100%; } }

.single-immo .back-link {
  position: absolute;
  top: -80px;
  left: 0;
  background: #404040;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  transition: all .5s ease; }
  .single-immo .back-link:before {
    content: "\F104";
    font-family: "FontAwesome";
    padding-right: 10px; }
  .single-immo .back-link:after {
    display: none; }
  .single-immo .back-link:hover {
    padding-left: 30px; }
  @media print {
    .single-immo .back-link {
      display: none; } }

.single-immo .action-print {
  position: absolute;
  top: 0;
  left: -70px;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  text-indent: -9999px;
  color: #cd151d;
  transition: all .25s ease;
  cursor: pointer; }
  .single-immo .action-print::before {
    content: "\F02F";
    font-family: "FontAwesome";
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    text-align: center;
    line-height: 50px; }
  .single-immo .action-print:hover {
    background: #cd151d;
    color: white; }

.single-immo ul.prop-list {
  margin-bottom: 30px; }
  .single-immo ul.prop-list li {
    width: 50%;
    float: left;
    padding: 15px 20px;
    border: 2px solid white; }
    @media print {
      .single-immo ul.prop-list li {
        width: 100%;
        font-size: 12pt;
        background: white !important;
        padding: 5px 0;
        border-bottom: 1px solid #f5f5f5; } }
    .single-immo ul.prop-list li strong {
      margin-right: 10px;
      display: inline-block;
      width: 40%; }
      @media screen and (max-width: 640px) {
        .single-immo ul.prop-list li strong {
          width: 100%;
          display: block;
          margin-bottom: 10px; } }
    .single-immo ul.prop-list li:nth-child(4n + 1) {
      background: #fafafa; }
    .single-immo ul.prop-list li:nth-child(4n + 2) {
      background: #fafafa; }
    @media screen and (max-width: 1040px) {
      .single-immo ul.prop-list li {
        width: 100%; }
        .single-immo ul.prop-list li:nth-child(2n) {
          background: none; }
        .single-immo ul.prop-list li:nth-child(2n + 1) {
          background: #fafafa; } }
  .single-immo ul.prop-list .more {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 50px;
    height: 50px;
    border: 2px solid #cd151d;
    border-radius: 50%;
    background: none;
    text-indent: -9999em;
    position: relative;
    color: #cd151d;
    margin: 0px auto;
    display: block;
    cursor: pointer;
    clear: both;
    position: relative;
    top: 40px; }
    .single-immo ul.prop-list .more:before {
      content: "\F067";
      font-family: "FontAwesome";
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px; }
    .single-immo ul.prop-list .more:hover {
      background: #cd151d;
      color: white; }

.single-immo .infotip {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  line-height: 0; }
  @media print {
    .single-immo .infotip {
      display: none; } }
  .single-immo .infotip:before {
    content: "\F05A";
    font-family: "FontAwesome"; }
  .single-immo .infotip .infotip__infobulle {
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    line-height: 20px;
    transform: translate(-50%, 10px);
    text-align: center;
    width: 250px;
    background: #404040;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease; }
    .single-immo .infotip .infotip__infobulle:before {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #404040;
      margin-bottom: -2px;
      top: -6px;
      left: 50%;
      margin-left: -6px; }
  .single-immo .infotip:hover .infotip__infobulle {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 5px); }

.single-immo .archive-press {
  margin: 0px; }
  .single-immo .archive-press li:last-child {
    margin: 0; }

.single-immo .contact-infos {
  text-align: center; }
  .single-immo .contact-infos p {
    font-size: 24px;
    font-size: 1.5rem; }
  @media screen and (max-width: 640px) {
    .single-immo .contact-infos p,
    .single-immo .contact-infos h3 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media print {
    .single-immo .contact-infos p {
      font-size: 12pt; } }

@media print {
  .single-immo .contact-form {
    display: none; } }

@media print {
  .single-immo__form {
    display: none; } }

#app-header {
  height: 130px;
  background: white;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 1040px) {
    #app-header {
      height: 80px; } }
  #app-header #main-logo {
    width: 140px;
    position: absolute;
    bottom: -35px;
    left: 0; }
    @media screen and (max-width: 1040px) {
      #app-header #main-logo {
        bottom: -75px; } }

#main_menu,
#scnd_menu {
  clear: both;
  float: left;
  margin-top: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
  padding-left: 140px; }
  @media screen and (max-width: 1040px) {
    #main_menu,
    #scnd_menu {
      display: none; } }
  #main_menu li,
  #scnd_menu li {
    -ms-flex-positive: 1;
        flex-grow: 1; }
    #main_menu li.current_page_item a,
    #main_menu li.current_page_ancestor a,
    #scnd_menu li.current_page_item a,
    #scnd_menu li.current_page_ancestor a {
      border-bottom: 3px solid #cd151d; }
  #main_menu a,
  #scnd_menu a {
    text-align: center;
    color: #404040;
    display: block;
    height: 55px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #404040;
    font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
    line-height: 55px;
    border-bottom: 3px solid transparent; }
    #main_menu a:hover,
    #scnd_menu a:hover {
      color: #cd151d; }
  #main_menu ul.sub-menu,
  #scnd_menu ul.sub-menu {
    background: white;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 500;
    padding: 10px 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden; }
    #main_menu ul.sub-menu a,
    #scnd_menu ul.sub-menu a {
      border-bottom: 0;
      padding: 0 20px;
      height: 40px;
      line-height: 40px;
      text-align: left; }
    #main_menu ul.sub-menu li.current_page_item a,
    #scnd_menu ul.sub-menu li.current_page_item a {
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  #main_menu li:hover ul.sub-menu,
  #scnd_menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible; }

#scnd_menu {
  float: right;
  width: auto;
  clear: none;
  margin-left: 30px;
  margin-top: 32px; }
  #scnd_menu a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 8px;
    line-height: 16px;
    height: 16px; }
  #scnd_menu li {
    border-left: 1px solid #404040; }
    #scnd_menu li:first-child {
      border-left: 0; }
    #scnd_menu li.current_page_item a,
    #scnd_menu li.current_page_ancestor a {
      color: #cd151d;
      border: 0; }

#app-footer {
  clear: both;
  padding-top: 30px;
  background: #cd151d;
  z-index: 1000;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Roboto-Medium", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  transition: all 1s ease .5s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible; }
  .no-footer #app-footer {
    visibility: hidden;
    opacity: 0;
    transform: translateY(200px); }
  #app-footer strong {
    font-size: 14px;
    font-size: 0.875rem; }
  #app-footer .top-content {
    margin-bottom: 20px; }
  #app-footer .links-list {
    margin-top: 20px; }
    #app-footer .links-list li {
      margin-bottom: 10px;
      line-height: 28px; }
    #app-footer .links-list a {
      border-bottom: 1px solid white;
      padding-bottom: 4px; }
    #app-footer .links-list i.fa {
      border-radius: 50%;
      border: 2px solid white;
      display: inline-block;
      width: 32px;
      height: 32px;
      line-height: 28px;
      margin-right: 10px;
      text-align: center; }
  #app-footer .bottom {
    clear: both;
    background: #f5f5f5;
    margin-top: 60px;
    height: 50px;
    font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 50px; }
    #app-footer .bottom .copyright {
      float: right;
      margin: 0; }
    #app-footer .bottom .menu {
      float: left; }
      #app-footer .bottom .menu li {
        float: left; }
        #app-footer .bottom .menu li:after {
          content: "|";
          padding: 0 5px; }
        #app-footer .bottom .menu li:last-child:after {
          display: none; }
        #app-footer .bottom .menu li.current-menu-item {
          font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif; }
      @media screen and (max-width: 1040px) {
        #app-footer .bottom .menu {
          display: none; } }
    #app-footer .bottom .sub-menu {
      display: none; }
    #app-footer .bottom .hungry-minds {
      float: right;
      position: relative;
      top: 7px;
      padding-left: 8px;
      opacity: .7;
      transition: all .5s ease; }
      #app-footer .bottom .hungry-minds:hover {
        opacity: 1; }
      #app-footer .bottom .hungry-minds svg {
        fill: #cfcfcf;
        width: 22px;
        height: 22px; }

#rops {
  padding: 40px 0 10px;
  text-align: center;
  background: center top / cover no-repeat;
  position: relative;
  z-index: 1000;
  transition: visibility 1s ease .5s, opacity 1s ease .5s, transform 1s ease .5s;
  opacity: 1;
  transform: translateY(0);
  visibility: visible; }
  #rops .button, #rops input[type="submit"], #rops textarea[type="submit"],
  #rops input[type="button"], #rops textarea[type="button"] {
    color: white;
    border-color: white;
    background: none;
    font-size: 22px;
    font-size: 1.375rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 60px;
    height: 60px; }
    #rops .button:hover, #rops input:hover[type="submit"], #rops textarea:hover[type="submit"],
    #rops input:hover[type="button"], #rops textarea:hover[type="button"] {
      background: white;
      color: #cd151d; }
    @media screen and (max-width: 700px) {
      #rops .button, #rops input[type="submit"], #rops textarea[type="submit"],
      #rops input[type="button"], #rops textarea[type="button"] {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media screen and (max-width: 480px) {
      #rops .button, #rops input[type="submit"], #rops textarea[type="submit"],
      #rops input[type="button"], #rops textarea[type="button"] {
        font-size: 16px;
        font-size: 1rem;
        height: auto;
        margin: 0 20px;
        line-height: 2;
        padding: 10px; } }
  .no-footer #rops {
    visibility: hidden;
    opacity: 0;
    transform: translateY(200px); }

#intro {
  padding: 50px 0;
  text-align: center;
  background: url("../img/bg_intro_default.jpg") center center/cover no-repeat;
  font-size: 20px;
  font-size: 1.25rem; }
  #intro h1 {
    margin-top: 0; }
  #intro nav {
    margin-top: 40px; }
  #intro nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    #intro nav ul li {
      margin: 0 10px; }
      #intro nav ul li a {
        background: white;
        padding: 10px 50px;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        color: #cd151d;
        font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
      #intro nav ul li.current_page_item a,
      #intro nav ul li a:hover,
      #intro nav ul li a.active {
        background: #cd151d;
        color: white; }
    @media screen and (max-width: 1040px) {
      #intro nav ul {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
        #intro nav ul li {
          margin: 10px 0; }
          #intro nav ul li a {
            font-size: 14px;
            font-size: 0.875rem; } }

section {
  padding: 60px 0; }
  section.large-padding {
    padding: 100px 0; }
  section.small-padding {
    padding: 20px 0; }
  section.no-padding {
    padding: 0; }

.map-images-txt {
  margin-bottom: 80px; }
  .map-images-txt .switch-wrapper {
    width: 100%;
    height: 500px; }
    @media screen and (max-width: 1040px) {
      .map-images-txt .switch-wrapper {
        height: 300px; } }
    @media screen and (max-width: 640px) {
      .map-images-txt .switch-wrapper {
        height: 200px; } }
    .map-images-txt .switch-wrapper .images-slides li.image {
      height: 500px; }
      @media screen and (max-width: 1040px) {
        .map-images-txt .switch-wrapper .images-slides li.image {
          height: 300px; } }
      @media screen and (max-width: 1040px) {
        .map-images-txt .switch-wrapper .images-slides li.image {
          height: 200px; } }
  .map-images-txt .gr-6 .switch-wrapper {
    height: auto;
    padding-bottom: 100%; }
    .map-images-txt .gr-6 .switch-wrapper .images-slides li.image {
      height: 470px; }
      @media screen and (max-width: 1040px) {
        .map-images-txt .gr-6 .switch-wrapper .images-slides li.image {
          height: 290px; } }

.switch-wrapper {
  position: relative;
  margin-bottom: 10px; }
  .switch-wrapper.left-selected .switch-wrapper__left,
  .switch-wrapper.right-selected .switch-wrapper__right {
    opacity: 1;
    z-index: 150; }
  .switch-wrapper__left, .switch-wrapper__right {
    opacity: 0;
    z-index: 0;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .switch-wrapper.left-corner, .switch-wrapper.right-corner {
    padding: 5px; }
    .switch-wrapper.left-corner:before, .switch-wrapper.right-corner:before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      background: white; }
    .switch-wrapper.left-corner + .switch, .switch-wrapper.right-corner + .switch {
      margin-top: 20px; }
  .switch-wrapper.left-corner {
    background: linear-gradient(145deg, rgba(107, 107, 107, 0.1) 0%, white 40%, white 100%); }
    .switch-wrapper.left-corner .switch-wrapper__left,
    .switch-wrapper.left-corner .switch-wrapper__right {
      margin: 20px 0 0 20px; }
    .switch-wrapper.left-corner + .switch {
      margin-right: -20px; }
  .switch-wrapper.right-corner {
    background: linear-gradient(-145deg, rgba(107, 107, 107, 0.1) 0%, white 40%, white 100%); }
    .switch-wrapper.right-corner .switch-wrapper__left,
    .switch-wrapper.right-corner .switch-wrapper__right {
      margin: 20px 0 0 -20px; }
    .switch-wrapper.right-corner + .switch {
      margin-right: 20px; }

.switch {
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer; }
  .switch__label {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    opacity: .5;
    transition: all .3s ease; }
  .switch__toggle {
    background: #f5f5f5;
    height: 6px;
    border-radius: 3px;
    width: 60px;
    display: block;
    margin: 0 20px;
    position: relative; }
    .switch__toggle__inner {
      display: block;
      background: #cd151d;
      width: 50%;
      height: 100%;
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(0);
      transition: all .3s ease; }
  .switch.left-selected .switch__label--left {
    opacity: 1; }
  .switch.left-selected:hover .switch__toggle__inner {
    transform: translate(10%); }
  .switch.right-selected .switch__label--right {
    opacity: 1; }
  .switch.right-selected .switch__toggle__inner {
    transform: translate(100%); }
  .switch.right-selected:hover .switch__toggle__inner {
    transform: translate(90%); }

@media print {
  @page {
    size: A4;
    margin: 10mm; }
  #app-header,
  #rops,
  #app-footer,
  #scroll-top,
  #site-header,
  #sitemap,
  #site-footer,
  aside,
  .breadcrumb-container,
  #intro,
  button.print {
    display: none; }
  #intro {
    display: block;
    font-size: 18pt;
    position: relative;
    background: none; }
    #intro::before {
      content: "";
      display: block;
      width: 140px;
      height: 140px;
      background: url("../img/logo.png") center center/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
  .container {
    padding: 0 20px;
    width: 100%; }
  html {
    font-size: 80%;
    background: white; }
  body {
    padding-top: 0; }
  section {
    page-break-inside: avoid;
    padding: 20px 0 !important; }
  .show-print {
    display: unset !important; } }

.show-logged,
.show-admin {
  display: none; }

.logged-in .show-logged {
  display: block; }

.logged-in .hide-logged {
  display: none; }

.logged-in-admin .show-admin {
  display: block; }

.logged-in-admin .hide-admin {
  display: none; }

.show-print {
  display: none; }

.bg-main {
  background-color: #cd151d; }

.bg-scnd {
  background-color: #6b6b6b; }

.bg-lgry {
  background-color: #f5f5f5; }

.bg-dgry {
  background-color: #404040; }

.bg-white {
  background-color: white; }

.bg-red {
  background-color: #cd151d; }

.bg-image {
  background: center center no-repeat; }
  .bg-image.size-cover {
    background-size: cover; }
  .bg-image.position-left {
    background-position-x: left; }
  .bg-image.position-right {
    background-position-x: right; }
  .bg-image.position-top {
    background-position-y: top; }
  .bg-image.position-bottom {
    background-position-y: bottom; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.aligncenter {
    margin: 0 auto; }
  img.alignleft, img.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px !important; }
  img.alignleft {
    float: left; }
  img.spaced {
    margin: 30px 0; }
  img.white-border {
    border: 3px solid white;
    outline: 1px solid #f5f5f5; }
  img.full-width {
    width: 100% !important;
    height: auto; }
  img.full-height {
    height: 100%;
    width: auto; }
  img.round {
    border-radius: 50%; }
    img.round.white-border {
      border: 5px solid white;
      box-shadow: 0 0 0 1px #dedfe0;
      outline: 0; }

.animation-delay-25 {
  animation-delay: .25s; }

.animation-delay-50 {
  animation-delay: .50s; }

.animation-delay-75 {
  animation-delay: .75s; }

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

.fade-up {
  animation: fade-up .75s ease forwards; }

.skrollr-fade-up.skrollable {
  opacity: 0; }

.skrollr-fade-up.skrollable-between, .skrollr-fade-up.skrollable-after {
  animation: fade-up .75s ease forwards; }

.fade-left {
  animation: fade-left .75s ease forwards; }

.skrollr-fade-left.skrollable {
  opacity: 0; }

.skrollr-fade-left.skrollable-between, .skrollr-fade-left.skrollable-after {
  animation: fade-left .75s ease forwards; }

.shadowbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none; }
  .shadowbox .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .shadowbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    font-size: 1.875rem;
    color: white;
    line-height: 50px;
    text-align: center;
    text-indent: -9999px;
    cursor: pointer;
    transition: all .25s ease;
    z-index: 100; }
    .shadowbox .close:hover {
      color: #cd151d; }
    .shadowbox .close:before {
      content: "\F057";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: 0; }

.full-width-image {
  position: relative;
  background: center center / 100% auto no-repeat; }
  .full-width-image.parallax-to-bottom img, .full-width-image.parallax-to-top img {
    opacity: 0;
    width: 80%;
    display: block;
    margin: 0 auto; }
  .full-width-image.parallax-to-bottom {
    background-position: center 100%; }
  .full-width-image.parallax-to-top {
    background-position: center 0%; }
  .full-width-image.top-ascending:before, .full-width-image.top-descending:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 50px solid white; }
  .full-width-image.top-ascending:before {
    border-right: 100vw solid transparent; }
  .full-width-image.top-descending:before {
    border-left: 100vw solid transparent; }
  .full-width-image.bottom-ascending:after, .full-width-image.bottom-descending:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 50px solid white; }
  .full-width-image.bottom-ascending:after {
    border-left: 100vw solid transparent; }
  .full-width-image.bottom-descending:after {
    border-right: 100vw solid transparent; }
  .bg-lgry .full-width-image.top-ascending:before, .bg-lgry .full-width-image.top-descending:before, .bg-lgry .full-width-image.bottom-ascending:after, .bg-lgry .full-width-image.bottom-descending:after {
    border-top-color: #f5f5f5; }
  .bg-dgry .full-width-image.top-ascending:before, .bg-dgry .full-width-image.top-descending:before, .bg-dgry .full-width-image.bottom-ascending:after, .bg-dgry .full-width-image.bottom-descending:after {
    border-top-color: #404040; }
  .bg-main .full-width-image.top-ascending:before, .bg-main .full-width-image.top-descending:before, .bg-main .full-width-image.bottom-ascending:after, .bg-main .full-width-image.bottom-descending:after {
    border-top-color: #cd151d; }

.full-width-map {
  height: 500px;
  width: 100%;
  position: relative; }
  .full-width-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.map-standalone {
  width: 100%;
  height: 400px; }
  .map-standalone .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

p {
  margin: 1em 0; }

.txt-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0 -25px !important; }
  .txt-col.align-top {
    -ms-flex-align: start;
        align-items: flex-start; }
  .txt-col.align-center {
    -ms-flex-align: center;
        align-items: center; }
  .txt-col.align-bot {
    -ms-flex-align: end;
        align-items: flex-end; }
  @media screen and (max-width: 640px) {
    .txt-col {
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; } }
  .txt-col > div {
    padding: 0 25px; }

.page-message {
  text-align: center;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

.error, .error a {
  color: #e05252; }

.success, .success a {
  color: #66cc66; }

strong,
b {
  font-weight: normal;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

em,
i {
  font-style: italic; }

time {
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  color: #cd151d;
  display: block;
  margin-bottom: 10px; }

small {
  font-size: .8em; }

sup,
sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0; }

sub {
  vertical-align: sub; }

.color-white, .color-white * {
  color: white !important; }

.color-main, .color-main * {
  color: #cd151d !important; }

.color-scnd, .color-scnd * {
  color: #6b6b6b !important; }

.color-red, .color-red * {
  color: #cd151d !important; }

.color-dgry, .color-dgry * {
  color: #404040 !important; }

.color-lgry, .color-lgry * {
  color: #f5f5f5 !important; }

.color-mgry, .color-mgry * {
  color: #6b6b6b !important; }

.font-light {
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

.font-medium {
  font-family: "Roboto-Medium", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

.font-black {
  font-family: "Roboto-Black", "Roboto-Bold", "Helvetica", "Arial", sans-serif; }

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

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

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

*[disabled], *[disabled="disabled"], .disabled {
  background: #f5f5f5;
  opacity: .75;
  pointer-events: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-rendering: geometricPrecision;
  margin-top: 1em; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  color: #cd151d;
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 1em;
  text-align: center; }
  h1:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #cd151d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }
  h1.simple {
    margin: 0;
    padding: 0; }
    h1.simple:after {
      display: none; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #cd151d;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative; }
  h2:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #cd151d;
    position: absolute;
    bottom: 0;
    left: 0; }
  .color-white h2:after, h2.color-white:after {
    background: white; }
  .color-dgry h2:after, h2.color-dgry:after {
    background: #404040; }
  h2.text-align-center:after {
    left: 50%;
    transform: translate(-50%); }
  h2.text-align-right:after {
    left: auto;
    right: 0; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #404040;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #cd151d;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #404040;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #cd151d;
  font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

.subtitle {
  font-size: .8em; }

.line-through {
  position: relative; }
  .line-through span {
    position: relative;
    z-index: 10;
    padding: 0 10px;
    margin-left: -10px; }
  .line-through:before {
    content: "";
    z-index: 0;
    height: 1px;
    width: 9999px;
    position: absolute;
    left: -5000px;
    top: 50%;
    background: #cd151d; }

a {
  color: #cd151d;
  text-decoration: none;
  position: relative; }
  a::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #cd151d;
    bottom: 0;
    width: 0;
    right: 100%;
    transition: width .2s ease, right 0s ease .2s, opacity 0s ease .2s;
    opacity: 0; }
  a:hover:after {
    width: 100%;
    right: 0;
    transition: all .2s ease;
    opacity: 1; }
  a.underlined:after {
    width: 100%;
    right: 0;
    transition: all .2s ease; }
  a.underlined:hover:after {
    width: 0;
    right: 100%;
    transition: width .2s ease, right 0s ease .2s; }
  a.color-white,
  .color-white a {
    color: white; }
    a.color-white:after,
    .color-white a:after {
      background: white; }
  a.color-dgry,
  .color-dgry a {
    color: #404040; }
    a.color-dgry:after,
    .color-dgry a:after {
      background: #404040; }
  nav a:after {
    display: none; }

.button, input[type="submit"], textarea[type="submit"],
input[type="button"], textarea[type="button"] {
  font-size: 21px;
  font-size: 1.3125rem;
  color: white;
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  line-height: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
  padding: 0 70px;
  z-index: 5;
  background: #cd151d;
  border: 2px solid #cd151d;
  cursor: pointer;
  transition: all .5s ease; }
  .button:after, input[type="submit"]:after, textarea[type="submit"]:after,
  input[type="button"]:after, textarea[type="button"]:after {
    display: none; }
  .button:hover, input:hover[type="submit"], textarea:hover[type="submit"],
  input:hover[type="button"], textarea:hover[type="button"] {
    color: #cd151d;
    background: none; }
  .button:active, input:active[type="submit"], textarea:active[type="submit"],
  input:active[type="button"], textarea:active[type="button"] {
    transform: scale(1.05); }
  @media screen and (max-width: 1040px) {
    .button, input[type="submit"], textarea[type="submit"],
    input[type="button"], textarea[type="button"] {
      padding: 0 10px;
      font-size: 15px;
      font-size: 0.9375rem; } }
  .button.ghost.white, input.ghost.white[type="submit"], textarea.ghost.white[type="submit"],
  input.ghost.white[type="button"], textarea.ghost.white[type="button"] {
    border-color: white; }
    .button.ghost.white:hover, input.ghost.white:hover[type="submit"], textarea.ghost.white:hover[type="submit"],
    input.ghost.white:hover[type="button"], textarea.ghost.white:hover[type="button"] {
      background: white;
      color: #cd151d !important; }
  .button.small, input.small[type="submit"], textarea.small[type="submit"],
  input.small[type="button"], textarea.small[type="button"] {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
    line-height: 35px;
    height: 35px;
    border-width: 1px;
    padding: 0 30px; }
  .button.active, input.active[type="submit"], textarea.active[type="submit"],
  input.active[type="button"], textarea.active[type="button"] {
    background: white;
    border-color: white;
    color: #cd151d; }
  strong .button, strong input[type="submit"], strong textarea[type="submit"],
  strong input[type="button"], strong textarea[type="button"] {
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

.croched-link {
  text-decoration: none;
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
  position: relative;
  color: inherit;
  transition: all .35s ease !important;
  text-transform: none;
  font-size: 1em; }
  .croched-link:before, .croched-link:after {
    left: 0;
    position: relative;
    color: inherit;
    content: "[ ";
    transition: all .35s ease !important; }
  .croched-link:after {
    content: " ]";
    left: inherit;
    right: 0; }
  .croched-link:hover {
    opacity: 1;
    color: #cd151d !important; }
    .croched-link:hover:before, .croched-link:hover:after {
      color: #cd151d; }
    .croched-link:hover:before {
      left: -3px; }
    .croched-link:hover:after {
      right: -3px; }

blockquote {
  border-left: 3px solid #e92c34;
  padding: 10px 20px 0;
  position: relative;
  margin-bottom: 40px; }
  blockquote cite {
    background: #f5f5f5;
    text-align: right;
    display: block;
    margin: 20px -20px -20px;
    padding: 10px 20px;
    font-style: italic;
    color: #5a5a5a; }
  blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
    color: #404040;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  blockquote:before, blockquote:after {
    content: "\F10D";
    font-size: 30px;
    font-size: 1.875rem;
    color: #f5f5f5;
    font-family: "FontAwesome";
    position: absolute;
    top: -20px;
    left: -40px; }
  blockquote:after {
    content: "\F10E";
    left: auto;
    top: auto;
    right: -40px;
    bottom: -20px; }

.collapsable {
  margin: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden;
  transition: height .5s ease; }
  .collapsable__header {
    font-size: 24px;
    font-size: 1.5rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 65px;
    background: #cd151d;
    height: 65px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    cursor: pointer;
    z-index: 50; }
    .collapsable__header:before {
      content: "\F054";
      font-family: "FontAwesome";
      position: absolute;
      top: 0;
      left: 15px; }
    @media screen and (max-width: 1040px) {
      .collapsable__header {
        font-size: 20px;
        font-size: 1.25rem; } }
    @media screen and (max-width: 640px) {
      .collapsable__header {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
        line-height: 18px;
        box-sizing: border-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        .collapsable__header:before {
          top: 50%;
          margin-top: -10px; } }
  .collapsable__content {
    border: 1px solid #cd151d;
    box-sizing: border-box;
    padding: 30px 20px;
    overflow: hidden; }
    .collapsable__content.bg-white {
      background: white; }
    .collapsable__content.bg-lgry {
      background: #f6f6f6; }
  .collapsable.toggleable {
    position: relative; }
    .collapsable.toggleable header:hover {
      background: #e01720; }
    .collapsable.toggleable header + .content-wrapper {
      border-color: #e01720; }
    .collapsable.toggleable header:before {
      transition: transform .5s ease; }
    .collapsable.toggleable .content-wrapper {
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%; }
  .collapsable.is-open .collapsable__header::before {
    transform: rotate(90deg); }
  .collapsable--small .collapsable__header {
    font-size: 16px;
    font-size: 1rem;
    line-height: 40px;
    height: 40px;
    background: #f5f5f5;
    color: #6b6b6b;
    text-align: left; }
  .collapsable--small .collapsable__content {
    border-color: #f5f5f5; }

#app-nav-mobile-trigger {
  z-index: 9999;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 60px;
  right: 60px;
  border: 2px solid #cd151d;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  background: none; }
  @media screen and (max-width: 1040px) {
    #app-nav-mobile-trigger {
      opacity: 1;
      visibility: visible;
      top: 20px;
      right: 20px; } }
  #app-nav-mobile-trigger span {
    position: absolute;
    width: 60%;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #cd151d;
    transition: all 0.2s ease; }
    #app-nav-mobile-trigger span:nth-child(1) {
      transform: translate(-50%, calc(-50% - 4px)); }
    #app-nav-mobile-trigger span:nth-child(2) {
      transform: translate(-50%, -50%); }
    #app-nav-mobile-trigger span:nth-child(3) {
      transform: translate(-50%, calc(-50% + 4px)); }

#app-nav-mobile {
  z-index: 1;
  position: fixed;
  width: 400px;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 100px 20px 100px;
  transform: translateX(100%);
  background: white;
  overflow: scroll;
  transition: all 0.2s ease; }
  @media screen and (max-width: 640px) {
    #app-nav-mobile {
      width: calc(100% - 40px); } }
  #app-nav-mobile #main_menu_mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; }
    #app-nav-mobile #main_menu_mobile li a {
      display: block;
      padding: 15px 20px;
      font-size: 18px;
      font-size: 1.125rem;
      color: #404040;
      font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
      transition: all 0.2s ease; }
  #app-nav-mobile .sub-menu {
    display: none; }

#app {
  transition: all 0.2s ease; }

.mobile_nav_open {
  overflow: hidden; }
  .mobile_nav_open #app {
    border-radius: 5px;
    opacity: 0.4;
    transform: translateX(-60px); }
  .mobile_nav_open #app-nav-mobile-trigger span:nth-child(1) {
    transform: translate(-50%, -50%); }
  .mobile_nav_open #app-nav-mobile-trigger span:nth-child(2) {
    opacity: 0;
    transform: translate(-100%, -50%); }
  .mobile_nav_open #app-nav-mobile-trigger span:nth-child(3) {
    transform: translate(-50%, -50%); }
  .mobile_nav_open #app-nav-mobile {
    transform: translateX(0); }

.pagination-walker {
  text-align: center;
  padding: 40px 0; }
  .pagination-walker__direction {
    width: 58px;
    height: 58px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #cd151d;
    font-family: "FontAwesome";
    line-height: 54px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #cd151d;
    display: inline-block;
    text-indent: -9999px;
    text-align: center;
    transition: all .25s ease;
    margin: 0 10px; }
    .pagination-walker__direction:before {
      font-family: "FontAwesome";
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .pagination-walker__direction--first:before {
      content: "\F100"; }
    .pagination-walker__direction--previous:before {
      content: "\F104"; }
    .pagination-walker__direction--next:before {
      content: "\F105"; }
    .pagination-walker__direction--last:before {
      content: "\F101"; }
    .pagination-walker__direction--first, .pagination-walker__direction--last {
      width: 40px;
      height: 40px;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 35px; }
    .pagination-walker__direction:hover {
      color: white;
      border-color: #cd151d;
      background: #cd151d; }
    .pagination-walker__direction[disabled] {
      border-color: #c2c2c2;
      color: #c2c2c2;
      background: none; }
  .pagination-walker__pagelist {
    display: inline-block; }
    .pagination-walker__pagelist li {
      display: inline-block;
      position: relative; }
      .pagination-walker__pagelist li a,
      .pagination-walker__pagelist li .current {
        font-size: 20px;
        font-size: 1.25rem;
        color: #404040;
        font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
        padding: 0 30px; }
      .pagination-walker__pagelist li .current {
        color: #cd151d; }
      .pagination-walker__pagelist li:after {
        content: "";
        width: 20px;
        height: 2px;
        background: #c2c2c2;
        position: absolute;
        top: 50%;
        right: -10px;
        margin-top: -1px; }
      .pagination-walker__pagelist li:last-child:after {
        display: none; }

.breadcrumbs {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #cd151d;
  font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
  text-align: left;
  padding: 10px 5px;
  margin-bottom: -40px; }
  .breadcrumbs .trail-items li:after {
    content: "\BB"; }
  .breadcrumbs a {
    border-bottom: 1px solid #cd151d; }
    .breadcrumbs a:hover {
      color: #9f1016;
      border-bottom: 1px solid #9f1016; }

.singlenav {
  text-align: center;
  margin: 50px 0; }
  .singlenav li {
    display: inline; }
    .singlenav li a {
      color: #404040;
      border-right: 1px solid #404040;
      padding: 0 10px;
      background: none; }
      .singlenav li a.link-archive {
        font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
      .singlenav li a.disabled {
        opacity: .25; }
      .singlenav li a:hover {
        text-decoration: none;
        color: #cd151d; }
    .singlenav li:last-child a {
      border-right: 0; }

#scroll-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
  line-height: 50px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  background: #cd151d;
  z-index: 9999;
  border-radius: 3px;
  cursor: pointer;
  transform: translateY(100px);
  transition: all .35s ease;
  text-align: center;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0); }
  #scroll-top:hover {
    background: white;
    color: #cd151d;
    border-color: #cd151d;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
  #scroll-top:before {
    content: "\F106";
    font-family: "FontAwesome"; }
  #scroll-top.shown {
    transform: translateY(0); }

.scrollnav {
  margin: 40px auto; }
  .scrollnav ul {
    margin: 0 -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .scrollnav ul {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
        .scrollnav ul li {
          margin: 5px 0; } }
  .scrollnav li {
    -ms-flex: 1;
        flex: 1;
    padding: 1px 20px;
    overflow: hidden; }
  .scrollnav a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #6b6b6b;
    line-height: 44px;
    text-align: center;
    display: block;
    border: 1px dashed #6b6b6b;
    position: relative;
    transition: all .5s ease; }
    .scrollnav a.current {
      background: #cd151d;
      color: white;
      border-color: #cd151d; }
      .scrollnav a.current:after {
        border-color: #cd151d; }
    .scrollnav a:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin-top: -1px;
      margin-left: -1px;
      border: 1px solid #6b6b6b;
      transition: all .5s ease; }
    .scrollnav a:hover span {
      transform: translateY(200%); }
    .scrollnav a:hover .hovered {
      transform: translateY(0); }
    .scrollnav a:hover:after {
      opacity: 0; }
  .scrollnav span {
    transition: transform .5s ease;
    display: block;
    position: relative; }
  .scrollnav .hovered, .scrollnav .hovered:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(-200%); }
  .scrollnav .hovered {
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .scrollnav .hovered:after {
      content: "\F107";
      font-family: "FontAwesome";
      font-size: 2em;
      transform: translateY(100%); }

.social-menu {
  float: right;
  margin-top: 20px; }
  .social-menu li {
    float: left;
    margin: 0 5px;
    position: relative; }
    .social-menu li a {
      position: relative;
      display: block;
      text-align: center;
      width: 36px;
      height: 36px;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 36px;
      border-radius: 50%;
      border: 2px solid #cd151d; }
      .social-menu li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid #cd151d;
        margin-top: -1px;
        margin-left: -1px;
        opacity: 0; }
      .social-menu li a span {
        display: none; }
      .social-menu li a:hover {
        background: #cd151d; }
        .social-menu li a:hover, .social-menu li a:hover * {
          color: white !important; }
        .social-menu li a:hover:before {
          animation: ripple .5s ease; }
    .social-menu li.color-lgry a, .social-menu li.color-lgry a:before {
      border-color: #f5f5f5; }
    .social-menu li.color-lgry a:hover {
      background: #f5f5f5; }
    .social-menu li.color-mgry a, .social-menu li.color-mgry a:before {
      border-color: #6b6b6b; }
    .social-menu li.color-mgry a:hover {
      background: #6b6b6b; }
    .social-menu li.color-dgry a, .social-menu li.color-dgry a:before {
      border-color: #404040; }
    .social-menu li.color-dgry a:hover {
      background: #404040; }
    .social-menu li.color-white a, .social-menu li.color-white a:before {
      border-color: white; }
    .social-menu li.color-white a:hover {
      background: white; }
      .social-menu li.color-white a:hover i {
        color: #cd151d !important; }
  @media screen and (max-width: 1040px) {
    .social-menu {
      margin-right: 50px; } }
  @media screen and (max-width: 640px) {
    .social-menu li {
      display: none; }
      .social-menu li:nth-child(1), .social-menu li:nth-child(2) {
        display: block; } }
  .social-menu--footer {
    float: left; }

ol, ul {
  list-style: none; }
  ol:not(.unstyled), ul:not(.unstyled) {
    margin: 1em 0;
    padding-left: 1em; }
    ol:not(.unstyled) li, ul:not(.unstyled) li {
      position: relative; }
      ol:not(.unstyled) li:before, ul:not(.unstyled) li:before {
        font-size: .9em;
        position: absolute;
        top: 0.15em;
        left: -1em; }
  ol.bullets-main li:before, ul.bullets-main li:before {
    color: #cd151d; }
  ol.bullets-scnd li:before, ul.bullets-scnd li:before {
    color: #6b6b6b; }

ol {
  counter-reset: item; }
  ol li::before {
    content: counter(item);
    counter-increment: item;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

ul:not(.unstyled) li:before {
  content: "\2022"; }

ul.carets li:before {
  content: "\F0DA";
  font-family: "FontAwesome"; }

ul.angles li:before {
  content: "\F105";
  font-family: "FontAwesome"; }

ul.arrows {
  padding-left: 1.35em; }
  ul.arrows li:before {
    content: "\F178";
    font-family: "FontAwesome";
    left: -1.35em; }

ul.checks {
  padding-left: 1.35em; }
  ul.checks li:before {
    content: "\F00C";
    font-family: "FontAwesome";
    left: -1.35em; }

nav ul, nav ul:not(.unstyled),
nav ol,
nav ol:not(.unstyled),
ul.menu,
ul.menu:not(.unstyled),
.select2-results__options,
.select2-results__options:not(.unstyled),
.slick-dots,
.slick-dots:not(.unstyled) {
  margin: 0;
  padding: 0; }
  nav ul li:before, nav ul:not(.unstyled) li:before,
  nav ol li:before,
  nav ol:not(.unstyled) li:before,
  ul.menu li:before,
  ul.menu:not(.unstyled) li:before,
  .select2-results__options li:before,
  .select2-results__options:not(.unstyled) li:before,
  .slick-dots li:before,
  .slick-dots:not(.unstyled) li:before {
    display: none; }

.images-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .images-slides li {
    width: 100%;
    height: 100%;
    position: relative; }
  .images-slides figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat; }
  .images-slides img {
    opacity: 0; }

.images-slides .slick-arrow,
.images-slides-standalone .slick-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 100;
  top: auto;
  left: auto;
  width: 50px;
  height: 50px;
  border: 2px solid #cd151d;
  border-radius: 50%;
  display: inline-block;
  transition: all .5s ease;
  transform: none; }
  .images-slides .slick-arrow:before,
  .images-slides-standalone .slick-arrow:before {
    content: "\F105";
    transition: all .5s ease;
    font-size: 30px;
    font-size: 1.875rem;
    color: #cd151d;
    font-family: "FontAwesome"; }
  .images-slides .slick-arrow.slick-prev,
  .images-slides-standalone .slick-arrow.slick-prev {
    right: 80px; }
    .images-slides .slick-arrow.slick-prev:before,
    .images-slides-standalone .slick-arrow.slick-prev:before {
      content: "\F104"; }
  .images-slides .slick-arrow:hover,
  .images-slides-standalone .slick-arrow:hover {
    background: #cd151d; }
    .images-slides .slick-arrow:hover:before,
    .images-slides-standalone .slick-arrow:hover:before {
      color: white; }
  .images-slides .slick-arrow.slick-disabled,
  .images-slides-standalone .slick-arrow.slick-disabled {
    opacity: .25; }
    .images-slides .slick-arrow.slick-disabled:before,
    .images-slides-standalone .slick-arrow.slick-disabled:before {
      opacity: 1; }

.images-slides .slick-dots,
.images-slides-standalone .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding-right: 130px; }
  .images-slides .slick-dots li,
  .images-slides-standalone .slick-dots li {
    background: white;
    width: 25px;
    height: 5px;
    border-radius: 3px;
    transition: all .5s ease; }
    .images-slides .slick-dots li.slick-active,
    .images-slides-standalone .slick-dots li.slick-active {
      background: #cd151d;
      width: 40px; }
    .images-slides .slick-dots li:hover:not(.slick-active),
    .images-slides-standalone .slick-dots li:hover:not(.slick-active) {
      width: 32px; }
  .images-slides .slick-dots button,
  .images-slides-standalone .slick-dots button {
    display: none; }

@media print {
  .images-slides,
  .images-slides-standalone {
    background: none !important; }
    .images-slides .slick-list,
    .images-slides-standalone .slick-list {
      padding: 0 !important; }
    .images-slides .slick-track,
    .images-slides-standalone .slick-track {
      width: 100% !important;
      transform: none !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
    .images-slides li,
    .images-slides-standalone li {
      opacity: 1 !important;
      padding: 2px !important;
      page-break-inside: avoid;
      display: block !important;
      margin: 0 !important; }
    .images-slides .slick-slide,
    .images-slides-standalone .slick-slide {
      max-width: 25%;
      page-break-inside: avoid; }
      .images-slides .slick-slide img,
      .images-slides-standalone .slick-slide img {
        height: auto !important;
        width: auto !important;
        max-width: 100% !important;
        page-break-inside: avoid;
        display: block;
        margin: 0;
        bottom: 0; } }

.images-slides-standalone {
  margin-bottom: 0;
  background: #f5f5f5; }
  .images-slides-standalone li {
    padding: 1px;
    opacity: .4;
    transition: all .5s ease; }
  .images-slides-standalone .slick-current li {
    opacity: 1 !important; }
  .images-slides-standalone img {
    height: 500px; }
    @media screen and (max-width: 1040px) {
      .images-slides-standalone img {
        height: 420px; } }
    @media screen and (max-width: 640px) {
      .images-slides-standalone img {
        height: 200px; } }
  .images-slides-standalone__nav {
    margin-bottom: 50px; }
    @media screen and (max-width: 640px) {
      .images-slides-standalone__nav .slick-list {
        display: none; } }
    @media print {
      .images-slides-standalone__nav {
        display: none; } }
    .images-slides-standalone__nav img {
      height: 90px;
      cursor: pointer; }
    .images-slides-standalone__nav li:hover {
      opacity: 1; }
    .images-slides-standalone__nav .slick-arrow {
      left: 50%;
      right: auto;
      bottom: -80px; }
      .images-slides-standalone__nav .slick-arrow.slick-prev {
        margin-left: -35px; }
      .images-slides-standalone__nav .slick-arrow.slick-next {
        margin-left: 35px; }

.archive-news {
  margin: 60px 0; }

.archive-news li {
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    .archive-news li {
      margin-bottom: 100px; } }
  .archive-news li figure {
    position: relative;
    background: rgba(107, 107, 107, 0.1);
    background: linear-gradient(145deg, rgba(107, 107, 107, 0.1) 0%, white 40%, white 100%);
    padding: 5px; }
    .archive-news li figure a {
      background: center center / 100% auto no-repeat;
      transition: all .5s ease; }
      .archive-news li figure a:after {
        display: none; }
      .archive-news li figure a:hover {
        background: center center / 105% auto no-repeat; }
      .archive-news li figure a img {
        opacity: 0; }
    .archive-news li figure:before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      background: white; }
    .archive-news li figure:after {
      content: "\F10E";
      position: absolute;
      top: -25px;
      right: -10px;
      font-size: 60px;
      font-size: 3.75rem;
      color: #cd151d;
      font-family: "FontAwesome"; }
    .archive-news li figure .visual {
      display: block;
      margin: 20px; }
  .archive-news li time {
    font-size: 20px;
    font-size: 1.25rem; }
  .archive-news li .more {
    position: relative;
    transition: all .25s ease; }
    .archive-news li .more:after {
      width: 30px;
      top: 50%;
      right: -40px;
      height: 2px;
      transition: all .25s ease; }
    .archive-news li .more:before {
      content: "";
      border-top: 2px solid #cd151d;
      border-right: 2px solid #cd151d;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: -40px;
      margin-top: -3px;
      width: 6px;
      height: 6px;
      transition: all .25s ease; }
    .archive-news li .more:hover {
      color: #404040; }
      .archive-news li .more:hover:after {
        width: 160%; }
      .archive-news li .more:hover:after, .archive-news li .more:hover:before {
        opacity: .4; }

.archive-events {
  margin: 60px 0; }

.archive-events li {
  margin-bottom: 80px; }
  .archive-events li .switch-wrapper,
  .archive-events li .images-slides .image {
    width: 500px;
    height: 500px; }
    @media screen and (max-width: 1040px) {
      .archive-events li .switch-wrapper,
      .archive-events li .images-slides .image {
        width: 320px;
        height: 320px; } }
    @media screen and (max-width: 640px) {
      .archive-events li .switch-wrapper,
      .archive-events li .images-slides .image {
        width: 260px;
        height: 260px; } }
  .archive-events li .switch-wrapper.left-corner + .switch {
    margin-right: 40px; }

.archive-press {
  margin: 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .archive-press li {
    width: 40%;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .archive-press li {
        width: 100%; } }
  .archive-press article {
    position: relative;
    background: rgba(107, 107, 107, 0.1);
    background: linear-gradient(145deg, rgba(107, 107, 107, 0.1) 0%, #f5f5f5 40%, #f5f5f5 100%);
    padding: 20px; }
    .archive-press article:before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      background: #f5f5f5; }
    .archive-press article:after {
      content: "\F10E";
      position: absolute;
      top: -25px;
      right: -10px;
      font-size: 60px;
      font-size: 3.75rem;
      color: #cd151d;
      font-family: "FontAwesome"; }
    .archive-press article time,
    .archive-press article h4,
    .archive-press article a,
    .archive-press article p {
      position: relative;
      z-index: 10; }
    .archive-press article time {
      font-size: 14px;
      font-size: 0.875rem;
      color: #404040; }
    .archive-press article .author {
      margin: 0; }
    .archive-press article .button, .archive-press article input[type="submit"], .archive-press article textarea[type="submit"],
    .archive-press article input[type="button"], .archive-press article textarea[type="button"] {
      float: right;
      margin-top: 20px; }

.archive-documents {
  margin: 40px 0; }
  .archive-documents li {
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (max-width: 1040px) {
      .archive-documents li {
        font-size: 16px;
        font-size: 1rem; } }
    .archive-documents li a {
      background: white;
      padding: 20px;
      display: block;
      overflow: hidden; }
      .archive-documents li a:after {
        display: none; }
      .archive-documents li a:hover {
        background: #cd151d; }
        .archive-documents li a:hover,
        .archive-documents li a:hover time,
        .archive-documents li a:hover .name {
          color: white; }
  .archive-documents .icon,
  .archive-documents time,
  .archive-documents .name,
  .archive-documents .dl {
    margin: 0;
    line-height: 50px;
    height: 50px;
    float: left; }
    @media screen and (max-width: 640px) {
      .archive-documents .icon,
      .archive-documents time,
      .archive-documents .name,
      .archive-documents .dl {
        display: block;
        width: 100%;
        text-align: center; } }
  .archive-documents time,
  .archive-documents .name {
    color: #404040; }
  .archive-documents .icon {
    font-size: 42px;
    font-size: 2.625rem;
    margin-right: 30px; }
  .archive-documents time {
    font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif; }
    .archive-documents time:after {
      content: "-";
      padding: 0 10px; }
      @media screen and (max-width: 640px) {
        .archive-documents time:after {
          display: none; } }
  .archive-documents .name {
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .archive-documents .dl {
    float: right; }
    @media print {
      .archive-documents .dl {
        display: none; } }

.archive-addresses {
  background: #cd151d; }
  .archive-addresses .row {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 640px) {
      .archive-addresses .row {
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
        padding-bottom: 500px; } }
  .archive-addresses .info {
    min-height: 500px; }
    @media screen and (max-width: 640px) {
      .archive-addresses .info {
        min-height: auto; } }
  .archive-addresses .addresses-types .select2-selection,
  .archive-addresses .addresses-info-selector .select2-selection {
    background: none;
    border: 2px solid white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .archive-addresses .addresses-types .select2-selection__arrow b,
  .archive-addresses .addresses-info-selector .select2-selection__arrow b {
    border-top-color: white; }
  .archive-addresses .addresses-types {
    margin: 40px 0 20px; }
  .archive-addresses .addresses-info-selector-wrapper {
    height: 50px;
    position: relative; }
  .archive-addresses .addresses-info-selector {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .archive-addresses .addresses-info-selector .select2-selection {
      border: 0;
      border-top-width: 2px;
      padding: 0; }
      .archive-addresses .addresses-info-selector .select2-selection .select2-selection__clear {
        margin-right: 40px; }
      .archive-addresses .addresses-info-selector .select2-selection .select2-selection__rendered {
        padding: 0; }
  .archive-addresses .addresses-info {
    display: none; }
    .archive-addresses .addresses-info .marker--title {
      display: none; }
    .archive-addresses .addresses-info .button, .archive-addresses .addresses-info input[type="submit"], .archive-addresses .addresses-info textarea[type="submit"],
    .archive-addresses .addresses-info input[type="button"], .archive-addresses .addresses-info textarea[type="button"] {
      border: 1px solid white;
      height: 40px;
      padding: 0 20px;
      font-size: 16px;
      font-size: 1rem;
      font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
      line-height: 40px; }
  .archive-addresses .select2-dropdown {
    background: #cd151d;
    border-radius: 0;
    border: 2px solid white;
    margin-top: -2px; }
    .archive-addresses .select2-dropdown .select2-results__option[aria-selected=true] {
      background: #9f1016; }
    .archive-addresses .select2-dropdown .select2-results__option--highlighted[aria-selected] {
      background: white;
      color: #cd151d !important; }
  .archive-addresses .map-wrapper {
    position: relative; }
    .archive-addresses .map-wrapper .marker {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .archive-addresses .map-wrapper .map {
      position: absolute;
      top: 0;
      left: 10px;
      height: 100%;
      width: 100%; }
      .archive-addresses .map-wrapper .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 640px) {
      .archive-addresses .map-wrapper {
        width: 100%;
        height: 500px;
        position: absolute;
        bottom: 0;
        left: calc((100vw - 300px) / -2);
        padding: 0; }
        .archive-addresses .map-wrapper .map {
          left: 0; } }

.archive-people {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .archive-people-wrapper h3 {
    margin-top: 60px;
    position: relative; }
  .archive-people figure {
    position: relative;
    width: 185px;
    height: 270px;
    background: center center / cover no-repeat; }
  .archive-people .content {
    position: relative;
    font-size: 14px;
    font-size: 0.875rem; }
    .archive-people .content h4 {
      font-size: 18px;
      font-size: 1.125rem;
      color: #cd151d; }
    .archive-people .content p {
      margin: .25em 0; }
      .archive-people .content p.job {
        margin-bottom: 1em; }
  .archive-people__nav {
    text-align: right; }
    .archive-people__nav button {
      position: static;
      width: 60px;
      height: 60px;
      border: 2px solid #cd151d;
      border-radius: 50%;
      display: inline-block;
      margin: 20px 5px;
      transition: all .5s ease;
      transform: none; }
      .archive-people__nav button:before {
        content: "\F104";
        font-size: 30px;
        font-size: 1.875rem;
        color: #cd151d;
        font-family: "FontAwesome";
        transition: all .5s ease; }
      .archive-people__nav button.slick-next:before {
        content: "\F105"; }
      .archive-people__nav button:hover {
        background: #cd151d; }
        .archive-people__nav button:hover:before {
          color: white; }

.archive-immo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 60px 0; }
  .archive-immo .no-result,
  .archive-immo .no-more {
    font-size: 20px;
    font-size: 1.25rem;
    color: #404040;
    font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 130px; }
    .archive-immo .no-result:before,
    .archive-immo .no-more:before {
      content: "\F11A";
      font-size: 150px;
      font-size: 9.375rem;
      color: #f5f5f5;
      font-family: "FontAwesome";
      line-height: 0;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 40px;
      left: 0; }
  .archive-immo .no-more:before {
    content: "\F106"; }
  .archive-immo .no-more span {
    cursor: pointer; }
    .archive-immo .no-more span:hover {
      color: #cd151d; }
  .archive-immo__before {
    padding: 40px 0; }

.archive-immo li {
  margin-bottom: 30px;
  perspective: 2000px;
  margin-left: -1px; }
  .archive-immo li a {
    transition: all .5s ease;
    transform: rotateY(0);
    opacity: 1; }
  .archive-immo li.hidden a {
    opacity: 0;
    transform: rotateY(-30deg); }
  .archive-immo li.delay-0 a {
    transition-delay: 0s; }
  .archive-immo li.delay-1 a {
    transition-delay: 0.1s; }
  .archive-immo li.delay-2 a {
    transition-delay: 0.2s; }
  .archive-immo li.delay-3 a {
    transition-delay: 0.3s; }
  .archive-immo li.delay-4 a {
    transition-delay: 0.4s; }
  .archive-immo li.delay-5 a {
    transition-delay: 0.5s; }
  .archive-immo li.delay-6 a {
    transition-delay: 0.6s; }
  .archive-immo li.delay-7 a {
    transition-delay: 0.7s; }
  .archive-immo li.delay-8 a {
    transition-delay: 0.8s; }
  .archive-immo li.delay-9 a {
    transition-delay: 0.9s; }
  .archive-immo li.delay-10 a {
    transition-delay: 1s; }
  .archive-immo li.delay-11 a {
    transition-delay: 1.1s; }
  .archive-immo li.delay-12 a {
    transition-delay: 1.2s; }
  .archive-immo li.delay-13 a {
    transition-delay: 1.3s; }
  .archive-immo li.delay-14 a {
    transition-delay: 1.4s; }
  .archive-immo li.delay-15 a {
    transition-delay: 1.5s; }
  .archive-immo li.delay-16 a {
    transition-delay: 1.6s; }
  .archive-immo li.delay-17 a {
    transition-delay: 1.7s; }
  .archive-immo li.delay-18 a {
    transition-delay: 1.8s; }
  .archive-immo li.delay-19 a {
    transition-delay: 1.9s; }
  .archive-immo li.delay-20 a {
    transition-delay: 2s; }

.archive-immo a {
  position: relative;
  background: #f5f5f5;
  color: #404040;
  height: 100%;
  padding-bottom: 20px;
  display: block;
  transition: all .5s ease; }
  .archive-immo a:after {
    display: none; }
  .archive-immo a .visual {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 70%;
    background: center center / cover no-repeat; }
    .archive-immo a .visual img {
      display: none; }
  .archive-immo a .goal {
    font-size: 12px;
    font-size: 0.75rem;
    color: #404040;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: -5px;
    background: #f5f5f5;
    text-transform: uppercase; }
  .archive-immo a .price {
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 40px;
    position: absolute;
    bottom: -20px;
    left: -5px;
    background: #cd151d; }
  .archive-immo a .marquee {
    font-size: 12px;
    font-size: 0.75rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: -5px;
    background: #cd151d;
    text-transform: uppercase; }
  .archive-immo a .goal,
  .archive-immo a .price,
  .archive-immo a .marquee {
    padding: 0 15px;
    transition: all .5s ease; }
  .archive-immo a h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px; }
  .archive-immo a .infos {
    margin-left: 10px; }
    .archive-immo a .infos li {
      padding-left: 15px;
      margin-bottom: .7em; }
      .archive-immo a .infos li:before {
        font-size: 12px;
        font-size: 0.75rem;
        color: #cd151d;
        font-family: "FontAwesome";
        width: 20px;
        text-align: center; }
    .archive-immo a .infos .address:before {
      content: "\F041"; }
    .archive-immo a .infos .rooms:before {
      content: "\F236"; }
    .archive-immo a .infos .surface:before {
      content: "\F047"; }
  .archive-immo a:hover .price,
  .archive-immo a:hover .goal {
    padding: 0 50px; }
  .archive-immo a:active {
    transform: scale(1.05); }

.archive-immo-more {
  width: 100%;
  height: 30px;
  position: relative;
  top: -40px; }
  .archive-immo-more:after {
    content: "\F1CE";
    font-size: 20px;
    font-size: 1.25rem;
    color: #cd151d;
    font-family: "FontAwesome";
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: all .5s ease; }
  .archive-immo-more.loading:after {
    opacity: 1; }

.archive-projects {
  padding: 50px 0; }

.archive-testimonies {
  padding-top: 40px;
  position: relative; }
  .archive-testimonies .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center; }
  .archive-testimonies .visual {
    -ms-flex: 3;
        flex: 3;
    height: 320px;
    position: relative;
    transform: translate(25%);
    opacity: 0;
    transition: all .5s ease; }
    .archive-testimonies .visual img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; }
  .archive-testimonies blockquote {
    opacity: 0;
    -ms-flex: 7;
        flex: 7;
    border-left: 0;
    margin: 0 10%;
    transform: translate(-25%);
    transition: all .5s ease; }
  .archive-testimonies cite {
    background: none;
    color: #cd151d; }
  .archive-testimonies li:nth-child(odd) .visual {
    transform: translate(-25%); }
  .archive-testimonies li:nth-child(odd) blockquote {
    transform: translate(25%); }
  .archive-testimonies li:nth-child(odd) .wrapper {
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap; }
  .archive-testimonies li.slick-current .visual,
  .archive-testimonies li.slick-current blockquote {
    transform: translate(0);
    opacity: 1; }

#hp-testimonies {
  position: relative; }
  #hp-testimonies .slick-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 100;
    top: auto;
    left: auto;
    width: 50px;
    height: 50px;
    border: 2px solid #cd151d;
    border-radius: 50%;
    display: inline-block;
    transition: all .5s ease;
    transform: none; }
    #hp-testimonies .slick-arrow:before {
      content: "\F105";
      transition: all .5s ease;
      font-size: 30px;
      font-size: 1.875rem;
      color: #cd151d;
      font-family: "FontAwesome"; }
    #hp-testimonies .slick-arrow.slick-prev {
      right: 80px; }
      #hp-testimonies .slick-arrow.slick-prev:before {
        content: "\F104"; }
    #hp-testimonies .slick-arrow:hover {
      background: #cd151d; }
      #hp-testimonies .slick-arrow:hover:before {
        color: white; }

.timeline {
  position: relative;
  height: 50px;
  margin: 50px 25px 0; }
  .timeline li {
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 2px solid white;
    text-align: center;
    background: #cd151d;
    transition: all .5s ease;
    cursor: pointer;
    margin-left: -25px; }
    .timeline li.current {
      background: white;
      color: #cd151d !important;
      z-index: 100; }
  @media screen and (max-width: 1040px) {
    .timeline {
      padding: 50px 0; }
      .timeline li:after {
        content: "";
        width: 2px;
        height: 12px;
        background: white;
        position: absolute;
        left: 50%; }
      .timeline li:nth-child(even) {
        top: 60px; }
        .timeline li:nth-child(even):after {
          top: -12px; }
      .timeline li:nth-child(odd) {
        top: -10px; }
        .timeline li:nth-child(odd):after {
          bottom: -12px; } }
  .timeline:before {
    content: "";
    height: 2px;
    width: 9999em;
    background: white;
    position: absolute;
    top: 50%;
    left: -2000em;
    margin-top: -1px; }

.timeline-wrapper {
  position: relative; }
  .timeline-wrapper h2 {
    margin: 0; }
    .timeline-wrapper h2:after {
      display: none; }
  .timeline-wrapper h4 {
    font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .timeline-wrapper .timeline-nav {
    position: absolute;
    top: 5px;
    right: 0; }
  .timeline-wrapper .timeline-nav__item {
    width: 30px;
    height: 50px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    position: relative;
    transition: all .35s ease;
    cursor: pointer;
    opacity: .8; }
    .timeline-wrapper .timeline-nav__item:before {
      font-size: 30px;
      font-size: 1.875rem;
      font-family: "FontAwesome";
      line-height: 50px;
      text-indent: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .timeline-wrapper .timeline-nav__item:hover {
      opacity: 1; }
    .timeline-wrapper .timeline-nav__item.prev:before {
      content: "\F104"; }
    .timeline-wrapper .timeline-nav__item.next:before {
      content: "\F105"; }

form .hidden-wrap {
  display: none; }

form * {
  outline: 0; }

form.loading {
  position: relative; }
  form.loading:before {
    content: "\F1CE";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
    animation: spin 2s linear infinite;
    transform: rotate(0deg); }

hr {
  margin: 20px 0;
  height: 0;
  border: 0;
  border-bottom: 1px dashed gainsboro;
  background: none; }

form *[disabled],
form *[disabled="disabled"],
form .disabled,
.logged-in .logged-disabled {
  background: #f5f5f5;
  opacity: .75;
  pointer-events: none; }

fieldset.error label,
.error-message {
  color: #cd151d; }

fieldset {
  margin-bottom: 20px; }

label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer; }

input.placeholder, textarea.placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
  font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }

input, textarea {
  width: 100%;
  height: 45px;
  min-height: 45px;
  font-size: 16px;
  font-size: 1rem;
  color: inherit;
  line-height: 45px;
  background: #f5f5f5;
  padding: 0 20px;
  resize: none;
  border: 0; }

textarea {
  min-height: 250px;
  padding: 10px 20px;
  line-height: 1.4;
  display: block;
  margin: 0; }

input[type="radio"], textarea[type="radio"],
input[type="checkbox"],
textarea[type="checkbox"] {
  width: 14px;
  height: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline;
  position: relative;
  margin: 8px 5px 0;
  padding: 0;
  border: 0; }
  input[type="radio"]:before, textarea[type="radio"]:before,
  input[type="checkbox"]:before,
  textarea[type="checkbox"]:before {
    content: "\F096";
    font-size: 16px;
    font-size: 1rem;
    color: #cd151d;
    font-family: "FontAwesome";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    line-height: 20px; }
  input[type="radio"]:checked:before, textarea[type="radio"]:checked:before,
  input[type="checkbox"]:checked:before,
  textarea[type="checkbox"]:checked:before {
    content: "\F046"; }

input[type="radio"], textarea[type="radio"] {
  border: 2px solid #cd151d;
  border-radius: 50%; }
  input[type="radio"]:before, textarea[type="radio"]:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    background: #cd151d;
    border-radius: 50%;
    margin-top: -3px;
    margin-left: -3px; }
  input[type="radio"]:checked:before, textarea[type="radio"]:checked:before {
    content: "";
    opacity: 1; }

input[type="submit"], textarea[type="submit"],
input[type="button"],
textarea[type="button"] {
  background: #cd151d;
  color: white;
  height: 50px;
  float: right;
  font-family: "Roboto-Regular", "Roboto-Light", "Helvetica", "Arial", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px !important;
  clear: both; }
  input[type="submit"]:hover, textarea[type="submit"]:hover,
  input[type="button"]:hover,
  textarea[type="button"]:hover {
    background: white;
    color: #cd151d;
    border: 2px solid #cd151d; }
  .loading input[type="submit"], .loading textarea[type="submit"], .loading input[type="button"], .loading textarea[type="button"] {
    opacity: .5;
    pointer-events: none; }

.nf-error-msg,
.error-msg {
  text-align: center;
  color: #cd151d; }

.nf-field-container.gr-1:not(.clear-left), .nf-field-container.gr-2:not(.clear-left), .nf-field-container.gr-3:not(.clear-left), .nf-field-container.gr-4:not(.clear-left), .nf-field-container.gr-5:not(.clear-left), .nf-field-container.gr-6:not(.clear-left), .nf-field-container.gr-7:not(.clear-left), .nf-field-container.gr-8:not(.clear-left), .nf-field-container.gr-9:not(.clear-left), .nf-field-container.gr-10:not(.clear-left), .nf-field-container.gr-11:not(.clear-left), .nf-field-container.gr-12:not(.clear-left) {
  clear: none !important; }

.nf-field-container.up-one-field {
  margin-top: -102px; }
  @media screen and (max-width: 1040px) {
    .nf-field-container.up-one-field {
      margin-top: 0; } }

.nf-after-form-content {
  clear: both; }

.nf-form-cont .nf-field-label label {
  font-weight: normal; }

.nf-form-cont .nf-form-fields-required {
  display: none; }

.nf-form-cont .ninja-forms-req-symbol {
  color: #cd151d; }

.nf-form-cont .nf-field-container {
  margin-bottom: 20px; }

.nf-form-cont .row.section {
  padding: 40px 0; }

.nf-form-cont .list-radio-wrap ul li,
.nf-form-cont .list-checkbox-wrap ul li {
  clear: both;
  padding-left: 0; }

.nf-form-cont select {
  width: 50px;
  height: 100%; }

.nf-form-cont .ninja-forms-pass2 {
  margin-top: 20px; }

.select2-container {
  width: 100% !important; }
  .select2-container--disabled {
    opacity: .75; }
  .select2-container .select2-selection {
    border-radius: 0;
    border: 0;
    background: #f5f5f5; }
  .select2-container .select2-selection--single {
    height: 45px; }
    .select2-container .select2-selection--single .select2-selection__rendered,
    .select2-container .select2-selection--single .select2-selection__arrow {
      line-height: 45px;
      height: 45px;
      padding-left: 20px; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      width: 40px; }
    .select2-container .select2-selection--single .select2-selection__clear {
      margin-right: 20px;
      position: relative;
      z-index: 500; }
  .select2-container .select2-selection--multiple {
    height: auto;
    min-height: 45px;
    line-height: 24px; }
    .select2-container .select2-selection--multiple .select2-search__field {
      line-height: 24px; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      margin: 0;
      padding: 0; }
      .select2-container .select2-selection--multiple .select2-selection__rendered li:before {
        display: none; }
      .select2-container .select2-selection--multiple .select2-selection__rendered li {
        margin-top: 7px !important;
        margin-left: 5px !important;
        line-height: 30px;
        padding-right: 10px; }
  .select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #cd151d; }

#archive-immo-section {
  position: relative;
  min-height: 100vh; }
  @media screen and (max-width: 1800px) {
    #archive-immo-section {
      padding-left: 300px; } }
  @media screen and (max-width: 1040px) {
    #archive-immo-section {
      padding-left: 250px; } }
  @media screen and (max-width: 900px) {
    #archive-immo-section {
      padding-left: 0; }
      #archive-immo-section .archive-immo {
        transition: all .5s ease; }
      .show-sidebar #archive-immo-section .archive-immo {
        opacity: .8;
        transform: translate(20%); } }

.archive-immo-filters {
  position: absolute;
  top: 0;
  left: 0;
  background: #cd151d;
  width: 300px;
  height: 100%;
  z-index: 500;
  transition: all .5s ease; }
  .archive-immo-filters .mobile-trigger {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
    color: white;
    font-family: "FontAwesome";
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -40px;
    background: #cd151d;
    cursor: pointer;
    opacity: 0;
    visibility: hidden; }
    .archive-immo-filters .mobile-trigger:after {
      content: "\F002"; }
  .archive-immo-filters.fixed {
    position: fixed;
    height: 100vh; }
  .admin-bar .archive-immo-filters {
    padding-top: 32px; }
  .archive-immo-filters .inner {
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1040px) {
    .archive-immo-filters {
      width: 250px;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (max-width: 900px) {
    .archive-immo-filters {
      transform: translate(-100%); }
      .archive-immo-filters .mobile-trigger {
        opacity: 1;
        visibility: visible; }
      .show-sidebar .archive-immo-filters {
        transform: translate(0%); }
        .show-sidebar .archive-immo-filters .mobile-trigger:after {
          content: "\F104"; } }
  .archive-immo-filters input, .archive-immo-filters textarea {
    background: none;
    border: 1px solid #f07177;
    font-size: 16px;
    font-size: 1rem;
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .archive-immo-filters input.placeholder, .archive-immo-filters textarea.placeholder {
      font-size: 16px;
      font-size: 1rem;
      color: #f07177;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .archive-immo-filters input:-moz-placeholder, .archive-immo-filters textarea:-moz-placeholder {
      font-size: 16px;
      font-size: 1rem;
      color: #f07177;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .archive-immo-filters input::-moz-placeholder, .archive-immo-filters textarea::-moz-placeholder {
      font-size: 16px;
      font-size: 1rem;
      color: #f07177;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .archive-immo-filters input:-ms-input-placeholder, .archive-immo-filters textarea:-ms-input-placeholder {
      font-size: 16px;
      font-size: 1rem;
      color: #f07177;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
    .archive-immo-filters input::-webkit-input-placeholder, .archive-immo-filters textarea::-webkit-input-placeholder {
      font-size: 16px;
      font-size: 1rem;
      color: #f07177;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .archive-immo-filters label {
    padding-bottom: 10px;
    display: block;
    color: white; }
  .archive-immo-filters fieldset {
    padding: 20px;
    margin-bottom: 0;
    position: relative; }
  .archive-immo-filters .select2-selection {
    background: none;
    border: 1px solid #f07177; }
  .archive-immo-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .archive-immo-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: white; }
  .archive-immo-filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #f07177; }
  .archive-immo-filters .filters-labels {
    padding: 20px; }
    .archive-immo-filters .filters-labels li {
      display: inline-block;
      padding: 0 30px 0 12px;
      margin: 3px;
      font-size: 14px;
      font-size: 0.875rem;
      color: #cd151d;
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
      line-height: 25px;
      background: white;
      border-radius: 10px;
      transition: all .5s ease;
      position: relative;
      cursor: pointer; }
      .archive-immo-filters .filters-labels li:after {
        content: "\F00D";
        font-family: "FontAwesome";
        margin-left: 10px;
        transition: all .5s ease;
        position: absolute;
        top: 0px;
        right: 8px; }
      .archive-immo-filters .filters-labels li:hover {
        opacity: .8; }
        .archive-immo-filters .filters-labels li:hover:after {
          transform: rotate(90deg); }
      .archive-immo-filters .filters-labels li:active {
        transform: scale(0.95); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.85);
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease; }
  .overlay.shown {
    opacity: 1;
    visibility: visible; }
    .overlay.shown .contact-box {
      opacity: 1;
      transform: translate(0); }

.contact-box {
  width: 750px;
  background: white;
  padding: 40px;
  position: relative;
  opacity: 0;
  transform: translateY(-50%);
  transition: all .5s ease; }
  @media screen and (max-width: 1040px) {
    .contact-box {
      width: 600px; } }
  @media screen and (max-width: 640px) {
    .contact-box {
      width: 300px;
      padding: 20px; } }
  .contact-box.scrollable {
    overflow-y: scroll;
    max-height: 100%; }
  .contact-box p {
    color: #cd151d; }
    .contact-box p a {
      font-family: "Roboto-Bold", "Roboto-Regular", "Helvetica", "Arial", sans-serif; }
  .contact-box h3 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "Roboto-Light", "Roboto-Regular", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1em; }
  .contact-box .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    transition: all .5s ease;
    cursor: pointer; }
    .contact-box .close:before {
      content: "\F00D";
      font-size: 24px;
      font-size: 1.5rem;
      font-family: "FontAwesome";
      line-height: 30px; }
    .contact-box .close:hover {
      color: #cd151d; }

.fieldfileupload-container .nf-field-label,
.fieldfileupload-container .field-wrap {
  width: 100%;
  display: block !important;
  padding: 0; }

.fieldfileupload-container label {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 44px;
  color: #404040;
  text-align: left;
  display: block;
  position: relative;
  background: white;
  margin-top: 32px;
  transition: all .25s ease;
  border: 1px solid #e6e6e6; }
  .fieldfileupload-container label::before {
    content: "\F093";
    font-family: "FontAwesome";
    margin-right: 20px; }
  .fieldfileupload-container label:hover {
    background: #cd151d;
    color: white; }

.fieldfileupload-container .dz-preview .dz-image,
.fieldfileupload-container .dz-preview .dz-success-mark,
.fieldfileupload-container .dz-preview .dz-error-mark {
  display: none; }

.fieldfileupload-container .dz-preview .dz-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 0; }
  .fieldfileupload-container .dz-preview .dz-details .dz-size {
    display: none; }

.fieldfileupload-container .dz-error-message {
  color: red;
  text-indent: 0;
  line-height: 1; }

.fieldfileupload-container .dz-started {
  text-indent: -9999em; }

.fieldfileupload-container .dz-filename {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  text-indent: 20px;
  background: white; }
  .fieldfileupload-container .dz-filename::before {
    content: "\F00C";
    font-family: "FontAwesome";
    color: #cd151d;
    margin-right: 10px; }

table {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin: 1em 0;
  border: 1px solid #cd151d; }
  table.aligncenter {
    margin: 0 auto; }
  table.alignleft {
    float: left;
    margin-right: 10px; }
  table.full-width {
    width: 100% !important;
    height: auto; }
  table.full-height {
    height: 100%;
    width: auto; }
  table td, table th {
    padding: 10px; }
  table th {
    background: #cd151d;
    color: white; }
    table th.left-strong-border {
      border-left: 1px solid #880e13; }
    table th.bg-white {
      color: #404040; }
    table th p {
      margin: .5em 0; }
  table tfoot {
    background: #f5f5f5; }
    table tfoot th {
      background: none;
      color: #404040; }
  table td {
    border: 1px solid #e8e8e8; }
    table td.left-strong-border {
      border-left-color: #767676; }
    table td p {
      margin: 0; }
  table .table-filters td {
    background: #eee;
    padding: 10px;
    height: 30px; }
    table .table-filters td input, table .table-filters td textarea, table .table-filters td select, table .table-filters td .select2-selection--single {
      height: 30px;
      background: white;
      margin: 0; }
    table .table-filters td input, table .table-filters td textarea {
      position: relative;
      top: 1px;
      padding: 0 6px;
      font-size: 12px;
      font-size: 0.75rem;
      float: none; }
      table .table-filters td input.submit, table .table-filters td textarea.submit {
        top: 2px;
        background: #cd151d;
        line-height: 30px;
        display: block;
        margin-top: 0px !important;
        color: white; }
    table .table-filters td .select2-container .select2-selection__rendered,
    table .table-filters td .select2-container .select2-selection__arrow {
      line-height: 30px;
      height: 30px; }
    table .table-filters td .select2-container .select2-selection__rendered {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px;
      font-size: 0.75rem; }
    table .table-filters td .select2-container .select2-selection__arrow {
      width: 20px; }

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