@charset "UTF-8";
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

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

.fa-mailchimp:before {
  content: "\f59e"; }

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

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

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

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

.fa-map-pin:before {
  content: "\f276"; }

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

.fa-markdown:before {
  content: "\f60f"; }

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

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

.fa-mars-double:before {
  content: "\f227"; }

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

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

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

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

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

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

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

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

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dropdown
*******************************/
.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*******************************
            Content
*******************************/
/*--------------
      Menu
---------------*/
.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity; }

.ui.dropdown .menu > * {
  white-space: nowrap; }

/*--------------
  Hidden Input
---------------*/
.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important; }

/*--------------
 Dropdown Icon
---------------*/
.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em; }

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em; }

/*--------------
      Text
---------------*/
.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/*--------------
    Menu Item
---------------*/
.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 1em;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-touch-callout: none; }

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px; }

/*--------------
  Floated Content
---------------*/
.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important; }

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important; }

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em; }

/*--------------
  Menu Divider
---------------*/
.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase; }

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em; }

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem; }

.ui.dropdown .menu > .header + .input {
  margin-top: 0em; }

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em; }

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

/*-----------------
  Item Description
-------------------*/
.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4); }

/*-----------------
       Message
-------------------*/
.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal; }

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4); }

/*--------------
    Sub Menu
---------------*/
.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100% !important;
  right: auto !important;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important; }

/* Hide Arrow */
.ui.dropdown .menu .menu:after {
  display: none; }

/*--------------
   Sub Elements
---------------*/
/* Icons / Flags / Labels / Image */
.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em; }

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em; }

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem; }

/*--------------
     Image
---------------*/
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 2em; }

/*******************************
            Coupling
*******************************/
/*--------------
      Menu
---------------*/
/* Remove Menu Item Divider */
.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none; }

/* Prevent Menu Item Border */
.ui.menu .ui.dropdown .menu .active.item {
  border-left: none; }

/* Automatically float dropdown menu right on last menu item */
.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em; }

/*--------------
      Label
---------------*/
/* Dropdown Menu */
.ui.label.dropdown .menu {
  min-width: 100%; }

/*--------------
     Button
---------------*/
/* No Margin On Icon Button */
.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em; }

.ui.button.dropdown .menu {
  min-width: 100%; }

/*******************************
              Types
*******************************/
/*--------------
    Selection
---------------*/
/* Displays like a select box */
.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: width 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease, -webkit-box-shadow 0.1s ease; }

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10; }

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible; }

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.78571429em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

/* Compact */
.ui.compact.selection.dropdown {
  min-width: 0px; }

/*  Selection Menu */
.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: -webkit-calc(100% +  2px);
  min-width: calc(100% +  2px);
  width: -webkit-calc(100% +  2px);
  width: calc(100% +  2px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none; }

/*--------------
    Message
---------------*/
.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem; }

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem; } }

/* Menu Item */
.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 1em;
  white-space: normal;
  word-wrap: normal; }

/* User Item */
.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none; }

/* Hover */
.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Active */
.ui.selection.active.dropdown {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Focus */
.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  -webkit-box-shadow: none;
          box-shadow: none; }

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Visible */
.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

/* Visible Hover */
.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
          box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15); }

/* Dropdown Icon */
.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3; }

/* Connecting Border */
.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

/* Empty Connecting Border */
.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

/*--------------
   Searchable
---------------*/
/* Search Selection */
.ui.search.dropdown {
  min-width: ''; }

/* Search Dropdown */
.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit; }

/* Text Layering */
.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2; }

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3; }

/* Search Selection */
.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em; }

/* Used to size multi select input to character width */
.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre; }

/* Active/Visible Search */
.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto; }

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none; }

/* Filtered Text */
.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45; }

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important; }

/* Search Menu */
.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem; } }

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem; } }

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem; } }

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem; } }

/*--------------
    Multiple
---------------*/
/* Multiple Selection */
.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em; }

.ui.multiple.dropdown .menu {
  cursor: auto; }

/* Multiple Search Selection */
.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text; }

/* Selection Label */
.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
          box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset; }

/* Dropdown Icon */
.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: ''; }

/* Text */
.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important; }

.ui.multiple.dropdown > .label ~ .text {
  display: none; }

/*-----------------
  Multiple Search
-----------------*/
/* Prompt Text */
.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em; }

.ui.multiple.search.dropdown > .label ~ .text {
  display: none; }

/* Search */
.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em; }

/*--------------
     Inline
---------------*/
.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit; }

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline; }

.ui.inline.dropdown > .text {
  font-weight: bold; }

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem; }

/*******************************
            States
*******************************/
/*--------------------
        Active
----------------------*/
/* Menu Item Active */
.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 12; }

/*--------------------
        Hover
----------------------*/
/* Menu Item Hover */
.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13; }

/*--------------------
       Loading
---------------------*/
.ui.loading.dropdown > i.icon {
  height: 1em !important;
  padding: 1.14285714em 1.07142857em !important; }

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
          box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em; }

/* Coupling */
.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none; }

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--------------------
     Default Text
----------------------*/
.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87); }

.ui.dropdown:not(.button) > input:focus + .default.text,
.ui.default.dropdown:not(.button) > input:focus + .text {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Loading
----------------------*/
.ui.loading.dropdown > .text {
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

/* Used To Check Position */
.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1; }

/*--------------------
    Keyboard Select
----------------------*/
/* Selected Item */
.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95); }

/*--------------------
    Search Filtered
----------------------*/
/* Filtered Item */
.ui.dropdown > .filtered.text {
  visibility: hidden; }

.ui.dropdown .filtered.item {
  display: none !important; }

/*--------------------
        Error
----------------------*/
.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38; }

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4; }

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4; }

.ui.dropdown.error > .menu > .item {
  color: #9F3A38; }

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4; }

/* Item Hover */
.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2; }

/* Item Active */
.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF; }

/*--------------------
        Disabled
----------------------*/
/* Disabled */
.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45; }

/*******************************
           Variations
*******************************/
/*--------------
    Direction
---------------*/
/* Flyout Direction */
.ui.dropdown .menu {
  left: 0px; }

/* Default Side (Right) */
.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important; }

/* Left Flyout Menu */
.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto !important;
  right: 100% !important;
  border-radius: 0.28571429rem !important; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0.78571429rem 0em 0em; }

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em; }

/*--------------
     Upward
---------------*/
/* Upward Main Menu */
.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Upward Sub Menu */
.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important; }

/* Active Upward */
.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important; }

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em; }

/* Selection */
.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

.ui.upward.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05); }

/* Active Upward */
.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Upward */
.ui.upward.selection.dropdown.visible {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important; }

/* Visible Hover Upward */
.ui.upward.active.selection.dropdown:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05); }

.ui.upward.active.selection.dropdown:hover .menu {
  -webkit-box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08); }

/*--------------
     Simple
---------------*/
/*  Selection Menu */
.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto; }

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important; }

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15); }

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none; }

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none; }

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block; }

/* Scrollbar in IE */
@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: -webkit-calc(100% -  17px);
    min-width: calc(100% -  17px); } }

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem; } }

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem; } }

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem; } }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none; }

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important; }

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1; }

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1; }

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden; }

/* Visible */
.ui.simple.visible.dropdown > .menu {
  display: block; }

/*--------------
      Fluid
---------------*/
.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em; }

.ui.fluid.dropdown > .dropdown.icon {
  float: right; }

/*--------------
    Floating
---------------*/
.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important; }

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important; }

/*--------------
     Pointing
---------------*/
.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2; }

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em; }

/* Top Left Pointing */
.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em; }

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Top Right  Pointing */
.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em; }

.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto;
  right: 1em;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

/* Left Pointing */
.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em; }

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em; }

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

/* Bottom Pointing */
.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em; }

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }

/* Reverse Sub-Menu Direction */
.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important; }

/* Bottom Left */
.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto; }

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto; }

/* Bottom Right */
.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto; }

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em; }

/* Upward pointing */
.ui.upward.pointing.dropdown > .menu,
.ui.upward.top.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem; }

.ui.upward.pointing.dropdown > .menu:after,
.ui.upward.top.pointing.dropdown > .menu:after {
  top: 100%;
  bottom: auto;
  -webkit-box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em; }

/* Right Pointing Upward */
.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 1em 0em 0em; }

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/* Left Pointing Upward */
.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu {
  top: auto;
  bottom: 0;
  margin: 0em 0em 0em 1em; }

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom) > .menu:after {
  top: auto;
  bottom: 0;
  margin: 0em 0em 1em 0em;
  -webkit-box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
          box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15); }

/*******************************
         Theme Overrides
*******************************/
/* Dropdown Carets */
@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: normal;
  font-style: normal; }

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center; }

.ui.dropdown > .dropdown.icon {
  width: auto; }

.ui.dropdown > .dropdown.icon:before {
  content: '\f0d7'; }

/* Sub Menu */
.ui.dropdown .menu .item .dropdown.icon:before {
  content: ""; }

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: ""; }

/* Vertical Menu Dropdown */
.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: ""; }

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/
/*******************************
        User Overrides
*******************************/
@font-face {
  font-family: 'Linearicons';
  src: url("../fonts/linearicons/Linearicons.eot");
  src: url("../fonts/linearicons/Linearicons.eot") format("embedded-opentype"), url("../fonts/linearicons/Linearicons.woff") format("woff"), url("../fonts/linearicons/Linearicons.ttf") format("truetype"), url("../fonts/linearicons/Linearicons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lnr {
  font-family: 'Linearicons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e600"; }

.lnr-home2:before {
  content: "\e601"; }

.lnr-home3:before {
  content: "\e602"; }

.lnr-home4:before {
  content: "\e603"; }

.lnr-home5:before {
  content: "\e604"; }

.lnr-home6:before {
  content: "\e605"; }

.lnr-bathtub:before {
  content: "\e606"; }

.lnr-toothbrush:before {
  content: "\e607"; }

.lnr-bed:before {
  content: "\e608"; }

.lnr-couch:before {
  content: "\e609"; }

.lnr-chair:before {
  content: "\e60a"; }

.lnr-city:before {
  content: "\e60b"; }

.lnr-apartment:before {
  content: "\e60c"; }

.lnr-pencil:before {
  content: "\e60d"; }

.lnr-pencil2:before {
  content: "\e60e"; }

.lnr-pen:before {
  content: "\e60f"; }

.lnr-pencil3:before {
  content: "\e610"; }

.lnr-eraser:before {
  content: "\e611"; }

.lnr-pencil4:before {
  content: "\e612"; }

.lnr-pencil5:before {
  content: "\e613"; }

.lnr-feather:before {
  content: "\e614"; }

.lnr-feather2:before {
  content: "\e615"; }

.lnr-feather3:before {
  content: "\e616"; }

.lnr-pen2:before {
  content: "\e617"; }

.lnr-pen-add:before {
  content: "\e618"; }

.lnr-pen-remove:before {
  content: "\e619"; }

.lnr-vector:before {
  content: "\e61a"; }

.lnr-pen3:before {
  content: "\e61b"; }

.lnr-blog:before {
  content: "\e61c"; }

.lnr-brush:before {
  content: "\e61d"; }

.lnr-brush2:before {
  content: "\e61e"; }

.lnr-spray:before {
  content: "\e61f"; }

.lnr-paint-roller:before {
  content: "\e620"; }

.lnr-stamp:before {
  content: "\e621"; }

.lnr-tape:before {
  content: "\e622"; }

.lnr-desk-tape:before {
  content: "\e623"; }

.lnr-texture:before {
  content: "\e624"; }

.lnr-eye-dropper:before {
  content: "\e625"; }

.lnr-palette:before {
  content: "\e626"; }

.lnr-color-sampler:before {
  content: "\e627"; }

.lnr-bucket:before {
  content: "\e628"; }

.lnr-gradient:before {
  content: "\e629"; }

.lnr-gradient2:before {
  content: "\e62a"; }

.lnr-magic-wand:before {
  content: "\e62b"; }

.lnr-magnet:before {
  content: "\e62c"; }

.lnr-pencil-ruler:before {
  content: "\e62d"; }

.lnr-pencil-ruler2:before {
  content: "\e62e"; }

.lnr-compass:before {
  content: "\e62f"; }

.lnr-aim:before {
  content: "\e630"; }

.lnr-gun:before {
  content: "\e631"; }

.lnr-bottle:before {
  content: "\e632"; }

.lnr-drop:before {
  content: "\e633"; }

.lnr-drop-crossed:before {
  content: "\e634"; }

.lnr-drop2:before {
  content: "\e635"; }

.lnr-snow:before {
  content: "\e636"; }

.lnr-snow2:before {
  content: "\e637"; }

.lnr-fire:before {
  content: "\e638"; }

.lnr-lighter:before {
  content: "\e639"; }

.lnr-knife:before {
  content: "\e63a"; }

.lnr-dagger:before {
  content: "\e63b"; }

.lnr-tissue:before {
  content: "\e63c"; }

.lnr-toilet-paper:before {
  content: "\e63d"; }

.lnr-poop:before {
  content: "\e63e"; }

.lnr-umbrella:before {
  content: "\e63f"; }

.lnr-umbrella2:before {
  content: "\e640"; }

.lnr-rain:before {
  content: "\e641"; }

.lnr-tornado:before {
  content: "\e642"; }

.lnr-wind:before {
  content: "\e643"; }

.lnr-fan:before {
  content: "\e644"; }

.lnr-contrast:before {
  content: "\e645"; }

.lnr-sun-small:before {
  content: "\e646"; }

.lnr-sun:before {
  content: "\e647"; }

.lnr-sun2:before {
  content: "\e648"; }

.lnr-moon:before {
  content: "\e649"; }

.lnr-cloud:before {
  content: "\e64a"; }

.lnr-cloud-upload:before {
  content: "\e64b"; }

.lnr-cloud-download:before {
  content: "\e64c"; }

.lnr-cloud-rain:before {
  content: "\e64d"; }

.lnr-cloud-hailstones:before {
  content: "\e64e"; }

.lnr-cloud-snow:before {
  content: "\e64f"; }

.lnr-cloud-windy:before {
  content: "\e650"; }

.lnr-sun-wind:before {
  content: "\e651"; }

.lnr-cloud-fog:before {
  content: "\e652"; }

.lnr-cloud-sun:before {
  content: "\e653"; }

.lnr-cloud-lightning:before {
  content: "\e654"; }

.lnr-cloud-sync:before {
  content: "\e655"; }

.lnr-cloud-lock:before {
  content: "\e656"; }

.lnr-cloud-gear:before {
  content: "\e657"; }

.lnr-cloud-alert:before {
  content: "\e658"; }

.lnr-cloud-check:before {
  content: "\e659"; }

.lnr-cloud-cross:before {
  content: "\e65a"; }

.lnr-cloud-crossed:before {
  content: "\e65b"; }

.lnr-cloud-database:before {
  content: "\e65c"; }

.lnr-database:before {
  content: "\e65d"; }

.lnr-database-add:before {
  content: "\e65e"; }

.lnr-database-remove:before {
  content: "\e65f"; }

.lnr-database-lock:before {
  content: "\e660"; }

.lnr-database-refresh:before {
  content: "\e661"; }

.lnr-database-check:before {
  content: "\e662"; }

.lnr-database-history:before {
  content: "\e663"; }

.lnr-database-upload:before {
  content: "\e664"; }

.lnr-database-download:before {
  content: "\e665"; }

.lnr-server:before {
  content: "\e666"; }

.lnr-shield:before {
  content: "\e667"; }

.lnr-shield-check:before {
  content: "\e668"; }

.lnr-shield-alert:before {
  content: "\e669"; }

.lnr-shield-cross:before {
  content: "\e66a"; }

.lnr-lock:before {
  content: "\e66b"; }

.lnr-rotation-lock:before {
  content: "\e66c"; }

.lnr-unlock:before {
  content: "\e66d"; }

.lnr-key:before {
  content: "\e66e"; }

.lnr-key-hole:before {
  content: "\e66f"; }

.lnr-toggle-off:before {
  content: "\e670"; }

.lnr-toggle-on:before {
  content: "\e671"; }

.lnr-cog:before {
  content: "\e672"; }

.lnr-cog2:before {
  content: "\e673"; }

.lnr-wrench:before {
  content: "\e674"; }

.lnr-screwdriver:before {
  content: "\e675"; }

.lnr-hammer-wrench:before {
  content: "\e676"; }

.lnr-hammer:before {
  content: "\e677"; }

.lnr-saw:before {
  content: "\e678"; }

.lnr-axe:before {
  content: "\e679"; }

.lnr-axe2:before {
  content: "\e67a"; }

.lnr-shovel:before {
  content: "\e67b"; }

.lnr-pickaxe:before {
  content: "\e67c"; }

.lnr-factory:before {
  content: "\e67d"; }

.lnr-factory2:before {
  content: "\e67e"; }

.lnr-recycle:before {
  content: "\e67f"; }

.lnr-trash:before {
  content: "\e680"; }

.lnr-trash2:before {
  content: "\e681"; }

.lnr-trash3:before {
  content: "\e682"; }

.lnr-broom:before {
  content: "\e683"; }

.lnr-game:before {
  content: "\e684"; }

.lnr-gamepad:before {
  content: "\e685"; }

.lnr-joystick:before {
  content: "\e686"; }

.lnr-dice:before {
  content: "\e687"; }

.lnr-spades:before {
  content: "\e688"; }

.lnr-diamonds:before {
  content: "\e689"; }

.lnr-clubs:before {
  content: "\e68a"; }

.lnr-hearts:before {
  content: "\e68b"; }

.lnr-heart:before {
  content: "\e68c"; }

.lnr-star:before {
  content: "\e68d"; }

.lnr-star-half:before {
  content: "\e68e"; }

.lnr-star-empty:before {
  content: "\e68f"; }

.lnr-flag:before {
  content: "\e690"; }

.lnr-flag2:before {
  content: "\e691"; }

.lnr-flag3:before {
  content: "\e692"; }

.lnr-mailbox-full:before {
  content: "\e693"; }

.lnr-mailbox-empty:before {
  content: "\e694"; }

.lnr-at-sign:before {
  content: "\e695"; }

.lnr-envelope:before {
  content: "\e696"; }

.lnr-envelope-open:before {
  content: "\e697"; }

.lnr-paperclip:before {
  content: "\e698"; }

.lnr-paper-plane:before {
  content: "\e699"; }

.lnr-reply:before {
  content: "\e69a"; }

.lnr-reply-all:before {
  content: "\e69b"; }

.lnr-inbox:before {
  content: "\e69c"; }

.lnr-inbox2:before {
  content: "\e69d"; }

.lnr-outbox:before {
  content: "\e69e"; }

.lnr-box:before {
  content: "\e69f"; }

.lnr-archive:before {
  content: "\e6a0"; }

.lnr-archive2:before {
  content: "\e6a1"; }

.lnr-drawers:before {
  content: "\e6a2"; }

.lnr-drawers2:before {
  content: "\e6a3"; }

.lnr-drawers3:before {
  content: "\e6a4"; }

.lnr-eye:before {
  content: "\e6a5"; }

.lnr-eye-crossed:before {
  content: "\e6a6"; }

.lnr-eye-plus:before {
  content: "\e6a7"; }

.lnr-eye-minus:before {
  content: "\e6a8"; }

.lnr-binoculars:before {
  content: "\e6a9"; }

.lnr-binoculars2:before {
  content: "\e6aa"; }

.lnr-hdd:before {
  content: "\e6ab"; }

.lnr-hdd-down:before {
  content: "\e6ac"; }

.lnr-hdd-up:before {
  content: "\e6ad"; }

.lnr-floppy-disk:before {
  content: "\e6ae"; }

.lnr-disc:before {
  content: "\e6af"; }

.lnr-tape2:before {
  content: "\e6b0"; }

.lnr-printer:before {
  content: "\e6b1"; }

.lnr-shredder:before {
  content: "\e6b2"; }

.lnr-file-empty:before {
  content: "\e6b3"; }

.lnr-file-add:before {
  content: "\e6b4"; }

.lnr-file-check:before {
  content: "\e6b5"; }

.lnr-file-lock:before {
  content: "\e6b6"; }

.lnr-files:before {
  content: "\e6b7"; }

.lnr-copy:before {
  content: "\e6b8"; }

.lnr-compare:before {
  content: "\e6b9"; }

.lnr-folder:before {
  content: "\e6ba"; }

.lnr-folder-search:before {
  content: "\e6bb"; }

.lnr-folder-plus:before {
  content: "\e6bc"; }

.lnr-folder-minus:before {
  content: "\e6bd"; }

.lnr-folder-download:before {
  content: "\e6be"; }

.lnr-folder-upload:before {
  content: "\e6bf"; }

.lnr-folder-star:before {
  content: "\e6c0"; }

.lnr-folder-heart:before {
  content: "\e6c1"; }

.lnr-folder-user:before {
  content: "\e6c2"; }

.lnr-folder-shared:before {
  content: "\e6c3"; }

.lnr-folder-music:before {
  content: "\e6c4"; }

.lnr-folder-picture:before {
  content: "\e6c5"; }

.lnr-folder-film:before {
  content: "\e6c6"; }

.lnr-scissors:before {
  content: "\e6c7"; }

.lnr-paste:before {
  content: "\e6c8"; }

.lnr-clipboard-empty:before {
  content: "\e6c9"; }

.lnr-clipboard-pencil:before {
  content: "\e6ca"; }

.lnr-clipboard-text:before {
  content: "\e6cb"; }

.lnr-clipboard-check:before {
  content: "\e6cc"; }

.lnr-clipboard-down:before {
  content: "\e6cd"; }

.lnr-clipboard-left:before {
  content: "\e6ce"; }

.lnr-clipboard-alert:before {
  content: "\e6cf"; }

.lnr-clipboard-user:before {
  content: "\e6d0"; }

.lnr-register:before {
  content: "\e6d1"; }

.lnr-enter:before {
  content: "\e6d2"; }

.lnr-exit:before {
  content: "\e6d3"; }

.lnr-papers:before {
  content: "\e6d4"; }

.lnr-news:before {
  content: "\e6d5"; }

.lnr-reading:before {
  content: "\e6d6"; }

.lnr-typewriter:before {
  content: "\e6d7"; }

.lnr-document:before {
  content: "\e6d8"; }

.lnr-document2:before {
  content: "\e6d9"; }

.lnr-graduation-hat:before {
  content: "\e6da"; }

.lnr-license:before {
  content: "\e6db"; }

.lnr-license2:before {
  content: "\e6dc"; }

.lnr-medal-empty:before {
  content: "\e6dd"; }

.lnr-medal-first:before {
  content: "\e6de"; }

.lnr-medal-second:before {
  content: "\e6df"; }

.lnr-medal-third:before {
  content: "\e6e0"; }

.lnr-podium:before {
  content: "\e6e1"; }

.lnr-trophy:before {
  content: "\e6e2"; }

.lnr-trophy2:before {
  content: "\e6e3"; }

.lnr-music-note:before {
  content: "\e6e4"; }

.lnr-music-note2:before {
  content: "\e6e5"; }

.lnr-music-note3:before {
  content: "\e6e6"; }

.lnr-playlist:before {
  content: "\e6e7"; }

.lnr-playlist-add:before {
  content: "\e6e8"; }

.lnr-guitar:before {
  content: "\e6e9"; }

.lnr-trumpet:before {
  content: "\e6ea"; }

.lnr-album:before {
  content: "\e6eb"; }

.lnr-shuffle:before {
  content: "\e6ec"; }

.lnr-repeat-one:before {
  content: "\e6ed"; }

.lnr-repeat:before {
  content: "\e6ee"; }

.lnr-headphones:before {
  content: "\e6ef"; }

.lnr-headset:before {
  content: "\e6f0"; }

.lnr-loudspeaker:before {
  content: "\e6f1"; }

.lnr-equalizer:before {
  content: "\e6f2"; }

.lnr-theater:before {
  content: "\e6f3"; }

.lnr-3d-glasses:before {
  content: "\e6f4"; }

.lnr-ticket:before {
  content: "\e6f5"; }

.lnr-presentation:before {
  content: "\e6f6"; }

.lnr-play:before {
  content: "\e6f7"; }

.lnr-film-play:before {
  content: "\e6f8"; }

.lnr-clapboard-play:before {
  content: "\e6f9"; }

.lnr-media:before {
  content: "\e6fa"; }

.lnr-film:before {
  content: "\e6fb"; }

.lnr-film2:before {
  content: "\e6fc"; }

.lnr-surveillance:before {
  content: "\e6fd"; }

.lnr-surveillance2:before {
  content: "\e6fe"; }

.lnr-camera:before {
  content: "\e6ff"; }

.lnr-camera-crossed:before {
  content: "\e700"; }

.lnr-camera-play:before {
  content: "\e701"; }

.lnr-time-lapse:before {
  content: "\e702"; }

.lnr-record:before {
  content: "\e703"; }

.lnr-camera2:before {
  content: "\e704"; }

.lnr-camera-flip:before {
  content: "\e705"; }

.lnr-panorama:before {
  content: "\e706"; }

.lnr-time-lapse2:before {
  content: "\e707"; }

.lnr-shutter:before {
  content: "\e708"; }

.lnr-shutter2:before {
  content: "\e709"; }

.lnr-face-detection:before {
  content: "\e70a"; }

.lnr-flare:before {
  content: "\e70b"; }

.lnr-convex:before {
  content: "\e70c"; }

.lnr-concave:before {
  content: "\e70d"; }

.lnr-picture:before {
  content: "\e70e"; }

.lnr-picture2:before {
  content: "\e70f"; }

.lnr-picture3:before {
  content: "\e710"; }

.lnr-pictures:before {
  content: "\e711"; }

.lnr-book:before {
  content: "\e712"; }

.lnr-audio-book:before {
  content: "\e713"; }

.lnr-book2:before {
  content: "\e714"; }

.lnr-bookmark:before {
  content: "\e715"; }

.lnr-bookmark2:before {
  content: "\e716"; }

.lnr-label:before {
  content: "\e717"; }

.lnr-library:before {
  content: "\e718"; }

.lnr-library2:before {
  content: "\e719"; }

.lnr-contacts:before {
  content: "\e71a"; }

.lnr-profile:before {
  content: "\e71b"; }

.lnr-portrait:before {
  content: "\e71c"; }

.lnr-portrait2:before {
  content: "\e71d"; }

.lnr-user:before {
  content: "\e71e"; }

.lnr-user-plus:before {
  content: "\e71f"; }

.lnr-user-minus:before {
  content: "\e720"; }

.lnr-user-lock:before {
  content: "\e721"; }

.lnr-users:before {
  content: "\e722"; }

.lnr-users2:before {
  content: "\e723"; }

.lnr-users-plus:before {
  content: "\e724"; }

.lnr-users-minus:before {
  content: "\e725"; }

.lnr-group-work:before {
  content: "\e726"; }

.lnr-woman:before {
  content: "\e727"; }

.lnr-man:before {
  content: "\e728"; }

.lnr-baby:before {
  content: "\e729"; }

.lnr-baby2:before {
  content: "\e72a"; }

.lnr-baby3:before {
  content: "\e72b"; }

.lnr-baby-bottle:before {
  content: "\e72c"; }

.lnr-walk:before {
  content: "\e72d"; }

.lnr-hand-waving:before {
  content: "\e72e"; }

.lnr-jump:before {
  content: "\e72f"; }

.lnr-run:before {
  content: "\e730"; }

.lnr-woman2:before {
  content: "\e731"; }

.lnr-man2:before {
  content: "\e732"; }

.lnr-man-woman:before {
  content: "\e733"; }

.lnr-height:before {
  content: "\e734"; }

.lnr-weight:before {
  content: "\e735"; }

.lnr-scale:before {
  content: "\e736"; }

.lnr-button:before {
  content: "\e737"; }

.lnr-bow-tie:before {
  content: "\e738"; }

.lnr-tie:before {
  content: "\e739"; }

.lnr-socks:before {
  content: "\e73a"; }

.lnr-shoe:before {
  content: "\e73b"; }

.lnr-shoes:before {
  content: "\e73c"; }

.lnr-hat:before {
  content: "\e73d"; }

.lnr-pants:before {
  content: "\e73e"; }

.lnr-shorts:before {
  content: "\e73f"; }

.lnr-flip-flops:before {
  content: "\e740"; }

.lnr-shirt:before {
  content: "\e741"; }

.lnr-hanger:before {
  content: "\e742"; }

.lnr-laundry:before {
  content: "\e743"; }

.lnr-store:before {
  content: "\e744"; }

.lnr-haircut:before {
  content: "\e745"; }

.lnr-store-24:before {
  content: "\e746"; }

.lnr-barcode:before {
  content: "\e747"; }

.lnr-barcode2:before {
  content: "\e748"; }

.lnr-barcode3:before {
  content: "\e749"; }

.lnr-cashier:before {
  content: "\e74a"; }

.lnr-bag:before {
  content: "\e74b"; }

.lnr-bag2:before {
  content: "\e74c"; }

.lnr-cart:before {
  content: "\e74d"; }

.lnr-cart-empty:before {
  content: "\e74e"; }

.lnr-cart-full:before {
  content: "\e74f"; }

.lnr-cart-plus:before {
  content: "\e750"; }

.lnr-cart-plus2:before {
  content: "\e751"; }

.lnr-cart-add:before {
  content: "\e752"; }

.lnr-cart-remove:before {
  content: "\e753"; }

.lnr-cart-exchange:before {
  content: "\e754"; }

.lnr-tag:before {
  content: "\e755"; }

.lnr-tags:before {
  content: "\e756"; }

.lnr-receipt:before {
  content: "\e757"; }

.lnr-wallet:before {
  content: "\e758"; }

.lnr-credit-card:before {
  content: "\e759"; }

.lnr-cash-dollar:before {
  content: "\e75a"; }

.lnr-cash-euro:before {
  content: "\e75b"; }

.lnr-cash-pound:before {
  content: "\e75c"; }

.lnr-cash-yen:before {
  content: "\e75d"; }

.lnr-bag-dollar:before {
  content: "\e75e"; }

.lnr-bag-euro:before {
  content: "\e75f"; }

.lnr-bag-pound:before {
  content: "\e760"; }

.lnr-bag-yen:before {
  content: "\e761"; }

.lnr-coin-dollar:before {
  content: "\e762"; }

.lnr-coin-euro:before {
  content: "\e763"; }

.lnr-coin-pound:before {
  content: "\e764"; }

.lnr-coin-yen:before {
  content: "\e765"; }

.lnr-calculator:before {
  content: "\e766"; }

.lnr-calculator2:before {
  content: "\e767"; }

.lnr-abacus:before {
  content: "\e768"; }

.lnr-vault:before {
  content: "\e769"; }

.lnr-telephone:before {
  content: "\e76a"; }

.lnr-phone-lock:before {
  content: "\e76b"; }

.lnr-phone-wave:before {
  content: "\e76c"; }

.lnr-phone-pause:before {
  content: "\e76d"; }

.lnr-phone-outgoing:before {
  content: "\e76e"; }

.lnr-phone-incoming:before {
  content: "\e76f"; }

.lnr-phone-in-out:before {
  content: "\e770"; }

.lnr-phone-error:before {
  content: "\e771"; }

.lnr-phone-sip:before {
  content: "\e772"; }

.lnr-phone-plus:before {
  content: "\e773"; }

.lnr-phone-minus:before {
  content: "\e774"; }

.lnr-voicemail:before {
  content: "\e775"; }

.lnr-dial:before {
  content: "\e776"; }

.lnr-telephone2:before {
  content: "\e777"; }

.lnr-pushpin:before {
  content: "\e778"; }

.lnr-pushpin2:before {
  content: "\e779"; }

.lnr-map-marker:before {
  content: "\e77a"; }

.lnr-map-marker-user:before {
  content: "\e77b"; }

.lnr-map-marker-down:before {
  content: "\e77c"; }

.lnr-map-marker-check:before {
  content: "\e77d"; }

.lnr-map-marker-crossed:before {
  content: "\e77e"; }

.lnr-radar:before {
  content: "\e77f"; }

.lnr-compass2:before {
  content: "\e780"; }

.lnr-map:before {
  content: "\e781"; }

.lnr-map2:before {
  content: "\e782"; }

.lnr-location:before {
  content: "\e783"; }

.lnr-road-sign:before {
  content: "\e784"; }

.lnr-calendar-empty:before {
  content: "\e785"; }

.lnr-calendar-check:before {
  content: "\e786"; }

.lnr-calendar-cross:before {
  content: "\e787"; }

.lnr-calendar-31:before {
  content: "\e788"; }

.lnr-calendar-full:before {
  content: "\e789"; }

.lnr-calendar-insert:before {
  content: "\e78a"; }

.lnr-calendar-text:before {
  content: "\e78b"; }

.lnr-calendar-user:before {
  content: "\e78c"; }

.lnr-mouse:before {
  content: "\e78d"; }

.lnr-mouse-left:before {
  content: "\e78e"; }

.lnr-mouse-right:before {
  content: "\e78f"; }

.lnr-mouse-both:before {
  content: "\e790"; }

.lnr-keyboard:before {
  content: "\e791"; }

.lnr-keyboard-up:before {
  content: "\e792"; }

.lnr-keyboard-down:before {
  content: "\e793"; }

.lnr-delete:before {
  content: "\e794"; }

.lnr-spell-check:before {
  content: "\e795"; }

.lnr-escape:before {
  content: "\e796"; }

.lnr-enter2:before {
  content: "\e797"; }

.lnr-screen:before {
  content: "\e798"; }

.lnr-aspect-ratio:before {
  content: "\e799"; }

.lnr-signal:before {
  content: "\e79a"; }

.lnr-signal-lock:before {
  content: "\e79b"; }

.lnr-signal-80:before {
  content: "\e79c"; }

.lnr-signal-60:before {
  content: "\e79d"; }

.lnr-signal-40:before {
  content: "\e79e"; }

.lnr-signal-20:before {
  content: "\e79f"; }

.lnr-signal-0:before {
  content: "\e7a0"; }

.lnr-signal-blocked:before {
  content: "\e7a1"; }

.lnr-sim:before {
  content: "\e7a2"; }

.lnr-flash-memory:before {
  content: "\e7a3"; }

.lnr-usb-drive:before {
  content: "\e7a4"; }

.lnr-phone:before {
  content: "\e7a5"; }

.lnr-smartphone:before {
  content: "\e7a6"; }

.lnr-smartphone-notification:before {
  content: "\e7a7"; }

.lnr-smartphone-vibration:before {
  content: "\e7a8"; }

.lnr-smartphone-embed:before {
  content: "\e7a9"; }

.lnr-smartphone-waves:before {
  content: "\e7aa"; }

.lnr-tablet:before {
  content: "\e7ab"; }

.lnr-tablet2:before {
  content: "\e7ac"; }

.lnr-laptop:before {
  content: "\e7ad"; }

.lnr-laptop-phone:before {
  content: "\e7ae"; }

.lnr-desktop:before {
  content: "\e7af"; }

.lnr-launch:before {
  content: "\e7b0"; }

.lnr-new-tab:before {
  content: "\e7b1"; }

.lnr-window:before {
  content: "\e7b2"; }

.lnr-cable:before {
  content: "\e7b3"; }

.lnr-cable2:before {
  content: "\e7b4"; }

.lnr-tv:before {
  content: "\e7b5"; }

.lnr-radio:before {
  content: "\e7b6"; }

.lnr-remote-control:before {
  content: "\e7b7"; }

.lnr-power-switch:before {
  content: "\e7b8"; }

.lnr-power:before {
  content: "\e7b9"; }

.lnr-power-crossed:before {
  content: "\e7ba"; }

.lnr-flash-auto:before {
  content: "\e7bb"; }

.lnr-lamp:before {
  content: "\e7bc"; }

.lnr-flashlight:before {
  content: "\e7bd"; }

.lnr-lampshade:before {
  content: "\e7be"; }

.lnr-cord:before {
  content: "\e7bf"; }

.lnr-outlet:before {
  content: "\e7c0"; }

.lnr-battery-power:before {
  content: "\e7c1"; }

.lnr-battery-empty:before {
  content: "\e7c2"; }

.lnr-battery-alert:before {
  content: "\e7c3"; }

.lnr-battery-error:before {
  content: "\e7c4"; }

.lnr-battery-low1:before {
  content: "\e7c5"; }

.lnr-battery-low2:before {
  content: "\e7c6"; }

.lnr-battery-low3:before {
  content: "\e7c7"; }

.lnr-battery-mid1:before {
  content: "\e7c8"; }

.lnr-battery-mid2:before {
  content: "\e7c9"; }

.lnr-battery-mid3:before {
  content: "\e7ca"; }

.lnr-battery-full:before {
  content: "\e7cb"; }

.lnr-battery-charging:before {
  content: "\e7cc"; }

.lnr-battery-charging2:before {
  content: "\e7cd"; }

.lnr-battery-charging3:before {
  content: "\e7ce"; }

.lnr-battery-charging4:before {
  content: "\e7cf"; }

.lnr-battery-charging5:before {
  content: "\e7d0"; }

.lnr-battery-charging6:before {
  content: "\e7d1"; }

.lnr-battery-charging7:before {
  content: "\e7d2"; }

.lnr-chip:before {
  content: "\e7d3"; }

.lnr-chip-x64:before {
  content: "\e7d4"; }

.lnr-chip-x86:before {
  content: "\e7d5"; }

.lnr-bubble:before {
  content: "\e7d6"; }

.lnr-bubbles:before {
  content: "\e7d7"; }

.lnr-bubble-dots:before {
  content: "\e7d8"; }

.lnr-bubble-alert:before {
  content: "\e7d9"; }

.lnr-bubble-question:before {
  content: "\e7da"; }

.lnr-bubble-text:before {
  content: "\e7db"; }

.lnr-bubble-pencil:before {
  content: "\e7dc"; }

.lnr-bubble-picture:before {
  content: "\e7dd"; }

.lnr-bubble-video:before {
  content: "\e7de"; }

.lnr-bubble-user:before {
  content: "\e7df"; }

.lnr-bubble-quote:before {
  content: "\e7e0"; }

.lnr-bubble-heart:before {
  content: "\e7e1"; }

.lnr-bubble-emoticon:before {
  content: "\e7e2"; }

.lnr-bubble-attachment:before {
  content: "\e7e3"; }

.lnr-phone-bubble:before {
  content: "\e7e4"; }

.lnr-quote-open:before {
  content: "\e7e5"; }

.lnr-quote-close:before {
  content: "\e7e6"; }

.lnr-dna:before {
  content: "\e7e7"; }

.lnr-heart-pulse:before {
  content: "\e7e8"; }

.lnr-pulse:before {
  content: "\e7e9"; }

.lnr-syringe:before {
  content: "\e7ea"; }

.lnr-pills:before {
  content: "\e7eb"; }

.lnr-first-aid:before {
  content: "\e7ec"; }

.lnr-lifebuoy:before {
  content: "\e7ed"; }

.lnr-bandage:before {
  content: "\e7ee"; }

.lnr-bandages:before {
  content: "\e7ef"; }

.lnr-thermometer:before {
  content: "\e7f0"; }

.lnr-microscope:before {
  content: "\e7f1"; }

.lnr-brain:before {
  content: "\e7f2"; }

.lnr-beaker:before {
  content: "\e7f3"; }

.lnr-skull:before {
  content: "\e7f4"; }

.lnr-bone:before {
  content: "\e7f5"; }

.lnr-construction:before {
  content: "\e7f6"; }

.lnr-construction-cone:before {
  content: "\e7f7"; }

.lnr-pie-chart:before {
  content: "\e7f8"; }

.lnr-pie-chart2:before {
  content: "\e7f9"; }

.lnr-graph:before {
  content: "\e7fa"; }

.lnr-chart-growth:before {
  content: "\e7fb"; }

.lnr-chart-bars:before {
  content: "\e7fc"; }

.lnr-chart-settings:before {
  content: "\e7fd"; }

.lnr-cake:before {
  content: "\e7fe"; }

.lnr-gift:before {
  content: "\e7ff"; }

.lnr-balloon:before {
  content: "\e800"; }

.lnr-rank:before {
  content: "\e801"; }

.lnr-rank2:before {
  content: "\e802"; }

.lnr-rank3:before {
  content: "\e803"; }

.lnr-crown:before {
  content: "\e804"; }

.lnr-lotus:before {
  content: "\e805"; }

.lnr-diamond:before {
  content: "\e806"; }

.lnr-diamond2:before {
  content: "\e807"; }

.lnr-diamond3:before {
  content: "\e808"; }

.lnr-diamond4:before {
  content: "\e809"; }

.lnr-linearicons:before {
  content: "\e80a"; }

.lnr-teacup:before {
  content: "\e80b"; }

.lnr-teapot:before {
  content: "\e80c"; }

.lnr-glass:before {
  content: "\e80d"; }

.lnr-bottle2:before {
  content: "\e80e"; }

.lnr-glass-cocktail:before {
  content: "\e80f"; }

.lnr-glass2:before {
  content: "\e810"; }

.lnr-dinner:before {
  content: "\e811"; }

.lnr-dinner2:before {
  content: "\e812"; }

.lnr-chef:before {
  content: "\e813"; }

.lnr-scale2:before {
  content: "\e814"; }

.lnr-egg:before {
  content: "\e815"; }

.lnr-egg2:before {
  content: "\e816"; }

.lnr-eggs:before {
  content: "\e817"; }

.lnr-platter:before {
  content: "\e818"; }

.lnr-steak:before {
  content: "\e819"; }

.lnr-hamburger:before {
  content: "\e81a"; }

.lnr-hotdog:before {
  content: "\e81b"; }

.lnr-pizza:before {
  content: "\e81c"; }

.lnr-sausage:before {
  content: "\e81d"; }

.lnr-chicken:before {
  content: "\e81e"; }

.lnr-fish:before {
  content: "\e81f"; }

.lnr-carrot:before {
  content: "\e820"; }

.lnr-cheese:before {
  content: "\e821"; }

.lnr-bread:before {
  content: "\e822"; }

.lnr-ice-cream:before {
  content: "\e823"; }

.lnr-ice-cream2:before {
  content: "\e824"; }

.lnr-candy:before {
  content: "\e825"; }

.lnr-lollipop:before {
  content: "\e826"; }

.lnr-coffee-bean:before {
  content: "\e827"; }

.lnr-coffee-cup:before {
  content: "\e828"; }

.lnr-cherry:before {
  content: "\e829"; }

.lnr-grapes:before {
  content: "\e82a"; }

.lnr-citrus:before {
  content: "\e82b"; }

.lnr-apple:before {
  content: "\e82c"; }

.lnr-leaf:before {
  content: "\e82d"; }

.lnr-landscape:before {
  content: "\e82e"; }

.lnr-pine-tree:before {
  content: "\e82f"; }

.lnr-tree:before {
  content: "\e830"; }

.lnr-cactus:before {
  content: "\e831"; }

.lnr-paw:before {
  content: "\e832"; }

.lnr-footprint:before {
  content: "\e833"; }

.lnr-speed-slow:before {
  content: "\e834"; }

.lnr-speed-medium:before {
  content: "\e835"; }

.lnr-speed-fast:before {
  content: "\e836"; }

.lnr-rocket:before {
  content: "\e837"; }

.lnr-hammer2:before {
  content: "\e838"; }

.lnr-balance:before {
  content: "\e839"; }

.lnr-briefcase:before {
  content: "\e83a"; }

.lnr-luggage-weight:before {
  content: "\e83b"; }

.lnr-dolly:before {
  content: "\e83c"; }

.lnr-plane:before {
  content: "\e83d"; }

.lnr-plane-crossed:before {
  content: "\e83e"; }

.lnr-helicopter:before {
  content: "\e83f"; }

.lnr-traffic-lights:before {
  content: "\e840"; }

.lnr-siren:before {
  content: "\e841"; }

.lnr-road:before {
  content: "\e842"; }

.lnr-engine:before {
  content: "\e843"; }

.lnr-oil-pressure:before {
  content: "\e844"; }

.lnr-coolant-temperature:before {
  content: "\e845"; }

.lnr-car-battery:before {
  content: "\e846"; }

.lnr-gas:before {
  content: "\e847"; }

.lnr-gallon:before {
  content: "\e848"; }

.lnr-transmission:before {
  content: "\e849"; }

.lnr-car:before {
  content: "\e84a"; }

.lnr-car-wash:before {
  content: "\e84b"; }

.lnr-car-wash2:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-bus2:before {
  content: "\e84e"; }

.lnr-car2:before {
  content: "\e84f"; }

.lnr-parking:before {
  content: "\e850"; }

.lnr-car-lock:before {
  content: "\e851"; }

.lnr-taxi:before {
  content: "\e852"; }

.lnr-car-siren:before {
  content: "\e853"; }

.lnr-car-wash3:before {
  content: "\e854"; }

.lnr-car-wash4:before {
  content: "\e855"; }

.lnr-ambulance:before {
  content: "\e856"; }

.lnr-truck:before {
  content: "\e857"; }

.lnr-trailer:before {
  content: "\e858"; }

.lnr-scale-truck:before {
  content: "\e859"; }

.lnr-train:before {
  content: "\e85a"; }

.lnr-ship:before {
  content: "\e85b"; }

.lnr-ship2:before {
  content: "\e85c"; }

.lnr-anchor:before {
  content: "\e85d"; }

.lnr-boat:before {
  content: "\e85e"; }

.lnr-bicycle:before {
  content: "\e85f"; }

.lnr-bicycle2:before {
  content: "\e860"; }

.lnr-dumbbell:before {
  content: "\e861"; }

.lnr-bench-press:before {
  content: "\e862"; }

.lnr-swim:before {
  content: "\e863"; }

.lnr-football:before {
  content: "\e864"; }

.lnr-baseball-bat:before {
  content: "\e865"; }

.lnr-baseball:before {
  content: "\e866"; }

.lnr-tennis:before {
  content: "\e867"; }

.lnr-tennis2:before {
  content: "\e868"; }

.lnr-ping-pong:before {
  content: "\e869"; }

.lnr-hockey:before {
  content: "\e86a"; }

.lnr-8ball:before {
  content: "\e86b"; }

.lnr-bowling:before {
  content: "\e86c"; }

.lnr-bowling-pins:before {
  content: "\e86d"; }

.lnr-golf:before {
  content: "\e86e"; }

.lnr-golf2:before {
  content: "\e86f"; }

.lnr-archery:before {
  content: "\e870"; }

.lnr-slingshot:before {
  content: "\e871"; }

.lnr-soccer:before {
  content: "\e872"; }

.lnr-basketball:before {
  content: "\e873"; }

.lnr-cube:before {
  content: "\e874"; }

.lnr-3d-rotate:before {
  content: "\e875"; }

.lnr-puzzle:before {
  content: "\e876"; }

.lnr-glasses:before {
  content: "\e877"; }

.lnr-glasses2:before {
  content: "\e878"; }

.lnr-accessibility:before {
  content: "\e879"; }

.lnr-wheelchair:before {
  content: "\e87a"; }

.lnr-wall:before {
  content: "\e87b"; }

.lnr-fence:before {
  content: "\e87c"; }

.lnr-wall2:before {
  content: "\e87d"; }

.lnr-icons:before {
  content: "\e87e"; }

.lnr-resize-handle:before {
  content: "\e87f"; }

.lnr-icons2:before {
  content: "\e880"; }

.lnr-select:before {
  content: "\e881"; }

.lnr-select2:before {
  content: "\e882"; }

.lnr-site-map:before {
  content: "\e883"; }

.lnr-earth:before {
  content: "\e884"; }

.lnr-earth-lock:before {
  content: "\e885"; }

.lnr-network:before {
  content: "\e886"; }

.lnr-network-lock:before {
  content: "\e887"; }

.lnr-planet:before {
  content: "\e888"; }

.lnr-happy:before {
  content: "\e889"; }

.lnr-smile:before {
  content: "\e88a"; }

.lnr-grin:before {
  content: "\e88b"; }

.lnr-tongue:before {
  content: "\e88c"; }

.lnr-sad:before {
  content: "\e88d"; }

.lnr-wink:before {
  content: "\e88e"; }

.lnr-dream:before {
  content: "\e88f"; }

.lnr-shocked:before {
  content: "\e890"; }

.lnr-shocked2:before {
  content: "\e891"; }

.lnr-tongue2:before {
  content: "\e892"; }

.lnr-neutral:before {
  content: "\e893"; }

.lnr-happy-grin:before {
  content: "\e894"; }

.lnr-cool:before {
  content: "\e895"; }

.lnr-mad:before {
  content: "\e896"; }

.lnr-grin-evil:before {
  content: "\e897"; }

.lnr-evil:before {
  content: "\e898"; }

.lnr-wow:before {
  content: "\e899"; }

.lnr-annoyed:before {
  content: "\e89a"; }

.lnr-wondering:before {
  content: "\e89b"; }

.lnr-confused:before {
  content: "\e89c"; }

.lnr-zipped:before {
  content: "\e89d"; }

.lnr-grumpy:before {
  content: "\e89e"; }

.lnr-mustache:before {
  content: "\e89f"; }

.lnr-tombstone-hipster:before {
  content: "\e8a0"; }

.lnr-tombstone:before {
  content: "\e8a1"; }

.lnr-ghost:before {
  content: "\e8a2"; }

.lnr-ghost-hipster:before {
  content: "\e8a3"; }

.lnr-halloween:before {
  content: "\e8a4"; }

.lnr-christmas:before {
  content: "\e8a5"; }

.lnr-easter-egg:before {
  content: "\e8a6"; }

.lnr-mustache2:before {
  content: "\e8a7"; }

.lnr-mustache-glasses:before {
  content: "\e8a8"; }

.lnr-pipe:before {
  content: "\e8a9"; }

.lnr-alarm:before {
  content: "\e8aa"; }

.lnr-alarm-add:before {
  content: "\e8ab"; }

.lnr-alarm-snooze:before {
  content: "\e8ac"; }

.lnr-alarm-ringing:before {
  content: "\e8ad"; }

.lnr-bullhorn:before {
  content: "\e8ae"; }

.lnr-hearing:before {
  content: "\e8af"; }

.lnr-volume-high:before {
  content: "\e8b0"; }

.lnr-volume-medium:before {
  content: "\e8b1"; }

.lnr-volume-low:before {
  content: "\e8b2"; }

.lnr-volume:before {
  content: "\e8b3"; }

.lnr-mute:before {
  content: "\e8b4"; }

.lnr-lan:before {
  content: "\e8b5"; }

.lnr-lan2:before {
  content: "\e8b6"; }

.lnr-wifi:before {
  content: "\e8b7"; }

.lnr-wifi-lock:before {
  content: "\e8b8"; }

.lnr-wifi-blocked:before {
  content: "\e8b9"; }

.lnr-wifi-mid:before {
  content: "\e8ba"; }

.lnr-wifi-low:before {
  content: "\e8bb"; }

.lnr-wifi-low2:before {
  content: "\e8bc"; }

.lnr-wifi-alert:before {
  content: "\e8bd"; }

.lnr-wifi-alert-mid:before {
  content: "\e8be"; }

.lnr-wifi-alert-low:before {
  content: "\e8bf"; }

.lnr-wifi-alert-low2:before {
  content: "\e8c0"; }

.lnr-stream:before {
  content: "\e8c1"; }

.lnr-stream-check:before {
  content: "\e8c2"; }

.lnr-stream-error:before {
  content: "\e8c3"; }

.lnr-stream-alert:before {
  content: "\e8c4"; }

.lnr-communication:before {
  content: "\e8c5"; }

.lnr-communication-crossed:before {
  content: "\e8c6"; }

.lnr-broadcast:before {
  content: "\e8c7"; }

.lnr-antenna:before {
  content: "\e8c8"; }

.lnr-satellite:before {
  content: "\e8c9"; }

.lnr-satellite2:before {
  content: "\e8ca"; }

.lnr-mic:before {
  content: "\e8cb"; }

.lnr-mic-mute:before {
  content: "\e8cc"; }

.lnr-mic2:before {
  content: "\e8cd"; }

.lnr-spotlights:before {
  content: "\e8ce"; }

.lnr-hourglass:before {
  content: "\e8cf"; }

.lnr-loading:before {
  content: "\e8d0"; }

.lnr-loading2:before {
  content: "\e8d1"; }

.lnr-loading3:before {
  content: "\e8d2"; }

.lnr-refresh:before {
  content: "\e8d3"; }

.lnr-refresh2:before {
  content: "\e8d4"; }

.lnr-undo:before {
  content: "\e8d5"; }

.lnr-redo:before {
  content: "\e8d6"; }

.lnr-jump2:before {
  content: "\e8d7"; }

.lnr-undo2:before {
  content: "\e8d8"; }

.lnr-redo2:before {
  content: "\e8d9"; }

.lnr-sync:before {
  content: "\e8da"; }

.lnr-repeat-one2:before {
  content: "\e8db"; }

.lnr-sync-crossed:before {
  content: "\e8dc"; }

.lnr-sync2:before {
  content: "\e8dd"; }

.lnr-repeat-one3:before {
  content: "\e8de"; }

.lnr-sync-crossed2:before {
  content: "\e8df"; }

.lnr-return:before {
  content: "\e8e0"; }

.lnr-return2:before {
  content: "\e8e1"; }

.lnr-refund:before {
  content: "\e8e2"; }

.lnr-history:before {
  content: "\e8e3"; }

.lnr-history2:before {
  content: "\e8e4"; }

.lnr-self-timer:before {
  content: "\e8e5"; }

.lnr-clock:before {
  content: "\e8e6"; }

.lnr-clock2:before {
  content: "\e8e7"; }

.lnr-clock3:before {
  content: "\e8e8"; }

.lnr-watch:before {
  content: "\e8e9"; }

.lnr-alarm2:before {
  content: "\e8ea"; }

.lnr-alarm-add2:before {
  content: "\e8eb"; }

.lnr-alarm-remove:before {
  content: "\e8ec"; }

.lnr-alarm-check:before {
  content: "\e8ed"; }

.lnr-alarm-error:before {
  content: "\e8ee"; }

.lnr-timer:before {
  content: "\e8ef"; }

.lnr-timer-crossed:before {
  content: "\e8f0"; }

.lnr-timer2:before {
  content: "\e8f1"; }

.lnr-timer-crossed2:before {
  content: "\e8f2"; }

.lnr-download:before {
  content: "\e8f3"; }

.lnr-upload:before {
  content: "\e8f4"; }

.lnr-download2:before {
  content: "\e8f5"; }

.lnr-upload2:before {
  content: "\e8f6"; }

.lnr-enter-up:before {
  content: "\e8f7"; }

.lnr-enter-down:before {
  content: "\e8f8"; }

.lnr-enter-left:before {
  content: "\e8f9"; }

.lnr-enter-right:before {
  content: "\e8fa"; }

.lnr-exit-up:before {
  content: "\e8fb"; }

.lnr-exit-down:before {
  content: "\e8fc"; }

.lnr-exit-left:before {
  content: "\e8fd"; }

.lnr-exit-right:before {
  content: "\e8fe"; }

.lnr-enter-up2:before {
  content: "\e8ff"; }

.lnr-enter-down2:before {
  content: "\e900"; }

.lnr-enter-vertical:before {
  content: "\e901"; }

.lnr-enter-left2:before {
  content: "\e902"; }

.lnr-enter-right2:before {
  content: "\e903"; }

.lnr-enter-horizontal:before {
  content: "\e904"; }

.lnr-exit-up2:before {
  content: "\e905"; }

.lnr-exit-down2:before {
  content: "\e906"; }

.lnr-exit-left2:before {
  content: "\e907"; }

.lnr-exit-right2:before {
  content: "\e908"; }

.lnr-cli:before {
  content: "\e909"; }

.lnr-bug:before {
  content: "\e90a"; }

.lnr-code:before {
  content: "\e90b"; }

.lnr-file-code:before {
  content: "\e90c"; }

.lnr-file-image:before {
  content: "\e90d"; }

.lnr-file-zip:before {
  content: "\e90e"; }

.lnr-file-audio:before {
  content: "\e90f"; }

.lnr-file-video:before {
  content: "\e910"; }

.lnr-file-preview:before {
  content: "\e911"; }

.lnr-file-charts:before {
  content: "\e912"; }

.lnr-file-stats:before {
  content: "\e913"; }

.lnr-file-spreadsheet:before {
  content: "\e914"; }

.lnr-link:before {
  content: "\e915"; }

.lnr-unlink:before {
  content: "\e916"; }

.lnr-link2:before {
  content: "\e917"; }

.lnr-unlink2:before {
  content: "\e918"; }

.lnr-thumbs-up:before {
  content: "\e919"; }

.lnr-thumbs-down:before {
  content: "\e91a"; }

.lnr-thumbs-up2:before {
  content: "\e91b"; }

.lnr-thumbs-down2:before {
  content: "\e91c"; }

.lnr-thumbs-up3:before {
  content: "\e91d"; }

.lnr-thumbs-down3:before {
  content: "\e91e"; }

.lnr-share:before {
  content: "\e91f"; }

.lnr-share2:before {
  content: "\e920"; }

.lnr-share3:before {
  content: "\e921"; }

.lnr-magnifier:before {
  content: "\e922"; }

.lnr-file-search:before {
  content: "\e923"; }

.lnr-find-replace:before {
  content: "\e924"; }

.lnr-zoom-in:before {
  content: "\e925"; }

.lnr-zoom-out:before {
  content: "\e926"; }

.lnr-loupe:before {
  content: "\e927"; }

.lnr-loupe-zoom-in:before {
  content: "\e928"; }

.lnr-loupe-zoom-out:before {
  content: "\e929"; }

.lnr-cross:before {
  content: "\e92a"; }

.lnr-menu:before {
  content: "\e92b"; }

.lnr-list:before {
  content: "\e92c"; }

.lnr-list2:before {
  content: "\e92d"; }

.lnr-list3:before {
  content: "\e92e"; }

.lnr-menu2:before {
  content: "\e92f"; }

.lnr-list4:before {
  content: "\e930"; }

.lnr-menu3:before {
  content: "\e931"; }

.lnr-exclamation:before {
  content: "\e932"; }

.lnr-question:before {
  content: "\e933"; }

.lnr-check:before {
  content: "\e934"; }

.lnr-cross2:before {
  content: "\e935"; }

.lnr-plus:before {
  content: "\e936"; }

.lnr-minus:before {
  content: "\e937"; }

.lnr-percent:before {
  content: "\e938"; }

.lnr-chevron-up:before {
  content: "\e939"; }

.lnr-chevron-down:before {
  content: "\e93a"; }

.lnr-chevron-left:before {
  content: "\e93b"; }

.lnr-chevron-right:before {
  content: "\e93c"; }

.lnr-chevrons-expand-vertical:before {
  content: "\e93d"; }

.lnr-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.lnr-chevrons-contract-vertical:before {
  content: "\e93f"; }

.lnr-chevrons-contract-horizontal:before {
  content: "\e940"; }

.lnr-arrow-up:before {
  content: "\e941"; }

.lnr-arrow-down:before {
  content: "\e942"; }

.lnr-arrow-left:before {
  content: "\e943"; }

.lnr-arrow-right:before {
  content: "\e944"; }

.lnr-arrow-up-right:before {
  content: "\e945"; }

.lnr-arrows-merge:before {
  content: "\e946"; }

.lnr-arrows-split:before {
  content: "\e947"; }

.lnr-arrow-divert:before {
  content: "\e948"; }

.lnr-arrow-return:before {
  content: "\e949"; }

.lnr-expand:before {
  content: "\e94a"; }

.lnr-contract:before {
  content: "\e94b"; }

.lnr-expand2:before {
  content: "\e94c"; }

.lnr-contract2:before {
  content: "\e94d"; }

.lnr-move:before {
  content: "\e94e"; }

.lnr-tab:before {
  content: "\e94f"; }

.lnr-arrow-wave:before {
  content: "\e950"; }

.lnr-expand3:before {
  content: "\e951"; }

.lnr-expand4:before {
  content: "\e952"; }

.lnr-contract3:before {
  content: "\e953"; }

.lnr-notification:before {
  content: "\e954"; }

.lnr-warning:before {
  content: "\e955"; }

.lnr-notification-circle:before {
  content: "\e956"; }

.lnr-question-circle:before {
  content: "\e957"; }

.lnr-menu-circle:before {
  content: "\e958"; }

.lnr-checkmark-circle:before {
  content: "\e959"; }

.lnr-cross-circle:before {
  content: "\e95a"; }

.lnr-plus-circle:before {
  content: "\e95b"; }

.lnr-circle-minus:before {
  content: "\e95c"; }

.lnr-percent-circle:before {
  content: "\e95d"; }

.lnr-arrow-up-circle:before {
  content: "\e95e"; }

.lnr-arrow-down-circle:before {
  content: "\e95f"; }

.lnr-arrow-left-circle:before {
  content: "\e960"; }

.lnr-arrow-right-circle:before {
  content: "\e961"; }

.lnr-chevron-up-circle:before {
  content: "\e962"; }

.lnr-chevron-down-circle:before {
  content: "\e963"; }

.lnr-chevron-left-circle:before {
  content: "\e964"; }

.lnr-chevron-right-circle:before {
  content: "\e965"; }

.lnr-backward-circle:before {
  content: "\e966"; }

.lnr-first-circle:before {
  content: "\e967"; }

.lnr-previous-circle:before {
  content: "\e968"; }

.lnr-stop-circle:before {
  content: "\e969"; }

.lnr-play-circle:before {
  content: "\e96a"; }

.lnr-pause-circle:before {
  content: "\e96b"; }

.lnr-next-circle:before {
  content: "\e96c"; }

.lnr-last-circle:before {
  content: "\e96d"; }

.lnr-forward-circle:before {
  content: "\e96e"; }

.lnr-eject-circle:before {
  content: "\e96f"; }

.lnr-crop:before {
  content: "\e970"; }

.lnr-frame-expand:before {
  content: "\e971"; }

.lnr-frame-contract:before {
  content: "\e972"; }

.lnr-focus:before {
  content: "\e973"; }

.lnr-transform:before {
  content: "\e974"; }

.lnr-grid:before {
  content: "\e975"; }

.lnr-grid-crossed:before {
  content: "\e976"; }

.lnr-layers:before {
  content: "\e977"; }

.lnr-layers-crossed:before {
  content: "\e978"; }

.lnr-toggle:before {
  content: "\e979"; }

.lnr-rulers:before {
  content: "\e97a"; }

.lnr-ruler:before {
  content: "\e97b"; }

.lnr-funnel:before {
  content: "\e97c"; }

.lnr-flip-horizontal:before {
  content: "\e97d"; }

.lnr-flip-vertical:before {
  content: "\e97e"; }

.lnr-flip-horizontal2:before {
  content: "\e97f"; }

.lnr-flip-vertical2:before {
  content: "\e980"; }

.lnr-angle:before {
  content: "\e981"; }

.lnr-angle2:before {
  content: "\e982"; }

.lnr-subtract:before {
  content: "\e983"; }

.lnr-combine:before {
  content: "\e984"; }

.lnr-intersect:before {
  content: "\e985"; }

.lnr-exclude:before {
  content: "\e986"; }

.lnr-align-center-vertical:before {
  content: "\e987"; }

.lnr-align-right:before {
  content: "\e988"; }

.lnr-align-bottom:before {
  content: "\e989"; }

.lnr-align-left:before {
  content: "\e98a"; }

.lnr-align-center-horizontal:before {
  content: "\e98b"; }

.lnr-align-top:before {
  content: "\e98c"; }

.lnr-square:before {
  content: "\e98d"; }

.lnr-plus-square:before {
  content: "\e98e"; }

.lnr-minus-square:before {
  content: "\e98f"; }

.lnr-percent-square:before {
  content: "\e990"; }

.lnr-arrow-up-square:before {
  content: "\e991"; }

.lnr-arrow-down-square:before {
  content: "\e992"; }

.lnr-arrow-left-square:before {
  content: "\e993"; }

.lnr-arrow-right-square:before {
  content: "\e994"; }

.lnr-chevron-up-square:before {
  content: "\e995"; }

.lnr-chevron-down-square:before {
  content: "\e996"; }

.lnr-chevron-left-square:before {
  content: "\e997"; }

.lnr-chevron-right-square:before {
  content: "\e998"; }

.lnr-check-square:before {
  content: "\e999"; }

.lnr-cross-square:before {
  content: "\e99a"; }

.lnr-menu-square:before {
  content: "\e99b"; }

.lnr-prohibited:before {
  content: "\e99c"; }

.lnr-circle:before {
  content: "\e99d"; }

.lnr-radio-button:before {
  content: "\e99e"; }

.lnr-ligature:before {
  content: "\e99f"; }

.lnr-text-format:before {
  content: "\e9a0"; }

.lnr-text-format-remove:before {
  content: "\e9a1"; }

.lnr-text-size:before {
  content: "\e9a2"; }

.lnr-bold:before {
  content: "\e9a3"; }

.lnr-italic:before {
  content: "\e9a4"; }

.lnr-underline:before {
  content: "\e9a5"; }

.lnr-strikethrough:before {
  content: "\e9a6"; }

.lnr-highlight:before {
  content: "\e9a7"; }

.lnr-text-align-left:before {
  content: "\e9a8"; }

.lnr-text-align-center:before {
  content: "\e9a9"; }

.lnr-text-align-right:before {
  content: "\e9aa"; }

.lnr-text-align-justify:before {
  content: "\e9ab"; }

.lnr-line-spacing:before {
  content: "\e9ac"; }

.lnr-indent-increase:before {
  content: "\e9ad"; }

.lnr-indent-decrease:before {
  content: "\e9ae"; }

.lnr-text-wrap:before {
  content: "\e9af"; }

.lnr-pilcrow:before {
  content: "\e9b0"; }

.lnr-direction-ltr:before {
  content: "\e9b1"; }

.lnr-direction-rtl:before {
  content: "\e9b2"; }

.lnr-page-break:before {
  content: "\e9b3"; }

.lnr-page-break2:before {
  content: "\e9b4"; }

.lnr-sort-alpha-asc:before {
  content: "\e9b5"; }

.lnr-sort-alpha-desc:before {
  content: "\e9b6"; }

.lnr-sort-numeric-asc:before {
  content: "\e9b7"; }

.lnr-sort-numeric-desc:before {
  content: "\e9b8"; }

.lnr-sort-amount-asc:before {
  content: "\e9b9"; }

.lnr-sort-amount-desc:before {
  content: "\e9ba"; }

.lnr-sort-time-asc:before {
  content: "\e9bb"; }

.lnr-sort-time-desc:before {
  content: "\e9bc"; }

.lnr-sigma:before {
  content: "\e9bd"; }

.lnr-pencil-line:before {
  content: "\e9be"; }

.lnr-hand:before {
  content: "\e9bf"; }

.lnr-pointer-up:before {
  content: "\e9c0"; }

.lnr-pointer-right:before {
  content: "\e9c1"; }

.lnr-pointer-down:before {
  content: "\e9c2"; }

.lnr-pointer-left:before {
  content: "\e9c3"; }

.lnr-finger-tap:before {
  content: "\e9c4"; }

.lnr-fingers-tap:before {
  content: "\e9c5"; }

.lnr-reminder:before {
  content: "\e9c6"; }

.lnr-fingers-crossed:before {
  content: "\e9c7"; }

.lnr-fingers-victory:before {
  content: "\e9c8"; }

.lnr-gesture-zoom:before {
  content: "\e9c9"; }

.lnr-gesture-pinch:before {
  content: "\e9ca"; }

.lnr-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.lnr-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.lnr-fingers-scroll-left:before {
  content: "\e9cd"; }

.lnr-fingers-scroll-right:before {
  content: "\e9ce"; }

.lnr-hand2:before {
  content: "\e9cf"; }

.lnr-pointer-up2:before {
  content: "\e9d0"; }

.lnr-pointer-right2:before {
  content: "\e9d1"; }

.lnr-pointer-down2:before {
  content: "\e9d2"; }

.lnr-pointer-left2:before {
  content: "\e9d3"; }

.lnr-finger-tap2:before {
  content: "\e9d4"; }

.lnr-fingers-tap2:before {
  content: "\e9d5"; }

.lnr-reminder2:before {
  content: "\e9d6"; }

.lnr-gesture-zoom2:before {
  content: "\e9d7"; }

.lnr-gesture-pinch2:before {
  content: "\e9d8"; }

.lnr-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.lnr-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.lnr-fingers-scroll-left2:before {
  content: "\e9db"; }

.lnr-fingers-scroll-right2:before {
  content: "\e9dc"; }

.lnr-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.lnr-border-style:before {
  content: "\e9de"; }

.lnr-border-all:before {
  content: "\e9df"; }

.lnr-border-outer:before {
  content: "\e9e0"; }

.lnr-border-inner:before {
  content: "\e9e1"; }

.lnr-border-top:before {
  content: "\e9e2"; }

.lnr-border-horizontal:before {
  content: "\e9e3"; }

.lnr-border-bottom:before {
  content: "\e9e4"; }

.lnr-border-left:before {
  content: "\e9e5"; }

.lnr-border-vertical:before {
  content: "\e9e6"; }

.lnr-border-right:before {
  content: "\e9e7"; }

.lnr-border-none:before {
  content: "\e9e8"; }

.lnr-ellipsis:before {
  content: "\e9e9"; }

.lnr-uni21:before {
  content: "\21"; }

.lnr-uni22:before {
  content: "\22"; }

.lnr-uni23:before {
  content: "\23"; }

.lnr-uni24:before {
  content: "\24"; }

.lnr-uni25:before {
  content: "\25"; }

.lnr-uni26:before {
  content: "\26"; }

.lnr-uni27:before {
  content: "\27"; }

.lnr-uni28:before {
  content: "\28"; }

.lnr-uni29:before {
  content: "\29"; }

.lnr-uni2a:before {
  content: "\2a"; }

.lnr-uni2b:before {
  content: "\2b"; }

.lnr-uni2c:before {
  content: "\2c"; }

.lnr-uni2d:before {
  content: "\2d"; }

.lnr-uni2e:before {
  content: "\2e"; }

.lnr-uni2f:before {
  content: "\2f"; }

.lnr-uni30:before {
  content: "\30"; }

.lnr-uni31:before {
  content: "\31"; }

.lnr-uni32:before {
  content: "\32"; }

.lnr-uni33:before {
  content: "\33"; }

.lnr-uni34:before {
  content: "\34"; }

.lnr-uni35:before {
  content: "\35"; }

.lnr-uni36:before {
  content: "\36"; }

.lnr-uni37:before {
  content: "\37"; }

.lnr-uni38:before {
  content: "\38"; }

.lnr-uni39:before {
  content: "\39"; }

.lnr-uni3a:before {
  content: "\3a"; }

.lnr-uni3b:before {
  content: "\3b"; }

.lnr-uni3c:before {
  content: "\3c"; }

.lnr-uni3d:before {
  content: "\3d"; }

.lnr-uni3e:before {
  content: "\3e"; }

.lnr-uni3f:before {
  content: "\3f"; }

.lnr-uni40:before {
  content: "\40"; }

.lnr-uni41:before {
  content: "\41"; }

.lnr-uni42:before {
  content: "\42"; }

.lnr-uni43:before {
  content: "\43"; }

.lnr-uni44:before {
  content: "\44"; }

.lnr-uni45:before {
  content: "\45"; }

.lnr-uni46:before {
  content: "\46"; }

.lnr-uni47:before {
  content: "\47"; }

.lnr-uni48:before {
  content: "\48"; }

.lnr-uni49:before {
  content: "\49"; }

.lnr-uni4a:before {
  content: "\4a"; }

.lnr-uni4b:before {
  content: "\4b"; }

.lnr-uni4c:before {
  content: "\4c"; }

.lnr-uni4d:before {
  content: "\4d"; }

.lnr-uni4e:before {
  content: "\4e"; }

.lnr-uni4f:before {
  content: "\4f"; }

.lnr-uni50:before {
  content: "\50"; }

.lnr-uni51:before {
  content: "\51"; }

.lnr-uni52:before {
  content: "\52"; }

.lnr-uni53:before {
  content: "\53"; }

.lnr-uni54:before {
  content: "\54"; }

.lnr-uni55:before {
  content: "\55"; }

.lnr-uni56:before {
  content: "\56"; }

.lnr-uni57:before {
  content: "\57"; }

.lnr-uni58:before {
  content: "\58"; }

.lnr-uni59:before {
  content: "\59"; }

.lnr-uni5a:before {
  content: "\5a"; }

.lnr-uni5b:before {
  content: "\5b"; }

.lnr-uni5c:before {
  content: "\5c"; }

.lnr-uni5d:before {
  content: "\5d"; }

.lnr-uni5e:before {
  content: "\5e"; }

.lnr-uni5f:before {
  content: "\5f"; }

.lnr-uni60:before {
  content: "\60"; }

.lnr-uni61:before {
  content: "\61"; }

.lnr-uni62:before {
  content: "\62"; }

.lnr-uni63:before {
  content: "\63"; }

.lnr-uni64:before {
  content: "\64"; }

.lnr-uni65:before {
  content: "\65"; }

.lnr-uni66:before {
  content: "\66"; }

.lnr-uni67:before {
  content: "\67"; }

.lnr-uni68:before {
  content: "\68"; }

.lnr-uni69:before {
  content: "\69"; }

.lnr-uni6a:before {
  content: "\6a"; }

.lnr-uni6b:before {
  content: "\6b"; }

.lnr-uni6c:before {
  content: "\6c"; }

.lnr-uni6d:before {
  content: "\6d"; }

.lnr-uni6e:before {
  content: "\6e"; }

.lnr-uni6f:before {
  content: "\6f"; }

.lnr-uni70:before {
  content: "\70"; }

.lnr-uni71:before {
  content: "\71"; }

.lnr-uni72:before {
  content: "\72"; }

.lnr-uni73:before {
  content: "\73"; }

.lnr-uni74:before {
  content: "\74"; }

.lnr-uni75:before {
  content: "\75"; }

.lnr-uni76:before {
  content: "\76"; }

.lnr-uni77:before {
  content: "\77"; }

.lnr-uni78:before {
  content: "\78"; }

.lnr-uni79:before {
  content: "\79"; }

.lnr-uni7a:before {
  content: "\7a"; }

.lnr-uni7b:before {
  content: "\7b"; }

.lnr-uni7c:before {
  content: "\7c"; }

.lnr-uni7d:before {
  content: "\7d"; }

.lnr-uni7e:before {
  content: "\7e"; }

.lnr-copyright:before {
  content: "\a9"; }

/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
     transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
      transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
      transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
      transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

/* Shake */
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* Tada */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.4.2 - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
           Standard
*******************************/
/*--------------------
        Inputs
---------------------*/
.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87); }

.ui.input > input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------------
      Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.input > input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87); }

.ui.input > input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87); }

.ui.input > input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87); }

/*******************************
            States
*******************************/
/*--------------------
        Disabled
---------------------*/
.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
  opacity: 0.45; }

.ui.disabled.input > input,
.ui.input:not(.disabled) input[disabled] {
  pointer-events: none; }

/*--------------------
        Active
---------------------*/
.ui.input > input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.87);
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------------
       Loading
---------------------*/
.ui.loading.loading.input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1); }

.ui.loading.loading.input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  -webkit-box-shadow: 0px 0px 0px 1px transparent;
  box-shadow: 0px 0px 0px 1px transparent; }

/*--------------------
        Focus
---------------------*/
.ui.input.focus > input,
.ui.input > input:focus {
  border-color: #85B7D9;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none; }

.ui.input.focus > input::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87); }

.ui.input.focus > input::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87); }

.ui.input.focus > input:-ms-input-placeholder,
.ui.input > input:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87); }

/*--------------------
        Error
---------------------*/
.ui.input.error > input {
  background-color: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Error Placeholder */
.ui.input.error > input::-webkit-input-placeholder {
  color: #e7bdbc; }

.ui.input.error > input::-moz-placeholder {
  color: #e7bdbc; }

.ui.input.error > input:-ms-input-placeholder {
  color: #e7bdbc !important; }

/* Focused Error Placeholder */
.ui.input.error > input:focus::-webkit-input-placeholder {
  color: #da9796; }

.ui.input.error > input:focus::-moz-placeholder {
  color: #da9796; }

.ui.input.error > input:focus:-ms-input-placeholder {
  color: #da9796 !important; }

/*******************************
           Variations
*******************************/
/*--------------------
      Transparent
---------------------*/
.ui.transparent.input > input {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0em !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px !important; }

/* Transparent Icon */
.ui.transparent.icon.input > i.icon {
  width: 1.1em; }

.ui.transparent.icon.input > input {
  padding-left: 0em !important;
  padding-right: 2em !important; }

.ui.transparent[class*="left icon"].input > input {
  padding-left: 2em !important;
  padding-right: 0em !important; }

/* Transparent Inverted */
.ui.transparent.inverted.input {
  color: #FFFFFF; }

.ui.transparent.inverted.input > input {
  color: inherit; }

.ui.transparent.inverted.input > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.ui.transparent.inverted.input > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.ui.transparent.inverted.input > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

/*--------------------
         Icon
---------------------*/
.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  right: 0px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.ui.icon.input > i.icon:not(.link) {
  pointer-events: none; }

.ui.icon.input > input {
  padding-right: 2.67142857em !important; }

.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em; }

.ui.icon.input > i.link.icon {
  cursor: pointer; }

.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em; }

/* Left Icon Input */
.ui[class*="left icon"].input > i.icon {
  right: auto;
  left: 1px;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem; }

.ui[class*="left icon"].input > i.circular.icon {
  right: auto;
  left: 0.5em; }

.ui[class*="left icon"].input > input {
  padding-left: 2.67142857em !important;
  padding-right: 1em !important; }

/* Focus */
.ui.icon.input > input:focus ~ i.icon {
  opacity: 1; }

/*--------------------
        Labeled
---------------------*/
/* Adjacent Label */
.ui.labeled.input > .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  font-size: 1em; }

.ui.labeled.input > .label:not(.corner) {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em; }

/* Regular Label on Left */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: transparent; }

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  border-left-color: #85B7D9; }

/* Regular Label on Right */
.ui[class*="right labeled"].input > input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important; }

.ui[class*="right labeled"].input > input + .label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.ui[class*="right labeled"].input > input:focus {
  border-right-color: #85B7D9 !important; }

/* Corner Label */
.ui.labeled.input .corner.label {
  top: 1px;
  right: 1px;
  font-size: 0.64285714em;
  border-radius: 0em 0.28571429rem 0em 0em; }

/* Spacing with corner label */
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
  padding-right: 2.5em !important; }

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  padding-right: 3.25em !important; }

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  margin-right: 1.25em; }

/* Left Labeled */
.ui[class*="left corner labeled"].labeled.input > input {
  padding-left: 2.5em !important; }

.ui[class*="left corner labeled"].icon.input > input {
  padding-left: 3.25em !important; }

.ui[class*="left corner labeled"].icon.input > .icon {
  margin-left: 1.25em; }

/* Corner Label Position  */
.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px; }

.ui.input > .ui.left.corner.label {
  right: auto;
  left: 1px; }

/*--------------------
        Action
---------------------*/
.ui.action.input > .button,
.ui.action.input > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto; }

.ui.action.input > .button,
.ui.action.input > .buttons > .button {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
  margin: 0; }

/* Button on Right */
.ui.action.input:not([class*="left action"]) > input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important; }

.ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
.ui.action.input:not([class*="left action"]) > .button:not(:first-child),
.ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
  border-radius: 0px; }

.ui.action.input:not([class*="left action"]) > .dropdown:last-child,
.ui.action.input:not([class*="left action"]) > .button:last-child,
.ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  border-radius: 0px 0.28571429rem 0.28571429rem 0px; }

/* Input Focus */
.ui.action.input:not([class*="left action"]) > input:focus {
  border-right-color: #85B7D9 !important; }

/* Button on Left */
.ui[class*="left action"].input > input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left-color: transparent !important; }

.ui[class*="left action"].input > .dropdown,
.ui[class*="left action"].input > .button,
.ui[class*="left action"].input > .buttons > .button {
  border-radius: 0px; }

.ui[class*="left action"].input > .dropdown:first-child,
.ui[class*="left action"].input > .button:first-child,
.ui[class*="left action"].input > .buttons:first-child > .button {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem; }

/* Input Focus */
.ui[class*="left action"].input > input:focus {
  border-left-color: #85B7D9 !important; }

/*--------------------
       Inverted
---------------------*/
/* Standard */
.ui.inverted.input > input {
  border: none; }

/*--------------------
        Fluid
---------------------*/
.ui.fluid.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ui.fluid.input > input {
  width: 0px !important; }

/*--------------------
        Size
---------------------*/
.ui.mini.input {
  font-size: 0.78571429em; }

.ui.small.input {
  font-size: 0.92857143em; }

.ui.input {
  font-size: 1em; }

.ui.large.input {
  font-size: 1.14285714em; }

.ui.big.input {
  font-size: 1.28571429em; }

.ui.huge.input {
  font-size: 1.42857143em; }

.ui.massive.input {
  font-size: 1.71428571em; }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Neutra';
  src: url("../fonts/NeutraText-Bold.eot");
  src: url("../fonts/NeutraText-Bold.eot") format("embedded-opentype"), url("../fonts/NeutraText-Bold.woff") format("woff"), url("../fonts/NeutraText-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  overflow-x: hidden;
  color: white;
  line-height: 1;
  font-weight: 300;
  background: #000000; }
  @media screen and (max-height: 699px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline: 0;
  text-decoration: none;
  line-height: 1.5;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

p.begin {
  margin-left: -15vw !important; }
  @media screen and (max-width: 1120px) {
    p.begin {
      margin-left: -20vw !important; } }
  @media screen and (max-width: 768px) {
    p.begin {
      margin: 0 !important; } }

.container .wrapper {
  width: 63em;
  margin: auto; }
  @media screen and (max-width: 1120px) {
    .container .wrapper {
      width: 90%; } }

#wrapper {
  overflow: hidden;
  opacity: 0; }

#views-container {
  min-height: 100vh; }

.page-view {
  opacity: 0;
  min-height: 100vh; }

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.middle {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%; }

.hide {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 36px;
  font-size: 4.66em; }
  h1 p {
    font-size: 0.6em; }

h2 {
  font-size: 30px;
  font-size: 3.933em; }

h3 {
  font-size: 24px;
  font-size: 3.2em; }

h4 {
  font-size: 18px;
  font-size: 2.46em; }

h5 {
  font-size: 12px;
  font-size: 1.733em; }
  @media screen and (max-width: 567px) {
    h5 {
      font-size: 1.5em; } }

h6 {
  font-size: 6px;
  font-size: 1em; }

p {
  margin: 0;
  margin-top: 1em; }
  p:first-of-type {
    margin-top: 0; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

a {
  color: #FFA300;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }
  a:hover {
    color: #FFA300; }

svg {
  width: 100%;
  height: 100%;
  display: block; }

.slideshow-module .swiper-wrapper {
  height: 100% !important; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.grid-items {
  width: 70em;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em; }
  .grid-items.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  @media screen and (max-width: 1380px) {
    .grid-items {
      width: 90%; } }
  .grid-items .grid-box-single {
    float: left;
    margin-bottom: 5%;
    width: 33.333%;
    padding: 0 5%; }
    @media screen and (max-width: 1120px) {
      .grid-items .grid-box-single {
        padding: 0 3.5%; } }
    @media screen and (max-width: 768px) {
      .grid-items .grid-box-single {
        width: 50%;
        padding: 0 5%; } }
    @media screen and (max-width: 567px) {
      .grid-items .grid-box-single {
        width: 100%; } }

.stars-container {
  margin-left: -0.25em; }
  @media screen and (max-width: 768px) {
    .stars-container {
      display: inline-block; } }
  .stars-container .stars-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7.5em; }
    .stars-container .stars-wrapper .single-star {
      width: 1.5em;
      min-width: 1.5em;
      max-width: 1.5em;
      padding: 0 0.25em; }
    .stars-container .stars-wrapper.faded {
      opacity: 0.175; }
      .stars-container .stars-wrapper.faded .single-star svg path {
        fill: white; }
    .stars-container .stars-wrapper.full {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      .stars-container .stars-wrapper.full .single-star svg path {
        fill: #FFA300; }

.flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .flex:not(.single) {
    min-height: -webkit-calc(30px + 2em);
    min-height: calc(30px + 2em); }
  .flex p {
    margin: 0 !important; }

.form-fillable-fields {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.wpcf7 {
  z-index: 2; }
  .wpcf7 .wpcf7-response-output {
    border-width: 1px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    margin-top: 1em;
    margin-bottom: 0; }
    @media screen and (max-width: 567px) {
      .wpcf7 .wpcf7-response-output {
        bottom: -3.5em;
        max-width: 100%; } }

.custom-input-fields, .form-section, .the-estimator {
  padding-bottom: 2em; }
  .custom-input-fields .submit-wrap, .form-section .submit-wrap, .the-estimator .submit-wrap {
    clear: both;
    display: block;
    border-top: 1em solid transparent;
    z-index: 11;
    font-family: 'Linearicons';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2em; }
    .custom-input-fields .submit-wrap .ajax-loader, .form-section .submit-wrap .ajax-loader, .the-estimator .submit-wrap .ajax-loader {
      display: none; }
    .custom-input-fields .submit-wrap .wpcf7-submit, .form-section .submit-wrap .wpcf7-submit, .the-estimator .submit-wrap .wpcf7-submit {
      display: inline-block;
      clear: both;
      background: transparent;
      color: white;
      border: 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 0.75em;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 0.25em;
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
      .custom-input-fields .submit-wrap .wpcf7-submit:hover, .form-section .submit-wrap .wpcf7-submit:hover, .the-estimator .submit-wrap .wpcf7-submit:hover {
        color: #FFA300; }
    .custom-input-fields .submit-wrap input, .form-section .submit-wrap input, .the-estimator .submit-wrap input {
      padding-right: 30px !important;
      margin-right: 0 !important; }
    .custom-input-fields .submit-wrap:before, .form-section .submit-wrap:before, .the-estimator .submit-wrap:before {
      content: "\e699";
      right: 0;
      position: absolute;
      z-index: 1;
      pointer-events: none;
      color: #FFA300; }
  .custom-input-fields span.label, .form-section span.label, .the-estimator span.label {
    text-transform: uppercase; }
  .custom-input-fields input[type="text"], .custom-input-fields input[type="tel"], .custom-input-fields input[type="email"], .custom-input-fields input[type="number"], .custom-input-fields input[type="phone"], .custom-input-fields select, .custom-input-fields input[type="date"], .custom-input-fields textarea, .custom-input-fields span.label, .form-section input[type="text"], .form-section input[type="tel"], .form-section input[type="email"], .form-section input[type="number"], .form-section input[type="phone"], .form-section select, .form-section input[type="date"], .form-section textarea, .form-section span.label, .the-estimator input[type="text"], .the-estimator input[type="tel"], .the-estimator input[type="email"], .the-estimator input[type="number"], .the-estimator input[type="phone"], .the-estimator select, .the-estimator input[type="date"], .the-estimator textarea, .the-estimator span.label {
    background: transparent;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.75em;
    height: 2em;
    width: 100%;
    display: block;
    padding: 0;
    line-height: 1; }
    .custom-input-fields input[type="text"]::-webkit-input-placeholder, .custom-input-fields input[type="tel"]::-webkit-input-placeholder, .custom-input-fields input[type="email"]::-webkit-input-placeholder, .custom-input-fields input[type="number"]::-webkit-input-placeholder, .custom-input-fields input[type="phone"]::-webkit-input-placeholder, .custom-input-fields select::-webkit-input-placeholder, .custom-input-fields input[type="date"]::-webkit-input-placeholder, .custom-input-fields textarea::-webkit-input-placeholder, .custom-input-fields span.label::-webkit-input-placeholder, .form-section input[type="text"]::-webkit-input-placeholder, .form-section input[type="tel"]::-webkit-input-placeholder, .form-section input[type="email"]::-webkit-input-placeholder, .form-section input[type="number"]::-webkit-input-placeholder, .form-section input[type="phone"]::-webkit-input-placeholder, .form-section select::-webkit-input-placeholder, .form-section input[type="date"]::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder, .form-section span.label::-webkit-input-placeholder, .the-estimator input[type="text"]::-webkit-input-placeholder, .the-estimator input[type="tel"]::-webkit-input-placeholder, .the-estimator input[type="email"]::-webkit-input-placeholder, .the-estimator input[type="number"]::-webkit-input-placeholder, .the-estimator input[type="phone"]::-webkit-input-placeholder, .the-estimator select::-webkit-input-placeholder, .the-estimator input[type="date"]::-webkit-input-placeholder, .the-estimator textarea::-webkit-input-placeholder, .the-estimator span.label::-webkit-input-placeholder {
      color: #FFA300 !important;
      opacity: 0.7;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]::-moz-placeholder, .custom-input-fields input[type="tel"]::-moz-placeholder, .custom-input-fields input[type="email"]::-moz-placeholder, .custom-input-fields input[type="number"]::-moz-placeholder, .custom-input-fields input[type="phone"]::-moz-placeholder, .custom-input-fields select::-moz-placeholder, .custom-input-fields input[type="date"]::-moz-placeholder, .custom-input-fields textarea::-moz-placeholder, .custom-input-fields span.label::-moz-placeholder, .form-section input[type="text"]::-moz-placeholder, .form-section input[type="tel"]::-moz-placeholder, .form-section input[type="email"]::-moz-placeholder, .form-section input[type="number"]::-moz-placeholder, .form-section input[type="phone"]::-moz-placeholder, .form-section select::-moz-placeholder, .form-section input[type="date"]::-moz-placeholder, .form-section textarea::-moz-placeholder, .form-section span.label::-moz-placeholder, .the-estimator input[type="text"]::-moz-placeholder, .the-estimator input[type="tel"]::-moz-placeholder, .the-estimator input[type="email"]::-moz-placeholder, .the-estimator input[type="number"]::-moz-placeholder, .the-estimator input[type="phone"]::-moz-placeholder, .the-estimator select::-moz-placeholder, .the-estimator input[type="date"]::-moz-placeholder, .the-estimator textarea::-moz-placeholder, .the-estimator span.label::-moz-placeholder {
      color: #FFA300 !important;
      opacity: 0.7;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]:-ms-input-placeholder, .custom-input-fields input[type="tel"]:-ms-input-placeholder, .custom-input-fields input[type="email"]:-ms-input-placeholder, .custom-input-fields input[type="number"]:-ms-input-placeholder, .custom-input-fields input[type="phone"]:-ms-input-placeholder, .custom-input-fields select:-ms-input-placeholder, .custom-input-fields input[type="date"]:-ms-input-placeholder, .custom-input-fields textarea:-ms-input-placeholder, .custom-input-fields span.label:-ms-input-placeholder, .form-section input[type="text"]:-ms-input-placeholder, .form-section input[type="tel"]:-ms-input-placeholder, .form-section input[type="email"]:-ms-input-placeholder, .form-section input[type="number"]:-ms-input-placeholder, .form-section input[type="phone"]:-ms-input-placeholder, .form-section select:-ms-input-placeholder, .form-section input[type="date"]:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder, .form-section span.label:-ms-input-placeholder, .the-estimator input[type="text"]:-ms-input-placeholder, .the-estimator input[type="tel"]:-ms-input-placeholder, .the-estimator input[type="email"]:-ms-input-placeholder, .the-estimator input[type="number"]:-ms-input-placeholder, .the-estimator input[type="phone"]:-ms-input-placeholder, .the-estimator select:-ms-input-placeholder, .the-estimator input[type="date"]:-ms-input-placeholder, .the-estimator textarea:-ms-input-placeholder, .the-estimator span.label:-ms-input-placeholder {
      color: #FFA300 !important;
      opacity: 0.7;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]::-ms-input-placeholder, .custom-input-fields input[type="tel"]::-ms-input-placeholder, .custom-input-fields input[type="email"]::-ms-input-placeholder, .custom-input-fields input[type="number"]::-ms-input-placeholder, .custom-input-fields input[type="phone"]::-ms-input-placeholder, .custom-input-fields select::-ms-input-placeholder, .custom-input-fields input[type="date"]::-ms-input-placeholder, .custom-input-fields textarea::-ms-input-placeholder, .custom-input-fields span.label::-ms-input-placeholder, .form-section input[type="text"]::-ms-input-placeholder, .form-section input[type="tel"]::-ms-input-placeholder, .form-section input[type="email"]::-ms-input-placeholder, .form-section input[type="number"]::-ms-input-placeholder, .form-section input[type="phone"]::-ms-input-placeholder, .form-section select::-ms-input-placeholder, .form-section input[type="date"]::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder, .form-section span.label::-ms-input-placeholder, .the-estimator input[type="text"]::-ms-input-placeholder, .the-estimator input[type="tel"]::-ms-input-placeholder, .the-estimator input[type="email"]::-ms-input-placeholder, .the-estimator input[type="number"]::-ms-input-placeholder, .the-estimator input[type="phone"]::-ms-input-placeholder, .the-estimator select::-ms-input-placeholder, .the-estimator input[type="date"]::-ms-input-placeholder, .the-estimator textarea::-ms-input-placeholder, .the-estimator span.label::-ms-input-placeholder {
      color: #FFA300 !important;
      opacity: 0.7;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]::placeholder, .custom-input-fields input[type="tel"]::placeholder, .custom-input-fields input[type="email"]::placeholder, .custom-input-fields input[type="number"]::placeholder, .custom-input-fields input[type="phone"]::placeholder, .custom-input-fields select::placeholder, .custom-input-fields input[type="date"]::placeholder, .custom-input-fields textarea::placeholder, .custom-input-fields span.label::placeholder, .form-section input[type="text"]::placeholder, .form-section input[type="tel"]::placeholder, .form-section input[type="email"]::placeholder, .form-section input[type="number"]::placeholder, .form-section input[type="phone"]::placeholder, .form-section select::placeholder, .form-section input[type="date"]::placeholder, .form-section textarea::placeholder, .form-section span.label::placeholder, .the-estimator input[type="text"]::placeholder, .the-estimator input[type="tel"]::placeholder, .the-estimator input[type="email"]::placeholder, .the-estimator input[type="number"]::placeholder, .the-estimator input[type="phone"]::placeholder, .the-estimator select::placeholder, .the-estimator input[type="date"]::placeholder, .the-estimator textarea::placeholder, .the-estimator span.label::placeholder {
      color: #FFA300 !important;
      opacity: 0.7;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]:-ms-input-placeholder, .custom-input-fields input[type="tel"]:-ms-input-placeholder, .custom-input-fields input[type="email"]:-ms-input-placeholder, .custom-input-fields input[type="number"]:-ms-input-placeholder, .custom-input-fields input[type="phone"]:-ms-input-placeholder, .custom-input-fields select:-ms-input-placeholder, .custom-input-fields input[type="date"]:-ms-input-placeholder, .custom-input-fields textarea:-ms-input-placeholder, .custom-input-fields span.label:-ms-input-placeholder, .form-section input[type="text"]:-ms-input-placeholder, .form-section input[type="tel"]:-ms-input-placeholder, .form-section input[type="email"]:-ms-input-placeholder, .form-section input[type="number"]:-ms-input-placeholder, .form-section input[type="phone"]:-ms-input-placeholder, .form-section select:-ms-input-placeholder, .form-section input[type="date"]:-ms-input-placeholder, .form-section textarea:-ms-input-placeholder, .form-section span.label:-ms-input-placeholder, .the-estimator input[type="text"]:-ms-input-placeholder, .the-estimator input[type="tel"]:-ms-input-placeholder, .the-estimator input[type="email"]:-ms-input-placeholder, .the-estimator input[type="number"]:-ms-input-placeholder, .the-estimator input[type="phone"]:-ms-input-placeholder, .the-estimator select:-ms-input-placeholder, .the-estimator input[type="date"]:-ms-input-placeholder, .the-estimator textarea:-ms-input-placeholder, .the-estimator span.label:-ms-input-placeholder {
      color: #FFA300 !important;
      text-transform: uppercase;
      font-weight: 600; }
    .custom-input-fields input[type="text"]::-ms-input-placeholder, .custom-input-fields input[type="tel"]::-ms-input-placeholder, .custom-input-fields input[type="email"]::-ms-input-placeholder, .custom-input-fields input[type="number"]::-ms-input-placeholder, .custom-input-fields input[type="phone"]::-ms-input-placeholder, .custom-input-fields select::-ms-input-placeholder, .custom-input-fields input[type="date"]::-ms-input-placeholder, .custom-input-fields textarea::-ms-input-placeholder, .custom-input-fields span.label::-ms-input-placeholder, .form-section input[type="text"]::-ms-input-placeholder, .form-section input[type="tel"]::-ms-input-placeholder, .form-section input[type="email"]::-ms-input-placeholder, .form-section input[type="number"]::-ms-input-placeholder, .form-section input[type="phone"]::-ms-input-placeholder, .form-section select::-ms-input-placeholder, .form-section input[type="date"]::-ms-input-placeholder, .form-section textarea::-ms-input-placeholder, .form-section span.label::-ms-input-placeholder, .the-estimator input[type="text"]::-ms-input-placeholder, .the-estimator input[type="tel"]::-ms-input-placeholder, .the-estimator input[type="email"]::-ms-input-placeholder, .the-estimator input[type="number"]::-ms-input-placeholder, .the-estimator input[type="phone"]::-ms-input-placeholder, .the-estimator select::-ms-input-placeholder, .the-estimator input[type="date"]::-ms-input-placeholder, .the-estimator textarea::-ms-input-placeholder, .the-estimator span.label::-ms-input-placeholder {
      color: #FFA300 !important;
      text-transform: uppercase;
      font-weight: 600; }
  .custom-input-fields .ui.dropdown, .form-section .ui.dropdown, .the-estimator .ui.dropdown {
    width: 100% !important;
    min-width: inherit !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .custom-input-fields .ui.dropdown .lnr-chevron-down, .form-section .ui.dropdown .lnr-chevron-down, .the-estimator .ui.dropdown .lnr-chevron-down {
      float: right;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-left: auto; }
  .custom-input-fields .submit-wrap, .form-section .submit-wrap, .the-estimator .submit-wrap {
    margin-left: auto;
    text-align: left; }
  .custom-input-fields .wpcf7-form-control-wrap, .custom-input-fields span.input, .custom-input-fields span.label, .form-section .wpcf7-form-control-wrap, .form-section span.input, .form-section span.label, .the-estimator .wpcf7-form-control-wrap, .the-estimator span.input, .the-estimator span.label {
    float: left;
    border-bottom: 0.05em solid rgba(255, 163, 0, 0.4) !important;
    width: 45%;
    margin: 2em 0; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap, .custom-input-fields span.input, .custom-input-fields span.label, .form-section .wpcf7-form-control-wrap, .form-section span.input, .form-section span.label, .the-estimator .wpcf7-form-control-wrap, .the-estimator span.input, .the-estimator span.label {
        margin: 1em 0; } }
    .custom-input-fields .wpcf7-form-control-wrap.p-fname, .custom-input-fields .wpcf7-form-control-wrap.y-phone, .custom-input-fields .wpcf7-form-control-wrap.y-email, .custom-input-fields .wpcf7-form-control-wrap.p-lname, .custom-input-fields span.input.p-fname, .custom-input-fields span.input.y-phone, .custom-input-fields span.input.y-email, .custom-input-fields span.input.p-lname, .custom-input-fields span.label.p-fname, .custom-input-fields span.label.y-phone, .custom-input-fields span.label.y-email, .custom-input-fields span.label.p-lname, .form-section .wpcf7-form-control-wrap.p-fname, .form-section .wpcf7-form-control-wrap.y-phone, .form-section .wpcf7-form-control-wrap.y-email, .form-section .wpcf7-form-control-wrap.p-lname, .form-section span.input.p-fname, .form-section span.input.y-phone, .form-section span.input.y-email, .form-section span.input.p-lname, .form-section span.label.p-fname, .form-section span.label.y-phone, .form-section span.label.y-email, .form-section span.label.p-lname, .the-estimator .wpcf7-form-control-wrap.p-fname, .the-estimator .wpcf7-form-control-wrap.y-phone, .the-estimator .wpcf7-form-control-wrap.y-email, .the-estimator .wpcf7-form-control-wrap.p-lname, .the-estimator span.input.p-fname, .the-estimator span.input.y-phone, .the-estimator span.input.y-email, .the-estimator span.input.p-lname, .the-estimator span.label.p-fname, .the-estimator span.label.y-phone, .the-estimator span.label.y-email, .the-estimator span.label.p-lname {
      width: 45%;
      margin-top: 2.5em; }
    .custom-input-fields .wpcf7-form-control-wrap.ch-name, .custom-input-fields span.input.ch-name, .custom-input-fields span.label.ch-name, .form-section .wpcf7-form-control-wrap.ch-name, .form-section span.input.ch-name, .form-section span.label.ch-name, .the-estimator .wpcf7-form-control-wrap.ch-name, .the-estimator span.input.ch-name, .the-estimator span.label.ch-name {
      width: 100%;
      margin-top: 2.5em; }
    .custom-input-fields .wpcf7-form-control-wrap.Whatisyourchildsdateofbirth, .custom-input-fields .wpcf7-form-control-wrap.Whatprogramareyoulookingtoregisterfor, .custom-input-fields .wpcf7-form-control-wrap.Whatistheanticipatedstartdate, .custom-input-fields .wpcf7-form-control-wrap.Areyoulookingforparttimeorfulltimecare, .custom-input-fields span.input.Whatisyourchildsdateofbirth, .custom-input-fields span.input.Whatprogramareyoulookingtoregisterfor, .custom-input-fields span.input.Whatistheanticipatedstartdate, .custom-input-fields span.input.Areyoulookingforparttimeorfulltimecare, .custom-input-fields span.label.Whatisyourchildsdateofbirth, .custom-input-fields span.label.Whatprogramareyoulookingtoregisterfor, .custom-input-fields span.label.Whatistheanticipatedstartdate, .custom-input-fields span.label.Areyoulookingforparttimeorfulltimecare, .form-section .wpcf7-form-control-wrap.Whatisyourchildsdateofbirth, .form-section .wpcf7-form-control-wrap.Whatprogramareyoulookingtoregisterfor, .form-section .wpcf7-form-control-wrap.Whatistheanticipatedstartdate, .form-section .wpcf7-form-control-wrap.Areyoulookingforparttimeorfulltimecare, .form-section span.input.Whatisyourchildsdateofbirth, .form-section span.input.Whatprogramareyoulookingtoregisterfor, .form-section span.input.Whatistheanticipatedstartdate, .form-section span.input.Areyoulookingforparttimeorfulltimecare, .form-section span.label.Whatisyourchildsdateofbirth, .form-section span.label.Whatprogramareyoulookingtoregisterfor, .form-section span.label.Whatistheanticipatedstartdate, .form-section span.label.Areyoulookingforparttimeorfulltimecare, .the-estimator .wpcf7-form-control-wrap.Whatisyourchildsdateofbirth, .the-estimator .wpcf7-form-control-wrap.Whatprogramareyoulookingtoregisterfor, .the-estimator .wpcf7-form-control-wrap.Whatistheanticipatedstartdate, .the-estimator .wpcf7-form-control-wrap.Areyoulookingforparttimeorfulltimecare, .the-estimator span.input.Whatisyourchildsdateofbirth, .the-estimator span.input.Whatprogramareyoulookingtoregisterfor, .the-estimator span.input.Whatistheanticipatedstartdate, .the-estimator span.input.Areyoulookingforparttimeorfulltimecare, .the-estimator span.label.Whatisyourchildsdateofbirth, .the-estimator span.label.Whatprogramareyoulookingtoregisterfor, .the-estimator span.label.Whatistheanticipatedstartdate, .the-estimator span.label.Areyoulookingforparttimeorfulltimecare {
      width: 100%; }
    .custom-input-fields .wpcf7-form-control-wrap .dob, .custom-input-fields span.input .dob, .custom-input-fields span.label .dob, .form-section .wpcf7-form-control-wrap .dob, .form-section span.input .dob, .form-section span.label .dob, .the-estimator .wpcf7-form-control-wrap .dob, .the-estimator span.input .dob, .the-estimator span.label .dob {
      color: rgba(255, 163, 0, 0.8);
      margin-right: 7.5%; }
    .custom-input-fields .wpcf7-form-control-wrap .antdate, .custom-input-fields span.input .antdate, .custom-input-fields span.label .antdate, .form-section .wpcf7-form-control-wrap .antdate, .form-section span.input .antdate, .form-section span.label .antdate, .the-estimator .wpcf7-form-control-wrap .antdate, .the-estimator span.input .antdate, .the-estimator span.label .antdate {
      color: rgba(255, 163, 0, 0.8);
      margin-right: 7.5%; }
    .custom-input-fields .wpcf7-form-control-wrap.your-name, .custom-input-fields span.input.your-name, .custom-input-fields span.label.your-name, .form-section .wpcf7-form-control-wrap.your-name, .form-section span.input.your-name, .form-section span.label.your-name, .the-estimator .wpcf7-form-control-wrap.your-name, .the-estimator span.input.your-name, .the-estimator span.label.your-name {
      width: 28.33%;
      margin-right: 7.5%; }
      @media screen and (max-width: 567px) {
        .custom-input-fields .wpcf7-form-control-wrap.your-name, .custom-input-fields span.input.your-name, .custom-input-fields span.label.your-name, .form-section .wpcf7-form-control-wrap.your-name, .form-section span.input.your-name, .form-section span.label.your-name, .the-estimator .wpcf7-form-control-wrap.your-name, .the-estimator span.input.your-name, .the-estimator span.label.your-name {
          width: 100%;
          margin-right: 0; } }
    .custom-input-fields .wpcf7-form-control-wrap.your-phone, .custom-input-fields span.input.your-phone, .custom-input-fields span.label.your-phone, .form-section .wpcf7-form-control-wrap.your-phone, .form-section span.input.your-phone, .form-section span.label.your-phone, .the-estimator .wpcf7-form-control-wrap.your-phone, .the-estimator span.input.your-phone, .the-estimator span.label.your-phone {
      width: 28.33%;
      margin-right: 7.5%; }
      @media screen and (max-width: 567px) {
        .custom-input-fields .wpcf7-form-control-wrap.your-phone, .custom-input-fields span.input.your-phone, .custom-input-fields span.label.your-phone, .form-section .wpcf7-form-control-wrap.your-phone, .form-section span.input.your-phone, .form-section span.label.your-phone, .the-estimator .wpcf7-form-control-wrap.your-phone, .the-estimator span.input.your-phone, .the-estimator span.label.your-phone {
          width: 100%;
          margin-right: 0;
          margin-top: 2.5em; } }
    .custom-input-fields .wpcf7-form-control-wrap.your-email, .custom-input-fields span.input.your-email, .custom-input-fields span.label.your-email, .form-section .wpcf7-form-control-wrap.your-email, .form-section span.input.your-email, .form-section span.label.your-email, .the-estimator .wpcf7-form-control-wrap.your-email, .the-estimator span.input.your-email, .the-estimator span.label.your-email {
      width: 28.33%; }
      @media screen and (max-width: 567px) {
        .custom-input-fields .wpcf7-form-control-wrap.your-email, .custom-input-fields span.input.your-email, .custom-input-fields span.label.your-email, .form-section .wpcf7-form-control-wrap.your-email, .form-section span.input.your-email, .form-section span.label.your-email, .the-estimator .wpcf7-form-control-wrap.your-email, .the-estimator span.input.your-email, .the-estimator span.label.your-email {
          width: 100%;
          margin-top: 2.5em; } }
    .custom-input-fields .wpcf7-form-control-wrap.your-subject, .custom-input-fields span.input.your-subject, .custom-input-fields span.label.your-subject, .form-section .wpcf7-form-control-wrap.your-subject, .form-section span.input.your-subject, .form-section span.label.your-subject, .the-estimator .wpcf7-form-control-wrap.your-subject, .the-estimator span.input.your-subject, .the-estimator span.label.your-subject {
      width: 50%;
      clear: both;
      margin-top: 4em; }
      @media screen and (max-width: 567px) {
        .custom-input-fields .wpcf7-form-control-wrap.your-subject, .custom-input-fields span.input.your-subject, .custom-input-fields span.label.your-subject, .form-section .wpcf7-form-control-wrap.your-subject, .form-section span.input.your-subject, .form-section span.label.your-subject, .the-estimator .wpcf7-form-control-wrap.your-subject, .the-estimator span.input.your-subject, .the-estimator span.label.your-subject {
          width: 100%;
          margin-top: 2.5em; } }
    .custom-input-fields .wpcf7-form-control-wrap.your-message, .custom-input-fields span.input.your-message, .custom-input-fields span.label.your-message, .form-section .wpcf7-form-control-wrap.your-message, .form-section span.input.your-message, .form-section span.label.your-message, .the-estimator .wpcf7-form-control-wrap.your-message, .the-estimator span.input.your-message, .the-estimator span.label.your-message {
      clear: both;
      width: 100%; }
    .custom-input-fields .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .custom-input-fields span.input .wpcf7-not-valid-tip, .custom-input-fields span.label .wpcf7-not-valid-tip, .form-section .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-section span.input .wpcf7-not-valid-tip, .form-section span.label .wpcf7-not-valid-tip, .the-estimator .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .the-estimator span.input .wpcf7-not-valid-tip, .the-estimator span.label .wpcf7-not-valid-tip {
      position: absolute;
      top: 100%;
      font-size: 0.65em;
      font-weight: 300;
      padding-top: 0.25em; }
    .custom-input-fields .wpcf7-form-control-wrap textarea, .custom-input-fields span.input textarea, .custom-input-fields span.label textarea, .form-section .wpcf7-form-control-wrap textarea, .form-section span.input textarea, .form-section span.label textarea, .the-estimator .wpcf7-form-control-wrap textarea, .the-estimator span.input textarea, .the-estimator span.label textarea {
      height: 5em;
      min-width: 100%;
      max-width: 100%;
      max-height: 10em;
      min-height: 5em; }
    .custom-input-fields .wpcf7-form-control-wrap select, .custom-input-fields span.input select, .custom-input-fields span.label select, .form-section .wpcf7-form-control-wrap select, .form-section span.input select, .form-section span.label select, .the-estimator .wpcf7-form-control-wrap select, .the-estimator span.input select, .the-estimator span.label select {
      cursor: pointer;
      color: #FFA300; }
      .custom-input-fields .wpcf7-form-control-wrap select.active, .custom-input-fields span.input select.active, .custom-input-fields span.label select.active, .form-section .wpcf7-form-control-wrap select.active, .form-section span.input select.active, .form-section span.label select.active, .the-estimator .wpcf7-form-control-wrap select.active, .the-estimator span.input select.active, .the-estimator span.label select.active {
        color: white; }
      .custom-input-fields .wpcf7-form-control-wrap select option, .custom-input-fields span.input select option, .custom-input-fields span.label select option, .form-section .wpcf7-form-control-wrap select option, .form-section span.input select option, .form-section span.label select option, .the-estimator .wpcf7-form-control-wrap select option, .the-estimator span.input select option, .the-estimator span.label select option {
        color: white;
        background: #00263E; }

.page404 {
  font-size: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#wrapper.nogradients .home .top-gradient, #wrapper.nogradients .home .bottom-gradient {
  display: none; }

#wrapper.nogradients .home .sub-section {
  padding-bottom: 0; }
  #wrapper.nogradients .home .sub-section.team {
    padding-top: 0; }

.text-center, .text-center p {
  text-align: center; }

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fdb-icon {
  margin: 0 auto; }

.row {
  text-align: center;
  margin-top: 1rem !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }

@media screen and (max-height: 414px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    left: 0; } }

@media screen and (max-width: 567px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    left: 0; } }

.clock {
  white-space: nowrap;
  height: 10em !important;
  min-height: 130px; }
  @media screen and (max-width: 1120px) {
    .clock {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      text-align: center; } }
  @media screen and (max-width: 567px) {
    .clock {
      -webkit-transform: scale(0.55);
          -ms-transform: scale(0.55);
              transform: scale(0.55); } }

.hurrytimer-cdt--3409 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  .hurrytimer-cdt--3409 .hurrytimer-cdt__time {
    font-size: 100px;
    line-height: 1em; }

.hurrytimer-cdt__dur {
  padding: 5px 0; }

.wpcf7-list-item {
  margin: 0 !important; }

.page-view.contact .contact-container {
  width: 88.5%; }

.square-theme .arrow svg path, .square-theme .icon svg path {
  fill: white !important; }

.square-theme .contact .icon svg path {
  fill: #FFA300 !important; }

.square-theme .bottom-link:hover .arrow {
  background: #00263E !important; }

.square-theme .bottom-link:hover .dimmer {
  opacity: 0.5; }

.square-theme .bottom-link .dimmer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background: #474747; }

.square-theme .go-down-container:hover .line-container {
  background: #00263E !important; }

.square-theme .arrow {
  background: #FFA300 !important;
  padding: 0.7em !important;
  margin: 0 !important;
  display: block;
  margin-right: 1px !important;
  float: left;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1.14em;
  color: white; }
  .square-theme .arrow:hover {
    background: #00263E !important; }
    .square-theme .arrow:hover svg {
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      height: auto;
      width: 100%;
      display: block; }
  .square-theme .arrow.left-arrow svg {
    -webkit-transform: rotateY(180deg) !important;
            transform: rotateY(180deg) !important; }
  .square-theme .arrow.swiper-button-disabled {
    background: #474747 !important;
    opacity: 1; }

@media screen and (min-width: 768px) {
  .square-theme .gm-bundled-control-on-bottom {
    top: 15px !important;
    left: 10px !important; } }

.square-theme .single-header-icon svg path {
  fill: white; }

.square-theme #menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30em;
  min-width: 600px; }
  @media screen and (max-width: 1120px) {
    .square-theme #menu {
      width: 34em;
      min-width: 0; } }
  .square-theme #menu .menu-background-container {
    background: #474747 !important;
    width: 70%;
    margin-left: auto;
    height: -webkit-calc(50% - 102px);
    height: calc(50% - 102px);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    @media screen and (max-width: 1120px) {
      .square-theme #menu .menu-background-container {
        height: -webkit-calc(50% - 49px*1.45);
        height: calc(50% - 49px*1.45); } }
    @media screen and (max-width: 667px) {
      .square-theme #menu .menu-background-container {
        display: none;
        height: 100%; } }
    @media screen and (max-width: 567px) {
      .square-theme #menu .menu-background-container {
        display: none;
        height: 100%; } }
    .square-theme #menu .menu-background-container .menu-background {
      background: #c0ae78 !important; }
  .square-theme #menu .menu-items-line {
    display: none; }
  .square-theme #menu .menu-items-container {
    background: #000000;
    height: -webkit-calc(50% + 102px);
    height: calc(50% + 102px);
    width: 100%;
    margin-top: auto;
    padding-right: 250px;
    position: relative;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right; }
    @media screen and (max-width: 1120px) {
      .square-theme #menu .menu-items-container {
        height: -webkit-calc(50% + 49px*1.45);
        height: calc(50% + 49px*1.45);
        padding-right: 200px; } }
    @media screen and (max-width: 667px) {
      .square-theme #menu .menu-items-container {
        height: 100%;
        padding-right: 150px; } }
    @media screen and (max-width: 567px) {
      .square-theme #menu .menu-items-container {
        padding-right: 30px; } }
    .square-theme #menu .menu-items-container:after {
      content: "";
      width: 1px;
      top: 0;
      background: rgba(255, 255, 255, 0.4);
      height: 100%;
      right: 280px;
      z-index: 0;
      position: absolute; }
      @media screen and (max-width: 1120px) {
        .square-theme #menu .menu-items-container:after {
          right: 230px; } }
      @media screen and (max-width: 667px) {
        .square-theme #menu .menu-items-container:after {
          right: 210px; } }
      @media screen and (max-width: 567px) {
        .square-theme #menu .menu-items-container:after {
          right: 50px; } }
    .square-theme #menu .menu-items-container .menu-items-wrapper {
      position: relative;
      z-index: 1;
      height: 100%;
      overflow: hidden; }
      .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items {
        padding: 1em 0;
        background: #000000; }
        .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item {
          font-size: 1em;
          text-align: right; }
          .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item:hover .menu-item-link {
            color: #FFA300; }
          .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
            padding: 0.7em;
            display: inline-block; }
            .square-theme #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:before {
              content: none; }

.square-theme #side-bar {
  width: 70px;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 1111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .square-theme #side-bar:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1111;
    background: rgba(166, 166, 166, 0.6); }
  @media screen and (max-width: 1120px) {
    .square-theme #side-bar {
      width: 49px; } }
  @media screen and (max-width: 768px) {
    .square-theme #side-bar {
      height: 49px; } }
  @media screen and (max-width: 667px) {
    .square-theme #side-bar:after {
      content: none; }
    .square-theme #side-bar.active .social-container {
      opacity: 1; } }

@media screen and (max-width: 667px) and (max-width: 567px) {
  .square-theme #side-bar.active .single-buttons {
    opacity: 0.5; } }
  .square-theme #side-bar .single-buttons {
    position: fixed;
    top: 2em;
    right: 5em !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1120px) {
      .square-theme #side-bar .single-buttons {
        right: 5em !important;
        padding-right: 1em; } }
    @media screen and (max-width: 768px) {
      .square-theme #side-bar .single-buttons {
        height: 4.5em !important; } }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar .single-buttons {
        top: 0;
        font-size: 0.9em; } }
    @media screen and (min-width: 668px) {
      .square-theme #side-bar .single-buttons {
        right: 55px !important; } }
    @media screen and (min-width: 1121px) {
      .square-theme #side-bar .single-buttons {
        right: 80px !important; } }
    @media screen and (max-width: 567px) {
      .square-theme #side-bar .single-buttons {
        opacity: 0;
        right: 3em !important; } }
  .square-theme #side-bar #user-button, .square-theme #side-bar #buy-tickets {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0;
    padding: 1em !important;
    right: 0 !important;
    top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1120px) {
      .square-theme #side-bar #user-button, .square-theme #side-bar #buy-tickets {
        right: 49px; } }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar #user-button, .square-theme #side-bar #buy-tickets {
        top: 0.2em; } }
    .square-theme #side-bar #user-button .user-button-icon, .square-theme #side-bar #buy-tickets .user-button-icon {
      width: 1.5em; }
  .square-theme #side-bar #phone-button {
    width: auto;
    padding-left: 0; }
    .square-theme #side-bar #phone-button .phone {
      padding-left: 1em;
      color: white;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      border-left: 1px solid white; }
      .square-theme #side-bar #phone-button .phone:hover {
        color: #FFA300; }
  .square-theme #side-bar #header-icons {
    right: 0;
    top: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: inherit; }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar #header-icons {
        top: 0; } }
    .square-theme #side-bar #header-icons .single-header-icon#menu-button {
      right: 0;
      margin: 0;
      padding: 0;
      width: 70px;
      height: 70px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; }
      @media screen and (max-width: 768px) {
        .square-theme #side-bar #header-icons .single-header-icon#menu-button {
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8); } }
      @media screen and (max-width: 567px) {
        .square-theme #side-bar #header-icons .single-header-icon#menu-button {
          -webkit-transform: scale(0.67);
              -ms-transform: scale(0.67);
                  transform: scale(0.67); } }
      @media screen and (max-width: 567px) {
        .square-theme #side-bar #header-icons .single-header-icon#menu-button {
          top: -2px; } }
      .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons {
        -webkit-transform: translateZ(-35px);
                transform: translateZ(-35px);
        -webkit-transform-origin: right center;
            -ms-transform-origin: right center;
                transform-origin: right center;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d; }
        @media screen and (max-width: 768px) {
          .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons {
            -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                    transform-origin: top right;
            top: 0 !important; } }
        .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger {
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            background-color: #FFA300;
            padding: 20%;
            position: absolute;
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                    transform-origin: center; }
            @media screen and (max-width: 768px) {
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side {
                -webkit-transform-origin: top;
                    -ms-transform-origin: top;
                        transform-origin: top; } }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side .line {
              width: 1px;
              height: 100%;
              margin: 0 0.175em;
              background: white;
              -webkit-transition: all ease-out 0.2s;
              -o-transition: all ease-out 0.2s;
              transition: all ease-out 0.2s; }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front {
              background-color: #FFA300;
              -webkit-transform: rotateY(0deg) translateZ(-35px);
                      transform: rotateY(0deg) translateZ(-35px); }
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front .line {
                display: none; }
            .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right {
              -webkit-transform: rotateY(90deg) translateZ(-35px);
                      transform: rotateY(90deg) translateZ(-35px); }
              .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line {
                margin: 0;
                height: 100%;
                width: 3px; }
                .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line:nth-child(1) {
                  -webkit-transform: rotateZ(135deg) scale(0.5);
                      -ms-transform: rotate(135deg) scale(0.5);
                          transform: rotateZ(135deg) scale(0.5);
                  left: 3px; }
                .square-theme #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right .line:nth-child(2) {
                  -webkit-transform: rotateZ(-135deg) scale(0.5);
                      -ms-transform: rotate(-135deg) scale(0.5);
                          transform: rotateZ(-135deg) scale(0.5); }
  .square-theme #side-bar .social-container {
    padding: 10px;
    margin-top: auto;
    z-index: 11111;
    position: relative;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    @media screen and (max-width: 667px) {
      .square-theme #side-bar .social-container {
        opacity: 0; } }
    .square-theme #side-bar .social-container a {
      display: block;
      padding: 17px;
      font-size: 2.6em; }
      @media screen and (max-width: 1120px) {
        .square-theme #side-bar .social-container a {
          padding: 8px; } }
      .square-theme #side-bar .social-container a svg path {
        fill: rgba(149, 149, 149, 0.8); }

.square-theme .testimonials .background, .square-theme .testimonials .left-bar {
  display: none; }

.square-theme .testimonials .person-image-container {
  background: #FFA300 !important;
  -webkit-clip-path: none !important;
          clip-path: none !important; }
  .square-theme .testimonials .person-image-container .person-image {
    min-height: 100%;
    min-width: 100%; }

.square-theme .go-down-container {
  bottom: 0; }
  .square-theme .go-down-container .text {
    font-size: 0.7em !important;
    text-transform: uppercase; }
  .square-theme .go-down-container .line-container {
    background: #FFA300;
    width: 3em;
    height: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin-top: 1em;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .square-theme .go-down-container .line-container:hover {
      background: #00263E; }
    .square-theme .go-down-container .line-container .line {
      background: none;
      padding: 1em 0.5em;
      height: auto;
      margin: 0;
      color: white;
      width: auto;
      display: inline-block;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotateZ(90deg) !important;
          -ms-transform: rotate(90deg) !important;
              transform: rotateZ(90deg) !important; }

.square-theme .regular-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  margin-top: 3vh; }
  .square-theme .regular-link.white .text {
    color: white; }
  .square-theme .regular-link:hover .text {
    color: #FFA300; }
  .square-theme .regular-link:hover .arrow {
    background: #00263E !important;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  .square-theme .regular-link .text {
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 1em;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: #474747; }

.square-theme .top-title {
  display: inline-block;
  text-align: center; }
  .square-theme .top-title a .text.link {
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: white !important; }
  .square-theme .top-title a:hover .back-button svg {
    -webkit-transform: translateX(-20%);
        -ms-transform: translateX(-20%);
            transform: translateX(-20%); }
    .square-theme .top-title a:hover .back-button svg path {
      fill: #FFA300; }
  .square-theme .top-title a:hover .text.link {
    color: #FFA300 !important; }

.square-theme a .arrow-title {
  background: #FFA300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1em !important;
  width: auto;
  padding: 0 1em;
  left: -15%;
  margin-top: 0;
  left: 0; }
  .square-theme a .arrow-title .icon {
    display: none !important; }
  .square-theme a .arrow-title span {
    margin: 0;
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 768px) {
      .square-theme a .arrow-title span {
        font-size: 1.2em; } }
  .square-theme a .arrow-title:after {
    content: none; }
  .square-theme a .arrow-title:before {
    content: "";
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00263E;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-backface-visibility: hidden; }
  .square-theme a .arrow-title:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.square-theme .grid-box-single:hover {
  z-index: 10; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container:hover .arrow {
  background: #00263E !important; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container:hover .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
  opacity: 0; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  padding: 1em;
  bottom: 0 !important;
  top: initial !important;
  text-transform: uppercase; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-wrapper-background {
  background: none; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner {
  bottom: 0; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    background: -o-radial-gradient(center, circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%); }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
  opacity: 1; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
    color: white;
    padding-right: 1.4em; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  top: initial;
  bottom: 0;
  opacity: 1; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
    content: none; }

.square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side {
  position: absolute;
  background: #FFA300;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  height: 200px;
  z-index: 1;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.not-ready {
    height: 10px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.back {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
    height: -webkit-calc(100%);
    height: calc(100%);
    width: -webkit-calc(100%);
    width: calc(100%); }
    .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.back.not-ready {
      -webkit-transform: translateZ(-10px);
              transform: translateZ(-10px); }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left, .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right {
    height: -webkit-calc(100% - 2px);
    height: calc(100% - 2px);
    width: 200px; }
    .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left.not-ready, .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right.not-ready {
      width: 10px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.left {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    left: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.top {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    top: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.right {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    right: 1px; }
  .square-theme .grid-box .grid-box-container-wrapper .grid-box-container .side.bottom {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
    bottom: 1px; }

.square-theme .grid-items .grid-box-single {
  padding: 0 1%; }

.square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 0.5em;
  width: 34%; }
  @media screen and (max-width: 768px) {
    .square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
      width: 50%; } }
  @media screen and (max-width: 567px) {
    .square-theme .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
      width: 90%; } }

.square-theme .page-view.home .main-section .go-down-container {
  color: white !important; }

.square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: white !important;
  left: 10%;
  max-width: 35em; }
  @media screen and (max-width: 1120px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
      width: 55%; } }
  @media screen and (max-width: 768px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
      width: 80% !important; }
      .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .con {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 70%;
            -ms-flex: 1 1 70%;
                flex: 1 1 70%; } }
  @media screen and (max-width: 567px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
      font-size: 1.7em; } }
  .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .line-container {
    position: absolute;
    top: 5px;
    width: 30em;
    left: -31em; }
    .square-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .line-container .line {
      height: 1px;
      background: white; }

.square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container {
  border: none;
  top: 70%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: initial;
  bottom: 38%;
  left: 10%; }
  @media screen and (max-width: 567px) {
    .square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container {
      bottom: 30%; } }
  .square-theme .page-view.home .main-section .slideshow.swiper-container .pagination-container .pagination-wrapper {
    display: none; }

.square-theme .page-view.home .sub-section {
  padding: 0 !important;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .square-theme .page-view.home .sub-section .sub-section-text .title .text {
    color: #696969; }
  .square-theme .page-view.home .sub-section .sub-section-text .excerpt .text {
    color: #474747; }
  .square-theme .page-view.home .sub-section.team, .square-theme .page-view.home .sub-section.approach {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .square-theme .page-view.home .sub-section.team .wrapper, .square-theme .page-view.home .sub-section.approach .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 10% 0; }
      @media screen and (max-width: 567px) {
        .square-theme .page-view.home .sub-section.team .wrapper, .square-theme .page-view.home .sub-section.approach .wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .square-theme .page-view.home .sub-section.team .wrapper .right-container, .square-theme .page-view.home .sub-section.approach .wrapper .right-container {
        padding: 0 !important;
        display: block;
        top: initial !important;
        height: auto !important; }
    .square-theme .page-view.home .sub-section.team .go-down-container .text, .square-theme .page-view.home .sub-section.approach .go-down-container .text {
      color: #474747; }
    .square-theme .page-view.home .sub-section.team .container, .square-theme .page-view.home .sub-section.approach .container {
      width: 100%; }
      .square-theme .page-view.home .sub-section.team .container .background, .square-theme .page-view.home .sub-section.approach .container .background {
        background: #FFA300; }
        @media screen and (max-width: 1120px) {
          .square-theme .page-view.home .sub-section.team .container .background .image, .square-theme .page-view.home .sub-section.approach .container .background .image {
            background-position: 30%; } }
        @media screen and (max-width: 567px) {
          .square-theme .page-view.home .sub-section.team .container .background .image, .square-theme .page-view.home .sub-section.approach .container .background .image {
            background-position: left; } }
    .square-theme .page-view.home .sub-section.team .gradient, .square-theme .page-view.home .sub-section.approach .gradient {
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(60%, white)) !important;
      background: -o-linear-gradient(left, transparent 10%, white 60%) !important;
      background: linear-gradient(left, transparent 10%, white 60%) !important; }
      @media screen and (max-width: 567px) {
        .square-theme .page-view.home .sub-section.team .gradient, .square-theme .page-view.home .sub-section.approach .gradient {
          background: rgba(255, 255, 255, 0.9) !important; } }
  .square-theme .page-view.home .sub-section.projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0; }
    .square-theme .page-view.home .sub-section.projects .sub-section-text .title {
      text-transform: uppercase;
      margin-left: 10%;
      margin-bottom: 2em; }
    .square-theme .page-view.home .sub-section.projects .go-down-container .text {
      color: #474747; }
    .square-theme .page-view.home .sub-section.projects .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .square-theme .page-view.home .sub-section.projects .background:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(255, 255, 255, 0.75); }
      .square-theme .page-view.home .sub-section.projects .background .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
    .square-theme .page-view.home .sub-section.projects .container .wrapper {
      margin-left: 70px;
      margin-right: 70px;
      width: -webkit-calc(100% - 140px);
      width: calc(100% - 140px);
      overflow: hidden;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media screen and (max-width: 1120px) {
        .square-theme .page-view.home .sub-section.projects .container .wrapper {
          margin-left: 49px;
          margin-right: 49px;
          width: -webkit-calc(100% - 49px*2);
          width: calc(100% - 49px*2); } }
      @media screen and (max-width: 667px) {
        .square-theme .page-view.home .sub-section.projects .container .wrapper {
          overflow: initial;
          margin-left: 5%;
          width: -webkit-calc(90%);
          width: calc(90%); } }
      .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
        width: -webkit-calc(100%/3 - 0.5em);
        width: calc(100%/3 - 0.5em); }
        @media screen and (max-width: 768px) {
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: -webkit-calc(100%/2 - 0.5em);
            width: calc(100%/2 - 0.5em); } }
        @media screen and (max-width: 567px) {
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: -webkit-calc(100% - 0.5em);
            width: calc(100% - 0.5em); } }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .dummy {
          padding-top: 60%; }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-inner .grid-box-image .dimmer {
          background: -o-radial-gradient(center, circle, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%);
          background: radial-gradient(circle at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100%); }
        .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
          opacity: 1; }
          .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
            color: white;
            font-size: 1.5em; }
            @media screen and (max-width: 1120px) {
              .square-theme .page-view.home .sub-section.projects .container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
                font-size: 1.2em; } }

.square-theme .page-view.servicedetail .projects {
  background: white;
  padding: 0; }
  .square-theme .page-view.servicedetail .projects .go-down-container {
    top: -100%;
    position: relative;
    display: inline-block; }
  .square-theme .page-view.servicedetail .projects .carousel-container {
    padding: 5% 0;
    background: #474747; }

.square-theme .page-view.servicedetail .next-service .title-container .arrow {
  margin-top: 3em !important;
  left: 44%; }

.square-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
  margin-top: 0; }

.square-theme .careers .bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media screen and (max-width: 768px) {
    .square-theme .careers .bottom-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: auto; } }
  .square-theme .careers .bottom-links .bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    position: relative;
    height: 25em; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .bottom-links .bottom-link {
        height: 15em; } }
    .square-theme .careers .bottom-links .bottom-link .bg {
      z-index: 1;
      height: inherit;
      position: absolute; }
      .square-theme .careers .bottom-links .bottom-link .bg .image {
        width: 100%;
        height: inherit;
        -o-object-fit: cover;
           object-fit: cover; }
        .square-theme .careers .bottom-links .bottom-link .bg .image img {
          -o-object-position: center;
             object-position: center;
          -o-object-fit: none;
             object-fit: none; }
    .square-theme .careers .bottom-links .bottom-link .title-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      z-index: 2;
      height: auto;
      width: 100%;
      text-align: center; }
      .square-theme .careers .bottom-links .bottom-link .title-container .title {
        font-size: x-large;
        font-weight: 500;
        letter-spacing: .5px;
        color: white; }
      .square-theme .careers .bottom-links .bottom-link .title-container .arrow {
        margin-top: 1em !important; }
  .square-theme .careers .bottom-links .link {
    margin-top: 3em; }

.square-theme .careers .sub-section {
  background: #385963;
  height: auto;
  padding: 5em;
  position: relative; }
  .square-theme .careers .sub-section .title {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px; }
  .square-theme .careers .sub-section .excerpt-container {
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .sub-section .excerpt-container {
        font-size: 1em;
        margin: -2em;
        line-height: 1.5; } }
  .square-theme .careers .sub-section .bottom-links .regular-link:hover .text {
    color: white; }
  .square-theme .careers .sub-section .bottom-links .regular-link .text {
    margin-right: 0;
    color: #385963;
    letter-spacing: .5px;
    font-weight: 700;
    text-transform: capitalize; }

.square-theme .careers .custom-background:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 12, 23, 0.35);
  z-index: 1;
  content: ""; }

.square-theme .careers .content-container {
  width: 100%; }
  .square-theme .careers .content-container .left-content {
    width: 50% !important;
    margin-right: 9% !important;
    margin-left: 5.6% !important;
    min-width: auto !important;
    max-width: none !important; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .content-container .left-content {
        width: 85% !important; } }
    .square-theme .careers .content-container .left-content .excerpt-container {
      margin-top: 1.73em; }
    .square-theme .careers .content-container .left-content .bottom-links {
      display: none; }
  .square-theme .careers .content-container .banner-wrapper {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0; }
    .square-theme .careers .content-container .banner-wrapper .go-down-container {
      width: auto; }
      .square-theme .careers .content-container .banner-wrapper .go-down-container .title {
        font-size: 2em; }
        .square-theme .careers .content-container .banner-wrapper .go-down-container .title .text {
          font-weight: 600;
          letter-spacing: 0.05em; }

.square-theme .careers .process-form-wrapper .hiring-process-container {
  z-index: 100 !important; }
  @media screen and (min-width: 768px) {
    .square-theme .careers .process-form-wrapper .hiring-process-container {
      width: 80% !important; } }
  @media screen and (max-width: 1380px) {
    .square-theme .careers .process-form-wrapper .hiring-process-container {
      width: 90% !important; } }
  .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
        display: block; } }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
        height: 24em;
        display: grid;
        width: 26% !important;
        margin: 3.5% !important; } }
    @media screen and (max-width: 1120px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
        width: 40% !important;
        margin: 5% !important; } }
    @media screen and (max-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
        width: 100% !important;
        margin: 2em 0 !important; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown {
      z-index: 0;
      position: fixed;
      height: 90%;
      background: white;
      top: 0;
      left: 0;
      margin-left: -1em; }
      @media screen and (max-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown {
          display: none; } }
      @media screen and (min-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .arrow-num {
          position: fixed;
          height: 100%;
          width: 1px;
          background: white;
          top: 0;
          left: 0;
          margin-left: -1em;
          z-index: 1;
          opacity: .6; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .i {
        bottom: -7px;
        height: initial;
        position: fixed;
        z-index: 1;
        left: -24px;
        opacity: .6; }
        @media screen and (max-width: 768px) {
          .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .i {
            display: none; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container {
        height: auto;
        position: fixed;
        width: 10em;
        bottom: -5em;
        left: -3.8em; }
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container .num-bg {
          height: 8em;
          width: 8em;
          position: relative;
          background: black;
          z-index: 0;
          opacity: .6; }
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container .number {
          font-size: xx-large;
          font-weight: bold;
          position: absolute;
          bottom: 0;
          width: auto;
          padding: 0 0 20px 20px; }
          @media screen and (max-width: 1380px) {
            .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .arrowdown .num-bg-container .number {
              font-size: x-large; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
      padding-top: 0 !important;
      height: 100%;
      width: auto;
      position: relative;
      background: #FFA300; }
      @media screen and (max-width: 768px) {
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
          padding-top: 0 !important; } }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy .dimmer {
        height: inherit;
        width: inherit;
        display: block;
        background: -webkit-gradient(linear, left top, left bottom, from(#385963), to(transparent));
        background: -o-linear-gradient(#385963, transparent);
        background: linear-gradient(#385963, transparent);
        position: relative;
        z-index: 2;
        opacity: .5; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy .image {
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: bottom;
           object-position: bottom;
        height: inherit;
        z-index: 1;
        bottom: 100%; }
        @media screen and (max-width: 768px) {
          .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy .image {
            width: 100%; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
      z-index: 3 !important; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number {
        display: none;
        margin-bottom: 1.5em; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
        font-weight: 600;
        margin-top: 0 !important;
        font-size: xx-large;
        text-transform: capitalize;
        font-family: inherit;
        letter-spacing: 1.3px;
        text-align: center; }
        @media screen and (max-width: 567px) {
          .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
            text-align: left; } }
        .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
          font-size: 1em; }
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon {
        opacity: 1 !important; }
  .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
    display: float; }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
        width: 50em !important; } }
    @media screen and (max-width: 1120px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
        width: 100% !important; } }
    .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-title .text {
      text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .square-theme .careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close {
        top: 1em !important; } }

.square-theme .careers h1 {
  font-size: 3em; }

.square-theme .contact .form-fillable-fields {
  display: inline-block; }
  .square-theme .contact .form-fillable-fields .submit-wrap {
    margin-top: 3em;
    border: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right; }
    .square-theme .contact .form-fillable-fields .submit-wrap:before {
      color: white !important;
      margin-right: 0.7em;
      pointer-events: none; }
    .square-theme .contact .form-fillable-fields .submit-wrap:after {
      content: none; }
    .square-theme .contact .form-fillable-fields .submit-wrap input[type="submit"] {
      padding: 1em !important;
      padding-right: 3em !important;
      background: #FFA300;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
      .square-theme .contact .form-fillable-fields .submit-wrap input[type="submit"]:hover {
        background: #00263E; }

.square-theme .page-view.projectdetail .top-title-container .title-container {
  padding-bottom: 0;
  padding-top: 45vh; }
  .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
    line-height: 0.7; }
    @media screen and (max-width: 768px) {
      .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 2.5em; } }
    @media screen and (max-width: 567px) {
      .square-theme .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 1.9em; } }

.square-theme .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
  width: 100%; }

.square-theme .slideshow-module .slideshow-module-secondary {
  background: none;
  border: none;
  padding: 3em;
  text-align: center;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .square-theme .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements {
    display: none; }
  .square-theme .slideshow-module .slideshow-module-secondary .swiper-container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .square-theme .slideshow-module .slideshow-module-secondary .pagination-container {
    position: relative;
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    border: none;
    left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    top: 0;
    margin-bottom: 1em; }
    .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper {
      margin-left: 2em; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
        border-radius: 0;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
        display: none; }
      .square-theme .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:after {
        width: 10px;
        height: 10px;
        top: auto;
        bottom: 0;
        background: #FFA300;
        margin-left: -5px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }

.square-theme:not(.ryteh):not(.mlt) #header-bar {
  height: 0; }
  .square-theme:not(.ryteh):not(.mlt) #header-bar.scroll .background-bar {
    display: none; }
    @media screen and (max-width: 567px) {
      .square-theme:not(.ryteh):not(.mlt) #header-bar.scroll .background-bar {
        display: block; } }
  @media screen and (max-width: 667px) {
    .square-theme:not(.ryteh):not(.mlt) #header-bar {
      height: 70px;
      -webkit-transform: scaleY(0.7);
          -ms-transform: scaleY(0.7);
              transform: scaleY(0.7);
      -webkit-transform-origin: top;
          -ms-transform-origin: top;
              transform-origin: top; } }

.square-theme:not(.ryteh):not(.mlt) #logo {
  padding-top: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  width: 15em !important;
  padding: 0 !important;
  height: 5em !important;
  left: 0 !important; }
  .square-theme:not(.ryteh):not(.mlt) #logo.scroll {
    height: 3em !important; }
  @media screen and (max-width: 567px) {
    .square-theme:not(.ryteh):not(.mlt) #logo {
      width: 7em !important; }
      .square-theme:not(.ryteh):not(.mlt) #logo.scroll {
        width: 80px !important; } }
  @media screen and (max-width: 567px) {
    .square-theme:not(.ryteh):not(.mlt) #logo {
      top: 0 !important; }
      .square-theme:not(.ryteh):not(.mlt) #logo.scroll {
        margin-top: -.65em; } }
  .square-theme:not(.ryteh):not(.mlt) #logo svg {
    width: auto; }

.lg-outer, .in {
  z-index: 11111111; }

.lg-actions {
  height: 100% !important; }

.claxton-theme .testimonials {
  text-align: center; }
  .claxton-theme .testimonials .wrapper {
    max-width: 75em;
    width: 100% !important;
    padding: 0 3em; }
  .claxton-theme .testimonials .excerpt-container, .claxton-theme .testimonials .titles-container {
    text-align: left !important; }
  .claxton-theme .testimonials .swiper-wrapper {
    text-align: left !important; }
  .claxton-theme .testimonials .pagination-container {
    display: inline-block;
    margin: 0 auto; }
    .claxton-theme .testimonials .pagination-container .pagination-wrapper .pagination .pagination-bullet {
      padding: 0 0.7em; }
  .claxton-theme .testimonials .readMore {
    margin-top: 0.5em;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 400;
    cursor: pointer; }

.claxton-theme .fullTestimonial-con {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  z-index: 200;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  visibility: hidden;
  top: 0; }

.claxton-theme .fullTestimonial {
  background: black;
  padding: 3em;
  font-size: 0.75em;
  max-width: 60em;
  width: 100%;
  display: block;
  line-height: 1.75;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-height: 80vh;
  overflow: auto;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }
  .claxton-theme .fullTestimonial .titles-container, .claxton-theme .fullTestimonial .stars-container {
    font-size: 1.3em;
    width: 100%;
    padding-bottom: 2em; }
    .claxton-theme .fullTestimonial .titles-container .sub-title, .claxton-theme .fullTestimonial .stars-container .sub-title {
      margin: 0; }
  .claxton-theme .fullTestimonial .close {
    position: absolute;
    right: 2em;
    top: 2em;
    font-size: 1.5em;
    line-height: 1;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    cursor: pointer; }
    .claxton-theme .fullTestimonial .close:hover {
      background: #00263E; }
      .claxton-theme .fullTestimonial .close:hover svg {
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
    .claxton-theme .fullTestimonial .close.left-arrow svg {
      -webkit-transform: rotateY(180deg) !important;
              transform: rotateY(180deg) !important; }
    .claxton-theme .fullTestimonial .close.swiper-button-disabled {
      background: #474747;
      opacity: 1; }

.build-theme {
  color: #f5e28f; }

.horizontal-theme {
  font-family: "Lato"; }
  .horizontal-theme .regular-link {
    display: inline-block; }
  .horizontal-theme .menu-item-link {
    color: white !important; }
  .horizontal-theme .regular-link .text, .horizontal-theme .excerpt-container a.text {
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60)) !important;
    background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60) !important;
    background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60) !important;
    background-size: 500% 100% !important;
    background-position: center !important;
    -webkit-transition: all ease-out 0.2s !important;
    -o-transition: all ease-out 0.2s !important;
    transition: all ease-out 0.2s !important;
    display: inline-block;
    color: white;
    padding: .5em 1em;
    background: #ffc107;
    border-radius: 5px;
    text-align: center; }
  .horizontal-theme .regular-link:hover .text, .horizontal-theme .split-sub-wrapper .excerpt-container a.text:hover {
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60)) !important;
    background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60) !important;
    background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60) !important;
    background-size: 100% 100% !important; }
  .horizontal-theme .regular-link.dark .text, .horizontal-theme .excerpt-container.dark a.text {
    background: #444 !important;
    color: white !important; }
    .horizontal-theme .regular-link.dark .text:hover, .horizontal-theme .excerpt-container.dark a.text:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .horizontal-theme .side-bar {
    z-index: 999; }
  .horizontal-theme .top-title {
    display: none !important; }
  .horizontal-theme #logo {
    max-width: 12vw;
    z-index: 100000; }
    .horizontal-theme #logo svg:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      border-radius: .5rem;
      fill: #ffc107 !important; }
    @media screen and (max-width: 567px) {
      .horizontal-theme #logo {
        max-width: 10em; } }
  @media screen and (max-width: 1120px) {
    .horizontal-theme #header-icons .header-menu {
      bottom: 0 !important; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu {
      right: 0; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .header-menu-item {
      display: none !important; } }
  .horizontal-theme #header-icons .header-menu .header-menu-items .header-menu-item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: .5rem; }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact {
      background: none !important; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact .regular-link.horizontal {
      display: none; } }
  .horizontal-theme #header-icons .header-menu .header-menu-items .cta-contact .cta-contact-icon {
    background: none !important; }
  .horizontal-theme #menu-button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 1em; }
    @media screen and (min-width: 751px) {
      .horizontal-theme #menu-button {
        display: none !important; } }
    .horizontal-theme #menu-button .hamburger {
      background: none !important; }
  @media screen and (max-width: 567px) {
    .horizontal-theme .horizontal-menu-item {
      display: none !important; } }
  @media screen and (max-height: 414px) {
    .horizontal-theme .horizontal-menu-item {
      display: none !important; } }
  .horizontal-theme #menu {
    display: none; }
    @media screen and (max-width: 567px) {
      .horizontal-theme #menu {
        display: block; } }
    @media screen and (max-height: 414px) {
      .horizontal-theme #menu {
        display: block; } }
  .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container {
    left: 0 !important;
    width: 100% !important;
    text-align: center !important; }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .main-title {
        font-size: .6em; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .main-title .text {
        font-size: 1.8em !important;
        font-weight: bold;
        text-transform: inherit  !important; } }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt {
      margin: 1em 0 !important; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt {
          margin-top: .2em !important; } }
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt .text {
        font-size: 4.6em !important;
        line-height: 1 !important;
        color: white;
        text-transform: capitalize;
        font-weight: 700 !important; }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .excerpt .text {
            font-size: 4.5em !important; } }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
      letter-spacing: 1.5px;
      margin-top: -1.5em !important; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important;
          font-size: 1.2em; } }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title {
          font-size: 1.3em;
          margin-top: 0 !important; } }
      .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text {
        letter-spacing: 1px; }
        @media screen and (min-width: 768px) {
          .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text {
            opacity: .6; } }
        .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container .arrow-title .text:hover {
          opacity: 1;
          -webkit-transform: transitionEaseOut(opacity);
              -ms-transform: transitionEaseOut(opacity);
                  transform: transitionEaseOut(opacity);
          -webkit-transition-duration: .2s;
               -o-transition-duration: .2s;
                  transition-duration: .2s; }
    .horizontal-theme .page-view.home .main-section .slideshow.swiper-container .slideshow-title-container span.icon svg path {
      fill: #ffc107 !important; }
  .horizontal-theme .page-view.home .laureate-container {
    height: auto;
    background: #EEE3DF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    @media screen and (max-width: 1120px) {
      .horizontal-theme .page-view.home .laureate-container {
        overflow-y: auto;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.home .laureate-container {
        overflow-y: auto;
        padding: 1em;
        padding-left: 0 !important; } }
    @media screen and (max-width: 567px) {
      .horizontal-theme .page-view.home .laureate-container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 !important; } }
    .horizontal-theme .page-view.home .laureate-container .icon {
      padding-top: 1.3em;
      padding-bottom: 1.3em;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 567px) {
        .horizontal-theme .page-view.home .laureate-container .icon {
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 33%;
              -ms-flex: 1 1 33%;
                  flex: 1 1 33%;
          padding-top: 0.7em;
          padding-bottom: 0.7em; } }
      .horizontal-theme .page-view.home .laureate-container .icon img {
        margin: 0 auto; }
  .horizontal-theme .page-view.home .pagination-container {
    display: none; }
  .horizontal-theme .page-view.home .split-section-container .split-sub-wrapper .text-container .excerpt-container .text {
    font-size: 1em; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .content-container {
      display: block; } }
  .horizontal-theme .page-view.careers .content-container .title-container.banner {
    width: 100%; }
    .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text {
      text-align: center; }
      .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h1 {
        font-size: 2.6em;
        line-height: 2em; }
        @media screen and (max-width: 1120px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h1 {
            font-size: 2em; } }
      .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h2 {
        font-size: 1.4em;
        line-height: 2em; }
        @media screen and (max-width: 1120px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text h2 {
            font-size: 1.2em; } }
      .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text p {
        margin-top: 2em;
        font-size: 1.3em;
        font-weight: 100;
        line-height: 1.3em; }
        @media screen and (min-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text p {
            padding: 0 22%; } }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .title-container.banner .title-wrapper .text p {
            padding: 0 10%;
            font-size: 1.3em; } }
  .horizontal-theme .page-view.careers .banner-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%; }
  .horizontal-theme .page-view.careers .go-down-container {
    min-width: 9em; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .go-down-container {
        bottom: 0;
        position: absolute;
        left: 50%; } }
    .horizontal-theme .page-view.careers .go-down-container:hover .title.text {
      background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
      background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
      background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60); }
    .horizontal-theme .page-view.careers .go-down-container .title {
      z-index: 1; }
      .horizontal-theme .page-view.careers .go-down-container .title .text {
        font-weight: 300;
        font-size: 1em;
        letter-spacing: 0.05em;
        padding: .5em .0em;
        padding-left: 15px;
        padding-right: 15px;
        background: #ffc107;
        border-radius: 5px;
        -webkit-transition: transitionEaseOut(background);
        -o-transition: transitionEaseOut(background);
        transition: transitionEaseOut(background); }
        .horizontal-theme .page-view.careers .go-down-container .title .text:hover {
          background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
          background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
          background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
          -webkit-transition: transitionEaseOut(background);
          -o-transition: transitionEaseOut(background);
          transition: transitionEaseOut(background); }
    .horizontal-theme .page-view.careers .go-down-container .line-container {
      margin-top: 0;
      height: 3em; }
  .horizontal-theme .page-view.careers .single-hiring-process {
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process {
        font-weight: 700;
        letter-spacing: 2px; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process .content .title {
        margin-top: 6.4em !important; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .single-hiring-process .content .title .text {
        font-size: 1.3em !important;
        text-align: center;
        letter-spacing: .6px;
        line-height: 1.2;
        font-weight: 500; } }
  .horizontal-theme .page-view.careers .hiring-process-container {
    z-index: 10 !important; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .hiring-process-container {
        width: 76.6em !important;
        padding-top: 0 !important; } }
    .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay {
      cursor: -webkit-grab;
      cursor: grab; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay {
          width: 100% !important; } }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper {
          overflow-x: hidden !important;
          background: rgba(6, 5, 5, 0.58); } }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .text p {
        color: white; }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc {
        margin-bottom: 0 !important; }
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc .text {
          font-size: 2em !important;
          font-weight: 500;
          color: white; }
      .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc {
        margin-top: 2em !important; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .close {
          height: 1.5em;
          top: 1em !important;
          right: 1.2% !important; } }
      @media screen and (min-width: 768px) {
        .horizontal-theme .page-view.careers .hiring-process-container .hiring-process-overlay .arrow {
          width: 2.5% !important;
          opacity: .8; } }
  .horizontal-theme .page-view.careers .dummy {
    padding-top: 0 !important; }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .dummy {
        z-index: 0;
        height: 14em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: black; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .dummy {
        height: 10em; } }
    @media screen and (min-width: 768px) {
      .horizontal-theme .page-view.careers .dummy .image {
        height: 14em;
        z-index: 1;
        opacity: .6;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -o-object-fit: cover;
           object-fit: cover; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .dummy .image {
        height: 10em;
        -o-object-fit: cover;
           object-fit: cover;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        opacity: .7; } }
  @media screen and (max-width: 768px) {
    .horizontal-theme .page-view.careers .custom-background .custom-background-image {
      background-position: 80.5% 100%; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .custom-background .dimmer {
      background: -webkit-gradient(linear, left bottom, left top, from(#212121), color-stop(#212121), color-stop(rgba(49, 49, 49, 0.521569)), to(rgba(0, 0, 0, 0.788235))) !important;
      background: -o-linear-gradient(bottom, #212121, #212121, rgba(49, 49, 49, 0.521569), rgba(0, 0, 0, 0.788235)) !important;
      background: linear-gradient(to top, #212121, #212121, rgba(49, 49, 49, 0.521569), rgba(0, 0, 0, 0.788235)) !important; } }
  .horizontal-theme .page-view.careers .background-grid {
    -webkit-filter: hue-rotate(150deg);
            filter: hue-rotate(150deg); }
  .horizontal-theme .page-view.careers .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .horizontal-theme .page-view.careers .content-container .left-content {
      width: 100% !important;
      min-width: auto !important;
      max-width: none !important;
      margin-right: 0 !important; }
      @media screen and (max-width: 567px) {
        .horizontal-theme .page-view.careers .content-container .left-content {
          overflow: auto; } }
      .horizontal-theme .page-view.careers .content-container .left-content .excerpt-container {
        margin-top: 0; }
      .horizontal-theme .page-view.careers .content-container .left-content .title-container {
        padding: 0; }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper {
            font-size: xx-small;
            line-height: 1.1;
            margin-top: 2em; } }
        .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper .text {
          line-height: 2em; }
        .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper .title-text h2 {
          font-size: x-large;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .horizontal-theme .page-view.careers .content-container .left-content .title-container .title-wrapper .title-text h2 {
              margin-top: 2em; } }
  .horizontal-theme .page-view.careers .process-form-wrapper .background {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, #385963)) !important;
    background: -o-linear-gradient(transparent, #385963 65%) !important;
    background: linear-gradient(transparent, #385963 65%) !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container {
      background: #e4d6d5;
      padding-top: 6% !important; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container {
      margin-bottom: 3em; } }
  .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container .text {
    font-weight: 700; }
  .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    width: auto !important;
    padding-top: 0 !important; }
    @media screen and (max-width: 768px) {
      .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td {
        padding-left: .5em;
        padding-right: .5em; } }
    .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td strong {
      font-weight: 700;
      font-size: 1.5em; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text tbody tr td strong {
          line-height: 1; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .grid-items {
      width: 40em !important;
      right: 4.2em !important;
      bottom: .5em !important;
      position: absolute !important; } }
  .horizontal-theme .page-view.grid .custom-background .custom-background-image {
    opacity: .8 !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .custom-background .dimmer {
      background: -webkit-gradient(linear, right top, left top, from(#212121), color-stop(#212121), color-stop(transparent), to(transparent)) !important;
      background: -o-linear-gradient(right, #212121, #212121, transparent, transparent) !important;
      background: linear-gradient(to left, #212121, #212121, transparent, transparent) !important; } }
  .horizontal-theme .page-view.grid .lifechart-slider {
    border-bottom: 2px solid #ffc107 !important; }
  .horizontal-theme .page-view.grid .swiper-scrollbar-drag {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .single-dot {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .connecting-line {
    background: #ffc107 !important; }
  .horizontal-theme .page-view.grid .dashed-line {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(255, 152, 0, 0.28)), color-stop(40%, rgba(255, 255, 255, 0))) !important;
    background-image: -o-linear-gradient(left, rgba(255, 152, 0, 0.28) 40%, rgba(255, 255, 255, 0) 40%) !important;
    background-image: linear-gradient(to right, rgba(255, 152, 0, 0.28) 40%, rgba(255, 255, 255, 0) 40%) !important; }
  .horizontal-theme .page-view.grid .swiper-wrapper .swiper-slide:nth-of-type(2n+1) {
    background: rgba(244, 67, 54, 0.24) !important; }
  .horizontal-theme .page-view.grid .flippy-link .text-wrapper {
    background: #ffc107 !important; }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container {
      bottom: 8%;
      position: absolute;
      left: 5%; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container .title .text {
      font-size: 2em !important; } }
  @media screen and (min-width: 768px) {
    .horizontal-theme .page-view.grid .page-excerpt-container .sub-title .text {
      font-size: 1em !important; } }
  .horizontal-theme .row.text-center.justify-content-center.mt-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .horizontal-theme .page-view.servicedetail .body-container {
    position: relative;
    width: 100%; }
    .horizontal-theme .page-view.servicedetail .body-container .body-wrapper {
      text-align: center;
      width: 100%;
      padding: 0; }
      .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content {
        width: 60%;
        margin: 0 auto;
        text-align: left; }
        @media screen and (max-width: 1120px) {
          .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content {
            width: 90%; } }
        .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h2, .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h3, .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h4 {
          position: relative !important;
          right: 0 !important;
          width: auto !important;
          display: block !important;
          margin: 0 !important; }
          .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h2:after, .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h3:after, .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h4:after {
            content: none !important; }
        .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h2 {
          font-size: 1.6em !important; }
        .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content h3 {
          font-size: 1.2em !important; }
        .horizontal-theme .page-view.servicedetail .body-container .body-wrapper .content iframe {
          max-width: 100%; }
    .horizontal-theme .page-view.servicedetail .body-container .lead {
      padding-bottom: 1em;
      font-size: 1em !important; }
    .horizontal-theme .page-view.servicedetail .body-container .layout-1-title.layout-3-li-title.hire-header {
      margin-bottom: 2em;
      margin-top: 2em;
      font-size: 1.3em;
      font-weight: 700; }
    .horizontal-theme .page-view.servicedetail .body-container .text .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow: hidden;
      z-index: 0; }
      .horizontal-theme .page-view.servicedetail .body-container .text .background:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(60%, white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), white 60%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), white 60%); }
      .horizontal-theme .page-view.servicedetail .body-container .text .background img {
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
        @media screen and (max-width: 768px) {
          .horizontal-theme .page-view.servicedetail .body-container .text .background img {
            max-width: 150%;
            right: -20%; } }
    .horizontal-theme .page-view.servicedetail .body-container .text div.wpcf7, .horizontal-theme .page-view.servicedetail .body-container .text .layout-1 {
      position: relative;
      z-index: 1; }
  .horizontal-theme .page-view.servicedetail .fdb-block {
    background-size: cover; }
    .horizontal-theme .page-view.servicedetail .fdb-block.fdb-viewport {
      padding: 4em 0; }
      .horizontal-theme .page-view.servicedetail .fdb-block.fdb-viewport .col-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .horizontal-theme .page-view.servicedetail .fdb-block .container-clients {
      width: 80%;
      margin: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-top: 4em; }
    .horizontal-theme .page-view.servicedetail .fdb-block .clients-page {
      background: #444;
      height: 17em;
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 4em; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.servicedetail .fdb-block .clients-page {
          height: 14em; } }
    .horizontal-theme .page-view.servicedetail .fdb-block .layout-3-li-title {
      font-size: 2em; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .page-view.servicedetail .fdb-block .layout-3-li-title {
          font-size: 1.4em; } }
  .horizontal-theme .text-center {
    text-align: center; }
  .horizontal-theme .row {
    display: -webkit-box;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .horizontal-theme .countdown-container {
    height: auto;
    width: 100%;
    background: #E0E1E3;
    text-align: center;
    padding: 5%;
    background-size: cover;
    background-position: 85% 70%;
    -webkit-transition: background-position 1s ease-in-out;
    -o-transition: background-position 1s ease-in-out;
    transition: background-position 1s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 768px) {
      .horizontal-theme .countdown-container {
        height: 20em;
        padding: 20%; } }
    .horizontal-theme .countdown-container:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 38, 62, 0.75); }
    .horizontal-theme .countdown-container .title .text {
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .horizontal-theme .countdown-container .title .text {
          font-size: 1.2em; } }
    .horizontal-theme .countdown-container .regular-link {
      cursor: pointer;
      display: inline-block; }
      .horizontal-theme .countdown-container .regular-link .text {
        font-weight: 100 !important;
        color: white; }
  .horizontal-theme path#bubble {
    fill: #ec492e !important; }
  .horizontal-theme .servicedetail form {
    text-align: left;
    padding-bottom: 3em;
    width: 60%;
    margin: 0 auto;
    max-width: 1000px; }
    @media screen and (max-width: 1120px) {
      .horizontal-theme .servicedetail form {
        width: 80%; } }
    @media screen and (max-width: 768px) {
      .horizontal-theme .servicedetail form {
        width: 90%; } }
    .horizontal-theme .servicedetail form input:not([type="checkbox"]):not([type="submit"]), .horizontal-theme .servicedetail form textarea, .horizontal-theme .servicedetail form .ui.dropdown {
      border: none;
      border-bottom: #474747 1px solid;
      padding: 1em 0;
      width: 100%;
      margin-top: 1em;
      background: none;
      border-radius: 0 !important; }
    .horizontal-theme .servicedetail form textarea {
      height: 4em; }
    .horizontal-theme .servicedetail form .hire-form-subject, .horizontal-theme .servicedetail form .hire-form-placeholder {
      margin-bottom: 2em; }
    .horizontal-theme .servicedetail form .wpcf7-checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 1em 0; }
      @media screen and (max-width: 768px) {
        .horizontal-theme .servicedetail form .wpcf7-checkbox {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
    .horizontal-theme .servicedetail form .hire-form-placeholder {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .horizontal-theme .servicedetail form .hire-form-placeholder .wpcf7-form-control-wrap {
        width: 48%; }
        @media screen and (max-width: 567px) {
          .horizontal-theme .servicedetail form .hire-form-placeholder .wpcf7-form-control-wrap {
            width: 100%; } }
    .horizontal-theme .servicedetail form .wpcf7-list-item-label {
      padding-left: 25px;
      display: block; }
      @media screen and (min-width: 2000px) {
        .horizontal-theme .servicedetail form .wpcf7-list-item-label {
          padding-left: 1.2em; } }
    .horizontal-theme .servicedetail form .wpcf7-list-item-label {
      margin: 1em 0; }
    .horizontal-theme .servicedetail form [type="submit"] {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      cursor: pointer; }
  .horizontal-theme [type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0; }
    .horizontal-theme [type="checkbox"]:after {
      content: "L";
      font-weight: bold;
      color: white;
      -webkit-transform: scaleX(-1) rotateZ(-45deg);
          -ms-transform: scaleX(-1) rotate(-45deg);
              transform: scaleX(-1) rotateZ(-45deg);
      position: absolute;
      left: 6px;
      opacity: 0; }
      @media screen and (min-width: 2000px) {
        .horizontal-theme [type="checkbox"]:after {
          font-size: 1.3em; } }
    .horizontal-theme [type="checkbox"]:before {
      height: 20px;
      width: 20px;
      content: "";
      position: absolute;
      background: #FFA300; }
      @media screen and (min-width: 2000px) {
        .horizontal-theme [type="checkbox"]:before {
          height: 1em;
          width: 1em; } }
    .horizontal-theme [type="checkbox"]:checked:after {
      opacity: 1; }

.gei-theme body {
  font-family: adrianna, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .6px;
  -webkit-font-smoothing: antialiased !important; }

.gei-theme #footer {
  font-size: .9em; }

.gei-theme .page-view.home .top-title {
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.home .main-section .slideshow-backgrounds .dimmer {
    background: -webkit-gradient(linear, left top, right top, from(#131313), color-stop(rgba(2, 12, 23, 0.35)), color-stop(rgba(2, 12, 23, 0.35)), to(transparent));
    background: -o-linear-gradient(left, #131313, rgba(2, 12, 23, 0.35), rgba(2, 12, 23, 0.35), transparent);
    background: linear-gradient(to right, #131313, rgba(2, 12, 23, 0.35), rgba(2, 12, 23, 0.35), transparent); } }

.gei-theme .page-view.home .main-section .slideshow.swiper-container {
  cursor: default !important; }
  @media screen and (min-width: 768px) {
    .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
      width: 44%; } }
  .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
    font-weight: 100;
    letter-spacing: .6px; }
    @media screen and (min-width: 768px) {
      .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
        font-size: .9em; } }
  .gei-theme .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .arrow-title span.text {
    font-size: 1em;
    font-weight: 100; }

.gei-theme .page-view.careers .custom-background {
  opacity: .7; }

.gei-theme .page-view.careers .content-container .left-content a {
  color: #FFA300; }
  .gei-theme .page-view.careers .content-container .left-content a:hover {
    color: #474747; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.careers .content-container .left-content {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0; } }

.gei-theme .page-view.careers .content-container .left-content p:first-of-type {
  line-height: initial; }
  @media screen and (min-width: 768px) {
    .gei-theme .page-view.careers .content-container .left-content p:first-of-type {
      font-size: xx-large; } }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .content-container .left-content p:first-of-type {
      font-size: x-large; } }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper {
    width: 70% !important;
    margin: 0 15% !important; } }

.gei-theme .page-view.careers .bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .bottom-links {
      display: block; } }

.gei-theme .page-view.careers .bottom-link {
  display: block;
  color: white;
  width: 50%; }
  @media screen and (max-width: 567px) {
    .gei-theme .page-view.careers .bottom-link {
      width: 100%; } }
  .gei-theme .page-view.careers .bottom-link .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .gei-theme .page-view.careers .bottom-link .bg .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .gei-theme .page-view.careers .bottom-link .bg .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.5;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
  .gei-theme .page-view.careers .bottom-link .title-container {
    min-height: 0 !important;
    text-align: center;
    padding: 7.5em 0 9em; }
    .gei-theme .page-view.careers .bottom-link .title-container .type .text {
      font-size: 1.1em; }
    .gei-theme .page-view.careers .bottom-link .title-container .title {
      margin-top: 1.64em; }
      .gei-theme .page-view.careers .bottom-link .title-container .title .text {
        font-size: 2em;
        font-weight: 600; }
    .gei-theme .page-view.careers .bottom-link .title-container .arrow {
      margin: auto;
      width: 1.18em;
      margin-top: 1.86em;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .gei-theme .page-view.careers .bottom-link .title-container .arrow svg path {
        fill: #FFA300; }
  .gei-theme .page-view.careers .bottom-link:hover {
    color: #FFA300; }
    .gei-theme .page-view.careers .bottom-link:hover .bg .dimmer {
      opacity: 0.35; }
    .gei-theme .page-view.careers .bottom-link:hover .title-container .arrow {
      -webkit-transform: translateX(75%);
          -ms-transform: translateX(75%);
              transform: translateX(75%); }

.gei-theme .page-view.careers .sub-section {
  width: 100%;
  min-height: 50vh; }
  @media screen and (min-width: 768px) {
    .gei-theme .page-view.careers .sub-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .gei-theme .page-view.careers .sub-section .left-container {
    padding: 4em;
    background: #4f4e56;
    width: 50%;
    overflow: hidden; }
    @media screen and (max-width: 567px) {
      .gei-theme .page-view.careers .sub-section .left-container {
        width: 100%;
        padding: 10%; } }
    .gei-theme .page-view.careers .sub-section .left-container .left-wrapper {
      padding: 2em 0 2em 0; }
      @media screen and (min-width: 768px) {
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper {
          padding-top: 5em;
          padding-bottom: 5em; } }
      .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container {
        overflow: hidden; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .title .text {
          font-size: 2em;
          font-weight: bold; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .excerpt-container .excerpt {
          margin-top: 1.5em; }
          .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .title-container .excerpt-container .excerpt .text {
            line-height: 1.75; }
      .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container {
        overflow: initial; }
        .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links {
          padding-top: 1.25em; }
          .gei-theme .page-view.careers .sub-section .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
            font-size: 1em; }
  .gei-theme .page-view.careers .sub-section .right-container {
    background: white;
    width: 50%; }
    @media screen and (max-width: 567px) {
      .gei-theme .page-view.careers .sub-section .right-container {
        width: 100%; } }
    .gei-theme .page-view.careers .sub-section .right-container .dimmer {
      background: black;
      opacity: .5; }
    .gei-theme .page-view.careers .sub-section .right-container .image {
      width: auto;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }

.gei-theme .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text {
  line-height: 1.75; }

@media screen and (min-width: 768px) {
  .gei-theme .page-view.filter .filter-container .content-container {
    width: 50%;
    max-width: none;
    min-width: 0; } }

.gei-theme .grid-box .grid-box-container-wrapper .dimmer {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(41, 31, 15, 0.3))) !important;
  background: -o-linear-gradient(bottom, black, rgba(41, 31, 15, 0.3)) !important;
  background: linear-gradient(to top, black, rgba(41, 31, 15, 0.3)) !important;
  opacity: 0;
  -webkit-transition: all ease-out 0.2s !important;
  -o-transition: all ease-out 0.2s !important;
  transition: all ease-out 0.2s !important; }

.gei-theme .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-image .dimmer {
  opacity: 1; }

.ryteh .top-title {
  display: none; }

.ryteh #header-bar .background-bar {
  display: block !important; }

.ryteh li {
  font-family: Roboto; }

.ryteh .cls-1 {
  fill: white; }

.ryteh .side.front .cls-1 {
  fill: #FFA300; }

.ryteh .side.front:hover .cls-1 {
  fill: white !important;
  -webkit-transition: fill 1s ease-in-out 4s;
  -o-transition: fill 1s ease-in-out 4s;
  transition: fill 1s ease-in-out 4s; }

.ryteh #logo svg {
  -webkit-transition: width 1s ease-in-out 1s;
  -o-transition: width 1s ease-in-out 1s;
  transition: width 1s ease-in-out 1s;
  -webkit-transition: left 1s ease-in-out 1s;
  -o-transition: left 1s ease-in-out 1s;
  transition: left 1s ease-in-out 1s; }

.ryteh .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container {
  -webkit-filter: grayscale(1) brightness(0.9);
          filter: grayscale(1) brightness(0.9); }

.ryteh .page-view.home .main-section .slideshow-backgrounds .dimmer {
  background: -webkit-gradient(linear, left top, left bottom, from(#02111d), to(transparent));
  background: -o-linear-gradient(top, #02111d, transparent);
  background: linear-gradient(to bottom, #02111d, transparent); }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
    width: 50%;
    z-index: 100000; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .line-container .line {
  height: 10px;
  opacity: .2;
  z-index: 1;
  display: none; }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
  text-transform: none; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
      font-size: 3em;
      font-weight: bold;
      left: -.5%; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .first-cta .arrow-title {
  padding: 0 3em;
  color: white;
  background: #E0E1E3;
  height: 2.5em; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .first-cta .arrow-title {
      height: 4em;
      margin-top: 1.5em !important;
      font-size: .7em; } }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta {
    left: 0em; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta .arrow-title {
  padding: 0 3em;
  background: transparent;
  border: 0.5px solid #E0E1E3;
  color: white;
  height: 2.5em; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .second-cta .arrow-title {
      height: 4em;
      margin-top: 1.5em !important;
      font-size: .7em; } }

@media screen and (min-width: 768px) {
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt {
    width: 90%;
    margin: 1em 0 .5em 0; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 100;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
      font-size: 18px !important;
      line-height: 1.75;
      letter-spacing: .5px; } }

.ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal {
  width: 40%;
  height: 2em;
  position: absolute;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper {
    width: 8em;
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper {
        top: 80%;
        display: none; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper .pagination {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .pagination-wrapper .pagination .pagination-bullet {
          height: 10px;
          width: 20%;
          margin: 0;
          border-radius: 0; } }
  .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container {
    position: relative;
    display: inherit;
    width: auto;
    height: auto;
    left: 0; }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container:hover .left-arrow .previous-pointer {
        width: 0; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container:hover .left-arrow .text {
      color: #FFA300; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.prev {
      margin-left: 0;
      width: 160px; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container.next {
      right: 20%;
      width: 130px;
      margin-left: 10%;
      height: 100%; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow {
        width: 13px;
        height: 13px; }
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow.prev {
          margin-right: -3px; }
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .pointer-arrow.next {
          margin-left: -3px;
          margin-right: -4px; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow {
      font-family: Roboto;
      font-weight: 400;
      letter-spacing: .75px;
      font-size: .9em;
      cursor: pointer;
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background: none !important;
      position: relative; }
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .arrow .text {
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow .text {
      margin-left: 15px;
      position: relative; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .left-arrow .previous-pointer {
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      width: 2.5em;
      height: 1.2px;
      background: white;
      position: relative; }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
        width: 0em; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .fa {
        color: #FFA300; } }
    @media screen and (min-width: 768px) {
      .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .text {
        margin-right: 1.6em;
        color: #FFA300;
        -webkit-transition: margin-left .3s ease-out, margin-right .3s ease-out, color .3s ease-out;
        -o-transition: margin-left .3s ease-out, margin-right .3s ease-out, color .3s ease-out;
        transition: margin-left .3s ease-out, margin-right .3s ease-out, color .3s ease-out; } }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow:hover .circles {
      border: 1.5px solid #FFA300 !important; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .text {
      margin-right: 15px;
      position: relative;
      color: white;
      margin-left: 0; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .next-pointer {
      -webkit-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out;
      width: 2.5em;
      height: 1.2px;
      -webkit-transform-origin: right;
          -ms-transform-origin: right;
              transform-origin: right;
      background: white;
      position: relative; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow.arrow {
      text-align: right;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; }
    .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .circles {
      width: 52px;
      height: 52px;
      border: 1px solid white;
      border-radius: 50%;
      position: absolute;
      right: -10px;
      opacity: .6; }
      @media screen and (max-width: 768px) {
        .ryteh .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper #slide-horizontal .arrow-container .right-arrow .circles {
          display: none; } }

.ryteh .swiper-pagination-bullet-active {
  background: #FFA300; }

.ryteh .swiper-pagination-bullet {
  background: white; }

.ryteh .arrow.swiper-button-disabled {
  opacity: .3;
  pointer-events: none; }

.ryteh #bottom-btn {
  z-index: 10000;
  width: auto;
  position: fixed;
  right: 6em;
  bottom: 2em; }
  @media screen and (max-width: 768px) {
    .ryteh #bottom-btn {
      right: 2em; } }

@media screen and (max-width: 1380px) {
  .ryteh #side-bar #header-icons #menu-button {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7); } }

.ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.front {
  -webkit-transform: translateZ(35px) !important;
          transform: translateZ(35px) !important;
  z-index: 11; }
  .ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.front .layer {
    height: 1px !important;
    min-height: unset !important; }

.ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.right {
  -webkit-transform: translateZ(-35px) rotateY(90deg) !important;
          transform: translateZ(-35px) rotateY(90deg) !important;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; }
  .ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.right .line {
    width: 1px !important; }
    .ryteh #side-bar #header-icons #menu-button .menu-button-icons .hamburger .side.right .line:nth-child(1) {
      left: 1px !important; }

.ryteh #side-bar #header-icons #menu-button.active .menu-button-icons .hamburger .side .line {
  width: 1px !important; }

.ryteh #side-bar #header-icons #menu-button.active .menu-button-icons .hamburger .side .layer {
  height: 0 !important; }

.ryteh #bottom-btn {
  z-index: 10000;
  width: auto;
  position: fixed;
  right: 6em;
  bottom: 2em; }
  @media screen and (max-width: 768px) {
    .ryteh #bottom-btn {
      right: 2em; } }

.ryteh #menu .menu-background-container .menu-background-wrapper .menu-background {
  background: #0f2338 !important; }

.ryteh #menu .menu-items-container {
  background: #040d25; }
  .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items {
    background: #040d25; }
    .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
      letter-spacing: 1px;
      font-family: montserrat, sans-serif;
      font-style: normal;
      line-height: .75 !important; }
      @media screen and (min-width: 768px) {
        .ryteh #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
          font-size: 18px; } }

.ryteh .page-view.servicedetail .body-container .body-wrapper .content .text {
  font-size: 1.05em; }
  .ryteh .page-view.servicedetail .body-container .body-wrapper .content .text #slide-horizontal .arrow-container .right-arrow .text {
    color: #474747; }
  .ryteh .page-view.servicedetail .body-container .body-wrapper .content .text #slide-horizontal .arrow-container .right-arrow .i {
    color: #474747; }

.ryteh .page-view.servicedetail .body-container .body-wrapper .content .title-container .title-wrapper .title-text {
  color: #474747; }

@media screen and (min-width: 768px) {
  .ryteh #footer {
    padding-top: 2.5em; } }

.ryteh #footer .footer-container .mid-container {
  display: none; }

.ryteh .page-view.contact .custom-background .dimmer {
  background: #06121f;
  opacity: 0.9 !important; }

.ryteh .page-view.contact .contact-container .left-content {
  margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.contact .contact-container .left-content {
      left: 5%; } }
  .ryteh .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location {
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal; }

@media screen and (min-width: 768px) {
  .ryteh .page-view.contact .contact-container .right-form {
    right: 5%; } }

.ryteh .page-view.contact .contact-container .right-form .input-animation:before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(245, 226, 143, 0.4)));
  background: -o-linear-gradient(left, transparent, rgba(245, 226, 143, 0.4));
  background: linear-gradient(to right, transparent, rgba(245, 226, 143, 0.4)); }

.ryteh .page-view.contact .contact-container .right-form .input-animation:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(245, 226, 143, 0.4)), to(transparent));
  background: -o-linear-gradient(left, rgba(245, 226, 143, 0.4), transparent);
  background: linear-gradient(to right, rgba(245, 226, 143, 0.4), transparent); }

.ryteh .page-view.contact .locations-container {
  background: rgba(255, 193, 7, 0.5);
  color: white;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }
  .ryteh .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon .text {
    color: white; }
  @media screen and (min-width: 768px) {
    .ryteh .page-view.contact .locations-container .location-types .list-container {
      width: 80%; } }
  .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
    width: 50%; }
    .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
      color: white; }
      @media screen and (min-width: 768px) {
        .ryteh .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
          font-size: 1em; } }

.ryteh p, .ryteh li {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 300;
  font-style: normal; }
  @media screen and (min-width: 768px) {
    .ryteh p, .ryteh li {
      font-size: 20px;
      line-height: 1.5; } }

.page-template.page-id-3571 .ryteh .views-container {
  display: none; }

.gscott-theme .text-container .text {
  font-size: 0.85em !important; }

@media screen and (max-width: 768px) {
  .gscott-theme #logo svg {
    width: 100%; } }

@media screen and (min-width: 768px) {
  .gscott-theme #header-icons.scroll {
    top: 0 !important; } }

@media screen and (min-width: 768px) {
  .gscott-theme .scroll .top-title {
    top: 0; } }

.gscott-theme .top-title {
  -webkit-transition: transitionEaseOut(top);
  -o-transition: transitionEaseOut(top);
  transition: transitionEaseOut(top); }

@media screen and (max-width: 768px) {
  .gscott-theme .top-title.noselect {
    -webkit-transition: transitionEaseOut(top);
    -o-transition: transitionEaseOut(top);
    transition: transitionEaseOut(top); } }

.gscott-theme .page-view:not(.grid) .custom-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #474747), to(transparent));
  background: -o-linear-gradient(left, #474747 50%, transparent 100%);
  background: linear-gradient(to right, #474747 50%, transparent 100%); }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view:not(.grid) .custom-background:after {
      content: none; } }

.gscott-theme .page-view:not(.grid) .custom-background .dimmer {
  background: none; }

.gscott-theme .page-view.bio .bio-bg {
  position: fixed !important; }

.gscott-theme .page-view.bio .content-dimmer {
  display: block; }

.gscott-theme .page-view.bio .top-title .text.link {
  color: #FFA300; }

.gscott-theme .page-view.bio .flip {
  position: absolute;
  top: 60%;
  color: white;
  border: 1px solid white;
  padding: 15px;
  opacity: .5;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  margin: 1em 0;
  font-size: .75em; }
  .gscott-theme .page-view.bio .flip.left {
    left: 5%;
    -webkit-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out; }
    .gscott-theme .page-view.bio .flip.left:hover {
      left: 3%;
      -webkit-transition: left .5s ease-in-out;
      -o-transition: left .5s ease-in-out;
      transition: left .5s ease-in-out; }
  .gscott-theme .page-view.bio .flip.right {
    right: 5%;
    -webkit-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out; }
    .gscott-theme .page-view.bio .flip.right:hover {
      right: 3%;
      -webkit-transition: right .5s ease-in-out;
      -o-transition: right .5s ease-in-out;
      transition: right .5s ease-in-out; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.bio .flip {
      display: none; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.bio .flip {
      display: none; } }
  .gscott-theme .page-view.bio .flip:hover {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container {
    top: 5em;
    width: 37%; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
    font-size: 1.3em;
    margin-left: 0px;
    -webkit-transition: margin-left .1s linear .1s;
    -o-transition: margin-left .1s linear .1s;
    transition: margin-left .1s linear .1s;
    cursor: default; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title:hover {
    margin-left: 5px;
    -webkit-transition: margin-left .1s linear;
    -o-transition: margin-left .1s linear;
    transition: margin-left .1s linear; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title {
    line-height: 1.2;
    margin-left: 0px;
    -webkit-transition: margin-left .1s linear;
    -o-transition: margin-left .1s linear;
    transition: margin-left .1s linear; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title:hover {
    margin-left: 5px;
    -webkit-transition: margin-left .1s linear;
    -o-transition: margin-left .1s linear;
    transition: margin-left .1s linear;
    cursor: default; } }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link {
    right: 0;
    text-transform: uppercase;
    letter-spacing: 1px; } }

.gscott-theme .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link .arrow-title span.icon svg path {
  fill: #FFA300; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .bio-content {
    overflow-y: auto;
    height: 18em;
    font-size: 1.07em;
    cursor: default; } }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px; }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer !important; }

.gscott-theme .page-view.bio .content-container .content-wrapper .bio-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #FFA300 !important;
  background: #FFA300 !important; }

@media screen and (min-width: 768px) {
  .gscott-theme .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper .text {
    line-height: 1.6;
    padding-right: 2em; } }

.gscott-theme .page-view.careers .content-container {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.gscott-theme .page-view.careers .display-page-title {
  font-size: 3em;
  font-weight: 600;
  padding-bottom: .5em; }
  @media screen and (max-width: 1120px) {
    .gscott-theme .page-view.careers .display-page-title {
      font-size: 2.4em; } }

.gscott-theme .page-view.careers .custom-background .dimmer {
  background: #323d40; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .custom-background .dimmer {
      background: rgba(50, 61, 64, 0.48); } }

@media screen and (max-width: 768px) {
  .gscott-theme .page-view.careers .custom-background:after {
    content: none; } }

.gscott-theme .page-view.careers .content-container {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4em;
  padding-top: 22vh; }
  @media screen and (max-width: 1120px) {
    .gscott-theme .page-view.careers .content-container {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.careers .content-container {
      padding: 8em 10%; } }
  .gscott-theme .page-view.careers .content-container .left-content {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100% !important; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.careers .content-container {
      padding-bottom: 8em;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .content-container .title-container {
      position: absolute;
      top: 29%;
      left: 8%; } }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.careers .content-container .title-container {
      margin-bottom: 2em; } }
  .gscott-theme .page-view.careers .content-container .title-container .title-wrapper {
    font-weight: 600;
    line-height: 1.2; }
  .gscott-theme .page-view.careers .content-container .left-content {
    height: 22em;
    overflow-y: auto; }
    .gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 10px; }
    .gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      cursor: pointer !important; }
    .gscott-theme .page-view.careers .content-container .left-content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px #FFA300 !important;
      background: #FFA300 !important; }
    @media screen and (max-width: 1120px) {
      .gscott-theme .page-view.careers .content-container .left-content {
        height: 50vh; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .content-container .left-content {
        height: auto;
        overflow-y: unset; } }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .content-container .left-content {
        width: 42.5%;
        min-width: 30%;
        max-width: none;
        margin-right: 10%;
        margin-left: 8%;
        margin-top: 15%; } }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .content-container .left-content .title-container {
        display: none; } }
    .gscott-theme .page-view.careers .content-container .left-content .excerpt-container {
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .gscott-theme .page-view.careers .content-container .left-content .excerpt-container {
          margin-right: 3em; } }
      @media screen and (min-width: 768px) {
        .gscott-theme .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt .text {
          overflow: hidden;
          font-size: .85em;
          line-height: 1.6; } }
  .gscott-theme .page-view.careers .content-container .banner-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%; }

.gscott-theme .page-view.careers li {
  font-size: 1em !important; }

.gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container {
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 70%; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
      width: 20%; } }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
    position: relative !important;
    height: 10em;
    border-color: #FFA300;
    z-index: 5; }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
        min-height: 12em; } }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .subtitle {
      margin-top: 1em;
      font-size: .85em;
      opacity: .7; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
    padding-top: 0 !important;
    z-index: 1;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    background-size: cover;
    overflow: hidden;
    height: inherit;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
        opacity: .5;
        min-height: 12em; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy {
        -webkit-filter: brightness(0.3);
                filter: brightness(0.3);
        min-height: 10em; } }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .dummy .image {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper {
    border-color: rgba(255, 163, 0, 0.25); }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .website {
    margin-bottom: 1em;
    display: block;
    font-size: 0.9em; }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
      width: 50em; } }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h4, .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h5 {
    font-size: 0.75em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h3 {
    font-size: 0.85em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h2 {
    font-size: 0.95em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc h1 {
    font-size: 0.95em; }
  .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc .text {
    line-height: 1;
    font-size: 0.85em !important;
    overflow-y: auto !important; }
    .gscott-theme .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .tip-desc .text h4 {
      font-size: 1em;
      font-size: .75;
      font-weight: 300;
      margin-bottom: 1em; }

.gscott-theme .page-view.careers .sub-section {
  background: rgba(0, 0, 0, 0.86);
  padding-bottom: 4em; }
  .gscott-theme .page-view.careers .sub-section .background {
    z-index: 1;
    height: inherit;
    width: 100%; }
    .gscott-theme .page-view.careers .sub-section .background .image {
      position: relative;
      height: 15em;
      width: 100%;
      background-size: cover;
      background-position: 0px -1250px; }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .background .image {
          background-position: center bottom; } }
  .gscott-theme .page-view.careers .sub-section .left-container {
    width: 80%;
    margin: auto;
    padding-top: 6em; }
    .gscott-theme .page-view.careers .sub-section .left-container .title {
      font-size: 2.05em;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1em; }
    .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text {
      font-size: .85em;
      line-height: 1.6; }
      .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.move {
        width: 65%;
        text-align: justify; }
        @media screen and (max-width: 768px) {
          .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.move {
            width: 100%; } }
        @media screen and (max-width: 567px) {
          .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.move {
            width: 100%; } }
      .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.hey {
        margin-left: 15%;
        width: 50%;
        font-size: 1.9em;
        line-height: 1.2;
        font-weight: 700;
        text-align: right;
        position: absolute; }
        @media screen and (max-width: 1120px) {
          .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.hey {
            width: 60%;
            margin-left: 5%;
            font-size: 1.6em; } }
        @media screen and (max-width: 768px) {
          .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.hey {
            width: 45%;
            right: 0;
            top: 100%;
            font-size: 1.4em;
            text-align: left; } }
        @media screen and (max-width: 567px) {
          .gscott-theme .page-view.careers .sub-section .left-container .excerpt-container .excerpt .text p.hey {
            width: 100%;
            position: relative;
            font-weight: 700;
            font-size: 1.2em;
            margin-left: 0;
            right: 0; } }
  .gscott-theme .page-view.careers .sub-section .float {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 65%;
    margin-top: 15%; }
    @media screen and (max-width: 1120px) {
      .gscott-theme .page-view.careers .sub-section .float {
        margin-top: 16.5%; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers .sub-section .float {
        position: relative;
        margin: 0 10%;
        padding: 1em 0 0;
        width: 100%; } }
    .gscott-theme .page-view.careers .sub-section .float .image {
      height: 20em;
      clear: both;
      bottom: 0;
      background-position: top center;
      width: 20em;
      position: absolute;
      border: 1px solid yellow;
      -webkit-filter: grayscale(1) brightness(80%);
              filter: grayscale(1) brightness(80%);
      opacity: .9;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .float .image {
          position: relative;
          border: none;
          width: 100%;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1); } }
      @media screen and (max-width: 1120px) {
        .gscott-theme .page-view.careers .sub-section .float .image {
          width: 17em;
          height: 17em; } }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.careers .sub-section .float .image {
          width: 40vw;
          height: 40vw; } }
      @media screen and (max-width: 567px) {
        .gscott-theme .page-view.careers .sub-section .float .image {
          width: 80%;
          height: 300px; } }

.gscott-theme .page-view.careers .split-section-container .split-sub-wrapper {
  min-height: 20em; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper {
      min-height: 0; } }
  @media screen and (min-width: 768px) {
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper:last-child .text-container {
      padding-bottom: 5% !important; } }
  .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .dimmer {
    pointer-events: none; }
  .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper.fullHeight {
    max-height: unset; }
  .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container {
    overflow: auto;
    background: none;
    color: white;
    padding: 5% 10% 0 !important; }
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container.right {
      left: 50%;
      top: -40em; }
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .title-container .text {
      text-transform: none; }
    .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container {
      padding-top: 0;
      overflow-y: auto; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 10px; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        cursor: pointer !important; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px #FFA300 !important;
        background: #FFA300 !important; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text h4 {
        font-size: 1.6em !important;
        margin-top: .5em; }
        @media screen and (max-width: 768px) {
          .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text h4 {
            font-size: 1.4em !important; } }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text h2, .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text p {
        font-size: 1em;
        margin-top: 1em;
        font-weight: 100; }
      .gscott-theme .page-view.careers .split-section-container .split-sub-wrapper .text-container .excerpt-container .text h6 {
        font-size: 1.8em;
        margin-top: 1em; }

.gscott-theme .page-view.careers.education .split-sub-wrapper {
  background: #00263E; }
  .gscott-theme .page-view.careers.education .split-sub-wrapper .image-container, .gscott-theme .page-view.careers.education .split-sub-wrapper .text-container {
    width: 50%; }
    @media screen and (max-width: 567px) {
      .gscott-theme .page-view.careers.education .split-sub-wrapper .image-container, .gscott-theme .page-view.careers.education .split-sub-wrapper .text-container {
        width: 100%; } }
  .gscott-theme .page-view.careers.education .split-sub-wrapper .text-container {
    padding: 5% 10% !important; }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.careers.education .split-sub-wrapper .text-container {
        padding: 5% !important; } }
    .gscott-theme .page-view.careers.education .split-sub-wrapper .text-container h4 {
      margin-top: 0 !important; }

.gscott-theme .page-view.servicedetail.split .secondary-container {
  display: block;
  position: relative;
  min-height: 100vh; }
  @media screen and (max-width: 768px) {
    .gscott-theme .page-view.servicedetail.split .secondary-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .gscott-theme .page-view.servicedetail.split .secondary-container .body-container {
    background: #474747;
    min-height: 100vh; }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container {
        background: rgba(71, 71, 71, 0.8); } }
    @media screen and (min-width: 768px) {
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
        padding-left: 4em;
        padding-right: 4em; } }
    @media screen and (max-width: 768px) {
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content {
        padding-top: 6em; } }
    .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .title-container {
      font-size: 3em;
      color: white;
      padding-bottom: .5em; }
    .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text {
      color: white;
      line-height: 1.4;
      font-size: .85em; }
      @media screen and (max-width: 768px) {
        .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text {
          font-size: .7em; } }
      .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table {
        width: auto !important;
        position: relative !important;
        color: white !important;
        line-height: 1.5 !important;
        font-size: 1.3em !important;
        letter-spacing: .5px; }
        @media screen and (max-width: 768px) {
          .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table {
            line-height: 1.5 !important;
            font-size: 1.3em !important;
            vertical-align: top; } }
        .gscott-theme .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .content .text table tr {
          vertical-align: top; }
  .gscott-theme .page-view.servicedetail.split .secondary-container .slideshow-module-container {
    display: none; }

.gscott-theme .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image {
  background-position: 28%; }
  .gscott-theme .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
    background: -webkit-gradient(linear, left top, right top, from(#474747), to(transparent));
    background: -o-linear-gradient(left, #474747, transparent);
    background: linear-gradient(to right, #474747, transparent); }

.gscott-theme .page-view.servicedetail .secondary-container .body-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 24, 39, 0.831373)), to(transparent));
  background: -o-linear-gradient(top, rgba(6, 24, 39, 0.831373), transparent);
  background: linear-gradient(to bottom, rgba(6, 24, 39, 0.831373), transparent); }
  .gscott-theme .page-view.servicedetail .secondary-container .body-container .content .text {
    color: white;
    font-size: .85em; }

.gscott-theme .page-view.servicedetail .body-container .body-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.gscott-theme .scrolling {
  overflow-x: hidden; }

.gscott-theme .arrow-scroll {
  left: 100%;
  cursor: pointer; }
  .gscott-theme .arrow-scroll:hover .arrow {
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.5); }
  .gscott-theme .arrow-scroll .arrow {
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    height: 20px;
    width: 30px;
    background: #FFA300;
    margin-left: 10px;
    position: absolute;
    bottom: 5px;
    background-image: url("../images/icons/left-arrow.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg); }

.gscott-theme .page-view.contact .contact-container .left-content {
  line-height: 1.3; }
  .gscott-theme .page-view.contact .contact-container .left-content .excerpt-container {
    margin-top: -1.73em !important; }
    .gscott-theme .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text {
      line-height: 1.3; }
      .gscott-theme .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .content .text {
        text-align: left !important; }

@media screen and (min-width: 768px) {
  .ryteh .single-hiring-process-grid-item {
    height: 18.5em !important;
    width: 18.5em !important; } }

@media screen and (max-width: 567px) {
  .ryteh .single-hiring-process-grid-item .single-hiring-process {
    position: relative !important; } }

.ryteh .hiring-process-container .arrowdown {
  z-index: 10 !important; }
  .ryteh .hiring-process-container .arrowdown .arrow-num, .ryteh .hiring-process-container .arrowdown .i {
    display: none; }

@media screen and (max-width: 768px) {
  .ryteh .hiring-process-container .single-hiring-process {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 567px) {
  .ryteh .hiring-process-container .single-hiring-process {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 !important; } }

@media screen and (max-width: 567px) {
  .ryteh .hiring-process-container .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 1em 2em 1em 1em !important; } }

.ryteh .hiring-process-container .number {
  position: absolute;
  bottom: 1em;
  left: 1em; }
  @media screen and (max-width: 567px) {
    .ryteh .hiring-process-container .number {
      position: relative;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      left: 0;
      bottom: 0;
      margin-right: 1em;
      display: none !important; } }
  .ryteh .hiring-process-container .number .text {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 3px;
    padding: .5em .33em;
    color: #58c9e8;
    border: 1px solid white;
    background: rgba(102, 107, 112, 0.2); }

.ryteh #header-bar .background-bar {
  nackground: #00263E; }

@media screen and (min-width: 768px) {
  .ryteh #logo svg {
    max-width: 13vw; } }

.carpettowne .top-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .carpettowne .top-title .text {
      font-size: 1.1em; } }

.carpettowne .single-buttons {
  font-family: frank-new, sans-serif; }

.carpettowne .menu-items {
  font-family: frank-new, sans-serif; }

.carpettowne .title-container {
  font-family: frank-new, sans-serif; }

.carpettowne .excerpt {
  font-family: semplicitapro, sans-serif; }

.carpettowne .excerpt-wrapper {
  font-family: semplicitapro, sans-serif; }

.carpettowne .content-container p {
  font-family: semplicitapro, sans-serif; }

.carpettowne .content-container ul {
  font-family: semplicitapro, sans-serif; }

.carpettowne .go-down-container {
  font-family: semplicitapro, sans-serif; }

.carpettowne .copyright-container {
  font-family: frank-new, sans-serif; }

.carpettowne .terms-container {
  font-family: semplicitapro, sans-serif; }

.carpettowne .group-title {
  font-family: frank-new, sans-serif; }

.carpettowne .group-item-list-item {
  font-family: semplicitapro, sans-serif; }

.carpettowne .slideshow-title-container .main-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }

.carpettowne .slideshow-title-container .excerpt .text {
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
  letter-spacing: .2px; }

.carpettowne .arrow-title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -1px; }
  @media screen and (min-width: 768px) {
    .carpettowne .arrow-title .text {
      font-size: 1.3em; } }

.carpettowne .sub-section-text .title .text {
  font-family: frank-new, sans-serif;
  font-weight: 700; }

.carpettowne .sub-section-text .excerpt-container .text {
  font-family: semplicitapro, sans-serif;
  font-weight: 400;
  letter-spacing: .4px; }
  @media screen and (min-width: 768px) {
    .carpettowne .sub-section-text .excerpt-container .text {
      line-height: 1.6 !important; } }

.carpettowne .regular-link .text {
  font-family: frank-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .5px; }

.carpettowne .sub-section.approach .container .background {
  display: contents; }

@media screen and (min-width: 768px) {
  .carpettowne #header-icons .single-buttons {
    top: 1.55em; } }

@media screen and (min-width: 768px) {
  .carpettowne .top-title {
    top: 2.8em; } }

.carpettowne .page-view.home .slideshow-backgrounds .dimmer {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(transparent)) !important;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65), transparent) !important;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65), transparent) !important; }

.carpettowne .page-view.careers .custom-background .custom-background-image {
  opacity: .4; }

.carpettowne .page-view.careers .process-form-wrapper .background {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #E1E2E4), to(#E1E2E4));
  background: -o-linear-gradient(transparent, #E1E2E4 50%, #E1E2E4);
  background: linear-gradient(transparent, #E1E2E4 50%, #E1E2E4); }

.carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item {
  height: 14em !important;
  overflow: hidden; }
  @media screen and (max-width: 1120px) {
    .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item {
      height: 18em !important; } }
  .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item .content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process-grid-item .dummy .image {
    min-width: 100%; }

.carpettowne .page-view.careers .process-form-wrapper .single-hiring-process .content .title {
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .carpettowne .page-view.careers .process-form-wrapper .single-hiring-process .content .title {
      letter-spacing: .5px !important; } }

.carpettowne .page-view.careers .process-form-wrapper .arrowdown .arrow-num {
  opacity: .2 !important; }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container {
    bottom: -3.3em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container .num-bg {
    height: 5em !important;
    width: 5em !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .arrowdown .num-bg-container .number .text {
    font-size: 1em !important;
    color: #e9ba2b;
    opacity: .7; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay {
    top: -11em !important; } }

.carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide {
  font-family: semplicitapro, sans-serif; }
  @media screen and (min-width: 768px) {
    .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide {
      padding: 4em 4em !important; } }
  .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-background {
    background-color: black; }
    .carpettowne .page-view.careers .process-form-wrapper .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-background .image {
      z-index: 0;
      margin: -4em;
      position: fixed;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: initial;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: .2; }

.carpettowne .page-view.servicedetail .title-wrapper.padding {
  text-align: center;
  text-transform: uppercase; }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.servicedetail .title-bg-image {
    background-position: top !important; } }

@media screen and (min-width: 768px) {
  .carpettowne .page-view.servicedetail .next-service .image {
    background-position: top !important; } }

.carpettowne .page-id-3272 .body-container {
  background: none; }

.curtis-priest .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
  font-size: 1.8em; }

.curtis-priest .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
  font-size: 0.8em; }

.page-2376 .grid-box-single {
  padding: 0 2% !important; }
  @media screen and (max-width: 768px) {
    .page-2376 .grid-box-single {
      padding: 0 5% !important; } }
  @media screen and (max-width: 567px) {
    .page-2376 .grid-box-single {
      padding: 0 10% !important;
      margin-bottom: 2em !important; } }

.momentum #footer {
  background-image: #385963;
  background-color: #FFA300; }

.momentum #header-bar .background-bar {
  background: #f5e28f; }

.momentum body {
  background: #FFA300 !important; }

@media screen and (min-width: 768px) {
  .momentum #menu {
    width: 100%; } }

.momentum #menu .menu-item {
  text-align: right; }

@media screen and (min-width: 768px) {
  .momentum #menu .menu-items-line {
    right: -8.5px;
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    left: unset;
    border-right: none; } }

@media screen and (min-width: 768px) {
  .momentum #menu .menu-item-link {
    padding: 3%;
    text-align: right; } }

@media screen and (min-width: 768px) {
  .momentum #menu .menu-item-link:before {
    right: 0;
    left: unset !important; } }

.momentum #menu .menu-item-link:hover {
  color: #FFA300 !important; }
  .momentum #menu .menu-item-link:hover .text {
    font-weight: 700 !important;
    color: #FFA300 !important; }

.momentum #menu .menu-item-link .text {
  text-transform: uppercase;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em !important;
  color: rgba(255, 255, 255, 0.68); }

.momentum #menu .menu-background-container {
  background: #f5e28f; }
  .momentum #menu .menu-background-container .menu-background-wrapper {
    opacity: .2; }

@media screen and (min-width: 768px) {
  .momentum #menu .menu-items-container .menu-items-wrapper {
    min-height: 87%; } }

.momentum #menu .menu-items-container .menu-items-wrapper .menu-items {
  padding: 5em 0 0; }

.momentum #menu .bottom-container {
  font-size: 15px;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  opacity: .7; }
  @media screen and (max-width: 768px) {
    .momentum #menu .bottom-container {
      display: none; } }

.momentum .content .text {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; }

.momentum .excerpt .text {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal; }

.momentum .top-title .text {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.vanguard#wrapper .page-view.servicedetail.page .custom-background {
  display: none; }

.vanguard#wrapper .page-view.home {
  background: black; }
  .vanguard#wrapper .page-view.home .main-section .slideshow-backgrounds {
    z-index: 0 !important; }
  .vanguard#wrapper .page-view.home .main-section .slideshow-title-container {
    top: initial !important;
    top: inherit !important; }
    @media screen and (max-width: 567px) {
      .vanguard#wrapper .page-view.home .main-section .slideshow-title-container {
        margin: 0; } }
  .vanguard#wrapper .page-view.home .main-section .pagination-container {
    bottom: 5em;
    top: initial !important;
    top: inherit !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media screen and (max-width: 567px) {
      .vanguard#wrapper .page-view.home .main-section .pagination-container {
        bottom: 7em;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }
  .vanguard#wrapper .page-view.home .sub-section.team {
    min-height: 100vh;
    background: black; }
    @media screen and (max-width: 768px) {
      .vanguard#wrapper .page-view.home .sub-section.team {
        min-height: 0; } }
    .vanguard#wrapper .page-view.home .sub-section.team:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: "";
      background: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0.7)), color-stop(60%, transparent));
      background: -o-linear-gradient(right, rgba(0, 0, 0, 0.7) 30%, transparent 60%);
      background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 30%, transparent 60%); }
      @media screen and (max-width: 768px) {
        .vanguard#wrapper .page-view.home .sub-section.team:before {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), color-stop(80%, transparent));
          background: -o-linear-gradient(bottom, black 50%, transparent 80%);
          background: linear-gradient(to top, black 50%, transparent 80%); } }
    .vanguard#wrapper .page-view.home .sub-section.team .wrapper {
      width: 90%; }
    .vanguard#wrapper .page-view.home .sub-section.team .right-container {
      z-index: 1;
      position: relative;
      left: 50%;
      width: 50%;
      padding: 5em 0; }
      @media screen and (max-width: 768px) {
        .vanguard#wrapper .page-view.home .sub-section.team .right-container {
          width: 100%;
          left: 0;
          margin-top: auto;
          padding: 10% 0;
          padding-top: 40%; } }
      @media screen and (max-width: 567px) {
        .vanguard#wrapper .page-view.home .sub-section.team .right-container {
          padding-bottom: 6em; } }
    @media screen and (max-width: 567px) {
      .vanguard#wrapper .page-view.home .sub-section.team .background {
        height: 30%; } }
  .vanguard#wrapper .page-view.home .sub-section.projects .gradient-bottom {
    background: black; }

#wrapper.mlt .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  #wrapper.mlt .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .arrow-title {
    background: transparent;
    border: 1px solid #FFA300;
    font-weight: 300;
    text-transform: uppercase; }

#wrapper.mlt #side-bar:after {
  content: none !important; }

#wrapper.mlt #side-bar #header-icons {
  height: unset !important;
  top: 0 !important; }
  #wrapper.mlt #side-bar #header-icons #menu-button {
    top: 0;
    -webkit-transform-origin: right top !important;
        -ms-transform-origin: right top !important;
            transform-origin: right top !important;
    height: 5em;
    width: 5em; }
    #wrapper.mlt #side-bar #header-icons #menu-button .menu-button-icons {
      -webkit-transform-origin: center top !important;
          -ms-transform-origin: center top !important;
              transform-origin: center top !important;
      -webkit-transform: translateZ(-2.5em);
              transform: translateZ(-2.5em); }
      #wrapper.mlt #side-bar #header-icons #menu-button .menu-button-icons .hamburger .front {
        background-color: #FFA300;
        -webkit-transform: rotateY(0deg) translateZ(2.5em);
                transform: rotateY(0deg) translateZ(2.5em); }
        #wrapper.mlt #side-bar #header-icons #menu-button .menu-button-icons .hamburger .front:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: auto;
          content: "Menu" !important;
          font-size: 0.8em;
          font-family: 'Montserrat', sans-serif;
          text-transform: uppercase; }
        #wrapper.mlt #side-bar #header-icons #menu-button .menu-button-icons .hamburger .front .line {
          display: none; }
      #wrapper.mlt #side-bar #header-icons #menu-button .menu-button-icons .hamburger .right {
        -webkit-transform: rotateY(90deg) translateZ(2.5em);
                transform: rotateY(90deg) translateZ(2.5em); }

#wrapper.mlt .sub-section .container .background {
  background: black !important; }

#wrapper.mlt .sub-section .right-container {
  overflow: hidden; }

#wrapper.mlt .projects .go-down {
  height: 0; }
  #wrapper.mlt .projects .go-down .go-down-container {
    position: absolute;
    height: 3em;
    top: -3em !important; }
  #wrapper.mlt .projects .go-down .dark .text, #wrapper.mlt .projects .go-down .dark .line-container .line {
    color: #00263E; }
  #wrapper.mlt .projects .go-down .line-container {
    height: 1.5em !important;
    min-height: auto !important; }

#wrapper.mlt .page-excerpt-container {
  text-align: center; }
  #wrapper.mlt .page-excerpt-container h1 {
    font-size: 2.73em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }

#wrapper.mlt .slideshow-module-container .slideshow-module {
  margin-top: 0 !important;
  padding: 3em 0 5em !important; }

#wrapper.mlt .carousel-container {
  padding: 0 !important; }
  #wrapper.mlt .carousel-container .swiper-scrollbar {
    display: none !important; }
  #wrapper.mlt .carousel-container .wrapper {
    margin: 0 !important;
    width: 100% !important; }
    #wrapper.mlt .carousel-container .wrapper .swiper-slide {
      margin: 0 !important; }
      #wrapper.mlt .carousel-container .wrapper .swiper-slide .grid-box-wrapper-background {
        display: none !important; }

#wrapper.mlt #header-icons .single-buttons {
  height: 3em;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }

#wrapper.mlt #header-icons.scroll .single-buttons {
  height: 5em;
  top: 0; }

#wrapper.mlt .go-down-container {
  min-width: initial; }
  #wrapper.mlt .go-down-container:hover .line-container {
    background: none !important;
    bottom: 0em; }
    #wrapper.mlt .go-down-container:hover .line-container .line {
      color: #FFA300; }
  #wrapper.mlt .go-down-container .line-container {
    background: none !important;
    bottom: 0.5em;
    height: 2em; }

#wrapper.mlt #footer {
  padding-bottom: 3em !important; }
  #wrapper.mlt #footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    #wrapper.mlt #footer .bg:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 38, 62, 0.8)));
      background: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0.8));
      background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.8)); }

#wrapper.mlt .top-title {
  height: auto;
  text-transform: uppercase;
  font-weight: bold; }
  #wrapper.mlt .top-title .sep {
    color: white;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

#wrapper.mlt .grid {
  padding-top: 12em !important; }
  #wrapper.mlt .grid .page-excerpt-container {
    padding: 0 !important; }
    #wrapper.mlt .grid .page-excerpt-container a {
      color: white;
      font-weight: bold;
      background: #FFA300;
      padding: 1em;
      display: inline-block;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
      #wrapper.mlt .grid .page-excerpt-container a:hover {
        background: #00263E; }

#wrapper.mlt .servicedetail .main-container {
  height: -webkit-calc(50vh + 35px);
  height: calc(50vh + 35px); }
  #wrapper.mlt .servicedetail .main-container .top-title-container {
    height: 100%; }
    #wrapper.mlt .servicedetail .main-container .top-title-container .title-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
      #wrapper.mlt .servicedetail .main-container .top-title-container .title-container .title-wrapper {
        margin-top: auto; }

#wrapper.mlt .servicedetail strong {
  font-family: "Neutra"; }

#wrapper.mlt .servicedetail .secondary-container {
  background: #00263E; }

#wrapper.mlt h1, #wrapper.mlt h2, #wrapper.mlt h3, #wrapper.mlt h4, #wrapper.mlt h5, #wrapper.mlt .main-title, #wrapper.mlt .title {
  font-family: "Neutra"; }

.page-4 .swiper-wrapper {
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s; }

.white {
  color: white; }
  .white .text {
    color: white !important; }

.maple-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side {
  background-color: #00263E; }

#wrapper.port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front:after {
  content: "Menu" !important; }

#wrapper.port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .back, #wrapper.port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .left, #wrapper.port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .top, #wrapper.port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .bottom {
  display: none; }

.maple-site .top-title, .port-site .top-title {
  font-size: 0.85em;
  padding: 0 18em; }
  @media screen and (max-width: 768px) {
    .maple-site .top-title, .port-site .top-title {
      font-size: 0.8em;
      padding: 0 10em 0 18em; } }
  @media screen and (max-width: 567px) {
    .maple-site .top-title, .port-site .top-title {
      font-size: 8px;
      padding: 0 14em 0 14em; } }

.maple-site #side-bar .single-buttons, .port-site #side-bar .single-buttons {
  top: 1.5em; }

@media screen and (max-width: 768px) {
  .maple-site #side-bar .single-buttons, .port-site #side-bar .single-buttons {
    opacity: 0;
    top: 0;
    pointer-events: none;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .maple-site #side-bar.active .single-buttons, .port-site #side-bar.active .single-buttons {
    opacity: 1;
    pointer-events: all; } }

.maple-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right, .port-site #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.right {
  -webkit-transform: rotateY(90deg) translateZ(2.5em);
          transform: rotateY(90deg) translateZ(2.5em); }

@media screen and (max-width: 768px) {
  .maple-site .page-view.bio .bio-bg, .port-site .page-view.bio .bio-bg {
    padding-top: 80%; } }

@media screen and (max-height: 414px) {
  .maple-site .page-view.bio .bio-bg, .port-site .page-view.bio .bio-bg {
    padding-top: 270px; } }

@media screen and (max-width: 768px) {
  .maple-site .page-view.bio .content-container, .port-site .page-view.bio .content-container {
    background: #00263E;
    margin: 0;
    padding: 0 5%;
    width: 100%; } }

.maple-site .page-view.bio .content-container .content-wrapper, .port-site .page-view.bio .content-container .content-wrapper {
  padding-top: 10em; }
  @media screen and (max-width: 1120px) {
    .maple-site .page-view.bio .content-container .content-wrapper, .port-site .page-view.bio .content-container .content-wrapper {
      padding-top: 12em; } }
  @media screen and (max-width: 768px) {
    .maple-site .page-view.bio .content-container .content-wrapper, .port-site .page-view.bio .content-container .content-wrapper {
      padding-top: 4em; } }
  .maple-site .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link, .port-site .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link {
    right: 0; }

.maple-site .page-view.servicedetail .body-container .body-wrapper .content, .port-site .page-view.servicedetail .body-container .body-wrapper .content {
  padding: 0 !important; }

.maple-site #logo, .port-site #logo {
  height: 9em;
  top: 0.5em; }
  @media screen and (max-width: 768px) {
    .maple-site #logo, .port-site #logo {
      left: 3%; } }
  @media screen and (max-width: 567px) {
    .maple-site #logo, .port-site #logo {
      top: 0;
      height: 90px !important; }
      .maple-site #logo.scroll, .port-site #logo.scroll {
        height: 50px !important;
        padding: 3px 0; } }
  @media screen and (max-height: 414px) {
    .maple-site #logo, .port-site #logo {
      top: 0;
      height: 90px !important; }
      .maple-site #logo.scroll, .port-site #logo.scroll {
        height: 50px !important;
        padding: 3px 0; } }

.maple-site a .arrow-title, .port-site a .arrow-title {
  height: 3em; }

@media screen and (max-width: 768px) {
  .maple-site .page-view.bio .bio-bg .image, .port-site .page-view.bio .bio-bg .image {
    background-size: cover;
    background-position: center; } }

#wrapper.hansell a {
  color: #FFA300;
  text-shadow: 0 0 0 #FFA300;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }

#wrapper.hansell .text a {
  font-weight: 600 !important; }
  #wrapper.hansell .text a:hover {
    text-shadow: none;
    opacity: 0.8; }

#wrapper.hansell .top-title {
  position: fixed;
  height: 80px; }
  #wrapper.hansell .top-title .sep {
    color: white; }
  #wrapper.hansell .top-title a {
    color: white; }
    #wrapper.hansell .top-title a:hover {
      text-shadow: 0 0 2px white; }
  #wrapper.hansell .top-title .back-button:hover path {
    fill: white; }
  @media screen and (max-width: 768px) {
    #wrapper.hansell .top-title {
      height: auto !important;
      top: 80px; } }
  @media screen and (max-width: 567px) {
    #wrapper.hansell .top-title {
      font-size: 0.8em; } }

#wrapper.hansell .page-view.grid .page-excerpt-container .page-excerpt-wrapper .page-excerpt-content .text {
  font-weight: 600;
  font-size: 1.27em; }

#wrapper.hansell #header-bar, #wrapper.hansell #logo, #wrapper.hansell #header-icons {
  height: 80px !important; }

@media screen and (max-width: 768px) {
  #wrapper.hansell #logo {
    top: 0; } }

#wrapper.hansell .custom-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3; }

#wrapper.hansell .scroll .top-title {
  z-index: 2222;
  top: 0; }

#wrapper.hansell .scroll .back-button path {
  fill: white; }

#wrapper.hansell .arrow-title span.icon svg path {
  fill: white; }

#wrapper.hansell .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.icon svg path {
  fill: white; }

#wrapper.hansell #footer .footer-container a {
  text-shadow: 0 0 0 transparent; }
  #wrapper.hansell #footer .footer-container a:hover {
    color: white;
    text-shadow: 0 0 2px white; }

#wrapper.hansell .page-view.servicedetail .body-container .body-wrapper .content.no-margin {
  padding: 0; }

#wrapper.hansell .go-down-container {
  color: white; }

#wrapper.hansell .menu-item-link.active {
  color: white !important; }

.torontotaste #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front {
  background-color: #c59d6a;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8em; }
  .torontotaste #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front:before {
    content: "MENU";
    position: absolute;
    font-size: 0.8em; }
  .torontotaste #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front .line {
    width: 100%;
    height: 1px !important;
    margin-bottom: 25%;
    display: none; }
    .torontotaste #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.front .line:nth-child(2) {
      margin-top: 25%;
      margin-bottom: 0; }

.torontotaste #side-bar #header-icons .single-header-icon#menu-button .menu-button-icons .hamburger .side.side {
  background-color: #c59d6a; }

.torontotaste .custom-background .dimmer {
  background-color: #1f0f04; }

.torontotaste #menu .menu-items-container {
  background-image: url(../images/menu/gears.jpg); }
  .torontotaste #menu .menu-items-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(103, 80, 59, 0.89);
    display: block;
    position: absolute;
    left: 0; }
  .torontotaste #menu .menu-items-container .menu-items-wrapper .menu-items {
    background: none; }

.torontotaste .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper .swiper-slide .text-content .text {
  text-align: left; }

.torontotaste .page-view.home .sub-section.team {
  display: none; }

.torontotaste .page-view.home .top-title {
  display: none; }

.torontotaste .page-view.home .go-down {
  display: none; }

.torontotaste .servicedetail .text > div {
  text-align: left; }

.torontotaste #menu .menu-background-container {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right; }

.torontotaste #menu .menu-items-container {
  padding-right: 150px; }
  @media screen and (max-width: 567px) {
    .torontotaste #menu .menu-items-container {
      padding-right: 70px; } }
  .torontotaste #menu .menu-items-container:after {
    content: none; }
  .torontotaste #menu .menu-items-container .line {
    display: none; }

.torontotaste #side-bar {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .torontotaste #side-bar .single-buttons {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .torontotaste #side-bar.active .single-buttons {
    visibility: hidden;
    opacity: 0 !important; }
  .torontotaste #side-bar #header-icons {
    height: auto; }
    .torontotaste #side-bar #header-icons .single-buttons {
      top: 0 !important;
      right: 6em !important;
      opacity: 1;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .torontotaste #side-bar #header-icons .single-buttons #buy-tickets {
        font-size: 0.8em;
        font-weight: 500;
        width: 7em;
        color: white;
        border: 1px solid white;
        text-align: center;
        height: auto;
        text-align: center;
        display: inline-block;
        background-color: #823605;
        border: none;
        text-transform: uppercase;
        height: 70px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 160px;
        display: grid; }
      .torontotaste #side-bar #header-icons .single-buttons #user-button {
        display: none; }
      .torontotaste #side-bar #header-icons .single-buttons #phone-button {
        display: none; }
  .torontotaste #side-bar:after {
    content: none; }

@media all and (max-width: 1000px) and (min-width: 501px) {
  .torontotaste .main-section .small-con.size-large {
    display: block; } }

@media all and (max-width: 1000px) and (min-width: 768px) {
  .torontotaste .main-section .small-con.size-large {
    display: none; }
  .torontotaste .main-section .small-con.size-medium {
    display: block; } }

.torontotaste .page-4351 .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
  bottom: -60px !important;
  text-align: center; }

.delmarc .contact-container .custom-input-fields input::-webkit-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields input::-moz-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields input:-ms-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields input::-ms-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields input::placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields textarea::-webkit-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields textarea::-moz-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields textarea:-ms-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields textarea::-ms-input-placeholder {
  color: white !important; }

.delmarc .contact-container .custom-input-fields textarea::placeholder {
  color: white !important; }

.delmarc .your-subject, .delmarc .country {
  z-index: 1; }

.delmarc .ui.dropdown {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
  font-size: 0.75em;
  height: 2em;
  width: 100%;
  display: block;
  padding: 0;
  line-height: 1;
  border: none !important;
  border-width: 0 !important;
  padding: 0 !important;
  background: none;
  border-radius: 0; }
  .delmarc .ui.dropdown i {
    color: rgba(255, 163, 0, 0.6); }
  .delmarc .ui.dropdown .text {
    font-weight: 600 !important;
    color: white !important;
    opacity: 0.7 !important; }
  .delmarc .ui.dropdown .menu {
    border-color: rgba(255, 163, 0, 0.4) !important;
    z-index: 1; }

.delmarc .content-container .content {
  padding: 0 !important; }

@media screen and (min-width: 768px) {
  .delmarc #logo {
    max-width: 20vw; }
    .delmarc #logo.scroll {
      max-width: 15vw; } }

.delmarc .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
  opacity: 0; }

.delmarc .custom-background .custom-background-image .dimmer {
  opacity: 0.5; }

.delmarc .servicedetail form .wpcf7-form-control-wrap {
  width: 48%;
  margin-top: 3em;
  margin-right: 0; }
  @media screen and (max-width: 567px) {
    .delmarc .servicedetail form .wpcf7-form-control-wrap {
      width: 100%; } }
  .delmarc .servicedetail form .wpcf7-form-control-wrap.address {
    width: 100%; }

.delmarc .servicedetail form .form-title {
  margin-top: 3em;
  font-weight: bold;
  width: 100%; }

.delmarc .servicedetail form input {
  color: black; }

.delmarc .servicedetail form label {
  font-size: 0.9em;
  width: 100%;
  margin-top: 2em;
  display: inline-block; }

.delmarc .servicedetail form .checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .delmarc .servicedetail form .checkboxes .checkbox-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .delmarc .servicedetail form .checkboxes .wpcf7-form-control-wrap {
    width: 100%;
    margin-top: 0.5em;
    border: none !important; }
  .delmarc .servicedetail form .checkboxes .wpcf7-list-item {
    margin-top: 0.5em !important;
    margin-top: 0.75em; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item:first-child {
      margin-top: 0; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item input {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      cursor: pointer;
      margin: 0;
      opacity: 0;
      z-index: 1; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item label, .delmarc .servicedetail form .checkboxes .wpcf7-list-item .wpcf7-list-item-label {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      padding-left: 2em;
      padding-top: 0.17em;
      font-size: 0.7em;
      line-height: 1.5; }
      .delmarc .servicedetail form .checkboxes .wpcf7-list-item label::before, .delmarc .servicedetail form .checkboxes .wpcf7-list-item label::after, .delmarc .servicedetail form .checkboxes .wpcf7-list-item .wpcf7-list-item-label::before, .delmarc .servicedetail form .checkboxes .wpcf7-list-item .wpcf7-list-item-label::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.15em;
        height: 1.15em;
        margin-right: 10px;
        background: transparent;
        -webkit-transition-property: border, opacity;
        -o-transition-property: border, opacity;
        transition-property: border, opacity;
        -webkit-transition-duration: 0.15s;
             -o-transition-duration: 0.15s;
                transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
             -o-transition-timing-function: linear;
                transition-timing-function: linear;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .delmarc .servicedetail form .checkboxes .wpcf7-list-item label::before, .delmarc .servicedetail form .checkboxes .wpcf7-list-item .wpcf7-list-item-label::before {
        border: 1px solid rgba(255, 163, 0, 0.4); }
      .delmarc .servicedetail form .checkboxes .wpcf7-list-item label::after, .delmarc .servicedetail form .checkboxes .wpcf7-list-item .wpcf7-list-item-label::after {
        opacity: 0;
        pointer-events: none;
        background: rgba(255, 163, 0, 0.6);
        border: 1px solid transparent; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item input:checked ~ label:after {
      opacity: 1; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
      opacity: 1; }
    .delmarc .servicedetail form .checkboxes .wpcf7-list-item:hover label::before, .delmarc .servicedetail form .checkboxes .wpcf7-list-item:hover .wpcf7-list-item-label::before {
      border: 1px solid #ffa300; }
  .delmarc .servicedetail form .checkboxes .wpcf7-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.delmarc .servicedetail form .resume {
  margin-top: 1em;
  border: none !important;
  width: 100%; }

.delmarc .servicedetail form input::-webkit-file-upload-button {
  border: none;
  background: #FFA300;
  padding: 0.5em;
  color: white;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  cursor: pointer;
  font-size: 0.9em; }

.delmarc .servicedetail form input:hover::-webkit-file-upload-button {
  background: #ffa300; }

.delmarc .servicedetail form .submit-wrap {
  margin-left: 0; }
  .delmarc .servicedetail form .submit-wrap:before {
    content: none; }
  .delmarc .servicedetail form .submit-wrap input {
    background: #FFA300;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    padding: 1.5em !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .delmarc .servicedetail form .submit-wrap input:hover {
      background: #ffa300;
      color: white; }

#wrapper.tamakwa-site #logo {
  z-index: 900; }

#wrapper.tamakwa-site .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
  background-color: black; }

#wrapper.tamakwa-site .slideshow-title-container .excerpt .text p {
  font-size: 1.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal; }

#wrapper.tamakwa-site .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 4em; }

#wrapper.tamakwa-site input, #wrapper.tamakwa-site .single-buttons, #wrapper.tamakwa-site textarea, #wrapper.tamakwa-site select, #wrapper.tamakwa-site .text {
  font-family: filosofia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px; }

#wrapper.tamakwa-site .body-wrapper .content .text p {
  font-weight: normal; }

#wrapper.tamakwa-site .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
  width: 28%; }
  @media screen and (max-width: 768px) {
    #wrapper.tamakwa-site .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
      width: 42%; } }
  @media screen and (max-width: 567px) {
    #wrapper.tamakwa-site .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
      width: 100%; } }
  #wrapper.tamakwa-site .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:last-child {
    margin-right: 0; }
  #wrapper.tamakwa-site .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items {
    font-size: 1.4em; }

@media screen and (max-width: 567px) {
  #wrapper.tamakwa-site .home .slideshow-backgrounds {
    height: 50vh;
    position: absolute;
    bottom: unset;
    z-index: 1; } }

@media screen and (max-width: 567px) {
  #wrapper.tamakwa-site .home .main-con {
    background: white; } }

#wrapper.tamakwa-site .home .slideshow {
  min-height: 35em; }
  #wrapper.tamakwa-site .home .slideshow .arrow-title {
    background: #00263E;
    padding: 1em;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    #wrapper.tamakwa-site .home .slideshow .arrow-title:after, #wrapper.tamakwa-site .home .slideshow .arrow-title .icon {
      content: none;
      display: none; }
    #wrapper.tamakwa-site .home .slideshow .arrow-title span.text {
      font-size: 1em;
      margin: 0;
      padding: 0 !important;
      color: white;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    #wrapper.tamakwa-site .home .slideshow .arrow-title:hover {
      background: white;
      font-weight: 800; }
      #wrapper.tamakwa-site .home .slideshow .arrow-title:hover span.text {
        color: #00263E !important; }
  @media screen and (max-width: 567px) {
    #wrapper.tamakwa-site .home .slideshow {
      height: -webkit-calc(50vh + 85px);
      height: calc(50vh + 85px);
      min-height: unset;
      padding-top: -webkit-calc(50vh - 85px);
      padding-top: calc(50vh - 85px);
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      font-size: 0.9em; }
      #wrapper.tamakwa-site .home .slideshow .arrow-title {
        margin-top: 1em; }
      #wrapper.tamakwa-site .home .slideshow .text {
        color: black; }
      #wrapper.tamakwa-site .home .slideshow .main-title {
        height: 85px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 10px; }
        #wrapper.tamakwa-site .home .slideshow .main-title .text {
          color: white; }
      #wrapper.tamakwa-site .home .slideshow .pagination-container {
        bottom: 1em;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); }
        #wrapper.tamakwa-site .home .slideshow .pagination-container .arrow path {
          fill: #00263E !important; }
        #wrapper.tamakwa-site .home .slideshow .pagination-container .pagination-bullet:before {
          background: #00263E; }
        #wrapper.tamakwa-site .home .slideshow .pagination-container .pagination-bullet:after {
          border-color: #00263E; }
      #wrapper.tamakwa-site .home .slideshow .slideshow-title-container {
        margin-top: 0;
        margin-bottom: auto;
        padding-bottom: 2em; } }
  @media screen and (max-width: 320px) {
    #wrapper.tamakwa-site .home .slideshow {
      font-size: 0.8em; } }

#wrapper.tamakwa-site #instafeedplugin #sbi_images .sbi_item {
  width: 17vw !important;
  height: 13em; }
  @media screen and (max-width: 1120px) {
    #wrapper.tamakwa-site #instafeedplugin #sbi_images .sbi_item {
      width: 27vw !important;
      height: 13em; } }
  @media screen and (max-width: 768px) {
    #wrapper.tamakwa-site #instafeedplugin #sbi_images .sbi_item {
      width: 41vw !important;
      height: 11em; } }

#wrapper.tamakwa-site #footer {
  padding-top: 0.9em; }
  #wrapper.tamakwa-site #footer .mid-container {
    margin-top: 1em; }
  #wrapper.tamakwa-site #footer .bottom-container {
    margin-top: 1em; }
  #wrapper.tamakwa-site #footer .terms-container {
    display: none; }

#wrapper.tamakwa-site #menu {
  width: 29em; }
  #wrapper.tamakwa-site #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
    font-size: 1.2em; }

@media screen and (max-width: 768px) {
  #wrapper.tamakwa-site #menu-button {
    padding: 1em !important; } }

#wrapper.tamakwa-site .servicedetail .content-container {
  width: 70%; }
  @media screen and (max-width: 768px) {
    #wrapper.tamakwa-site .servicedetail .content-container {
      width: 90%; } }

#wrapper.tamakwa-site .main-title, #wrapper.tamakwa-site h1, #wrapper.tamakwa-site h1.text, #wrapper.tamakwa-site .top-title .text, #wrapper.tamakwa-site .main-title .text {
  font-family: p22-franklin-caslon, sans-serif;
  font-weight: 400;
  font-style: normal; }

#footer {
  background: #000000;
  padding-top: 3.9em;
  padding-bottom: 1.25em;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    #footer {
      padding-top: 2em; } }
  #footer .footer-container {
    width: 90%;
    margin: auto; }
    #footer .footer-container .logo-container {
      display: block;
      width: 13.5%;
      margin: auto; }
      #footer .footer-container .logo-container img {
        margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #footer .footer-container .logo-container {
          width: 35%; } }
    #footer .footer-container .mid-container {
      margin-top: 4.6em; }
      @media screen and (max-width: 768px) {
        #footer .footer-container .mid-container {
          margin-top: 1em; } }
      #footer .footer-container .mid-container .links-container {
        float: left;
        width: 33.33%; }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .links-container {
            float: none;
            width: 100%;
            text-align: center; } }
        #footer .footer-container .mid-container .links-container .single-link {
          display: inline-block;
          color: rgba(255, 255, 255, 0.3);
          margin-right: 7.5%; }
          @media screen and (max-width: 768px) {
            #footer .footer-container .mid-container .links-container .single-link {
              margin-right: 2.5%; } }
          #footer .footer-container .mid-container .links-container .single-link .text {
            font-size: 0.75em;
            text-transform: uppercase; }
          #footer .footer-container .mid-container .links-container .single-link:last-child {
            margin-right: 0; }
          #footer .footer-container .mid-container .links-container .single-link:hover {
            color: #FFA300; }
      #footer .footer-container .mid-container .social-container {
        float: left;
        width: 33.33%;
        text-align: center;
        margin-right: 8.33%; }
        #footer .footer-container .mid-container .social-container.centered {
          margin: 0 auto;
          float: none; }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .social-container {
            float: none;
            width: 100%;
            margin-right: 0;
            margin-top: 2em; } }
        #footer .footer-container .mid-container .social-container .single-social {
          vertical-align: middle;
          height: 1em;
          width: 1em;
          display: inline-block;
          margin-right: 10%; }
          #footer .footer-container .mid-container .social-container .single-social:last-child {
            margin-right: 0; }
          #footer .footer-container .mid-container .social-container .single-social svg path, #footer .footer-container .mid-container .social-container .single-social svg polygon, #footer .footer-container .mid-container .social-container .single-social svg circle {
            fill: white;
            -webkit-transition-property: fill;
            -o-transition-property: fill;
            transition-property: fill;
            -webkit-transition-duration: 0.15s;
                 -o-transition-duration: 0.15s;
                    transition-duration: 0.15s;
            -webkit-transition-timing-function: linear;
                 -o-transition-timing-function: linear;
                    transition-timing-function: linear; }
          #footer .footer-container .mid-container .social-container .single-social:hover svg path, #footer .footer-container .mid-container .social-container .single-social:hover svg polygon, #footer .footer-container .mid-container .social-container .single-social:hover svg circle {
            fill: #FFA300; }
      #footer .footer-container .mid-container .input-container {
        float: left;
        width: 25%; }
        #footer .footer-container .mid-container .input-container input[type="text"] {
          font-family: 'Montserrat', sans-serif;
          line-height: 1;
          border-radius: 0;
          font-weight: 300;
          font-size: 0.75em;
          color: white;
          background: transparent;
          border: none;
          border-bottom: 1px solid rgba(0, 174, 239, 0.25);
          width: 100%;
          padding-bottom: 1.63em; }
          #footer .footer-container .mid-container .input-container input[type="text"]::-webkit-input-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]::-moz-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]:-ms-input-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
          #footer .footer-container .mid-container .input-container input[type="text"]:-moz-placeholder {
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.3); }
        @media screen and (max-width: 768px) {
          #footer .footer-container .mid-container .input-container {
            float: none;
            width: 100%;
            margin-top: 2em; } }
        #footer .footer-container .mid-container .input-container input {
          padding-right: 2.5em; }
        #footer .footer-container .mid-container .input-container svg {
          cursor: pointer;
          position: absolute;
          top: 0.4em;
          right: 0;
          width: 1.4em;
          height: auto; }
          #footer .footer-container .mid-container .input-container svg path {
            fill: #FFA300; }
    #footer .footer-container .bottom-container {
      text-transform: uppercase;
      text-align: center;
      margin-top: 2.5em; }
      #footer .footer-container .bottom-container .copyright-container .text {
        font-size: 0.75em;
        color: rgba(255, 255, 255, 0.3); }
      #footer .footer-container .bottom-container .terms-container {
        margin-top: 0.5em; }
        #footer .footer-container .bottom-container .terms-container a {
          font-size: 0.7em;
          color: white; }
          #footer .footer-container .bottom-container .terms-container a:hover {
            color: #FFA300; }
        #footer .footer-container .bottom-container .terms-container span {
          font-size: 0.7em; }

.lb-outerContainer {
  width: 100% !important;
  position: fixed !important;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5) !important; }
  .lb-outerContainer img.lb-image {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh !important;
    border: 0px !important;
    margin: 0 auto; }

.lb-nav a {
  opacity: 1 !important; }

.lb-number {
  display: none !important; }

.lb-dataContainer {
  position: fixed !important;
  top: 50px !important;
  right: 50px; }

.lb-loader {
  position: fixed !important;
  top: 48%; }

#header-bar {
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 900;
  width: 100%; }
  #header-bar .background-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.45s;
         -o-transition-duration: 0.45s;
            transition-duration: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
         -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
            transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    background: #00263E; }
  @media screen and (max-width: 768px) {
    #header-bar {
      height: 4em; } }
  @media screen and (max-height: 414px) {
    #header-bar {
      height: 49px; } }
  @media screen and (max-width: 567px) {
    #header-bar {
      height: 49px; } }
  #header-bar.scroll .background-bar {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

#logo {
  position: fixed;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  left: 5%;
  top: 2em;
  width: auto;
  height: 7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  max-width: 15vw;
  -webkit-transition: all 0.35s ease-out !important;
  -o-transition: all 0.35s ease-out !important;
  transition: all 0.35s ease-out !important; }
  @media screen and (max-width: 1120px) {
    #logo {
      max-width: 20vw; } }
  @media screen and (max-width: 768px) {
    #logo {
      -webkit-transform: translateY(2em);
          -ms-transform: translateY(2em);
              transform: translateY(2em);
      max-width: 13em;
      height: 4em; } }
  @media screen and (max-height: 414px) {
    #logo {
      height: 49px !important;
      padding: 0.5em 0; } }
  @media screen and (max-width: 567px) {
    #logo {
      padding: 0.5em 0;
      left: 5%;
      top: 0;
      height: 49px !important;
      max-width: 10em; } }
  #logo.scroll {
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em);
    padding: 0.5em 0;
    height: 5em;
    max-width: 11vw;
    margin-top: 0 !important;
    top: 0; }
    @media screen and (max-width: 1120px) {
      #logo.scroll {
        max-width: 15vw; } }
    @media screen and (max-width: 768px) {
      #logo.scroll {
        -webkit-transform: translateY(1em);
            -ms-transform: translateY(1em);
                transform: translateY(1em);
        max-width: 10em;
        height: 4em; } }
  #logo svg {
    width: auto; }
    @media screen and (min-width: 768px) {
      #logo svg {
        max-width: 100%; } }
    #logo svg path {
      -webkit-transition-property: fill;
      -o-transition-property: fill;
      transition-property: fill;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
  #logo:hover svg path:nth-child(-n+5) {
    fill: #FFA300; }

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 40em;
  height: 100%;
  z-index: 998;
  -webkit-perspective: 100em;
          perspective: 100em;
  visibility: hidden; }
  @media screen and (max-width: 1120px) {
    #menu {
      width: 37em; } }
  @media screen and (max-width: 768px) {
    #menu {
      width: 100%;
      max-width: 100%; } }
  #menu .menu-background-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #menu .menu-background-container .menu-background-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #menu .menu-background-container .menu-background-wrapper .menu-background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: bottom right;
        background-repeat: no-repeat; }
  #menu .menu-items-line {
    height: 100%;
    width: 6.15%;
    position: absolute;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    top: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center; }
    @media screen and (max-width: 768px) {
      #menu .menu-items-line {
        width: -webkit-calc(5% + 0.75em);
        width: calc(5% + 0.75em); } }
  #menu .menu-items-container {
    height: 100%;
    padding-left: 6.15%;
    padding-right: 6.15%;
    overflow-y: auto; }
    @media screen and (max-width: 768px) {
      #menu .menu-items-container {
        padding-left: -webkit-calc(5% + 0.75em);
        padding-left: calc(5% + 0.75em); } }
    #menu .menu-items-container .menu-items-wrapper {
      min-height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #menu .menu-items-container .menu-items-wrapper .menu-items {
        padding: 0;
        margin: 0;
        list-style: none;
        padding: 3em 0;
        min-width: 100%;
        max-width: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #menu .menu-items-container .menu-items-wrapper .menu-items {
            padding: 5em 0 1em; } }
        #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
          padding-left: 7.04%;
          padding-top: 0.9em;
          padding-bottom: 0.9em;
          display: inline-block;
          color: rgba(255, 255, 255, 0.6);
          -webkit-transition-property: color;
          -o-transition-property: color;
          transition-property: color;
          -webkit-transition-duration: 0.15s;
               -o-transition-duration: 0.15s;
                  transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
               -o-transition-timing-function: linear;
                  transition-timing-function: linear;
          font-weight: 200; }
          @media screen and (max-width: 768px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              padding-left: -webkit-calc(5.55% + 0.75em);
              padding-left: calc(5.55% + 0.75em);
              padding-top: 0.75em;
              padding-bottom: 0.75em;
              color: white; } }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.26);
            width: 2em;
            -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                    transform: scaleX(0);
            -webkit-transform-origin: center left;
                -ms-transform-origin: center left;
                    transform-origin: center left;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            -o-transition-property: transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.35s;
                 -o-transition-duration: 0.35s;
                    transition-duration: 0.35s;
            -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                 -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link .text {
            font-size: 1em;
            text-transform: uppercase; }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:hover {
            color: white; }
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:hover:before {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1); }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link.active {
            color: #FFA300;
            font-weight: 600;
            cursor: default; }
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link.active:before {
              -webkit-transform: scaleX(1);
                  -ms-transform: scaleX(1);
                      transform: scaleX(1); }

#header-icons {
  position: fixed;
  z-index: 99999;
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);
  right: 5%;
  height: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.45s;
       -o-transition-duration: 0.45s;
          transition-duration: 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
       -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  #header-icons:not(.noselect) {
    height: 5em; }
  @media screen and (max-width: 768px) {
    #header-icons {
      height: 4em;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  @media screen and (max-height: 414px) {
    #header-icons {
      height: 49px !important; } }
  @media screen and (max-width: 567px) {
    #header-icons {
      height: 49px !important;
      right: 0; } }
  #header-icons.scroll {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  #header-icons.horizontal-menu ul.horizontal-menu-items {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item {
      margin-right: 1em; }
      #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item .text {
        padding: .5em .5em;
        background: none;
        color: white;
        -webkit-transform: transitionLinear(color);
            -ms-transform: transitionLinear(color);
                transform: transitionLinear(color);
        -webkit-transition-duration: .2s;
             -o-transition-duration: .2s;
                transition-duration: .2s; }
        #header-icons.horizontal-menu ul.horizontal-menu-items li.horizontal-menu-item .text:hover {
          color: #f5e28f;
          -webkit-transform: transitionLinear(color);
              -ms-transform: transitionLinear(color);
                  transform: transitionLinear(color);
          -webkit-transition-duration: .2s;
               -o-transition-duration: .2s;
                  transition-duration: .2s; }
    #header-icons.horizontal-menu ul.horizontal-menu-items .cta-item .text {
      margin-left: .5em;
      color: white;
      padding: .5em 1em;
      background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
      background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
      background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
      background-size: 250% 100%;
      background-position: 0;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      border-radius: 5px; }
    #header-icons.horizontal-menu ul.horizontal-menu-items .cta-item:hover .text {
      background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
      background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
      background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
      background-size: 250% 100%;
      background-position: 100%; }
  #header-icons .wpml-ls-legacy-list-horizontal {
    padding: 0; }
    #header-icons .wpml-ls-legacy-list-horizontal a {
      color: white;
      font-size: 0.5em; }
  #header-icons .single-buttons {
    display: inline-block; }
    #header-icons .single-buttons .header-menu .header-menu-items {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  #header-icons .single-header-icon {
    width: 1em;
    height: 1em;
    cursor: pointer;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5em; }
    @media screen and (max-width: 768px) {
      #header-icons .single-header-icon {
        padding: 1em 0.5em;
        margin-right: 0.45em; } }
    #header-icons .single-header-icon .text {
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
    #header-icons .single-header-icon svg path {
      -webkit-transition-property: fill;
      -o-transition-property: fill;
      transition-property: fill;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #header-icons .single-header-icon#menu-button {
        left: -3em; } }
    #header-icons .single-header-icon#menu-button .menu-button-icons {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        #header-icons .single-header-icon#menu-button .menu-button-icons {
          width: 25px;
          top: -64px; } }
      #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%; }
        #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.hamburger svg path {
          -webkit-transition-delay: 0.15s;
               -o-transition-delay: 0.15s;
                  transition-delay: 0.15s;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
               -o-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
               -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: center left;
              -ms-transform-origin: center left;
                  transform-origin: center left; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.close svg {
            display: none; } }
        #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon.close svg path {
          -webkit-transition-delay: 0s;
               -o-transition-delay: 0s;
                  transition-delay: 0s;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
               -o-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
               -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
                  transform-origin: center center; }
    #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon .menu-line, #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon svg path {
      -webkit-transition: -webkit-transform 0.35s ease;
      transition: -webkit-transform 0.35s ease;
      -o-transition: transform 0.35s ease;
      transition: transform 0.35s ease;
      transition: transform 0.35s ease, -webkit-transform 0.35s ease;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; }
    #header-icons .single-header-icon#menu-button.active .menu-button-icons .single-menu-button-icon.close svg path {
      -webkit-transition-delay: 0.15s;
           -o-transition-delay: 0.15s;
              transition-delay: 0.15s;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
    #header-icons .single-header-icon#language-select-button {
      width: auto;
      display: none; }
      #header-icons .single-header-icon#language-select-button .language-select-button-icons {
        width: 100%;
        height: 100%; }
        #header-icons .single-header-icon#language-select-button .language-select-button-icons span {
          display: inline-block;
          vertical-align: middle; }
          #header-icons .single-header-icon#language-select-button .language-select-button-icons span.language-text {
            margin-right: 0.5em;
            font-size: 0.82em; }
          #header-icons .single-header-icon#language-select-button .language-select-button-icons span.down-icon {
            width: 0.75em;
            height: 100%; }
    #header-icons .single-header-icon:hover .text {
      color: #FFA300; }
    #header-icons .single-header-icon:hover svg path {
      fill: #FFA300; }

@media screen and (min-width: 768px) {
  .vanguard#wrapper #logo:not(.scroll) {
    height: 5em;
    top: 2.5em; } }

@media screen and (max-width: 567px) {
  .vanguard#wrapper #logo:not(.scroll) {
    max-width: 10em; } }

@media screen and (max-width: 567px) {
  .vanguard#wrapper #logo {
    height: 56px !important;
    top: -4px; } }

.vanguard#wrapper .bottom-container {
  right: 0 !important; }

.vanguard#wrapper .go-down-container .title {
  padding: 1em;
  background: #FFA300;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .vanguard#wrapper .go-down-container .title:hover {
    background: black; }

.vanguard#wrapper .home .sub-section {
  background: black; }

.vanguard#wrapper .submit input:hover {
  background: WHITE; }

.vanguard#wrapper #header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 4em;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .vanguard#wrapper #header-icons .single-header-icon {
    margin: 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .vanguard#wrapper #header-icons #menu-button {
    padding: 0;
    margin-left: 1.5em; }
    @media screen and (max-width: 567px) {
      .vanguard#wrapper #header-icons #menu-button {
        margin-left: 1em;
        margin-right: 1em; } }
  .vanguard#wrapper #header-icons svg {
    width: 1em;
    height: 1em; }
  .vanguard#wrapper #header-icons .single-buttons {
    height: 100%; }
  .vanguard#wrapper #header-icons.scroll {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: 5em; }
    @media screen and (max-width: 768px) {
      .vanguard#wrapper #header-icons.scroll {
        height: 4em; } }
    .vanguard#wrapper #header-icons.scroll .single-buttons {
      height: 100%; }
    .vanguard#wrapper #header-icons.scroll .single-header-icon {
      height: 100%; }
  .vanguard#wrapper #header-icons .hamburger {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: inherit !important; }
  .vanguard#wrapper #header-icons .single-menu-button-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
  .vanguard#wrapper #header-icons .menu-button-icons {
    display: block !important; }
  .vanguard#wrapper #header-icons #user-button, .vanguard#wrapper #header-icons #buy-tickets {
    height: 100%;
    width: auto;
    background: #FFA300;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .vanguard#wrapper #header-icons #user-button .user-button-icon, .vanguard#wrapper #header-icons #buy-tickets .user-button-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: white;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
      .vanguard#wrapper #header-icons #user-button .user-button-icon svg, .vanguard#wrapper #header-icons #buy-tickets .user-button-icon svg {
        width: 1em;
        margin-right: 0.5em; }
    .vanguard#wrapper #header-icons #user-button:hover, .vanguard#wrapper #header-icons #buy-tickets:hover {
      background: black; }
      .vanguard#wrapper #header-icons #user-button:hover .user-button-icon, .vanguard#wrapper #header-icons #buy-tickets:hover .user-button-icon {
        color: #FFA300; }

#header-icons.cgl-header {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100vh;
  top: 0px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  right: 0%;
  width: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #header-icons.cgl-header #menu-button {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    background-color: #f14f1e !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 75px; }
    #header-icons.cgl-header #menu-button .menu-button-icons .close {
      width: 50%;
      margin: 0 auto;
      left: 25%;
      top: 25%; }
    #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .menu-line {
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        -o-transition: transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease; }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .line-one {
        width: 1px;
        height: 50%;
        background-color: rgba(255, 255, 255, 0.7); }
      #header-icons.cgl-header #menu-button .menu-button-icons .open-hamburger .line-two {
        width: 2px;
        height: 33%;
        background-color: white;
        margin-left: 0.5em;
        top: 5.8px; }

#menu.cgl-menu {
  top: -webkit-calc(50% - 75px / 2);
  top: calc(50% - 75px / 2); }
  #menu.cgl-menu .menu-items-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

.claxton-menu .menu-background-container, .claxton-menu .menu-items-container {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left; }

.header-menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.hamburger.rotate .front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
  .hamburger.rotate .front .layer {
    width: 100% !important;
    background: white;
    min-height: 1.1px;
    height: 0.02em;
    display: block;
    margin: 4px 0;
    -webkit-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
    -webkit-transition-duration: 0.15s;
         -o-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear; }

.backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .backgrounds .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1; }
  .backgrounds .dimmer-grey {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 163, 0, 0.85); }

.background {
  width: 100%;
  height: 100%; }
  .background.size-large, .background.size-medium, .background.size-desktop, .background.size-small {
    display: none; }
  .background .bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  .background .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: auto;
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media all and (max-width: 500px) {
  .size-large .background, .size-large .menu-background, .size-large .image, .size-large .img, .size-medium .background, .size-medium .menu-background, .size-medium .image, .size-medium .img, .size-desktop .background, .size-desktop .menu-background, .size-desktop .image, .size-desktop .img {
    background: none !important; }
  .size-small {
    display: block !important; } }

@media all and (max-width: 1000px) and (min-width: 501px) {
  #wrapper:not(.torontotaste) .size-large .background, #wrapper:not(.torontotaste) .size-large .menu-background, #wrapper:not(.torontotaste) .size-large .image, #wrapper:not(.torontotaste) .size-large .img, #wrapper:not(.torontotaste) .size-small .background, #wrapper:not(.torontotaste) .size-small .menu-background, #wrapper:not(.torontotaste) .size-small .image, #wrapper:not(.torontotaste) .size-small .img {
    background: none !important; }
  #wrapper:not(.torontotaste) .size-medium, #wrapper:not(.torontotaste) .size-desktop {
    display: block !important; }
  #wrapper.torontotaste .background:not(.small-con).size-large .background, #wrapper.torontotaste .background:not(.small-con).size-large .menu-background, #wrapper.torontotaste .background:not(.small-con).size-large .image, #wrapper.torontotaste .background:not(.small-con).size-large .img, #wrapper.torontotaste .background:not(.small-con).size-small .background, #wrapper.torontotaste .background:not(.small-con).size-small .menu-background, #wrapper.torontotaste .background:not(.small-con).size-small .image, #wrapper.torontotaste .background:not(.small-con).size-small .img {
    background: none !important; }
  #wrapper.torontotaste .background:not(.small-con).size-medium, #wrapper.torontotaste .background:not(.small-con).size-desktop {
    display: block !important; } }

@media all and (min-width: 1001px) {
  .size-small .background, .size-small .menu-background, .size-small .image, .size-small .img, .size-medium .background, .size-medium .menu-background, .size-medium .image, .size-medium .img {
    background: none !important; }
  .size-large, .size-desktop {
    display: block !important; } }

.grid-box {
  width: 100%;
  display: block;
  -webkit-perspective: 55em;
          perspective: 55em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%; }
  .grid-box * {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .grid-box .dummy {
    padding-top: 65%; }
  .grid-box .grid-box-container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .grid-box .grid-box-container-wrapper .grid-box-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-wrapper-background {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, right top, from(#FFA300), to(transparent)) !important;
          background: -o-linear-gradient(left, #FFA300, transparent) !important;
          background: linear-gradient(to right, #FFA300, transparent) !important; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner {
          top: 1px;
          left: 1px;
          right: 1px;
          bottom: 1px;
          position: absolute;
          background: #00263E; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image {
            width: 100%;
            height: 100%; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .image {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: rgba(41, 31, 15, 0.7);
              -webkit-transition-property: background;
              -o-transition-property: background;
              transition-property: background;
              -webkit-transition-duration: 0.35s;
                   -o-transition-duration: 0.35s;
                      transition-duration: 0.35s;
              -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                   -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                      transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .grid-box .grid-box-container-wrapper .grid-box-container .rectangle {
        width: 36.6%;
        height: 11.5%;
        background: #FFA300;
        position: absolute;
        top: 8%;
        right: -8%;
        opacity: 0.1;
        -webkit-transform: translateZ(1.5em);
                transform: translateZ(1.5em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .top-vert-line {
        position: absolute;
        top: -5%;
        right: 4%;
        height: 15%;
        width: 1px;
        background: #E0E1E3;
        -webkit-transform: translateZ(0.5em);
                transform: translateZ(0.5em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .top-small-square {
        position: absolute;
        top: -5%;
        right: 2%;
        background: #E0E1E3;
        width: 0.85%;
        padding-top: 0.85%;
        -webkit-transform: translateZ(1em);
                transform: translateZ(1em); }
      .grid-box .grid-box-container-wrapper .grid-box-container .bottom-small-line {
        bottom: 0;
        right: 0;
        width: 4%;
        height: 1px;
        background: #E0E1E3;
        position: absolute; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
                transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
        padding: 0 15%;
        opacity: 0.7;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
          font-size: 1.1em;
          color: white;
          font-weight: bold; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text.long-title {
            font-size: 0.9em; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .date {
          margin-top: 0.75em;
          font-weight: 300;
          color: white;
          font-size: 0.8em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .date .slash {
            color: #FFA300; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(150%) translateZ(0.5em);
                transform: translateY(-50%) translateX(150%) translateZ(0.5em);
        opacity: 0;
        right: 0;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        -o-transition-property: transform, opacity;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
          content: '';
          position: absolute;
          bottom: -50%;
          left: -20%;
          height: 1px;
          width: 140%;
          background: #FFA300;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: center left;
              -ms-transform-origin: center left;
                  transform-origin: center left;
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
               -o-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
               -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span {
          display: inline-block;
          vertical-align: bottom; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.text {
            font-weight: 600;
            color: white;
            font-size: 0.725em;
            margin-right: 0.5em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.icon {
            width: 1em;
            height: 1em; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title span.icon svg path {
              fill: #FFA300; }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle {
          color: white;
          bottom: 0;
          left: auto;
          right: auto;
          width: 90%;
          font-size: .9em;
          pointer-events: none; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle:before {
            display: none; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle .grid-box-subtitle {
            top: 90%;
            font-weight: 500;
            bottom: 0;
            text-align: left; }
            @media screen and (min-width: 768px) {
              .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-link-title.down-subtitle .grid-box-subtitle {
                right: 65%; } }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-image .dimmer {
    background: rgba(41, 31, 15, 0.3); }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
    -webkit-transform: translateY(-50%) translateX(75%) translateZ(0.5em);
            transform: translateY(-50%) translateX(75%) translateZ(0.5em);
    opacity: 1;
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s; }
    @media screen and (max-width: 768px) {
      .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title {
        -webkit-transform: translateY(-50%) translateX(10%) translateZ(0.5em);
                transform: translateY(-50%) translateX(10%) translateZ(0.5em); } }
    .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-link-title:before {
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-title {
    opacity: 0.99;
    -webkit-transform: translateX(-25%) translateY(-50%) translateZ(0.5em);
            transform: translateX(-25%) translateY(-50%) translateZ(0.5em); }
    @media screen and (max-width: 768px) {
      .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-title {
        -webkit-transform: translateX(-20%) translateY(-50%) translateZ(0.5em);
                transform: translateX(-20%) translateY(-50%) translateZ(0.5em); } }

.pagination-container {
  border-bottom: 1px solid #FFA300;
  z-index: 99;
  white-space: nowrap; }
  .pagination-container .arrow {
    width: 1em;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    width: 1.14em;
    z-index: 5;
    padding-top: 1em;
    padding-bottom: 0.7em;
    -webkit-box-sizing: initial;
            box-sizing: initial; }
    .pagination-container .arrow svg {
      height: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .pagination-container .arrow svg path {
        fill: white !important; }
    .pagination-container .arrow.left-arrow {
      padding-right: 1em; }
      .pagination-container .arrow.left-arrow svg {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .pagination-container .arrow.left-arrow:hover svg {
        -webkit-transform: rotateY(180deg) translateX(35%);
                transform: rotateY(180deg) translateX(35%); }
    .pagination-container .arrow.right-arrow {
      padding-left: 1em; }
      .pagination-container .arrow.right-arrow svg {
        -webkit-transform: rotateY(0.1deg);
                transform: rotateY(0.1deg); }
      .pagination-container .arrow.right-arrow:hover svg {
        -webkit-transform: translateX(35%);
            -ms-transform: translateX(35%);
                transform: translateX(35%); }
    .pagination-container .arrow.swiper-button-disabled {
      opacity: 0.35;
      cursor: default; }
      .pagination-container .arrow.swiper-button-disabled.left-arrow svg {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
      .pagination-container .arrow.swiper-button-disabled.right-arrow svg {
        -webkit-transform: rotateY(0.1deg);
                transform: rotateY(0.1deg); }
  .pagination-container .pagination-wrapper {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 0.7em; }
    .pagination-container .pagination-wrapper .pagination {
      position: initial;
      text-align: initial;
      -webkit-transition: initial;
      -o-transition: initial;
      transition: initial;
      -webkit-transform: initial;
          -ms-transform: initial;
              transform: initial;
      z-index: initial;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      height: 2em;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .pagination-container .pagination-wrapper .pagination .pagination-bullet {
        width: 1px;
        height: 100%;
        display: block;
        border-radius: 0;
        border: initial;
        opacity: 1;
        padding: 0em 0.9em;
        background: transparent; }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
          content: '';
          height: 100%;
          background: white;
          width: 1px;
          position: absolute;
          top: 0;
          -webkit-transform-origin: center bottom;
              -ms-transform-origin: center bottom;
                  transform-origin: center bottom;
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0);
          -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          -o-transition-property: transform;
          transition-property: transform;
          transition-property: transform, -webkit-transform;
          -webkit-transition-duration: 0.35s;
               -o-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
               -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
          content: '';
          position: absolute;
          width: 3px;
          height: 3px;
          bottom: 0;
          margin-left: -2px;
          border-radius: 100%;
          border: 1px solid white;
          -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.35s;
               -o-transition-duration: 0.35s;
                  transition-duration: 0.35s;
          -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
               -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:before, .pagination-container .pagination-wrapper .pagination .pagination-bullet.active:before {
          -webkit-transform: scaleY(1);
              -ms-transform: scaleY(1);
                  transform: scaleY(1); }
        .pagination-container .pagination-wrapper .pagination .pagination-bullet.swiper-pagination-bullet-active:after, .pagination-container .pagination-wrapper .pagination .pagination-bullet.active:after {
          opacity: 0; }

.go-down-container {
  z-index: 100;
  position: absolute;
  bottom: -1.93em;
  min-width: 10em;
  text-align: center;
  color: white;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 100; }
  .go-down-container .title .text {
    font-weight: 300;
    font-size: 0.75em;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 567px) {
      .go-down-container .title .text {
        font-size: 0.8em !important; } }
  .go-down-container .line-container {
    height: 3.86em;
    width: 100%;
    margin-top: 2em; }
    @media screen and (max-width: 567px) {
      .go-down-container .line-container {
        margin-top: 1em; } }
    .go-down-container .line-container .line {
      height: 100%;
      width: 1px;
      background: #FFA300;
      margin: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .go-down-container:hover {
    color: #FFA300; }
    .go-down-container:hover .line-container .line {
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%); }

.go-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black; }

.video-module {
  width: 48em;
  margin: auto;
  -webkit-perspective: 55em;
          perspective: 55em; }
  .video-module * {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  @media screen and (max-width: 1120px) {
    .video-module {
      width: 68.5%; } }
  @media screen and (max-width: 768px) {
    .video-module {
      width: 80%; } }
  .video-module .video-container {
    width: 100%; }
    .video-module .video-container .dummy {
      padding-top: 56.25%; }
    .video-module .video-container .video-wrapper-3 {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .video-module .video-container .video-wrapper-3 .video-wrapper-2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          border: 1px solid rgba(255, 255, 255, 0.26);
          background: #00263E; }
          .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: black; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file video {
              width: 100%;
              height: 100%; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video {
              visibility: hidden;
              width: 1.25em;
              position: absolute;
              top: 0em;
              right: 0em;
              padding: 0.5em;
              -webkit-box-sizing: initial;
                      box-sizing: initial;
              cursor: pointer;
              -webkit-transform: translateZ(0.1em);
                      transform: translateZ(0.1em); }
              .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video svg {
                -webkit-transition-property: -webkit-transform;
                transition-property: -webkit-transform;
                -o-transition-property: transform;
                transition-property: transform;
                transition-property: transform, -webkit-transform;
                -webkit-transition-duration: 0.35s;
                     -o-transition-duration: 0.35s;
                        transition-duration: 0.35s;
                -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                     -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                        transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
                .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video svg path {
                  fill: white;
                  -webkit-transition-property: fill;
                  -o-transition-property: fill;
                  transition-property: fill;
                  -webkit-transition-duration: 0.35s;
                       -o-transition-duration: 0.35s;
                          transition-duration: 0.35s;
                  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
              .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video:hover svg {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1); }
                .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-file .close-video:hover svg path {
                  fill: #FFA300; }
          .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: black; }
            .video-module .video-container .video-wrapper-3 .video-wrapper-2 .video-wrapper-1 .video-image img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
    .video-module .video-container .video-elements {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .video-module .video-container .video-elements .numbers {
        position: absolute;
        top: 18%;
        left: 101.35%;
        width: auto;
        height: 12.5%; }
      .video-module .video-container .video-elements .border-dots {
        position: absolute;
        width: auto;
        height: 15%; }
        .video-module .video-container .video-elements .border-dots.top-left-corner {
          top: 1%;
          right: 101.5%; }
        .video-module .video-container .video-elements .border-dots.top-right-corner {
          top: 1%;
          left: 101.5%; }
        .video-module .video-container .video-elements .border-dots.bottom-left-corner {
          bottom: 1%;
          right: 101.5%; }
        .video-module .video-container .video-elements .border-dots.bottom-right-corner {
          bottom: 1%;
          left: 101.5%; }
      .video-module .video-container .video-elements .corner {
        position: absolute;
        width: 3.8%; }
        .video-module .video-container .video-elements .corner.top-left-corner {
          top: -0.15em;
          left: -0.15em; }
        .video-module .video-container .video-elements .corner.top-right-corner {
          top: -0.15em;
          right: -0.15em; }
        .video-module .video-container .video-elements .corner.bottom-left-corner {
          bottom: -0.15em;
          left: -0.15em; }
        .video-module .video-container .video-elements .corner.bottom-right-corner {
          bottom: -0.15em;
          right: -0.15em; }
      .video-module .video-container .video-elements .dots-line {
        position: absolute; }
        .video-module .video-container .video-elements .dots-line.top-dots-line {
          top: 6%;
          left: 50%;
          height: 27.5%;
          width: auto;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .video-module .video-container .video-elements .dots-line.bottom-dots-line {
          bottom: 6%;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          height: 27.5%;
          width: auto; }
        .video-module .video-container .video-elements .dots-line.left-dots-line {
          width: 38%;
          height: auto;
          top: 50%;
          left: 4.22%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .video-module .video-container .video-elements .dots-line.right-dots-line {
          width: 38%;
          height: auto;
          top: 50%;
          right: 4.22%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .video-module .video-container .video-elements .circles {
        position: absolute;
        top: 38%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 4.68em; }
      .video-module .video-container .video-elements .big-circle {
        position: absolute;
        bottom: 37%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0.45em; }
      .video-module .video-container .video-elements .title {
        position: absolute;
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateZ(1.25em) translateY(0.25em);
                transform: translateX(-50%) translateZ(1.25em) translateY(0.25em); }
        .video-module .video-container .video-elements .title .text {
          font-size: 0.32em;
          color: #E1E2E4;
          text-transform: uppercase;
          font-weight: 600; }

@-webkit-keyframes bars-direction {
  0% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  25% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  50% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  75% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
  100% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; } }

@keyframes bars-direction {
  0% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  25% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  50% {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  75% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  100% {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
      .video-module .video-container .video-elements .right-bars {
        left: 105%;
        top: 2.5%;
        height: 95%;
        width: 1em;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-animation: 3s bars-direction infinite step-end;
                animation: 3s bars-direction infinite step-end;
        -webkit-transform: translateZ(0.5em);
                transform: translateZ(0.5em); }

@-webkit-keyframes top-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@keyframes top-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@-webkit-keyframes bottom-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }

@keyframes bottom-video-bar {
  0% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  25% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  50% {
    height: 10%;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  75% {
    height: 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    height: 10%; } }
        .video-module .video-container .video-elements .right-bars .bar {
          height: 50%;
          width: -webkit-calc(100% - 2px);
          width: calc(100% - 2px);
          margin-left: 1px;
          background: #FFA300;
          height: 10%; }
          .video-module .video-container .video-elements .right-bars .bar.top {
            margin-bottom: 1px;
            opacity: 0.2;
            -webkit-animation-name: top-video-bar;
                    animation-name: top-video-bar;
            -webkit-animation-duration: 3s;
                    animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-timing-function: step-end;
                    animation-timing-function: step-end; }
          .video-module .video-container .video-elements .right-bars .bar.bottom {
            opacity: 0.35;
            -webkit-animation-name: bottom-video-bar;
                    animation-name: bottom-video-bar;
            -webkit-animation-duration: 3s;
                    animation-duration: 3s;
            -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
            -webkit-animation-timing-function: step-end;
                    animation-timing-function: step-end; }
        .video-module .video-container .video-elements .right-bars:after {
          content: '';
          width: 1px;
          height: 100%;
          position: absolute;
          right: -1em;
          background: white;
          opacity: 0.2;
          top: 0; }
    .video-module .video-container .play-button-container {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) translateZ(3em);
              transform: translate(-50%, -50%) translateZ(3em);
      width: 10%;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .video-module .video-container .play-button-container .dummy {
        padding-top: 100%; }
      .video-module .video-container .play-button-container .play-button {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        cursor: pointer; }
        .video-module .video-container .play-button-container .play-button .cirlce {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border: 1px solid white;
          border-radius: 100%;
          opacity: 0.35; }

@-webkit-keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
        .video-module .video-container .play-button-container .play-button .spinner {
          opacity: 0.15;
          position: absolute;
          top: 3px;
          left: 3px;
          right: 3px;
          bottom: 3px;
          border-radius: 100%;
          border-top: 0.5em solid white;
          border-left: 0.5em solid white;
          border-right: 0.5em solid transparent;
          border-bottom: 0.5em solid transparent;
          -webkit-animation-name: three-sixty;
                  animation-name: three-sixty;
          -webkit-animation-duration: 1.75s;
                  animation-duration: 1.75s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
                  animation-timing-function: linear; }
        .video-module .video-container .play-button-container .play-button .icon {
          position: absolute;
          width: 35%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-40%, -50%);
              -ms-transform: translate(-40%, -50%);
                  transform: translate(-40%, -50%); }
          .video-module .video-container .play-button-container .play-button .icon svg path {
            fill: #FFA300; }
      .video-module .video-container .play-button-container:hover {
        -webkit-transform: translate(-50%, -50%) translateZ(5em);
                transform: translate(-50%, -50%) translateZ(5em); }
        .video-module .video-container .play-button-container:hover .play-button .spinner {
          -webkit-animation-duration: 0.35s;
                  animation-duration: 0.35s; }
    .video-module .video-container .video-text {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-47.5%) translateX(-35%) translateZ(2em);
              transform: translateY(-47.5%) translateX(-35%) translateZ(2em);
      width: 45%; }
      @media screen and (max-width: 768px) {
        .video-module .video-container .video-text {
          width: 45%;
          -webkit-transform: translateY(-47.5%) translateX(-14%) translateZ(2em);
                  transform: translateY(-47.5%) translateX(-14%) translateZ(2em); } }
      .video-module .video-container .video-text .title-container {
        overflow: hidden; }
        .video-module .video-container .video-text .title-container .title {
          overflow: hidden; }
          .video-module .video-container .video-text .title-container .title .text {
            overflow: hidden; }
      .video-module .video-container .video-text .excerpt-container {
        overflow: hidden; }
        .video-module .video-container .video-text .excerpt-container .excerpt {
          overflow: hidden; }
          .video-module .video-container .video-text .excerpt-container .excerpt .text {
            overflow: hidden; }
      @media screen and (max-width: 768px) {
        .video-module .video-container .video-text .excerpt {
          display: none; } }
  .video-module .timeline {
    margin-top: 1em;
    width: 100%;
    height: 0.2em;
    background: #00263E; }
    .video-module .timeline .progress {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #FFA300;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: center left;
          -ms-transform-origin: center left;
              transform-origin: center left; }
  .video-module .video-bottom {
    width: 100%;
    height: 1em;
    margin-top: 2em; }
    .video-module .video-bottom .corner {
      position: absolute;
      height: 100%;
      width: auto; }
      .video-module .video-bottom .corner.left {
        left: 0; }
      .video-module .video-bottom .corner.right {
        right: 0; }
    .video-module .video-bottom .border {
      width: -webkit-calc(100% - 3em);
      width: calc(100% - 3em);
      height: 1px;
      background: white;
      opacity: 0.2;
      margin-left: 1.5em;
      position: absolute;
      bottom: 0; }
    .video-module .video-bottom .title {
      position: absolute;
      right: 1.6em;
      bottom: 0.15em; }
      .video-module .video-bottom .title .text {
        font-size: 0.32em;
        color: #E1E2E4;
        text-transform: uppercase;
        font-weight: 600; }
    .video-module .video-bottom .chevron {
      position: absolute;
      width: 0.3em;
      bottom: 40%;
      right: 0.4em; }
    .video-module .video-bottom .timeline-small {
      width: -webkit-calc(100% - 3.5em);
      width: calc(100% - 3.5em);
      height: 1px;
      background: #00263E;
      margin-left: 1.5em;
      position: absolute;
      bottom: -0.25em; }
      .video-module .video-bottom .timeline-small .progress {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #FFA300;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
                transform-origin: center left; }

.fullscreen-video-con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 111111111111111; }
  .fullscreen-video-con .fullscreen-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 90%; }
    .fullscreen-video-con .fullscreen-video video {
      max-width: 100%;
      margin: 0 auto;
      max-height: 100%; }
  .fullscreen-video-con .close-fullscreen {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1em;
    margin-left: 0.3em;
    z-index: 11;
    cursor: pointer;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .fullscreen-video-con .close-fullscreen:hover {
      -webkit-transform: rotateZ(180deg);
          -ms-transform: rotate(180deg);
              transform: rotateZ(180deg); }

.arrow-title {
  display: inline-block;
  clear: both;
  color: white;
  padding-bottom: 0.5em;
  -webkit-backface-visibility: hidden; }
  .arrow-title:after {
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #FFA300;
    position: absolute;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: scaleX(0.65);
        -ms-transform: scaleX(0.65);
            transform: scaleX(0.65);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
         -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .arrow-title span {
    display: inline-block;
    vertical-align: top; }
    .arrow-title span.text {
      font-size: 0.75em;
      font-weight: 600;
      margin-right: 0.82em; }
    .arrow-title span.icon {
      width: 1.14em;
      height: auto;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .arrow-title span.icon svg path {
        fill: #FFA300; }
  .arrow-title:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }
  .arrow-title:hover span.icon {
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%); }

.popup-form {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1081px;
  margin: 0 auto;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/freeguidebg/freeguidebg.jpg");
  height: 75vh; }
  @media screen and (max-width: 768px) {
    .popup-form {
      max-width: 600px;
      height: auto;
      background-image: url("../images/popup/bg.jpg");
      width: 100%;
      max-height: 100vh;
      padding-bottom: 20px; } }
  @media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
    .popup-form {
      height: 75%;
      width: 100%;
      padding-top: 53vh; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .popup-form {
      height: 90%; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .popup-form {
      height: 52vh; } }
  @media screen and (max-height: 414px) {
    .popup-form {
      background-image: url("../images/freeguidebg/freeguidebg.jpg");
      height: 100vh;
      width: 80%; } }
  .popup-form #x {
    font-size: 1.6em;
    position: absolute;
    right: 1em;
    top: 0.8em;
    cursor: pointer;
    background: transparent;
    color: white;
    z-index: 99999; }
    .popup-form #x:hover {
      color: #FFA300; }
  .popup-form .container {
    margin-left: 0.5em;
    padding: 19%;
    padding-top: 26vh;
    max-width: 65%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .popup-form .container {
        margin-top: auto;
        padding-top: 67vh;
        padding-bottom: 7vh;
        max-width: 100%; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
      .popup-form .container {
        padding-top: 0; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .popup-form .container {
        padding-top: 65vh; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .popup-form .container {
        padding-top: 20vh; } }
    @media screen and (max-height: 414px) {
      .popup-form .container {
        padding: 17%;
        padding-top: 26vh;
        max-width: 65%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 567px) {
      .popup-form .container img {
        max-width: unset;
        width: 140%; } }
  .popup-form .wpcf7 {
    width: 100%; }
  .popup-form .wpcf7, .popup-form form, .popup-form .container {
    height: 100%; }
  .popup-form .form-fillable-fields {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 768px) {
      .popup-form .form-fillable-fields {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .popup-form .form-fillable-fields input[type="text"], .popup-form .form-fillable-fields input[type="email"] {
      width: 12.3vw;
      background-color: #fff;
      color: #555;
      padding: 1.2em; }
      .popup-form .form-fillable-fields input[type="text"]::-webkit-input-placeholder, .popup-form .form-fillable-fields input[type="email"]::-webkit-input-placeholder {
        color: #888 !important;
        font-family: serif; }
      .popup-form .form-fillable-fields input[type="text"]::-moz-placeholder, .popup-form .form-fillable-fields input[type="email"]::-moz-placeholder {
        color: #888 !important;
        font-family: serif; }
      .popup-form .form-fillable-fields input[type="text"]:-ms-input-placeholder, .popup-form .form-fillable-fields input[type="email"]:-ms-input-placeholder {
        color: #888 !important;
        font-family: serif; }
      .popup-form .form-fillable-fields input[type="text"]::-ms-input-placeholder, .popup-form .form-fillable-fields input[type="email"]::-ms-input-placeholder {
        color: #888 !important;
        font-family: serif; }
      .popup-form .form-fillable-fields input[type="text"]::placeholder, .popup-form .form-fillable-fields input[type="email"]::placeholder {
        color: #888 !important;
        font-family: serif; }
      @media screen and (max-width: 1120px) {
        .popup-form .form-fillable-fields input[type="text"], .popup-form .form-fillable-fields input[type="email"] {
          width: 20vw; } }
      @media screen and (max-width: 768px) {
        .popup-form .form-fillable-fields input[type="text"], .popup-form .form-fillable-fields input[type="email"] {
          padding: 0 1em;
          width: 25vw; } }
      @media screen and (max-width: 567px) {
        .popup-form .form-fillable-fields input[type="text"], .popup-form .form-fillable-fields input[type="email"] {
          width: 40vw; } }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
        .popup-form .form-fillable-fields input[type="text"], .popup-form .form-fillable-fields input[type="email"] {
          width: 29vw;
          height: auto; } }
  .popup-form .custom-input-fields .wpcf7-form-control-wrap {
    width: 62.5%;
    border-bottom: none !important;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .popup-form .custom-input-fields .wpcf7-form-control-wrap {
        width: 100%;
        max-width: 200px; }
        .popup-form .custom-input-fields .wpcf7-form-control-wrap input {
          width: 100%; } }
  .popup-form .custom-input-fields .submit-wrap .wpcf7-submit {
    font-family: Mydriad Pro;
    background-color: orange;
    padding: 1.2em 0.8em !important;
    margin-top: 20px; }
    .popup-form .custom-input-fields .submit-wrap .wpcf7-submit:hover {
      color: #444; }
    @media screen and (max-width: 768px) {
      .popup-form .custom-input-fields .submit-wrap .wpcf7-submit {
        margin: 0;
        padding: 0.5em 0.8em !important; } }
    @media screen and (max-width: 567px) {
      .popup-form .custom-input-fields .submit-wrap .wpcf7-submit {
        padding: 0.6em !important; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .popup-form .custom-input-fields .submit-wrap .wpcf7-submit {
        padding: 1.2em 1.8em !important; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .popup-form .custom-input-fields .submit-wrap .wpcf7-submit {
        padding: 1.2em 6.8em !important; } }
  .popup-form div.submit-wrap {
    border-top: 1em solid transparent; }
    @media screen and (max-width: 768px) {
      .popup-form div.submit-wrap {
        margin-right: 0 !important; } }
    .popup-form div.submit-wrap::before {
      content: "" !important; }
  .popup-form .wpcf7-response-output {
    font-size: 0.7em;
    position: absolute;
    margin: 10px auto 0;
    text-align: center;
    color: black;
    font-weight: 500; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .popup-form .wpcf7-response-output {
        position: relative; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .popup-form .wpcf7-response-output {
        width: 48vw;
        margin-top: 15px; } }
  .popup-form .wpcf7-not-valid-tip {
    font-weight: 500 !important; }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .popup-form .wpcf7-not-valid-tip {
        top: 2.25em !important; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .popup-form .wpcf7-not-valid-tip {
        padding-top: 2.25em !important; } }
  .popup-form .fg-p-tag {
    font-weight: 600;
    color: #555;
    font-family: serif;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1.5em 0; }
    @media screen and (max-width: 1380px) {
      .popup-form .fg-p-tag {
        font-size: 1.2em; } }
    @media screen and (max-width: 567px) {
      .popup-form .fg-p-tag {
        display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .popup-form .fg-p-tag {
        display: none; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .popup-form .fg-p-tag {
        font-size: 1.5em;
        display: block; } }
    @media screen and (max-height: 414px) {
      .popup-form .fg-p-tag {
        font-size: 0.8em; } }

.page-view {
  --glitch-width: 100vw;
  --glitch-height: 100vh;
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 0.88s;
  --delay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: $blue3; }

.glitch-title.start, .glitch-text.start {
  -webkit-animation-name: glitch-anim-text;
          animation-name: glitch-anim-text;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.glitch-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .glitch-image-container .single-glitch-image {
    position: absolute;
    top: -webkit-calc(-1 * var(--gap-vertical));
    top: calc(-1 * var(--gap-vertical));
    left: -webkit-calc(-1 * var(--gap-horizontal));
    left: calc(-1 * var(--gap-horizontal));
    width: -webkit-calc(100% + var(--gap-horizontal) * 2);
    width: calc(100% + var(--gap-horizontal) * 2);
    height: -webkit-calc(100% + var(--gap-vertical) * 2);
    height: calc(100% + var(--gap-vertical) * 2);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--blend-color-1);
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-blend-mode: var(--blend-mode-1); }
    .glitch-image-container .single-glitch-image:nth-child(n+2) {
      opacity: 0; }
  .glitch-image-container.start .single-glitch-image:nth-child(n+2) {
    -webkit-animation-duration: var(--time-anim);
            animation-duration: var(--time-anim);
    -webkit-animation-delay: var(--delay-anim);
            animation-delay: var(--delay-anim);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1; }
  .glitch-image-container.start .single-glitch-image:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    -webkit-animation-name: glitch-anim-1;
            animation-name: glitch-anim-1; }
  .glitch-image-container.start .single-glitch-image:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    -webkit-animation-name: glitch-anim-2;
            animation-name: glitch-anim-2; }
  .glitch-image-container.start .single-glitch-image:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    -webkit-animation-name: glitch-anim-3;
            animation-name: glitch-anim-3; }
  .glitch-image-container.start .single-glitch-image:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    -webkit-animation-name: glitch-anim-flash;
            animation-name: glitch-anim-flash;
    -webkit-animation-duration: 0.25s;
            animation-duration: 0.25s; }

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
            clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  9.09% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
            clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  18.18% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
            clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  27.27% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
            clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  36.36% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  45.45% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  54.54% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  63.63% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  72.72% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  81.82% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
            clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  9.09% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
            clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  18.18% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
            clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  27.27% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
            clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  36.36% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  45.45% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  54.54% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  63.63% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  72.72% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  81.82% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(var(--gap-horizontal), 0, 0);
            transform: translate3d(var(--gap-horizontal), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
            clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  13.64% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
            clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22.73% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
            clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31.82% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  40.91% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
            clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  50% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
            clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  59.09% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  68.18% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
            clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  77.27% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
            clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  86.36% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
            clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  90.91% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
            clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
            clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  13.64% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
            clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  22.73% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
            clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  31.82% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  40.91% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
            clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  50% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
            clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  59.09% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  68.18% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
            clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  77.27% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
            clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  86.36% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
            clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  90.91% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
            clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
            clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  6.82% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
            clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  9.09% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
            clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  11.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  13.64% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
            clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  22.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
            clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  25% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
            clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  31.82% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
            clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  36.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  40.91% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
            clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  47.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
            clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
            clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  59.09% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
            clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  63.64% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
            clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65.91% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
            clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  68.18% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
            clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  72.73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  81.82% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
            clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
            clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
            clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  6.82% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
            clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  9.09% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
            clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  11.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
            clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  13.64% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
            clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  22.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
            clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  25% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
            clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  31.82% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
            clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  36.36% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  40.91% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
            clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  47.73% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
            clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  50% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
            clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  59.09% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
            clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  63.64% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
            clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  65.91% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
            clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  68.18% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
            clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  72.73% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
            clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  81.82% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
            clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  90.91% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
            clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  99.54% {
    opacity: 1;
    -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
            transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  40% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  60% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
            clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  20% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
            clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  40% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
            clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  50% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
            clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  60% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
            clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
            clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
            clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  90% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
            clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  99% {
    -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
            transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1); }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@-webkit-keyframes glitch-anim-flash {
  0%, 90.91% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes glitch-anim-flash {
  0%, 90.91% {
    opacity: 0.2;
    -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
            transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideshow-module .slideshow-module-main .dummy {
  padding-top: 50%; }

.slideshow-module .slideshow-module-main .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00263E; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.image-slide .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 7%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
         -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .dummy {
      padding-top: 100%; }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .cirlce {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 1px solid white;
        border-radius: 100%;
        opacity: 0.35; }

@keyframes three-sixty {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .spinner {
        opacity: 0.15;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border-radius: 100%;
        border-top: 0.5em solid white;
        border-left: 0.5em solid white;
        border-right: 0.5em solid transparent;
        border-bottom: 0.5em solid transparent;
        -webkit-animation-name: three-sixty;
                animation-name: three-sixty;
        -webkit-animation-duration: 1.75s;
                animation-duration: 1.75s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .icon {
        position: absolute;
        width: 35%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-40%, -50%);
            -ms-transform: translate(-40%, -50%);
                transform: translate(-40%, -50%); }
        .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container .play-button .icon svg path {
          fill: #FFA300; }
    .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container:hover {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
      .slideshow-module .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide.video-slide .play-button-container:hover .play-button .spinner {
        -webkit-animation-duration: 0.35s;
                animation-duration: 0.35s; }

.slideshow-module.autofit .slideshow-module-main .dummy {
  padding-top: 60%; }

.slideshow-module.autofit .slideshow-module-main .swiper-container {
  background: none; }
  .slideshow-module.autofit .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .slideshow-module.autofit .slideshow-module-main .swiper-container .swiper-wrapper .swiper-slide img.image {
      width: auto;
      height: auto; }

.slideshow-module .slideshow-module-secondary {
  width: 80%;
  margin: auto;
  padding: 7.5em 10%;
  z-index: 1;
  -webkit-transition-property: margin;
  -o-transition-property: margin;
  transition-property: margin;
  -webkit-transition-duration: 0.35s;
       -o-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .slideshow-module .slideshow-module-secondary:not(.no-text-con) {
    background: -webkit-gradient(linear, left top, right top, from(#1a1e21), to(rgba(26, 30, 33, 0.5)));
    background: -o-linear-gradient(left, #1a1e21, rgba(26, 30, 33, 0.5));
    background: linear-gradient(to right, #1a1e21, rgba(26, 30, 33, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.26);
    margin-top: -3.45em; }
  @media screen and (max-width: 768px) {
    .slideshow-module .slideshow-module-secondary {
      padding: 4em 5vw 2em; } }
  .slideshow-module .slideshow-module-secondary.active {
    margin-top: 2em; }
  @media screen and (max-width: 1120px) {
    .slideshow-module .slideshow-module-secondary {
      width: 90%;
      margin-top: -2em; } }
  @media screen and (max-width: 768px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: -1.5em; } }
  @media screen and (max-width: 567px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: 0;
      width: 100%; } }
  .slideshow-module .slideshow-module-secondary .swiper-container {
    width: 100%; }
    .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper .swiper-slide .text-content {
        color: white; }
        .slideshow-module .slideshow-module-secondary .swiper-container .swiper-wrapper .swiper-slide .text-content .text {
          line-height: 1.5;
          font-size: 0.85em; }
  .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .numbers {
      position: absolute;
      top: 0;
      left: 101.35%;
      width: 0.7%;
      margin-top: 12%;
      height: auto; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots {
      position: absolute;
      width: 0.35%;
      height: auto; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.top-left-corner {
        top: 1%;
        right: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.top-right-corner {
        top: 1%;
        left: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.bottom-left-corner {
        bottom: 1%;
        right: 101.5%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .border-dots.bottom-right-corner {
        bottom: 1%;
        left: 101.5%; }
    .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner {
      position: absolute;
      width: 4.25%; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.top-left-corner {
        top: -0.15em;
        left: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.top-right-corner {
        top: -0.15em;
        right: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.bottom-left-corner {
        bottom: -0.15em;
        left: -0.15em; }
      .slideshow-module .slideshow-module-secondary .slideshow-module-secondary-elements .corner.bottom-right-corner {
        bottom: -0.15em;
        right: -0.15em; }
  .slideshow-module .slideshow-module-secondary .pagination-container {
    position: absolute;
    left: 50%;
    top: 0.65em;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
      background: #FFA300;
      height: 200%;
      top: auto;
      bottom: 0; }
    .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
      border: 1px solid #FFA300; }
  .slideshow-module .slideshow-module-secondary.no-text-con {
    padding: 0 !important;
    margin: 0 !important; }
    .slideshow-module .slideshow-module-secondary.no-text-con .pagination-container {
      position: relative;
      display: inline-block;
      left: auto !important;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important;
      top: 0 !important; }
      .slideshow-module .slideshow-module-secondary.no-text-con .pagination-container .pagination-wrapper .pagination .pagination-bullet:before {
        height: 100%; }

.carousel-container.container {
  z-index: 5; }
  .carousel-container.container .wrapper .carousel.swiper-container {
    overflow: initial; }
    .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
      .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
        width: 27.5%;
        margin-right: 8.5%; }
        @media screen and (max-width: 1120px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 40%; } }
        @media screen and (max-width: 567px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 70%;
            margin-right: 15%; } }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide:last-child {
          margin-right: 0; }
    .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar {
      background: transparent;
      margin-top: 2em;
      display: block;
      position: relative;
      height: auto;
      border-radius: initial;
      overflow: hidden; }
      @media screen and (max-width: 567px) {
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar {
          overflow: initial; } }
      .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
        height: 2em;
        cursor: pointer;
        background: transparent;
        border-radius: initial;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          height: 3px;
          width: 150%;
          background: #FFA300;
          background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #FFA300), color-stop(80%, #FFA300), to(transparent));
          background: -o-linear-gradient(left, transparent, #FFA300 20%, #FFA300 80%, transparent);
          background: linear-gradient(to right, transparent, #FFA300 20%, #FFA300 80%, transparent);
          -webkit-transform: translateX(-50%) translateY(-2px);
              -ms-transform: translateX(-50%) translateY(-2px);
                  transform: translateX(-50%) translateY(-2px);
          min-width: 7.5em; }
        .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar .swiper-scrollbar-drag:after {
          content: '';
          background-image: url("../images/icons/scroll-arrows.svg");
          background-size: 75% 75%;
          background-repeat: no-repeat;
          background-position: center center;
          height: 22px;
          width: 22px;
          background-color: #FFA300;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          border-radius: 100%;
          display: block;
          position: absolute; }

.testimonials-container {
  padding: 8.5em 0; }
  @media screen and (max-width: 768px) {
    .testimonials-container {
      padding: 2.5em 0; } }
  .testimonials-container .radial-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -o-radial-gradient(top left, circle, #061e2b, #00263E 100%);
    background-image: radial-gradient(circle at top left, #061e2b, #00263E 100%); }
  .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }

.single-testimonial, .fullTestimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 768px) {
    .single-testimonial, .fullTestimonial {
      display: block; } }
  .single-testimonial .image-container, .fullTestimonial .image-container {
    width: 17.25%;
    margin-right: 6.75%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .image-container, .fullTestimonial .image-container {
        width: 35%;
        margin: auto; } }
    @media screen and (max-width: 567px) {
      .single-testimonial .image-container, .fullTestimonial .image-container {
        width: 55%; } }
    .single-testimonial .image-container .dummy, .fullTestimonial .image-container .dummy {
      padding-top: 100%; }
    .single-testimonial .image-container .image-wrapper, .fullTestimonial .image-container .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateX(-1px);
          -ms-transform: translateX(-1px);
              transform: translateX(-1px); }
      .single-testimonial .image-container .image-wrapper .background, .fullTestimonial .image-container .image-wrapper .background {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
                clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
        -webkit-transform: translateX(1px);
            -ms-transform: translateX(1px);
                transform: translateX(1px);
        background: #00263E; }
        .single-testimonial .image-container .image-wrapper .background .gradient, .fullTestimonial .image-container .image-wrapper .background .gradient {
          width: 100%;
          height: 100%;
          background: white;
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(white), color-stop(90%, transparent));
          background: -o-linear-gradient(white, white, transparent 90%);
          background: linear-gradient(white, white, transparent 90%);
          opacity: 0.75; }
      .single-testimonial .image-container .image-wrapper .person-image-container, .fullTestimonial .image-container .image-wrapper .person-image-container {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
                clip-path: polygon(100% 25%, 94% 31%, 94% 44%, 100% 50%, 100% 85%, 85% 100%, 10% 100%, 0 90%, 0 0, 100% 0);
        background: #00263E; }
        .single-testimonial .image-container .image-wrapper .person-image-container .person-image, .fullTestimonial .image-container .image-wrapper .person-image-container .person-image {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .single-testimonial .image-container .image-wrapper .left-bar, .fullTestimonial .image-container .image-wrapper .left-bar {
        width: 3px;
        height: 40%;
        background: white;
        position: absolute;
        left: 1px;
        bottom: 10%;
        opacity: 0.5; }
  .single-testimonial .titles-container, .fullTestimonial .titles-container {
    width: 26.75%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .titles-container, .fullTestimonial .titles-container {
        width: 100%;
        text-align: center;
        margin-top: 1.5em; } }
    .single-testimonial .titles-container .title .text, .fullTestimonial .titles-container .title .text {
      font-size: 1.1em;
      font-weight: 600; }
    .single-testimonial .titles-container .sub-title, .fullTestimonial .titles-container .sub-title {
      margin-top: 0.5em; }
      .single-testimonial .titles-container .sub-title .text, .fullTestimonial .titles-container .sub-title .text {
        font-size: 0.75em; }
    .single-testimonial .titles-container .pagination-container, .fullTestimonial .titles-container .pagination-container {
      margin-top: 1em;
      display: inline-block;
      clear: both; }
  .single-testimonial .excerpt-container, .fullTestimonial .excerpt-container {
    width: 49.25%; }
    @media screen and (max-width: 768px) {
      .single-testimonial .excerpt-container, .fullTestimonial .excerpt-container {
        width: 100%;
        text-align: center;
        margin-top: 1.5em; } }
    .single-testimonial .excerpt-container .content, .fullTestimonial .excerpt-container .content {
      margin-top: 1.72em; }
      @media screen and (max-width: 768px) {
        .single-testimonial .excerpt-container .content, .fullTestimonial .excerpt-container .content {
          margin-top: 0.75em; } }
      .single-testimonial .excerpt-container .content .text, .fullTestimonial .excerpt-container .content .text {
        font-size: 0.75em;
        line-height: 1.75;
        opacity: 0.8; }

.custom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  .custom-background .custom-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .custom-background .custom-background-image .dimmer {
      opacity: 0.9; }
  .custom-background .custom-background-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .custom-background .custom-background-video .video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .custom-background .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.75; }

.events-container .single-event {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  min-height: 25em; }
  @media screen and (max-width: 567px) {
    .events-container .single-event {
      width: 100%; } }
  .events-container .single-event .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .events-container .single-event .background .image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .events-container .single-event .background .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.7;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
  .events-container .single-event .event-content {
    padding: 5em 5%;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    min-width: 100%;
    width: 100%;
    max-width: 100%; }
    .events-container .single-event .event-content .title {
      margin-top: 5em;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .title .text {
        font-weight: 600;
        font-size: 1.05em; }
    .events-container .single-event .event-content .sub-title {
      margin-top: 0.82em;
      -webkit-transition-delay: 0.05s;
           -o-transition-delay: 0.05s;
              transition-delay: 0.05s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .sub-title .text {
        font-size: 0.82em; }
    .events-container .single-event .event-content .details {
      margin-top: 2.63em;
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .details .text {
        font-size: 0.82em; }
        .events-container .single-event .event-content .details .text span.slash {
          color: #FFA300; }
    .events-container .single-event .event-content .arrow {
      width: 1.2em;
      margin: auto;
      margin-top: 2.27em;
      -webkit-transition-delay: 0.2s;
           -o-transition-delay: 0.2s;
              transition-delay: 0.2s;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      -o-transition-property: transform, opacity;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .events-container .single-event .event-content .arrow svg path {
        fill: #FFA300; }
  .events-container .single-event:hover .background .dimmer {
    opacity: 0; }
  .events-container .single-event:hover .event-content .title {
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .sub-title {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .details {
    -webkit-transition-delay: 0.05s;
         -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }
  .events-container .single-event:hover .event-content .arrow {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em); }

.button-with-icon {
  display: inline-block;
  color: white;
  padding-bottom: 0.75em;
  cursor: pointer; }
  .button-with-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #FFA300;
    -webkit-transform-origin: center right;
        -ms-transform-origin: center right;
            transform-origin: center right;
    -webkit-transform: scaleX(0.85);
        -ms-transform: scaleX(0.85);
            transform: scaleX(0.85);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.35s;
         -o-transition-duration: 0.35s;
            transition-duration: 0.35s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  .button-with-icon span {
    display: inline-block;
    vertical-align: middle; }
    .button-with-icon span.text {
      font-size: 0.75em;
      font-weight: 600;
      margin-right: 0.75em; }
    .button-with-icon span.icon {
      width: 0.9em; }
      .button-with-icon span.icon svg path {
        fill: #FFA300; }
  .button-with-icon:hover {
    color: #FFA300; }
    .button-with-icon:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

@-webkit-keyframes opacity1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#wrapper:not(.vanguard):not(.delmarc) .input-animation:after, #wrapper:not(.vanguard):not(.delmarc) .input-animation:before {
  z-index: 10;
  content: '';
  width: -webkit-calc(100% + 0.25em);
  width: calc(100% + 0.25em);
  height: 0.2em;
  min-height: 4px;
  position: absolute;
  bottom: -0px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-filter: blur(5px);
          filter: blur(5px); }

#wrapper:not(.vanguard):not(.delmarc) .input-animation:after {
  left: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(#f5e28f), to(transparent));
  background: -o-linear-gradient(left, #f5e28f, transparent);
  background: linear-gradient(to right, #f5e28f, transparent);
  opacity: 1;
  -webkit-animation-name: opacity1;
          animation-name: opacity1;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

#wrapper:not(.vanguard):not(.delmarc) .input-animation:before {
  right: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#f5e28f));
  background: -o-linear-gradient(left, transparent, #f5e28f);
  background: linear-gradient(to right, transparent, #f5e28f);
  opacity: 0;
  -webkit-animation-name: opacity2;
          animation-name: opacity2;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.top-title {
  position: absolute;
  top: 3em;
  left: 0;
  height: 4em;
  width: 100%;
  text-align: center;
  padding: 0 17.5em;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  @media screen and (max-width: 768px) {
    .top-title {
      position: absolute !important; } }
  .top-title .back-button {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    margin-top: -0.125em;
    margin-right: 0.5em; }
    .top-title .back-button svg {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .top-title .back-button svg path {
        fill: white;
        -webkit-transition-property: fill;
        -o-transition-property: fill;
        transition-property: fill;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
    .top-title .back-button:hover svg {
      -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
              transform: translateX(-20%); }
      .top-title .back-button:hover svg path {
        fill: #FFA300; }
  .top-title h1.text {
    font-weight: normal; }
  .top-title .text {
    display: inline-block;
    vertical-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    font-size: 1em; }
    .top-title .text.link {
      color: white; }
      .top-title .text.link:hover {
        color: #FFA300; }
  .top-title .sep {
    display: inline-block;
    vertical-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    margin: 0 0.35em 0;
    -webkit-transform: translateY(0.1em);
        -ms-transform: translateY(0.1em);
            transform: translateY(0.1em);
    color: #FFA300; }
  @media screen and (max-width: 768px) {
    .top-title {
      padding: 0 5%; } }

.page-view.scroll .top-title {
  height: 5em;
  top: 0; }
  @media screen and (max-width: 768px) {
    .page-view.scroll .top-title {
      height: 4em; } }

.lifechart-title .text {
  font-size: 3.18em; }

.lifechart .lifechart-container .lifechart-wrapper .lifechart-slider {
  background-color: #ffffff0f;
  margin-top: 2.1em;
  border-bottom: 2px solid #4fa0d8; }
  @media screen and (max-width: 768px) {
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider {
      margin-left: 2em; } }
  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container {
    padding-top: 1em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper {
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line {
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(30, 122, 226, 0.3)), color-stop(40%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(left, rgba(30, 122, 226, 0.3) 40%, rgba(255, 255, 255, 0) 40%);
        background-image: linear-gradient(to right, rgba(30, 122, 226, 0.3) 40%, rgba(255, 255, 255, 0) 40%);
        background-position: bottom;
        background-size: 1.25em 1px;
        background-repeat: repeat-x; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.one {
          top: 0em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.two {
          top: 4.25em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.three {
          top: 8.5em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.four {
          top: 12.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .dashed-line.five {
          top: 17em; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 6.82em; }
        @media screen and (max-width: 768px) {
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide {
            width: 5em; } }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container {
          height: 17em;
          margin-bottom: 6.35em; }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot {
            width: 0.5em;
            height: 0.5em;
            bottom: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%) translateY(50%);
                -ms-transform: translateX(-50%) translateY(50%);
                    transform: translateX(-50%) translateY(50%);
            background: #4fa0d8;
            position: absolute;
            border-radius: 100%; }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
              position: absolute;
              left: 50%;
              height: 2px;
              margin-top: -1px;
              background: #4fa0d8;
              opacity: 0.65;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              top: 50%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left;
              -webkit-transform: rotate(0deg);
                  -ms-transform: rotate(0deg);
                      transform: rotate(0deg); }
              @media screen and (max-height: 699px) {
                .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
                  height: 1px;
                  margin-top: 0; } }
              @media screen and (max-width: 768px) {
                .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .dot-container .single-dot .connecting-line {
                  height: 1px;
                  margin-top: 0; } }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container {
          width: 100%;
          padding-top: 100%;
          -webkit-perspective: 55em;
                  perspective: 55em;
          display: block; }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d; }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .image-wrapper {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              -webkit-transform: rotateY(0deg);
                      transform: rotateY(0deg);
              -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
            .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: #4fa0d8;
              text-align: center;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-backface-visibility: hidden;
                      backface-visibility: hidden;
              -webkit-transform: rotateY(180deg);
                      transform: rotateY(180deg);
              -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              -o-transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
              transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
              .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper .text {
                line-height: 1.25;
                width: 100%;
                padding: 0 10%;
                color: white;
                font-weight: 300;
                font-size: 0.8em; }
                @media screen and (max-width: 768px) {
                  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .flippy-link .text-wrapper .text {
                    font-size: 0.6em; } }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .image-wrapper {
            -webkit-transform: rotateY(-180deg);
                    transform: rotateY(-180deg); }
          .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .text-wrapper {
            -webkit-transform: rotateY(0deg);
                    transform: rotateY(0deg); }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n+1) {
          background: rgba(30, 122, 226, 0.1); }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .swiper-container .swiper-wrapper .swiper-slide:last-of-type .dot-container .single-dot .connecting-line {
          display: none; }
  .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container {
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    padding-top: 1em;
    width: 2em;
    margin-right: 0.75em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper {
      width: 100%;
      height: 100%; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number {
        position: absolute;
        text-align: right;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        line-height: 1; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number .text {
          font-size: 0.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.one {
          top: 0em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.two {
          top: 4.25em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.three {
          top: 8.5em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.four {
          top: 12.75em; }
        .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .numbers-wrapper .single-number.five {
          top: 17em; }
    .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .text-wrapper {
      position: absolute;
      left: 100%;
      bottom: 0;
      width: 6em;
      text-align: left;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left; }
      .lifechart .lifechart-container .lifechart-wrapper .lifechart-slider .numbers-container .text-wrapper .text {
        font-size: 0.75em; }

.lifechart .lifechart-container .lifechart-password-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  -ms-input-placeholder-color: rgba(255, 255, 255, 0.65); }
  .lifechart .lifechart-container .lifechart-password-container ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::placeholder {
    color: rgba(255, 255, 255, 0.65);
    opacity: 1; }
  .lifechart .lifechart-container .lifechart-password-container ::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65); }
  .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
    margin-top: -1em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    background: #4fa0d8;
    color: white; }
    @media screen and (max-width: 1120px) {
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
        width: 75%; } }
    @media screen and (max-width: 768px) {
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper {
        width: 90%; } }
    .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form {
      font-size: 0.91em;
      font-weight: 300; }
      .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p {
        margin: 0; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(1) {
          text-align: center;
          padding: 1.75em 7.5%;
          background: #1062b7;
          vertical-align: middle;
          display: inline-block;
          line-height: 1;
          width: 100%; }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(1) img {
            margin-right: 1em;
            width: 1.5em;
            margin-top: -0.25em;
            vertical-align: middle;
            display: inline-block; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(2) {
          padding: 2.5em 15% 2em;
          line-height: 1.25; }
        .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) {
          width: 70%;
          margin: auto;
          margin-bottom: 2.5em;
          padding-bottom: 1em;
          border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label {
            display: block;
            width: 100%; }
            .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label input {
              width: 100%;
              padding-right: 5em;
              background: transparent;
              border: 0;
              padding: 0;
              margin: 0;
              color: white;
              padding-right: 5em; }
            .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > label img {
              position: absolute;
              right: 3.5em;
              top: 0;
              width: 1em; }
          .lifechart .lifechart-container .lifechart-password-container .lifechart-password-wrapper .post-password-form p:nth-child(3) > input {
            position: absolute;
            right: 0;
            top: 0;
            color: white;
            background: transparent;
            color: white;
            border: 0;
            cursor: pointer;
            padding: 0;
            margin: 0;
            padding-left: 2em; }

.lifechart.password .lifechart-container .lifechart-wrapper {
  -webkit-filter: blur(7px) grayscale(100%);
          filter: blur(7px) grayscale(100%); }

.lifechart-scrollbar, .lifechart-detail-scrollbar {
  margin-top: 1em;
  height: 0.5em; }
  .lifechart-scrollbar .swiper-scrollbar-drag, .lifechart-detail-scrollbar .swiper-scrollbar-drag {
    background: #4fa0d8;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
         -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
  .lifechart-scrollbar:before, .lifechart-detail-scrollbar:before {
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.newsletter {
  z-index: 500; }
  @media screen and (max-width: 768px) {
    .newsletter {
      width: auto;
      position: relative; } }
  .newsletter .outer-div {
    background: #efefef;
    color: #212121;
    width: 100%;
    bottom: 0em;
    height: auto;
    position: absolute; }
    .newsletter .outer-div.row-padding {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div.row-padding {
          display: block; } }
    .newsletter .outer-div .nl-img {
      margin-left: 3%;
      width: 10%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div .nl-img {
          display: none !important; } }
      .newsletter .outer-div .nl-img img {
        margin-top: 45px;
        max-height: 150px; }
    .newsletter .outer-div .nl-text {
      padding: 1em;
      width: 63%;
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div .nl-text {
          padding: 2em;
          padding-bottom: 0;
          width: 100%; } }
      .newsletter .outer-div .nl-text .title {
        font-size: larger;
        margin-bottom: 10px;
        font-weight: 500; }
      @media screen and (max-width: 768px) {
        .newsletter .outer-div .nl-text .excerpt {
          text-align: justify; } }
  .newsletter .nl-form {
    height: auto; }
    @media screen and (min-width: 769px) {
      .newsletter .nl-form {
        margin-left: 1%;
        width: 16%;
        margin-top: 10px; } }
    @media screen and (min-width: 768px) {
      .newsletter .nl-form .wpcf7 {
        padding: 2em; } }
    @media screen and (max-width: 567px) {
      .newsletter .nl-form .wpcf7 {
        padding: 2em !important; } }
    .newsletter .nl-form .wpcf7 .wpcf7-form {
      display: table;
      width: 100% !important; }
      @media screen and (max-width: 768px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form {
          display: table;
          width: 100% !important; } }
      @media screen and (max-width: 1237px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form {
          display: table; } }
      .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-text {
        height: 2em !important;
        padding: 10px !important;
        width: 100% !important;
        text-align: center;
        letter-spacing: 1.05px;
        margin: 5px 0 10px 0;
        border-radius: .25rem;
        border: .05rem solid #ff715a; }
        @media screen and (max-width: 768px) {
          .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-text {
            border-radius: 0; } }
      @media screen and (min-width: 800px) {
        .newsletter .nl-form .wpcf7 .wpcf7-form .YOUREMAIL .wpcf7-not-valid-tip {
          background: #fdfdfd !important;
          padding: 2em;
          position: absolute;
          top: -2em;
          display: none !important; } }
    .newsletter .nl-form .wpcf7 .wpcf7-submit {
      width: 100%;
      color: #fff;
      text-align: center;
      background: #ffc107;
      cursor: pointer;
      letter-spacing: 1.5px;
      margin: 0px 0 0px 0;
      height: 2em;
      border-radius: .25rem;
      border: .05rem solid transparent; }
      .newsletter .nl-form .wpcf7 .wpcf7-submit:hover {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s; }
      @media screen and (max-width: 1237px) {
        .newsletter .nl-form .wpcf7 .wpcf7-submit {
          width: 100%; } }
      @media screen and (max-width: 567px) {
        .newsletter .nl-form .wpcf7 .wpcf7-submit {
          width: 100% !important;
          border-radius: 0; } }
      .newsletter .nl-form .wpcf7 .wpcf7-submit:hover {
        background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#F44336));
        background: -o-linear-gradient(left, #ff8a00, #ffc107, #F44336);
        background: linear-gradient(to right, #ff8a00, #ffc107, #F44336); }
    @media screen and (min-width: 800px) {
      .newsletter .nl-form .wpcf7 .g-recaptcha-response .wpcf7-not-valid-tip {
        background: #fdfdfd !important;
        padding: 2em;
        position: absolute;
        top: -2em;
        display: none !important; } }
    @media screen and (min-width: 800px) {
      .newsletter .nl-form .wpcf7 .wpcf7-validation-errors {
        display: block !important;
        position: absolute !important;
        top: -3em !important;
        background: #fdfdfd !important;
        line-height: 2em !important;
        -webkit-box-shadow: 0px 5px 5px #ffc107 !important;
                box-shadow: 0px 5px 5px #ffc107 !important;
        font-size: .8em !important;
        line-height: 1.5 !important;
        width: 80% !important;
        border-radius: .25rem; } }

#anr_captcha_field_1 {
  opacity: 0; }

#instafeed, #instafeedplugin #sbi_images {
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: #474747;
  padding: 0 !important; }
  #instafeed::-webkit-scrollbar, #instafeedplugin #sbi_images::-webkit-scrollbar {
    width: 10px;
    height: 6px; }
    @media screen and (max-width: 567px) {
      #instafeed::-webkit-scrollbar, #instafeedplugin #sbi_images::-webkit-scrollbar {
        width: 5px; } }
  #instafeed::-webkit-scrollbar-track, #instafeedplugin #sbi_images::-webkit-scrollbar-track {
    border-radius: 10px;
    cursor: pointer !important; }
  #instafeed::-webkit-scrollbar-thumb, #instafeedplugin #sbi_images::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffa300; }
  #instafeed .feed, #instafeed .sbi_item, #instafeedplugin #sbi_images .feed, #instafeedplugin #sbi_images .sbi_item {
    width: 23vw !important;
    height: 17em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 !important; }
    @media screen and (max-width: 1120px) {
      #instafeed .feed, #instafeed .sbi_item, #instafeedplugin #sbi_images .feed, #instafeedplugin #sbi_images .sbi_item {
        width: 300px !important; } }
    #instafeed .feed .fab, #instafeed .sbi_item .fab, #instafeedplugin #sbi_images .feed .fab, #instafeedplugin #sbi_images .sbi_item .fab {
      position: absolute;
      right: 0.5em;
      bottom: 0.5em;
      z-index: 2;
      color: white; }
    #instafeed .feed:hover .wrapper, #instafeed .sbi_item:hover .wrapper, #instafeedplugin #sbi_images .feed:hover .wrapper, #instafeedplugin #sbi_images .sbi_item:hover .wrapper {
      opacity: 1; }
    #instafeed .feed .background, #instafeed .sbi_item .background, #instafeedplugin #sbi_images .feed .background, #instafeedplugin #sbi_images .sbi_item .background {
      background-position: center 20%;
      background-size: cover; }
    #instafeed .feed .sbi_photo_wrap, #instafeed .feed .sbi_photo, #instafeed .sbi_item .sbi_photo_wrap, #instafeed .sbi_item .sbi_photo, #instafeedplugin #sbi_images .feed .sbi_photo_wrap, #instafeedplugin #sbi_images .feed .sbi_photo, #instafeedplugin #sbi_images .sbi_item .sbi_photo_wrap, #instafeedplugin #sbi_images .sbi_item .sbi_photo {
      height: 100% !important;
      opacity: 1 !important; }
    #instafeed .feed .wrapper, #instafeed .sbi_item .wrapper, #instafeedplugin #sbi_images .feed .wrapper, #instafeedplugin #sbi_images .sbi_item .wrapper {
      content: "";
      position: absolute;
      z-index: 1;
      bottom: 0;
      opacity: 0;
      background: rgba(71, 71, 71, 0.6);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      color: white; }
      #instafeed .feed .wrapper .sbi_photo, #instafeed .sbi_item .wrapper .sbi_photo, #instafeedplugin #sbi_images .feed .wrapper .sbi_photo, #instafeedplugin #sbi_images .sbi_item .wrapper .sbi_photo {
        width: 100%;
        height: 100%;
        margin: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #instafeed .feed .wrapper .sbi_photo img, #instafeed .sbi_item .wrapper .sbi_photo img, #instafeedplugin #sbi_images .feed .wrapper .sbi_photo img, #instafeedplugin #sbi_images .sbi_item .wrapper .sbi_photo img {
          height: 100%; }
      #instafeed .feed .wrapper .stats, #instafeed .feed .wrapper .sbi_photo, #instafeed .sbi_item .wrapper .stats, #instafeed .sbi_item .wrapper .sbi_photo, #instafeedplugin #sbi_images .feed .wrapper .stats, #instafeedplugin #sbi_images .feed .wrapper .sbi_photo, #instafeedplugin #sbi_images .sbi_item .wrapper .stats, #instafeedplugin #sbi_images .sbi_item .wrapper .sbi_photo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 1em; }
        #instafeed .feed .wrapper .stats .lnr, #instafeed .feed .wrapper .sbi_photo .lnr, #instafeed .sbi_item .wrapper .stats .lnr, #instafeed .sbi_item .wrapper .sbi_photo .lnr, #instafeedplugin #sbi_images .feed .wrapper .stats .lnr, #instafeedplugin #sbi_images .feed .wrapper .sbi_photo .lnr, #instafeedplugin #sbi_images .sbi_item .wrapper .stats .lnr, #instafeedplugin #sbi_images .sbi_item .wrapper .sbi_photo .lnr {
          margin: 0 0.5em; }
    #instafeed .feed .sbi_photo_wrap, #instafeed .sbi_item .sbi_photo_wrap, #instafeedplugin #sbi_images .feed .sbi_photo_wrap, #instafeedplugin #sbi_images .sbi_item .sbi_photo_wrap {
      opacity: 1; }
  #instafeed .sbi_item, #instafeedplugin #sbi_images .sbi_item {
    width: 17vw !important;
    height: 13em; }
    @media screen and (max-width: 1120px) {
      #instafeed .sbi_item, #instafeedplugin #sbi_images .sbi_item {
        width: 200px !important;
        height: 200px; } }

#sb_instagram {
  padding: 0 !important; }

.sb_instagram_header, #sbi_load {
  display: none; }

.page-view.home h1 {
  font-size: 1em !important;
  white-space: nowrap;
  margin-top: 0.6em; }

.page-view.home .main-section .slideshow-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1; }
  .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%; }
      .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed; }
        .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .video-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        position: fixed; }
        .page-view.home .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .video-container .video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  .page-view.home .main-section .slideshow-backgrounds .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 12, 23, 0.35);
    z-index: 1; }

.page-view.home .main-section .slideshow.swiper-container {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 40em;
  z-index: 20; }
  .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%; }
    .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 567px) {
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton {
        width: 5em;
        z-index: 1;
        left: 50%;
        cursor: pointer;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: inline-block;
        border: white solid 0.1em;
        border-radius: 50%;
        padding: 1.3em;
        padding-right: 1.1em;
        padding-left: 1.5em;
        position: absolute;
        -webkit-transition: all ease-out 0.2s;
        -o-transition: all ease-out 0.2s;
        transition: all ease-out 0.2s;
        opacity: 0; }
        @media screen and (max-width: 1120px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton {
            margin-left: 15%;
            width: 4em;
            padding: 1em;
            padding-right: 0.9em;
            padding-left: 1.1em;
            border-width: 1px; } }
        @media screen and (max-width: 768px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton {
            margin-left: auto;
            left: initial;
            right: 15%;
            margin-bottom: 25%;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
        @media screen and (max-width: 567px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton {
            position: relative;
            right: initial;
            margin: 0;
            margin-bottom: 2em;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton svg path {
          -webkit-transition: all ease-out 0.2s;
          -o-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s; }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton:hover {
          -webkit-transform: translateX(-50%) scale(1.1);
              -ms-transform: translateX(-50%) scale(1.1);
                  transform: translateX(-50%) scale(1.1);
          border-color: #FFA300; }
          @media screen and (max-width: 768px) {
            .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton:hover {
              -webkit-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                      transform: scale(1.1); } }
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .playButton:hover svg path {
            fill: #FFA300; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
        left: 5%;
        width: 25%;
        color: white;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        @media screen and (max-width: 1120px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 60%; } }
        @media screen and (max-width: 567px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 90%;
            top: 0;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title {
          -webkit-transform: translateX(5em);
              -ms-transform: translateX(5em);
                  transform: translateX(5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
               -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
               -o-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          -o-transition-property: transform, opacity;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform; }
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
            font-size: 2.05em;
            font-weight: bold;
            text-transform: uppercase; }
            @media screen and (max-width: 768px) {
              .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
                font-size: 1.8em; } }
            @media screen and (max-width: 567px) {
              .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .main-title .text {
                font-size: 1.4em; } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt {
          -webkit-transform: translateX(-5em);
              -ms-transform: translateX(-5em);
                  transform: translateX(-5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
               -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
               -o-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          -o-transition-property: transform, opacity;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform;
          margin-top: 1em; }
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
            font-size: 1em;
            line-height: 1.5;
            color: white; }
            @media screen and (max-width: 567px) {
              .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
                font-size: 1em !important;
                line-height: 1.3 !important; } }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .arrow-title {
          margin-top: 1.9em;
          -webkit-transform: translateX(5em);
              -ms-transform: translateX(5em);
                  transform: translateX(5em);
          opacity: 0;
          -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
               -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          -webkit-transition-duration: 0.5s;
               -o-transition-duration: 0.5s;
                  transition-duration: 0.5s;
          -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, -webkit-transform;
          -o-transition-property: transform, opacity;
          transition-property: transform, opacity;
          transition-property: transform, opacity, -webkit-transform; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .playButton {
        opacity: 1; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .main-title {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .excerpt {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .slideshow-title-container .arrow-title {
        -webkit-transform: translateX(0em);
            -ms-transform: translateX(0em);
                transform: translateX(0em);
        opacity: 1; }
  .page-view.home .main-section .slideshow.swiper-container .pagination-container {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 567px) {
      .page-view.home .main-section .slideshow.swiper-container .pagination-container {
        top: initial;
        bottom: 5em;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%); } }

.page-view.home .sub-section {
  background: #00263E; }
  .page-view.home .sub-section .sub-section-text .title .text {
    font-size: 2.1em;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .page-view.home .sub-section .sub-section-text .title .text {
        font-size: 1.8em; } }
    @media screen and (max-width: 567px) {
      .page-view.home .sub-section .sub-section-text .title .text {
        font-size: 1.6em; } }
  .page-view.home .sub-section .sub-section-text .excerpt {
    margin-top: 1.5em; }
    .page-view.home .sub-section .sub-section-text .excerpt .text {
      font-size: 1em;
      line-height: 1.5; }
  .page-view.home .sub-section.video {
    background: transparent;
    z-index: 30;
    padding-top: 0.75em;
    padding-bottom: 10em; }
  .page-view.home .sub-section .gradient-bottom {
    position: absolute;
    top: -12.5em;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 12.5em);
    height: calc(100% + 12.5em);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(2, 12, 23, 0.5)), color-stop(75%, #00263E));
    background: -o-linear-gradient(transparent, rgba(2, 12, 23, 0.5), #00263E 75%);
    background: linear-gradient(transparent, rgba(2, 12, 23, 0.5), #00263E 75%);
    background: #00263E;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00263E), color-stop(rgba(2, 12, 23, 0.25)), color-stop(90%, #00263E));
    background: -o-linear-gradient(#00263E 10%, rgba(2, 12, 23, 0.25), #00263E 90%);
    background: linear-gradient(#00263E 10%, rgba(2, 12, 23, 0.25), #00263E 90%); }
  .page-view.home .sub-section.team, .page-view.home .sub-section.approach {
    padding-top: 7.5em;
    padding-bottom: 12.5em;
    background: none;
    z-index: 35; }
    .page-view.home .sub-section.team.no-padding, .page-view.home .sub-section.approach.no-padding {
      padding-bottom: 0; }
    .page-view.home .sub-section.team .bottom-gradient, .page-view.home .sub-section.approach .bottom-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 12.51em;
      background: #00263E;
      pointer-events: none; }
    .page-view.home .sub-section.team .top-gradient, .page-view.home .sub-section.approach .top-gradient {
      position: absolute;
      top: -7.4em;
      left: 0;
      width: 100%;
      height: 15em;
      pointer-events: none;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #00263E));
      background: -o-linear-gradient(transparent, #00263E 90%);
      background: linear-gradient(transparent, #00263E 90%); }
    .page-view.home .sub-section.team .container .background, .page-view.home .sub-section.approach .container .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #00263E; }
      .page-view.home .sub-section.team .container .background .image, .page-view.home .sub-section.approach .container .background .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .page-view.home .sub-section.team .container .background .gradient, .page-view.home .sub-section.approach .container .background .gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -o-radial-gradient(rgba(2, 12, 23, 0.35) 0%, #00263E 55%);
        background: radial-gradient(rgba(2, 12, 23, 0.35) 0%, #00263E 55%); }
      .page-view.home .sub-section.team .container .background .dimmer, .page-view.home .sub-section.approach .container .background .dimmer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
    .page-view.home .sub-section.team .container .wrapper, .page-view.home .sub-section.approach .container .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
        padding: 8.5em 5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 50%; }
        @media screen and (max-width: 768px) {
          .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
            width: 100%;
            padding: 5em 5%; } }
      .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .left-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        min-width: 350px; }
        @media screen and (max-width: 768px) {
          .page-view.home .sub-section.team .container .wrapper .left-container, .page-view.home .sub-section.approach .container .wrapper .left-container {
            min-width: 0;
            display: block;
            width: 100%; } }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container .title, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container .title {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .title-container .title .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .title-container .title .text {
              overflow: hidden; }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .excerpt-container .excerpt .text {
              overflow: hidden; }
        .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container {
          overflow: hidden; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper {
            overflow: hidden; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links {
              overflow: hidden;
              padding-top: 1.25em; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links > *, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links > * {
                margin-top: 1.25em;
                display: block; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link {
                color: #FFA300; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover {
                  color: #FFA300; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
                  font-size: 1em;
                  font-weight: 600; }
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow {
            overflow: initial; }
            .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper {
              overflow: initial; }
              .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links, .page-view.home .sub-section.approach .container .wrapper .left-container .left-wrapper .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links {
                overflow: initial; }
      .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 768px) {
          .page-view.home .sub-section.team .container .wrapper .right-container, .page-view.home .sub-section.approach .container .wrapper .right-container {
            position: relative;
            width: 100%; } }
        .page-view.home .sub-section.team .container .wrapper .right-container .text, .page-view.home .sub-section.approach .container .wrapper .right-container .text {
          z-index: 2; }
        .page-view.home .sub-section.team .container .wrapper .right-container .image-container, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container {
          width: 100%;
          height: 100%;
          overflow: hidden;
          min-height: 20em;
          max-height: 22em; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-container .image, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container .image {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              .page-view.home .sub-section.team .container .wrapper .right-container .image-container .image, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container .image {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%; } }
          @media screen and (max-width: 567px) {
            .page-view.home .sub-section.team .container .wrapper .right-container .image-container, .page-view.home .sub-section.approach .container .wrapper .right-container .image-container {
              max-height: 16em; } }
        .page-view.home .sub-section.team .container .wrapper .right-container .image-elements, .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements {
          pointer-events: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
          .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line, .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line {
            position: absolute;
            height: 1px;
            background: #FFA300;
            width: 100%;
            left: 0;
            bottom: 0;
            z-index: 2; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(1), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(1) {
              width: 50%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(2), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(2) {
              width: 60%;
              left: 50%;
              height: 1%;
              background: white;
              opacity: 0.4;
              -webkit-transform-origin: center right;
                  -ms-transform-origin: center right;
                      transform-origin: center right; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(3), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(3) {
              opacity: 0.5;
              background: white;
              bottom: 15%;
              left: -10%;
              width: 60%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(4), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(4) {
              opacity: 0.5;
              bottom: 10%;
              height: 2px;
              left: 25%;
              width: 55%;
              -webkit-transform-origin: center right;
                  -ms-transform-origin: center right;
                      transform-origin: center right; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(5), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(5) {
              opacity: 0.6;
              height: 2%;
              bottom: 10%;
              width: 10%;
              margin-bottom: 2px;
              left: 77.5%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(6), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(6) {
              opacity: 0.4;
              bottom: 30%;
              z-index: 0;
              left: 5%;
              width: 60%;
              -webkit-transform-origin: center left;
                  -ms-transform-origin: center left;
                      transform-origin: center left; }
            .page-view.home .sub-section.team .container .wrapper .right-container .image-elements .line:nth-child(7), .page-view.home .sub-section.approach .container .wrapper .right-container .image-elements .line:nth-child(7) {
              opacity: 0.6;
              left: 50%;
              bottom: 45%;
              height: 2px;
              width: 40%;
              z-index: 0;
              -webkit-transform-origin: center right;
                  -ms-transform-origin: center right;
                      transform-origin: center right; }
  .page-view.home .sub-section.projects {
    padding-top: 4em;
    padding-bottom: 4em; }
    .page-view.home .sub-section.projects .gradient-bottom {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #00263E));
      background: -o-linear-gradient(#00263E 10% #00263E 90%);
      background: linear-gradient(#00263E 10% #00263E 90%); }

.page-view.home .top-title.horizontal {
  display: none; }

.page-view.home .mini-video {
  position: absolute;
  bottom: 50px;
  right: 120px;
  z-index: 21; }
  @media screen and (max-width: 1120px) {
    .page-view.home .mini-video {
      right: 80px;
      bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .page-view.home .mini-video {
      right: 30px; } }
  @media screen and (max-width: 567px) {
    .page-view.home .mini-video {
      position: relative;
      left: 10%;
      right: 10%;
      width: 80%; } }
  .page-view.home .mini-video .video-module {
    width: 20em; }
    @media screen and (max-width: 567px) {
      .page-view.home .mini-video .video-module {
        width: 100%; } }
  .page-view.home .mini-video .timeline, .page-view.home .mini-video .video-bottom, .page-view.home .mini-video .video-elements {
    display: none; }
  .page-view.home .mini-video .video-wrapper-1 {
    border-color: #FFA300 !important; }
  .page-view.home .mini-video .play-button-container {
    width: 3em;
    width: 100%;
    height: 100%; }
    .page-view.home .mini-video .play-button-container .play-button {
      width: 3em;
      height: 3em;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .page-view.home .mini-video .play-button-container .spinner {
      display: none; }
    .page-view.home .mini-video .play-button-container .cirlce {
      opacity: 1;
      background: #FFA300; }

.split-section-container .split-sub-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .split-section-container .split-sub-wrapper {
      min-height: 35em; } }
  @media screen and (max-height: 414px) {
    .split-section-container .split-sub-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 567px) {
    .split-section-container .split-sub-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-height: 414px) {
    .split-section-container .split-sub-wrapper .text-container {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 567px) {
    .split-section-container .split-sub-wrapper .text-container {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (min-width: 768px) {
    .split-section-container .split-sub-wrapper .image-container {
      width: 50%;
      height: inherit;
      position: relative; } }
  @media screen and (max-height: 414px) {
    .split-section-container .split-sub-wrapper .image-container {
      height: 20em;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; } }
  @media screen and (max-width: 567px) {
    .split-section-container .split-sub-wrapper .image-container {
      height: 25em;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; } }
  .split-section-container .split-sub-wrapper .image-container .image {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .split-section-container .split-sub-wrapper .image-container .dimmer {
    background: #ffc107;
    z-index: 4;
    height: inherit;
    bottom: 100%;
    opacity: 0; }
  .split-section-container .split-sub-wrapper .image-container.background {
    width: 100%;
    z-index: 45; }
  .split-section-container .split-sub-wrapper .text-container {
    background: #FFA300;
    color: #E0E1E3;
    padding: 0 10%;
    display: block; }
    @media screen and (min-width: 768px) {
      .split-section-container .split-sub-wrapper .text-container {
        width: 50%;
        padding: 7% !important; } }
    @media screen and (max-width: 768px) {
      .split-section-container .split-sub-wrapper .text-container {
        padding: 10%; } }
    .split-section-container .split-sub-wrapper .text-container::-webkit-scrollbar {
      display: none; }
    .split-section-container .split-sub-wrapper .text-container .title-container {
      margin-bottom: 2em; }
      .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars {
        margin-bottom: 2em; }
        .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .store svg {
          width: 9em;
          margin-bottom: .9em; }
        .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .stars {
          width: 8em;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .split-section-container .split-sub-wrapper .text-container .title-container .split-review-stars .stars svg {
            fill: #FFC107;
            margin-right: 4px; }
      .split-section-container .split-sub-wrapper .text-container .title-container .text {
        font-size: xx-large;
        font-weight: 100;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          .split-section-container .split-sub-wrapper .text-container .title-container .text {
            font-size: 3em; } }
    .split-section-container .split-sub-wrapper .text-container .excerpt-container.left {
      margin-bottom: 2em; }
    .split-section-container .split-sub-wrapper .text-container .excerpt-container .text {
      line-height: 1.5; }
    .split-section-container .split-sub-wrapper .text-container .store-links-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2em;
      width: 15em; }
      .split-section-container .split-sub-wrapper .text-container .store-links-container .logo {
        margin-right: 10px; }
  .split-section-container .split-sub-wrapper .split-background {
    display: grid;
    width: 100%; }
    .split-section-container .split-sub-wrapper .split-background .text-container {
      width: 100%;
      background: none;
      color: #FFA300;
      padding-top: 10em;
      text-align: center;
      z-index: 50; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .text-container {
          padding-top: 15%; } }
      .split-section-container .split-sub-wrapper .split-background .text-container .title-container {
        margin-bottom: 2em;
        z-index: 50; }
        .split-section-container .split-sub-wrapper .split-background .text-container .title-container .text {
          font-size: xx-large;
          font-weight: 700;
          text-transform: uppercase; }
          @media screen and (min-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background .text-container .title-container .text {
              font-size: 3em; } }
      .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container {
        padding-top: 2em;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container {
            padding-top: 1em;
            padding-bottom: 1em; } }
        .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text {
          border-radius: 5px;
          color: #FFA300; }
          .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform {
            background: #ffc107;
            padding: 1em 4em;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            font-weight: 700;
            font-size: 1.2em;
            -webkit-transition: padding .1s ease-in-out;
            -o-transition: padding .1s ease-in-out;
            transition: padding .1s ease-in-out; }
            @media screen and (max-width: 768px) {
              .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform {
                padding: 1em 3em; } }
            .split-section-container .split-sub-wrapper .split-background .text-container .excerpt-container .text.btn-transform:hover {
              background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
              background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
              background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
              padding: 1em 4.5em;
              -webkit-transition: background 1000ms linear, padding .1s ease-in-out;
              -o-transition: background 1000ms linear, padding .1s ease-in-out;
              transition: background 1000ms linear, padding .1s ease-in-out; }
    .split-section-container .split-sub-wrapper .split-background .image-container {
      width: 100%;
      z-index: 45;
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 35em; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .image-container {
          height: auto; } }
    .split-section-container .split-sub-wrapper .split-background .dimmer {
      background: -webkit-gradient(linear, left top, left bottom, from(#f5e28f), to(transparent));
      background: -o-linear-gradient(#f5e28f, transparent);
      background: linear-gradient(#f5e28f, transparent);
      z-index: 4;
      height: inherit;
      opacity: .3;
      position: absolute;
      width: 100%;
      top: 0; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background .dimmer {
          height: 20em; } }
    .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container {
      background: white;
      color: #385963;
      padding: 10%;
      text-align: left; }
      .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container .title-container .text {
        text-transform: none;
        font-size: 2em; }
      .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container .excerpt-container .text {
        text-transform: none;
        color: inherit;
        letter-spacing: .5px;
        background: none;
        padding: 0;
        font-size: 1em;
        font-weight: 300; }
    .split-section-container .split-sub-wrapper .split-background.background-transform {
      background: #f5e28f; }
      @media screen and (max-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background.background-transform {
          display: block;
          min-height: 24em;
          padding: 27% 0; } }
      .split-section-container .split-sub-wrapper .split-background.background-transform .text-container {
        padding: 0 !important; }
        .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .title-container {
          top: 40%;
          padding: 0 !important;
          margin: 0 !important;
          color: white;
          -webkit-transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out;
              -ms-transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out;
                  transform: color .5s ease-in-out .3s, margin-top .5s ease-in-out; }
        .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container {
          position: relative;
          padding-top: 1.5em;
          text-align: center;
          top: 45%; }
          .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container .text {
            color: white;
            text-align: center;
            font-size: 1.2em;
            font-weight: 700;
            letter-spacing: .5px;
            background: #ffc107;
            padding: .5em 1em; }
            .split-section-container .split-sub-wrapper .split-background.background-transform .text-container .excerpt-container .text:hover {
              background: -webkit-gradient(linear, left top, right top, from(#ff8a00), color-stop(#ffc107), to(#da1b60));
              background: -o-linear-gradient(left, #ff8a00, #ffc107, #da1b60);
              background: linear-gradient(to right, #ff8a00, #ffc107, #da1b60);
              padding: .6em 1.5em; }
      @media screen and (min-width: 768px) {
        .split-section-container .split-sub-wrapper .split-background.background-transform:hover .excerpt-container {
          opacity: 1;
          -webkit-transition: opacity .3s ease-in-out .3s;
          -o-transition: opacity .3s ease-in-out .3s;
          transition: opacity .3s ease-in-out .3s; } }
      .split-section-container .split-sub-wrapper .split-background.background-transform .image-container {
        opacity: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
        width: inherit !important;
        display: block !important; }
        @media screen and (max-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background.background-transform .image-container {
            z-index: 1;
            top: 0;
            max-height: 24em; } }
        .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .image {
          width: 100% !important;
          -o-object-position: center;
             object-position: center;
          -o-object-fit: cover;
             object-fit: cover;
          background-repeat: no-repeat;
          -webkit-filter: grayscale(0);
                  filter: grayscale(0); }
          @media screen and (max-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .image {
              height: auto;
              min-height: 24em; } }
        .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .dimmer {
          background: -webkit-gradient(linear, left top, left bottom, from(#385963), to(black));
          background: -o-linear-gradient(top, #385963, black);
          background: linear-gradient(to bottom, #385963, black);
          opacity: .5; }
          @media screen and (max-width: 768px) {
            .split-section-container .split-sub-wrapper .split-background.background-transform .image-container .dimmer {
              min-height: 24em;
              height: auto; } }
        @media screen and (min-width: 768px) {
          .split-section-container .split-sub-wrapper .split-background.background-transform .image-container:after {
            content: "";
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0) -o-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
            background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
            z-index: 1; } }

.page-view.grid {
  padding-top: 8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 768px) {
    .page-view.grid {
      padding-bottom: 4em; } }
  @media screen and (max-width: 567px) {
    .page-view.grid {
      padding-right: 0;
      padding-top: 8em; } }
  .page-view.grid .page-excerpt-container {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    padding-right: 67.5%;
    padding-top: 4em;
    padding-bottom: 0px !important; }
    @media screen and (max-width: 1120px) {
      .page-view.grid .page-excerpt-container {
        padding-right: 50%; } }
    @media screen and (max-width: 768px) {
      .page-view.grid .page-excerpt-container {
        padding-right: 0; } }
    .page-view.grid .page-excerpt-container .menu-button {
      text-align: center;
      overflow: hidden; }
      .page-view.grid .page-excerpt-container .menu-button .page-excerpt-content {
        overflow: hidden; }
        .page-view.grid .page-excerpt-container .menu-button .page-excerpt-content .text {
          overflow: hidden;
          font-weight: 100;
          line-height: 1.32; }
          .page-view.grid .page-excerpt-container .menu-button .page-excerpt-content .text h2, .page-view.grid .page-excerpt-container .menu-button .page-excerpt-content .text h3, .page-view.grid .page-excerpt-container .menu-button .page-excerpt-content .text h4 {
            font-size: 2em;
            line-height: 1;
            margin-bottom: 0.5em; }

.page-view.planet canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: -webkit-grab !important;
  cursor: grab !important; }
  .page-view.planet canvas.dragging {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important; }
  .page-view.planet canvas.cursor-pointer {
    cursor: pointer !important; }

.page-view.planet .projection {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
  height: auto;
  max-height: initial;
  min-height: initial;
  max-width: initial;
  min-width: initial;
  z-index: 999; }

.page-view.planet .popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17.36em;
  visibility: hidden;
  opacity: 0; }
  .page-view.planet .popup-container .popup-wrapper {
    opacity: 0.85; }
    .page-view.planet .popup-container .popup-wrapper .close-container {
      width: 2em;
      height: 2em;
      left: 100%;
      top: -1.5%;
      position: absolute;
      padding: 2.5%;
      cursor: pointer; }
      .page-view.planet .popup-container .popup-wrapper .close-container .close {
        width: 100%;
        height: 100%;
        border: 1px solid #FFA300;
        border-radius: 100%;
        padding: 20%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: scale(1.01);
            -ms-transform: scale(1.01);
                transform: scale(1.01); }
        .page-view.planet .popup-container .popup-wrapper .close-container .close svg {
          width: 100%;
          height: 100%; }
          .page-view.planet .popup-container .popup-wrapper .close-container .close svg path {
            fill: #FFA300; }
      .page-view.planet .popup-container .popup-wrapper .close-container:hover .close {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .page-view.planet .popup-container .popup-wrapper .arrow-title-wrapper {
      position: absolute;
      bottom: 5%;
      right: -15%;
      z-index: 5;
      font-size: 0.8em; }
    .page-view.planet .popup-container .popup-wrapper .popup-bg {
      position: absolute;
      top: -1px;
      left: 0px;
      bottom: -1px;
      right: 0px;
      background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 155, 218, 0.4)), to(transparent));
      background: -o-linear-gradient(left, rgba(0, 155, 218, 0.4) 70%, transparent);
      background: linear-gradient(to right, rgba(0, 155, 218, 0.4) 70%, transparent);
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      -webkit-transform: translateX(-1px);
          -ms-transform: translateX(-1px);
              transform: translateX(-1px); }
    .page-view.planet .popup-container .popup-wrapper .popup-glow {
      position: absolute;
      top: 10%;
      right: -webkit-calc(5% + 1.35px);
      right: calc(5% + 1.35px);
      width: 5%;
      height: 30%;
      -webkit-box-shadow: 0.25em 0px 3em 0em rgba(140, 210, 244, 0.4);
              box-shadow: 0.25em 0px 3em 0em rgba(140, 210, 244, 0.4); }
    .page-view.planet .popup-container .popup-wrapper .popup-glow-line {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #8cd2f4), color-stop(80%, transparent));
      background: -o-linear-gradient(transparent 0%, #8cd2f4 20%, transparent 80%);
      background: linear-gradient(transparent 0%, #8cd2f4 20%, transparent 80%);
      opacity: 0.75;
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      -webkit-transform: translateX(1.35px);
          -ms-transform: translateX(1.35px);
              transform: translateX(1.35px); }
    .page-view.planet .popup-container .popup-wrapper .popup-main {
      -webkit-clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
              clip-path: polygon(100% 0, 100% 20%, 95% 25%, 95% 35%, 100% 40%, 100% 100%, 7% 100%, 0 93%, 0 10%, 10% 0);
      background: rgba(0, 0, 0, 0.7);
      background: #00263E; }
      .page-view.planet .popup-container .popup-wrapper .popup-main .image-container {
        background: black; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .dummy {
          padding-top: 50%; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .image-container .image .dimmer {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #00263E;
            opacity: 0.35; }
      .page-view.planet .popup-container .popup-wrapper .popup-main .content-container {
        padding-top: 8%;
        padding-right: 8%;
        padding-bottom: 8%;
        padding-left: 8%; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .alternative-title .text {
          font-size: 0.82em;
          font-weight: 600;
          line-height: 1.25;
          line-height: 1.25; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .main-title {
          margin-top: 1.5em;
          padding-right: 20%; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .main-title .text {
            font-size: 0.82em;
            line-height: 1.25; }
        .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details {
          margin-top: 1.05em;
          padding-right: 20%; }
          .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details .text {
            font-size: 0.65em;
            line-height: 1.25; }
            .page-view.planet .popup-container .popup-wrapper .popup-main .content-container .details .text span.sep {
              margin: 0 0.25em;
              color: #FFA300; }
    .page-view.planet .popup-container .popup-wrapper .left-big-bar {
      position: absolute;
      width: 2px;
      height: 32.5%;
      background: #B6B9DA;
      position: absolute;
      top: 10%;
      left: -2px; }
    .page-view.planet .popup-container .popup-wrapper .left-small-bar {
      position: absolute;
      width: 4px;
      height: 4%;
      background: #B6B9DA;
      position: absolute;
      top: 9%;
      left: -4px;
      opacity: 0.75; }

.page-view.planet .spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .page-view.planet .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #FFA300;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .page-view.planet .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .page-view.planet .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.page-view.bio .faded-mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed; }
  @media screen and (max-width: 768px) {
    .page-view.bio .faded-mobile-bg {
      display: block; } }
  .page-view.bio .faded-mobile-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 567px) {
    .page-view.bio .faded-mobile-bg:after {
      display: block;
      background: -webkit-gradient(linear, left top, right top, color-stop(80%, #00263E), color-stop(90%, rgba(0, 38, 62, 0.8)));
      background: -o-linear-gradient(left, #00263E 80%, rgba(0, 38, 62, 0.8) 90%);
      background: linear-gradient(to right, #00263E 80%, rgba(0, 38, 62, 0.8) 90%); } }
  .page-view.bio .faded-mobile-bg .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00263E;
    opacity: 0.25; }

.page-view.bio .bio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed; }
  .page-view.bio .bio-bg .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: center right; }
  @media screen and (max-width: 768px) {
    .page-view.bio .bio-bg {
      position: relative;
      padding-top: 100%;
      width: 100%;
      height: auto;
      border-bottom: 1px solid #4c4c4c; }
      .page-view.bio .bio-bg .image {
        background-position: right top;
        background-size: 200% auto; } }

.page-view.bio .content-dimmer {
  background: #020c17;
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#020c17), to(transparent));
  background: -o-linear-gradient(left, #020c17, transparent);
  background: linear-gradient(to right, #020c17, transparent);
  display: none; }
  @media screen and (max-width: 1120px) {
    .page-view.bio .content-dimmer {
      display: block; } }
  @media screen and (max-width: 768px) {
    .page-view.bio .content-dimmer {
      display: none; } }

.page-view.bio .content-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35.63%;
  margin-left: 12.55%; }
  @media screen and (max-width: 768px) {
    .page-view.bio .content-container {
      min-height: initial;
      width: 90%;
      margin: auto; } }
  .page-view.bio .content-container .content-wrapper {
    padding: 8em 0 4em; }
    @media screen and (max-width: 768px) {
      .page-view.bio .content-container .content-wrapper {
        padding: 4em 0; } }
    .page-view.bio .content-container .content-wrapper .titles-container {
      -webkit-perspective: 55em;
              perspective: 55em;
      -webkit-perspective-origin: 50% 100%;
              perspective-origin: 50% 100%; }
      .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper {
        padding-right: -webkit-calc(10% + 6em);
        padding-right: calc(10% + 6em); }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs {
          text-transform: uppercase; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text > * {
            font-size: 0.75em;
            font-weight: normal; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text .single-bread {
            color: white; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .breadcrumbs .text .single-bread:hover {
              color: #FFA300; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
          margin-top: 0.77em; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title .text {
            font-size: 1.77em;
            font-weigh: bold; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title {
          margin-top: 0.35em; }
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title .text {
            font-weight: 300;
            font-size: 1.15em; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .contact-link {
          position: absolute;
          bottom: 0;
          right: 10%; }
    .page-view.bio .content-container .content-wrapper .bio-content {
      margin-top: 2.82em;
      -webkit-perspective: 55em;
              perspective: 55em;
      -webkit-perspective-origin: 50% 0%;
              perspective-origin: 50% 0%; }
      .page-view.bio .content-container .content-wrapper .bio-content .text-container {
        overflow: hidden; }
        .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper {
          overflow: hidden; }
          .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper .text {
            overflow: hidden;
            font-size: 0.75em;
            line-height: 2.125;
            font-weight: 400; }

.page-view.projectdetail img.image:hover {
  cursor: pointer; }

.page-view.projectdetail .content-container {
  width: 100%; }
  .page-view.projectdetail .content-container .content-wrapper {
    margin-left: 18.75%;
    width: 62.5%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .content-container .content-wrapper {
        width: 76.25%;
        margin-left: 5%; } }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .content-container .content-wrapper {
        width: 90%;
        margin: auto; } }

.page-view.projectdetail .top-title-container .title-background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-view.projectdetail .top-title-container .title-background-container .title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page-view.projectdetail .top-title-container .title-background-container .title-background .title-bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden; }
      .page-view.projectdetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00263E;
        opacity: 0.35; }

.page-view.projectdetail .top-title-container .title-container {
  padding-top: 15em;
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .page-view.projectdetail .top-title-container .title-container {
      padding-top: 10em; } }
  .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text {
    padding-right: 25%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text {
        padding-right: 0; } }
    .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
      font-size: 2.73em;
      line-height: 1.23;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      @media screen and (max-width: 768px) {
        .page-view.projectdetail .top-title-container .title-container .title-wrapper .title-text .text {
          font-size: 1.5em; } }

.page-view.projectdetail .body-container {
  color: black;
  padding-top: 5em;
  background: white; }
  @media screen and (max-width: 567px) {
    .page-view.projectdetail .body-container {
      padding-top: 2.5em; } }
  .page-view.projectdetail .body-container .body-wrapper {
    float: left; }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .body-container .body-wrapper {
        float: initial; } }
    .page-view.projectdetail .body-container .body-wrapper .main-content {
      padding-bottom: 5em; }
      .page-view.projectdetail .body-container .body-wrapper .main-content.has-slideshow-module {
        padding-bottom: 45%; }
        @media screen and (max-width: 768px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content.has-slideshow-module {
            padding-bottom: 0; } }
      @media screen and (max-width: 768px) {
        .page-view.projectdetail .body-container .body-wrapper .main-content {
          padding-bottom: 0; } }
      .page-view.projectdetail .body-container .body-wrapper .main-content .content-side {
        width: 21.75%;
        margin-right: 10%;
        float: left; }
        @media screen and (max-width: 567px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side {
            float: none;
            width: 100%;
            margin-right: 0; } }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .main-title .text {
          font-size: 0.82em; }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details {
          margin-top: 1.73em;
          line-height: 1.75; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details > * {
            font-size: 0.75em; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details .commodity {
            font-style: italic; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .details .location {
            font-weight: bold; }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact {
          margin-top: 1.73em;
          line-height: 1.75; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > * {
            font-size: 0.75em;
            display: block; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > a {
            color: black; }
            .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact > a:hover {
              color: #FFA300; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact .email {
            font-weight: bold; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-side .contact .phone {
            font-weight: bold; }
      .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
        width: 55.25%;
        float: left; }
        @media screen and (max-width: 567px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-body {
            float: none;
            width: 100%;
            margin-top: 2em; } }
        .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text {
          font-size: 0.75em;
          line-height: 1.75;
          letter-spacing: 0.06em; }
          .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text p {
            margin-top: 2em; }
            .page-view.projectdetail .body-container .body-wrapper .main-content .content-body .body-text .text p:first-child {
              margin-top: 0; }
  .page-view.projectdetail .body-container .body-sidebar {
    float: left;
    width: 18.75%;
    padding-right: 6%;
    padding-left: 2.5%; }
    @media screen and (max-width: 1120px) {
      .page-view.projectdetail .body-container .body-sidebar {
        padding-right: 2.5%; } }
    @media screen and (max-width: 768px) {
      .page-view.projectdetail .body-container .body-sidebar {
        float: initial;
        width: 90%;
        margin: auto;
        padding: 0;
        margin-top: 2em;
        padding-bottom: 35%; } }
    .page-view.projectdetail .body-container .body-sidebar .sidebar {
      width: 100%;
      padding-bottom: 1.25em; }
      .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-title {
        text-align: center;
        padding-bottom: 0.25em; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-title .text {
          text-transform: uppercase;
          font-size: 0.8em; }
      .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item {
        margin-top: 1.25em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
        @media screen and (max-width: 768px) {
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item {
            width: 47.5%;
            float: left; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item:nth-child(2n+1) {
              margin-right: 5%;
              clear: both; } }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container {
          width: 100%;
          display: block;
          color: white; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container:hover {
            color: #f5e28f; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .dummy {
            padding-top: 100%; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .image {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              -o-object-fit: cover;
                 object-fit: cover; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .dimmer {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              width: 100%;
              height: 100%;
              background: #00263E;
              opacity: 0.35; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link {
              text-align: center;
              display: inline-block;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                  -ms-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%); }
              .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link:after {
                width: 100%;
                position: absolute;
                right: 0;
                bottom: -0.5em;
                height: 1px;
                content: '';
                background: #f5e28f;
                -webkit-transform: scaleX(0.8);
                    -ms-transform: scaleX(0.8);
                        transform: scaleX(0.8);
                -webkit-transform-origin: center right;
                    -ms-transform-origin: center right;
                        transform-origin: center right; }
              .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span {
                display: inline-block;
                vertical-align: middle; }
                .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.text {
                  font-weight: 600;
                  font-size: 0.75em;
                  margin-right: 1em; }
                .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.arrow {
                  width: 1.25em; }
                  .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .item-image-link-container .item-image-link .link span.arrow svg path {
                    fill: #f5e28f; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title {
          margin-top: 0.91em; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title .text {
            font-size: 0.8em;
            display: block;
            color: black; }
            .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .title .text:hover {
              color: #f5e28f; }
        .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .details {
          margin-top: 0.91em;
          margin-bottom: 0.91em;
          line-height: 1.5; }
          .page-view.projectdetail .body-container .body-sidebar .sidebar .sidebar-items .single-sidebar-item .details > div {
            font-size: 0.7em;
            color: rgba(0, 0, 0, 0.6); }

.page-view.projectdetail .slideshow-module-container .slideshow-module {
  width: 62.5%;
  margin: -22.5% auto 0;
  padding-bottom: 3em; }
  @media screen and (max-width: 1120px) {
    .page-view.projectdetail .slideshow-module-container .slideshow-module {
      margin: -22.5% 0 0 5%;
      width: 76.25%; } }
  @media screen and (max-width: 768px) {
    .page-view.projectdetail .slideshow-module-container .slideshow-module {
      margin: -30% auto 0;
      width: 90%; } }

.page-view.projectdetail .related-projects {
  padding-top: 11em;
  padding-bottom: 2.5em; }
  .page-view.projectdetail .related-projects .go-down-container {
    bottom: initial;
    bottom: 2em; }

.page-view.servicedetail .content-container {
  margin: auto;
  width: 60%; }
  @media screen and (max-width: 1120px) {
    .page-view.servicedetail .content-container {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .content-container {
      width: 90%; } }

.page-view.servicedetail .top-title-container .title-background-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .page-view.servicedetail .top-title-container .title-background-container .title-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      overflow: hidden; }
      .page-view.servicedetail .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00263E;
        opacity: 0.35; }

.page-view.servicedetail .top-title-container .title-container .links-wrapper {
  text-align: center;
  padding-top: 9em; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .top-title-container .title-container .links-wrapper {
      padding-top: 7.5em; } }
  .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link {
    display: inline-block;
    margin: 0.75em 0.75em 0;
    color: rgba(255, 255, 255, 0.6); }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span {
      font-size: 0.75em;
      display: inline-block;
      vertical-align: middle;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.left-bracket {
        margin-right: 0.5em; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.text:after {
        content: '';
        position: absolute;
        bottom: -0.5em;
        left: 0;
        height: 1px;
        width: 100%;
        background: #FFA300;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link span.right-bracket {
        margin-left: 0.5em; }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link:hover {
      color: white; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link:hover span.text:after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
    .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active {
      color: white; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active span.text {
        font-weight: 500; }
      .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active:hover {
        cursor: default; }
        .page-view.servicedetail .top-title-container .title-container .links-wrapper .single-link.active:hover span.text:after {
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0); }

.page-view.servicedetail .top-title-container .title-container .title-wrapper {
  padding: 4.14em 0; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail .top-title-container .title-container .title-wrapper {
      padding: 2em 0; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper.padding {
    padding: 15em 0 3em; }
    @media screen and (max-width: 768px) {
      .page-view.servicedetail .top-title-container .title-container .title-wrapper.padding {
        padding: 10em 0 3em; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .title-text .text {
    font-size: 2.73em;
    line-height: 1.23;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 768px) {
      .page-view.servicedetail .top-title-container .title-container .title-wrapper .title-text .text {
        font-size: 1.5em; } }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details {
    margin-top: 2em; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details > div {
      margin-top: 0.75em; }
      .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details > div:first-of-type {
        margin-top: 0; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details .client .text {
      font-size: 1.25em; }
    .page-view.servicedetail .top-title-container .title-container .title-wrapper .event-details .location-date .text span.sep {
      color: #FFA300;
      margin: 0 0.25em; }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .date {
    margin-top: 2em; }
  .page-view.servicedetail .top-title-container .title-container .title-wrapper .slash {
    color: #FFA300; }

.page-view.servicedetail .contact-tanya .content {
  padding: 0 !important; }

.page-view.servicedetail .body-container {
  background: white;
  color: black; }
  .page-view.servicedetail .body-container.has-slideshow-module {
    padding-bottom: 10%; }
  .page-view.servicedetail .body-container .body-wrapper {
    padding: 5em 0; }
    .page-view.servicedetail .body-container .body-wrapper.jobvite {
      padding: 1em 0; }
    .page-view.servicedetail .body-container .body-wrapper .content {
      width: 75%;
      margin-left: 25%;
      padding: 5em 0; }
      .page-view.servicedetail .body-container .body-wrapper .content.no-margin {
        margin-left: 0;
        width: 100%; }
      @media screen and (max-width: 768px) {
        .page-view.servicedetail .body-container .body-wrapper .content {
          margin: 0;
          width: 100%; } }
      @media screen and (max-width: 567px) {
        .page-view.servicedetail .body-container .body-wrapper .content {
          float: none;
          width: 100%;
          margin-top: 1em; } }
      .page-view.servicedetail .body-container .body-wrapper .content .text img {
        height: auto !important; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p {
        margin-top: 0;
        margin-bottom: 1.5em; }
        .page-view.servicedetail .body-container .body-wrapper .content .text p:last-of-type {
          margin-bottom: 0; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p, .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6, .page-view.servicedetail .body-container .body-wrapper .content .text li {
        font-size: 1em; }
      .page-view.servicedetail .body-container .body-wrapper .content .text p, .page-view.servicedetail .body-container .body-wrapper .content .text li, .page-view.servicedetail .body-container .body-wrapper .content .text section {
        line-height: 1.75; }
        .page-view.servicedetail .body-container .body-wrapper .content .text p a, .page-view.servicedetail .body-container .body-wrapper .content .text li a, .page-view.servicedetail .body-container .body-wrapper .content .text section a {
          color: rgba(255, 163, 0, 0.5); }
          .page-view.servicedetail .body-container .body-wrapper .content .text p a:hover, .page-view.servicedetail .body-container .body-wrapper .content .text li a:hover, .page-view.servicedetail .body-container .body-wrapper .content .text section a:hover {
            color: #FFA300; }
      .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6 {
        font-weight: bold;
        display: inline-block;
        padding-bottom: 0.75em;
        position: absolute;
        right: 100%;
        width: 26.666%;
        margin-right: 6.666%; }
        .page-view.servicedetail .body-container .body-wrapper .content .text h1:after, .page-view.servicedetail .body-container .body-wrapper .content .text h2:after, .page-view.servicedetail .body-container .body-wrapper .content .text h3:after, .page-view.servicedetail .body-container .body-wrapper .content .text h4:after, .page-view.servicedetail .body-container .body-wrapper .content .text h5:after, .page-view.servicedetail .body-container .body-wrapper .content .text h6:after {
          width: 50%;
          height: 1px;
          background: #FFA300;
          position: absolute;
          bottom: 0;
          left: 0;
          content: ''; }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail .body-container .body-wrapper .content .text h1, .page-view.servicedetail .body-container .body-wrapper .content .text h2, .page-view.servicedetail .body-container .body-wrapper .content .text h3, .page-view.servicedetail .body-container .body-wrapper .content .text h4, .page-view.servicedetail .body-container .body-wrapper .content .text h5, .page-view.servicedetail .body-container .body-wrapper .content .text h6 {
            width: auto;
            position: relative;
            margin: 0;
            right: initial;
            -webkit-transform: initial;
                -ms-transform: initial;
                    transform: initial;
            margin-bottom: 2em; }
            .page-view.servicedetail .body-container .body-wrapper .content .text h1:after, .page-view.servicedetail .body-container .body-wrapper .content .text h2:after, .page-view.servicedetail .body-container .body-wrapper .content .text h3:after, .page-view.servicedetail .body-container .body-wrapper .content .text h4:after, .page-view.servicedetail .body-container .body-wrapper .content .text h5:after, .page-view.servicedetail .body-container .body-wrapper .content .text h6:after {
              width: 100%; } }
      .page-view.servicedetail .body-container .body-wrapper .content .text .table {
        width: 100%; }
        .page-view.servicedetail .body-container .body-wrapper .content .text .table tr {
          height: 3em; }
        .page-view.servicedetail .body-container .body-wrapper .content .text .table th {
          text-align: left; }
          @media screen and (max-width: 768px) {
            .page-view.servicedetail .body-container .body-wrapper .content .text .table th:first-child {
              width: 20%; } }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail .body-container .body-wrapper .content .text .table {
            font-size: 0.8em; } }
      .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container {
        width: 60%;
        margin: 0 auto;
        text-align: left;
        padding: 2em;
        padding-left: 0;
        max-width: 1000px; }
        @media screen and (max-width: 1120px) {
          .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container {
            width: 80%; } }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container {
            width: 90%; } }
        .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container .header-hire {
          margin: 0; }
        .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container .header-team .header-team-ul {
          -webkit-transition: all ease-out 0.2s;
          -o-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; }
          .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container .header-team .header-team-ul:hover {
            -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                    transform: scale(1.05); }
        .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container .header-team li {
          list-style: none;
          margin-right: 1em; }
          .page-view.servicedetail .body-container .body-wrapper .content .text .layout-hire-text-container .header-team li a {
            color: #FFA300 !important; }

.page-view.servicedetail .slideshow-module-container .slideshow-module {
  margin-top: -15%;
  padding-bottom: 3em; }

.page-view.servicedetail .projects {
  padding-top: 4em;
  padding-bottom: 2.5em;
  padding-top: 11em;
  padding-bottom: 2.5em; }
  .page-view.servicedetail .projects .go-down-container {
    bottom: initial;
    top: 2em; }

.page-view.servicedetail .swiper-slide {
  cursor: pointer; }

.page-view.servicedetail .next-service {
  display: block;
  color: white; }
  .page-view.servicedetail .next-service .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .page-view.servicedetail .next-service .bg .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .page-view.servicedetail .next-service .bg .dimmer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.5;
      -webkit-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.15s;
           -o-transition-duration: 0.15s;
              transition-duration: 0.15s;
      -webkit-transition-timing-function: linear;
           -o-transition-timing-function: linear;
              transition-timing-function: linear; }
  .page-view.servicedetail .next-service .title-container {
    text-align: center;
    padding: 7.5em 0 9em; }
    .page-view.servicedetail .next-service .title-container .type .text {
      font-size: 1.1em; }
    .page-view.servicedetail .next-service .title-container .title {
      margin-top: 1.64em; }
      .page-view.servicedetail .next-service .title-container .title .text {
        font-size: 2em;
        font-weight: 600; }
    .page-view.servicedetail .next-service .title-container .arrow {
      margin: auto;
      width: 1.18em;
      margin-top: 1.86em;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .page-view.servicedetail .next-service .title-container .arrow svg path {
        fill: #FFA300; }
  .page-view.servicedetail .next-service:hover {
    color: #FFA300; }
    .page-view.servicedetail .next-service:hover .bg .dimmer {
      opacity: 0.35; }
    .page-view.servicedetail .next-service:hover .title-container .arrow {
      -webkit-transform: translateX(75%);
          -ms-transform: translateX(75%);
              transform: translateX(75%); }

@media screen and (min-width: 768px) {
  .page-view.servicedetail .service-partials-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.page-view.servicedetail .service-partials-container .next-service.two-links {
  width: 50% !important; }
  @media screen and (max-width: 567px) {
    .page-view.servicedetail .service-partials-container .next-service.two-links {
      width: 100% !important; } }

@media screen and (max-width: 768px) {
  .page-view.servicedetail.split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.page-view.servicedetail.split .secondary-container {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  width: 50%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail.split .secondary-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      z-index: 2;
      position: relative;
      background: none;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      margin-top: auto; } }
  .page-view.servicedetail.split .secondary-container .body-container {
    background: #FFA300;
    width: 100%;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
      margin: 0;
      width: auto;
      position: relative;
      height: 80%;
      padding: 5em;
      padding-top: 10em; }
      @media screen and (min-width: 768px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding-left: 8.5em;
          padding-right: 7em; } }
      @media screen and (max-width: 1380px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding-left: 5vw;
          padding-right: 5vw; } }
      @media screen and (max-width: 768px) {
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper {
          padding: 2em;
          top: 0;
          height: auto; } }
      .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container {
        width: 100%;
        padding-bottom: 1em;
        font-size: -webkit-xxx-large;
        text-transform: uppercase;
        color: #f5e28f; }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container h1, .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .title-container h2 {
          font-size: 1em; }
      .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal {
        width: auto;
        height: auto;
        position: relative;
        bottom: 0;
        display: block; }
        @media screen and (max-width: 768px) {
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal {
            margin-top: 2em; } }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .pagination-wrapper {
          display: none; }
        .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container {
          position: relative;
          display: inherit;
          width: auto;
          height: auto;
          left: 0;
          overflow: auto; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .arrow {
            color: #f5e28f;
            font-weight: 400;
            letter-spacing: .75px;
            font-size: .9em;
            cursor: pointer;
            width: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            background: none !important;
            bottom: auto;
            position: relative;
            right: auto;
            width: auto;
            float: right;
            margin-right: 0 !important;
            font-weight: 600;
            text-transform: uppercase; }
            @media screen and (min-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .arrow {
                right: 0;
                bottom: 0;
                margin: 0 !important; } }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
            width: 0em;
            -webkit-transition: width .5s ease-in-out;
            -o-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out; }
            @media screen and (max-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .next-pointer {
                width: 2.5em; } }
          @media screen and (min-width: 768px) {
            .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .text {
              margin-left: 2.5em;
              margin-right: 35px;
              color: #00263E;
              -webkit-transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out;
              -o-transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out;
              transition: margin-left .5s ease-in-out, margin-right .5s ease-in-out, color .5s ease-in-out; } }
          @media screen and (max-width: 768px) {
            .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow:hover .text {
              margin-left: 0; } }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .text {
            margin-right: 15px;
            position: relative;
            -webkit-transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
            -o-transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
            transition: margin-left .5s ease-in-out, color .5s ease-in-out, margin-right .5s ease-in-out;
            margin-left: 0;
            font-family: inherit;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .next-pointer {
            opacity: .6;
            -webkit-transition: width .5s ease-in-out;
            -o-transition: width .5s ease-in-out;
            transition: width .5s ease-in-out;
            width: 2.5em;
            height: 1.5px;
            background: black;
            position: relative; }
          .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .circles {
            width: 52px;
            height: 52px;
            border: 1.5px solid #00263E;
            border-radius: 50%;
            opacity: .6;
            right: 31px; }
            @media screen and (max-width: 768px) {
              .page-view.servicedetail.split .secondary-container .body-container .body-wrapper .text #slide-horizontal .arrow-container .right-arrow .circles {
                display: none; } }
  .page-view.servicedetail.split .secondary-container .slideshow-module-container {
    display: contents; }

.page-view.servicedetail.split .main-container {
  z-index: 1;
  display: absolute;
  right: 0;
  top: 0;
  position: fixed;
  width: 50%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .page-view.servicedetail.split .main-container {
      top: 0; } }
  @media screen and (max-width: 768px) {
    .page-view.servicedetail.split .main-container {
      height: 40vh;
      z-index: 1;
      position: relative;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%; } }
  .page-view.servicedetail.split .main-container .top-title-container {
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image {
        background-position: 75%; } }
    @media screen and (min-width: 768px) {
      .page-view.servicedetail.split .main-container .top-title-container .title-background-container .title-background .title-bg-image .dimmer {
        background: -webkit-gradient(linear, left top, right top, from(#cacaca), color-stop(transparent), to(transparent));
        background: -o-linear-gradient(left, #cacaca, transparent, transparent);
        background: linear-gradient(to right, #cacaca, transparent, transparent);
        opacity: 1; } }

.page-view.filter .main-title {
  left: 5%;
  top: 50%;
  width: 25%; }
  @media (max-width: 1120px) {
    .page-view.filter .main-title {
      width: 50%; } }
  @media (max-width: 1120px) and (max-width: 767px) {
    .page-view.filter .main-title {
      width: 90%; } }
  .page-view.filter .main-title .title h1 {
    font-size: 2.05em;
    font-weight: bold;
    text-transform: uppercase; }
  .page-view.filter .main-title .paragraph {
    margin-top: 1em; }
    .page-view.filter .main-title .paragraph p {
      font-size: 0.75em;
      line-height: 2;
      color: white; }

.page-view.filter .filter-container {
  padding-top: 10em;
  padding-bottom: 2em;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 1120px) {
    .page-view.filter .filter-container {
      display: block;
      padding-top: 8em; } }
  .page-view.filter .filter-container .content-container {
    width: 25%;
    max-width: 25%;
    min-width: 25%; }
    @media screen and (max-width: 1120px) {
      .page-view.filter .filter-container .content-container {
        width: 100%;
        max-width: initial;
        min-width: initial; } }
    .page-view.filter .filter-container .content-container .title-container {
      overflow: hidden; }
      .page-view.filter .filter-container .content-container .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.filter .filter-container .content-container .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2em;
          line-height: 1.23;
          font-weight: bold; }
          @media screen and (max-width: 567px) {
            .page-view.filter .filter-container .content-container .title-container .title-wrapper .text {
              font-size: 1.5em; } }
    .page-view.filter .filter-container .content-container .excerpt-container {
      margin-top: 2em;
      overflow: hidden; }
      @media screen and (max-width: 1120px) {
        .page-view.filter .filter-container .content-container .excerpt-container {
          margin-top: 1em; } }
      .page-view.filter .filter-container .content-container .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.filter .filter-container .content-container .excerpt-container .excerpt-wrapper .text {
          overflow: hidden;
          font-size: 1em;
          line-height: 1.75; }
    .page-view.filter .filter-container .content-container .buttons-wrapper {
      margin-top: 2em; }
      @media screen and (max-width: 1120px) {
        .page-view.filter .filter-container .content-container .buttons-wrapper {
          margin-top: 1em; } }
  .page-view.filter .filter-container .dropdown-container {
    width: 55%;
    max-width: 55%;
    min-width: 55%; }
    @media screen and (max-width: 1120px) {
      .page-view.filter .filter-container .dropdown-container {
        width: 100%;
        max-width: initial;
        min-width: initial;
        margin-top: 3em; } }
    .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container {
      float: left;
      width: 33%;
      padding: 0 2%;
      z-index: 10; }
      .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container:hover {
        z-index: 15; }
      @media screen and (max-width: 567px) {
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container {
          width: 100%;
          float: none;
          padding: 0;
          margin-top: 2em; } }
      .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper {
        width: 100%;
        border-bottom: 1px solid rgba(0, 174, 239, 0.25); }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-select {
          padding-bottom: 0.85em;
          z-index: 15; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-select .text {
            font-weight: 400;
            text-transform: uppercase;
            color: #FFA300;
            font-size: 0.75em; }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items {
          width: 100%;
          background: rgba(2, 12, 23, 0.925);
          border: 1px solid rgba(0, 174, 239, 0.3);
          z-index: 10;
          position: absolute;
          top: 100%;
          left: 0;
          cursor: initial;
          padding: 1em;
          display: none; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox {
            margin-top: 0.75em; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox:first-child {
              margin-top: 0; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox input {
              position: absolute;
              display: block;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              cursor: pointer;
              margin: 0;
              opacity: 0;
              z-index: 1; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox .wpcf7-list-item-label {
              display: inline-block;
              vertical-align: top;
              text-align: left;
              padding-left: 2em;
              padding-top: 0.17em;
              font-size: 0.7em;
              line-height: 1.5; }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::before, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::after, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox .wpcf7-list-item-label::before, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox .wpcf7-list-item-label::after {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 1.15em;
                height: 1.15em;
                margin-right: 10px;
                background: transparent;
                -webkit-transition-property: border, opacity;
                -o-transition-property: border, opacity;
                transition-property: border, opacity;
                -webkit-transition-duration: 0.15s;
                     -o-transition-duration: 0.15s;
                        transition-duration: 0.15s;
                -webkit-transition-timing-function: linear;
                     -o-transition-timing-function: linear;
                        transition-timing-function: linear;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::before, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox .wpcf7-list-item-label::before {
                border: 1px solid rgba(255, 163, 0, 0.4); }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::after, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox .wpcf7-list-item-label::after {
                opacity: 0;
                pointer-events: none;
                background: rgba(255, 163, 0, 0.6);
                border: 1px solid transparent; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox input:checked ~ label:after {
              opacity: 1; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox input:checked ~ .wpcf7-list-item-label:after {
              opacity: 1; }
            .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox:hover label::before, .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox:hover .wpcf7-list-item-label::before {
              border: 1px solid #ffa300; }
        .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper:hover {
          z-index: 100; }
          .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper:hover .dropdown-items {
            display: block; }

.page-view.filter .grid-items-none-found {
  text-align: center;
  display: none; }
  .page-view.filter .grid-items-none-found .text {
    color: #FFA300;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 1.15em;
    line-height: 1.5; }

.page-view.filter .grid-items-mix {
  width: 75%;
  margin: auto; }
  .page-view.filter .grid-items-mix .grid-box-single-mix {
    float: left;
    width: 33.33%;
    padding: 0 5%;
    margin-bottom: 5%; }

.page-view.contact .contact-container {
  width: 90%;
  margin: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5em 0; }
  @media screen and (max-width: 768px) {
    .page-view.contact .contact-container {
      display: block;
      min-height: auto;
      padding: 10em 0 7.5em; } }
  .page-view.contact .contact-container .left-content {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-right: 22%; }
    @media screen and (max-width: 768px) {
      .page-view.contact .contact-container .left-content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0%; } }
    .page-view.contact .contact-container .left-content .excerpt-container ul li a {
      color: #f5e28f; }
    .page-view.contact .contact-container .left-content .title-container {
      overflow: hidden; }
      .page-view.contact .contact-container .left-content .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.contact .contact-container .left-content .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2.05em;
          font-weight: 600; }
    .page-view.contact .contact-container .left-content .excerpt-container {
      margin-top: 1.73em;
      overflow: hidden; }
      .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text {
          overflow: hidden;
          font-size: 1em; }
          .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location {
            margin-top: 3em; }
            .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-title {
              margin-bottom: 1.5em; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-title .text {
                font-size: 1.15em; }
            .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item {
              margin-top: 1em;
              display: block; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item:first-child {
                margin-top: 0; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .icon {
                width: 1em;
                float: left;
                margin-top: 0.05em; }
                .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .icon svg path {
                  fill: #FFA300; }
              .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .content {
                float: left;
                width: -webkit-calc(100% - 1em);
                width: calc(100% - 1em);
                padding-left: 0.9em; }
                .page-view.contact .contact-container .left-content .excerpt-container .excerpt-wrapper .text .single-location .group-item-list-item .content .text {
                  font-size: 1em;
                  line-height: 1.25; }
  .page-view.contact .contact-container .right-form {
    width: 48%;
    min-width: 48%;
    max-width: 48%; }
    @media screen and (max-width: 768px) {
      .page-view.contact .contact-container .right-form {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-top: 3em; } }

.page-view.contact .locations-container {
  background: white;
  color: black; }
  .page-view.contact .locations-container .locations-header {
    padding: 3.5em 0;
    text-align: center; }
    .page-view.contact .locations-container .locations-header .title .text {
      font-size: 1.1em; }
    .page-view.contact .locations-container .locations-header .buttons-wrapper {
      margin-top: 3.9em; }
      .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button {
        display: inline-block; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button:first-child {
          margin-right: 3.1em; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon {
          color: rgba(36, 42, 46, 0.6) !important; }
          .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button .button-with-icon:hover {
            color: #FFA300 !important; }
        .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button.active .button-with-icon {
          color: #FFA300 !important;
          cursor: default; }
          .page-view.contact .locations-container .locations-header .buttons-wrapper .single-locations-button.active .button-with-icon:after {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1); }
  .page-view.contact .locations-container .locations-json {
    width: 0px;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0; }
  .page-view.contact .locations-container .location-types .list-container {
    width: 90%;
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 5em; }
    .page-view.contact .locations-container .location-types .list-container .list-group {
      margin-top: 5em; }
      .page-view.contact .locations-container .location-types .list-container .list-group:first-child {
        margin-top: 0; }
      .page-view.contact .locations-container .location-types .list-container .list-group .group-title {
        text-align: center; }
        @media screen and (max-width: 567px) {
          .page-view.contact .locations-container .location-types .list-container .list-group .group-title {
            text-align: left; } }
        .page-view.contact .locations-container .location-types .list-container .list-group .group-title .text {
          font-size: 1.63em;
          font-weight: 600;
          color: #FFA300; }
      .page-view.contact .locations-container .location-types .list-container .list-group .group-items {
        margin-top: 3.86em; }
        @media screen and (max-width: 567px) {
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items {
            margin-top: 1em; } }
        .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
          width: 20%;
          float: left;
          margin-right: 6.66%; }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(4n+4) {
            margin-right: 0; }
          @media screen and (max-width: 768px) {
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
              width: 45%;
              margin-top: 2em; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(4n+4) {
                margin-right: 6.66%; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item:nth-child(2n+2) {
                margin-right: 0; } }
          @media screen and (max-width: 567px) {
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item {
              width: 100%;
              margin-right: 0; } }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-title .text {
            font-size: 1.1em;
            font-weight: 600;
            color: #FFA300; }
          .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items {
            margin-top: 2em; }
            .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item {
              margin-top: 0.75em;
              display: block;
              color: black; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item:first-child {
                margin-top: 0; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .icon {
                width: 0.77em;
                float: left;
                margin-top: 0.05em; }
                .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .icon svg path {
                  fill: #FFA300; }
              .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content {
                float: left;
                width: -webkit-calc(100% - 0.77em);
                width: calc(100% - 0.77em);
                padding-left: 0.9em; }
                .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text {
                  font-size: 0.75em;
                  line-height: 1.25; }
                  .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text a {
                    color: #474747 !important; }
                    .page-view.contact .locations-container .location-types .list-container .list-group .group-items .group-item .group-item-list-items .group-item-list-item .content .text a:hover {
                      color: #FFA300 !important; }
  .page-view.contact .locations-container .location-types .map-container {
    display: none;
    opacity: 0; }
    .page-view.contact .locations-container .location-types .map-container.single-location {
      display: block;
      opacity: 1; }
    .page-view.contact .locations-container .location-types .map-container img {
      max-height: initial; }
    .page-view.contact .locations-container .location-types .map-container .dummy {
      padding-top: 40%; }
      @media screen and (max-width: 768px) {
        .page-view.contact .locations-container .location-types .map-container .dummy {
          padding-top: 60%; } }
      @media screen and (max-width: 567px) {
        .page-view.contact .locations-container .location-types .map-container .dummy {
          padding-top: 100%; } }
    .page-view.contact .locations-container .location-types .map-container .map-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      font-size: 10px; }
      .page-view.contact .locations-container .location-types .map-container .map-wrapper #map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw {
          font-family: 'Montserrat', sans-serif; }
          .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw .info-title {
            font-weight: 600;
            font-size: 15px;
            text-transform: uppercase;
            color: #FFA300; }
          .page-view.contact .locations-container .location-types .map-container .map-wrapper #map .gm-style-iw .info-address {
            margin-top: 8px;
            font-weight: 400;
            font-size: 12px; }

.page-view.careers .custom-background {
  z-index: -3; }

.page-view.careers .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/grid.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto; }
  @media screen and (max-width: 768px) {
    .page-view.careers .background-grid {
      background-size: cover; } }

.page-view.careers .noloop {
  background: #474747; }

.page-view.careers .redirect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11; }

.page-view.careers h1 {
  font-size: 3em; }

.page-view.careers .process-form-wrapper {
  min-height: 60vh; }

.page-view.careers #lightgallery {
  text-align: center;
  margin-top: 1em;
  font-size: 1.2em; }
  .page-view.careers #lightgallery a {
    font-weight: 500; }

.page-view.careers .content-container {
  width: 90%;
  margin: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5em 0; }
  .page-view.careers .content-container.short {
    min-height: 40vh;
    padding-bottom: 0; }
    @media screen and (max-width: 567px) {
      .page-view.careers .content-container.short {
        min-height: unset; } }
    .page-view.careers .content-container.short .excerpt-container {
      margin-top: 0 !important; }
    .page-view.careers .content-container.short .left-content {
      margin-top: auto;
      padding-top: 10em; }
      @media screen and (max-width: 768px) {
        .page-view.careers .content-container.short .left-content {
          padding-top: 5vh; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .content-container {
      display: block;
      min-height: auto;
      padding: 10em 0 7.5em; } }
  .page-view.careers .content-container .left-content {
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    margin-right: 22%; }
    @media screen and (max-width: 768px) {
      .page-view.careers .content-container .left-content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-right: 0%; } }
    .page-view.careers .content-container .left-content .title-container {
      overflow: hidden; }
      .page-view.careers .content-container .left-content .title-container .title-wrapper {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .title-container .title-wrapper .text {
          overflow: hidden;
          font-size: 2.05em;
          font-weight: 600; }
    .page-view.careers .content-container .left-content .excerpt-container {
      margin-top: 1.73em; }
      .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt {
          overflow: hidden; }
          .page-view.careers .content-container .left-content .excerpt-container .excerpt-wrapper .excerpt .text {
            overflow: hidden;
            font-size: 1em;
            line-height: 1.75; }
      .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container {
        overflow: hidden; }
        .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper {
          overflow: hidden; }
          .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links {
            overflow: hidden;
            padding-top: 1.25em; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links > * {
              margin-top: 1.25em;
              display: block; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link {
              color: white;
              cursor: pointer; }
              .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover {
                color: #FFA300; }
              .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
                font-size: 0.75em;
                font-weight: 600; }
        .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow {
          overflow: initial; }
          .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow .bottom-links-wrapper {
            overflow: initial; }
            .page-view.careers .content-container .left-content .excerpt-container .bottom-links-container.no-overflow .bottom-links-wrapper .bottom-links {
              overflow: initial; }

.page-view.careers .stars-template {
  width: 0px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
  .page-view.careers .stars-template .stars-container {
    display: inline-block;
    clear: both; }
    @media screen and (max-width: 768px) {
      .page-view.careers .stars-template .stars-container {
        display: inline-block;
        clear: both; } }

.page-view.careers .process-form-wrapper .background {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, #072d3f), to(#020c17));
  background: -o-linear-gradient(transparent, #072d3f 25%, #020c17);
  background: linear-gradient(transparent, #072d3f 25%, #020c17);
  position: absolute;
  top: -20em;
  left: 0;
  height: -webkit-calc(100% + 20.1em);
  height: calc(100% + 20.1em);
  width: 100%;
  z-index: -2; }

.page-view.careers .process-form-wrapper .hiring-process-container {
  width: 54.2em;
  margin: auto;
  padding-top: 5em;
  padding-bottom: 3em;
  z-index: 1115; }
  @media screen and (max-width: 1120px) {
    .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 80% !important; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .process-form-wrapper .hiring-process-container {
      width: 90% !important; } }
  .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid {
    -webkit-perspective: 55em;
            perspective: 55em; }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
      width: 20.125%;
      float: left;
      margin-right: 6.5%;
      margin-top: 3.25%;
      margin-bottom: 3.25%;
      cursor: pointer; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(4n+4) {
        margin-right: 0; }
      @media screen and (max-width: 567px) {
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item {
          width: 46.75%; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(4n+4) {
            margin-right: 6.5%; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:nth-child(2n+2) {
            margin-right: 0; } }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .dummy {
        padding-top: 70%; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #ffc107;
        display: block;
        padding: 12.5%;
        -webkit-transition-property: border;
        -o-transition-property: border;
        transition-property: border;
        -webkit-transition-duration: 0.15s;
             -o-transition-duration: 0.15s;
                transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
             -o-transition-timing-function: linear;
                transition-timing-function: linear;
        height: 100%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number .text {
          font-size: 1.2em;
          font-weight: 600; }
          @media screen and (max-width: 1120px) {
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .number .text {
              font-size: 1em; } }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
          margin-top: 1em; }
          @media screen and (max-width: 1120px) {
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title {
              margin-top: 0.75em; } }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
            font-size: 1em; }
            @media screen and (max-width: 1120px) {
              .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .content .title .text {
                font-size: 1em; } }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon {
          position: absolute;
          top: 1.5em;
          right: 1.5em;
          width: 0.75em;
          opacity: 0;
          -webkit-transition-property: opacity;
          -o-transition-property: opacity;
          transition-property: opacity;
          -webkit-transition-duration: 0.15s;
               -o-transition-duration: 0.15s;
                  transition-duration: 0.15s;
          -webkit-transition-timing-function: linear;
               -o-transition-timing-function: linear;
                  transition-timing-function: linear; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon svg {
            opacity: 0.75; }
            .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item .single-hiring-process .expand-icon svg path {
              fill: #FFA300; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:hover .single-hiring-process {
        border: 1px solid #FFA300; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-grid .single-hiring-process-grid-item:hover .single-hiring-process .expand-icon {
          opacity: 1; }
  .page-view.careers .process-form-wrapper .hiring-process-container.wider {
    width: 75%; }
    @media screen and (max-width: 567px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.wider {
        width: 80%; } }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item .single-hiring-process {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item .dimmer {
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s;
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .page-view.careers .process-form-wrapper .hiring-process-container.wider .single-hiring-process-grid-item:hover .dimmer {
      background: rgba(0, 0, 0, 0.8); }
  .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    width: 32.5em;
    overflow: initial;
    margin: 2.5em auto 5em; }
    @media screen and (max-width: 567px) {
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay {
        width: 100%; } }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper {
      border: 1px solid rgba(248, 152, 34, 0.25);
      overflow: hidden;
      height: auto; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide {
        padding: 7.5% 10%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-title .text {
          font-size: 1.5em;
          font-weight: 600; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc {
          margin-top: 2em;
          margin-bottom: 2em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-desc .text {
            font-size: 1em;
            line-height: 1.75; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .icon {
          display: inline-block;
          vertical-align: middle;
          width: 1em;
          margin-right: 0.25em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .icon svg path {
            fill: #FFA300; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-title .text {
          display: inline-block;
          vertical-align: middle;
          font-size: 1em;
          text-transform: uppercase;
          color: #FFA300;
          letter-spacing: 0.02em; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc {
          margin-top: 0.5em; }
          .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .swiper-wrapper .swiper-slide .overlay-tip .tip-desc .text {
            font-size: 1em;
            line-height: 1.75; }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close {
      position: absolute;
      top: 3%;
      right: 2%;
      width: 3%;
      cursor: pointer;
      z-index: 3; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close svg {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transform: scale(0.999);
            -ms-transform: scale(0.999);
                transform: scale(0.999); }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close svg path {
          fill: #FFA300; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .close:hover svg {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); }
    .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow {
      width: 3.5%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      z-index: 3;
      background: none !important; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow svg {
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow svg polygon {
          fill: #FFA300; }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.prev {
        left: 1%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.prev:hover svg {
          -webkit-transform: translateX(-15%);
              -ms-transform: translateX(-15%);
                  transform: translateX(-15%); }
      .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.next {
        right: 1%; }
        .page-view.careers .process-form-wrapper .hiring-process-container .hiring-process-overlay .arrow.next:hover svg {
          -webkit-transform: translateX(15%);
              -ms-transform: translateX(15%);
                  transform: translateX(15%); }
  .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item {
    width: 25% !important;
    height: 18em !important;
    margin-bottom: 5em !important; }
    @media screen and (max-width: 1380px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item {
        height: 22em !important; }
        .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item .title {
          margin-top: 0.5em !important; } }
    @media screen and (max-width: 1120px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item {
        width: 40% !important;
        margin-left: 3% !important;
        margin-right: 3% !important; } }
    @media screen and (max-width: 768px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item {
        width: 44% !important; } }
    @media screen and (max-width: 567px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        height: auto !important; } }
    .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item .single-hiring-process {
      border: 1px solid #585e63; }
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item .single-hiring-process .content .text {
        font-size: .5em !important;
        text-transform: none;
        color: white;
        letter-spacing: .1px;
        line-height: 1.3;
        text-align: left;
        opacity: .9;
        font-weight: 500; }
    .page-view.careers .process-form-wrapper .hiring-process-container.faq .single-hiring-process-grid-item .dummy {
      background: #071525; }
  .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown {
    display: block !important; }
    @media screen and (max-width: 567px) {
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown {
        display: none !important; } }
    .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown .num-bg-container {
      margin: 0 !important;
      padding: 0 !important;
      position: absolute !important;
      bottom: -1em !important;
      left: .5em !important; }
      @media screen and (max-width: 567px) {
        .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown .num-bg-container {
          right: 0 !important;
          left: initial !important;
          bottom: 0em !important; } }
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown .num-bg-container .num-bg {
        display: none; }
      .page-view.careers .process-form-wrapper .hiring-process-container.faq .arrowdown .num-bg-container .number .text {
        font-size: 1em;
        font-weight: 700;
        letter-spacing: 3px;
        padding: .8em .5em; }

.page-view.careers .process-form-wrapper .feedback-form-container {
  width: 54.2em;
  margin: auto;
  padding-bottom: 10em; }
  @media screen and (max-width: 1120px) {
    .page-view.careers .process-form-wrapper .feedback-form-container {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .process-form-wrapper .feedback-form-container {
      width: 90%; } }
  .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.26); }
    .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner {
      position: absolute;
      width: 3.5%; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.top-left-corner {
        top: -0.15em;
        left: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.top-right-corner {
        top: -0.15em;
        right: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.bottom-left-corner {
        bottom: -0.15em;
        left: -0.15em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .corner.bottom-right-corner {
        bottom: -0.15em;
        right: -0.15em; }
    .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form {
      padding: 10%; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-title {
        font-size: 1.1em;
        font-weight: 600;
        text-align: center;
        line-height: 1.25; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-desc {
        margin-top: 5em;
        margin-bottom: 3em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-desc, .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-desc, .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
        font-size: 0.75em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-desc {
        line-height: 1.5; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
        line-height: 1.5;
        position: absolute;
        right: 100%;
        top: 0;
        padding-right: 1.25em; }
        @media screen and (max-width: 768px) {
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .range-step-num {
            padding-right: 0.5em; } }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .single-form-range-container {
        margin-top: 1.5em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .form-fillable-fields {
        margin-top: 5em; }
      .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper {
        display: inline-block;
        margin-top: 1em; }
        .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap {
          display: inline-block;
          float: none;
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%; }
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap:after {
            display: none; }
          .page-view.careers .process-form-wrapper .feedback-form-container .feedback-form-wrapper .feedback-form .stars-range-wrapper .wpcf7-form-control-wrap input {
            opacity: 0;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%; }

.page-view.careers .sub-section {
  background: -webkit-gradient(linear, left bottom, right top, from(#ffc107), to(white));
  background: -o-linear-gradient(bottom left, #ffc107, white);
  background: linear-gradient(to top right, #ffc107, white); }
  .page-view.careers .sub-section .left-container .left-wrapper.sub-section-text .title-container .logo {
    height: 4.5em;
    margin-bottom: 4em; }
  .page-view.careers .sub-section .left-container .left-wrapper.sub-section-text .title-container .excerpt-container .excerpt .text strong {
    color: #E0E1E3; }

@media screen and (min-width: 768px) {
  .page-view.careers .split-section-container {
    height: auto !important; } }

@media screen and (min-width: 768px) {
  .page-view.careers .split-section-container .split-sub-wrapper {
    max-height: none !important; } }

@media screen and (min-width: 768px) {
  .page-view.careers .split-section-container .split-sub-wrapper .image-container {
    height: auto !important; } }

@media screen and (min-width: 768px) {
  .page-view.careers .split-section-container .split-sub-wrapper .image-container .dimmer {
    height: auto; } }

.page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight {
  background: #385963; }
  @media screen and (min-width: 768px) {
    .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight {
      height: 18em; } }
  .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight .title-container {
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight .title-container {
        margin: 4em 0 2em 0; } }
  .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight .text {
    text-transform: uppercase;
    text-align: center;
    color: white; }
    @media screen and (min-width: 768px) {
      .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight .text {
        font-size: 3em; } }
  .page-view.careers .split-section-container .split-sub-wrapper .split-background.excerpt-only .text-container.medHeight .excerpt-container {
    display: none; }

.page-view.careers .split-section-container .split-sub-wrapper.collage {
  background: #385963; }
  @media screen and (min-width: 768px) {
    .page-view.careers .split-section-container .split-sub-wrapper.collage {
      min-height: 100vh; } }
  .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container {
    color: white;
    background: none; }
    @media screen and (min-width: 768px) {
      .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        background: black;
        top: 50%;
        margin-top: -6.75em;
        height: auto;
        width: 20em;
        padding: 2em !important; } }
    .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container .title-container {
      text-align: center !important;
      margin-bottom: 1em; }
      @media screen and (min-width: 768px) {
        .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container .title-container .text {
          font-size: 2em; } }
      .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container .title-container .text h1 {
        font-size: 2.5em;
        margin-bottom: -.6em; }
    .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container .excerpt-container .text {
      text-align: center !important; }
      @media screen and (min-width: 768px) {
        .page-view.careers .split-section-container .split-sub-wrapper.collage .text-container .excerpt-container .text p {
          font-size: .8em !important; } }
  @media screen and (min-width: 768px) {
    .page-view.careers .split-section-container .split-sub-wrapper.collage .image-container {
      width: 100%;
      z-index: 0; } }
  @media screen and (max-width: 768px) {
    .page-view.careers .split-section-container .split-sub-wrapper.collage .image-container {
      padding: 0; } }
  .page-view.careers .split-section-container .split-sub-wrapper.collage .image-container .image {
    overflow: unset; }
    @media screen and (min-width: 768px) {
      .page-view.careers .split-section-container .split-sub-wrapper.collage .image-container .image {
        height: 100%;
        width: auto;
        margin: 0 auto;
        padding: 4.5em 0;
        overflow: unset; } }
    @media screen and (max-width: 768px) {
      .page-view.careers .split-section-container .split-sub-wrapper.collage .image-container .image {
        padding: 0;
        width: 100%;
        height: auto;
        position: relative; } }

@media screen and (min-width: 768px) {
  .page-view.careers .auto-height {
    height: auto;
    min-height: 0 !important; } }

.page-view.careers .split-section-container .excerpt-container .text {
  font-size: 1em;
  text-align: left; }

.lity.lity-opened {
  z-index: 100000000; }

.lifechart-detail .lifechart-detail-date {
  color: #4fa0d8;
  display: block; }
  .lifechart-detail .lifechart-detail-date .back-arrow {
    width: 0.8em;
    padding-right: 0.75em;
    -webkit-box-sizing: initial;
            box-sizing: initial;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .lifechart-detail .lifechart-detail-date .back-arrow svg {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.35s;
           -o-transition-duration: 0.35s;
              transition-duration: 0.35s;
      -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
           -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
              transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
      .lifechart-detail .lifechart-detail-date .back-arrow svg path {
        -webkit-transition-property: fill;
        -o-transition-property: fill;
        transition-property: fill;
        -webkit-transition-duration: 0.35s;
             -o-transition-duration: 0.35s;
                transition-duration: 0.35s;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
             -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
                transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
        fill: #4fa0d8; }
  .lifechart-detail .lifechart-detail-date .text {
    font-size: 0.91em; }
  .lifechart-detail .lifechart-detail-date:hover {
    color: #b7d8ef; }
    .lifechart-detail .lifechart-detail-date:hover svg {
      -webkit-transform: translateX(-0.25em);
          -ms-transform: translateX(-0.25em);
              transform: translateX(-0.25em); }
      .lifechart-detail .lifechart-detail-date:hover svg path {
        fill: #b7d8ef; }

.lifechart-detail .lifechart-detail-title {
  margin-top: 2em; }
  .lifechart-detail .lifechart-detail-title .text {
    font-weight: 300;
    font-size: 2.18em; }

.lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important; }
  .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide {
    width: 16.5em;
    margin-right: 2.25em; }
    @media screen and (max-width: 768px) {
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 12em;
        margin-right: 1em; } }
    .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide:last-child {
      margin-right: 0; }
    .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container {
      width: 100%;
      padding-top: 134%;
      display: block; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .image-wrapper .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .zoom-icon {
        width: 2.5em;
        height: 2.5em;
        background: rgba(34, 138, 255, 0);
        overflow: hidden;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 100%;
        padding: 4%;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container .zoom-icon svg path {
          fill: rgba(255, 255, 255, 0);
          -webkit-transition: all 0.15s linear;
          -o-transition: all 0.15s linear;
          transition: all 0.15s linear; }
      .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .zoom-icon {
        background: rgba(34, 138, 255, 0.75); }
        .lifechart-detail .lifechart-detail-slider .swiper-container .swiper-wrapper .swiper-slide .image-container:hover .zoom-icon svg path {
          fill: white; }

.page-view.estimator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .page-view.estimator textarea {
    resize: vertical; }
  .page-view.estimator #booking-form [type="submit"] {
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  .page-view.estimator .price {
    margin-top: 1em;
    margin-bottom: 3em; }
    .page-view.estimator .price .flex {
      min-height: 0; }
      .page-view.estimator .price .flex p {
        line-height: 1.6em; }
        .page-view.estimator .price .flex p:nth-child(2) {
          color: #FFA300;
          margin-left: auto;
          padding-left: 1em;
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 auto;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto; }
  .page-view.estimator label.error {
    color: red;
    font-size: 0.8em;
    position: absolute;
    left: 0;
    top: 120%; }
  .page-view.estimator .terms {
    margin-top: 1em;
    display: block; }
  .page-view.estimator .select, .page-view.estimator #payment-form button {
    padding: 0.7em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    cursor: pointer;
    font-size: 0.9em;
    border: 1px solid #FFA300;
    display: inline-block;
    text-align: center;
    background: none;
    color: white; }
    .page-view.estimator .select:hover, .page-view.estimator #payment-form button:hover {
      background: rgba(255, 163, 0, 0.7); }
    .page-view.estimator .select.active, .page-view.estimator #payment-form button.active {
      background: #FFA300; }
  .page-view.estimator .the-estimator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1111; }
  .page-view.estimator .estimator-wrapper {
    position: absolute;
    z-index: 100;
    left: 4.3em;
    top: 14em;
    max-width: 20em;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2em; }
    @media screen and (max-width: 768px) {
      .page-view.estimator .estimator-wrapper {
        top: initial;
        left: 5%;
        bottom: 5%; } }
    @media screen and (max-width: 567px) {
      .page-view.estimator .estimator-wrapper {
        padding: 5%;
        max-width: unset;
        top: initial;
        bottom: 0;
        position: relative;
        left: 0;
        width: 100%;
        background-color: black; } }
    .page-view.estimator .estimator-wrapper .select-con {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1em; }
      .page-view.estimator .estimator-wrapper .select-con option:first-child {
        color: rgba(179, 154, 29, 0.5); }
    .page-view.estimator .estimator-wrapper .ui.dropdown {
      background: none;
      width: 100%;
      border: none;
      color: white;
      font-size: 0.75em;
      font-weight: 600;
      line-height: 1;
      height: 2em;
      min-height: inherit; }
      .page-view.estimator .estimator-wrapper .ui.dropdown.active, .page-view.estimator .estimator-wrapper .ui.dropdown.visible {
        z-index: 10; }
      .page-view.estimator .estimator-wrapper .ui.dropdown::-webkit-input-placeholder {
        color: #FFA300;
        text-transform: uppercase; }
      .page-view.estimator .estimator-wrapper .ui.dropdown::-moz-placeholder {
        color: #FFA300;
        text-transform: uppercase; }
      .page-view.estimator .estimator-wrapper .ui.dropdown:-ms-input-placeholder {
        color: #FFA300;
        text-transform: uppercase; }
      .page-view.estimator .estimator-wrapper .ui.dropdown::-ms-input-placeholder {
        color: #FFA300;
        text-transform: uppercase; }
      .page-view.estimator .estimator-wrapper .ui.dropdown::placeholder {
        color: #FFA300;
        text-transform: uppercase; }
    .page-view.estimator .estimator-wrapper .from_field {
      display: block; }
    .page-view.estimator .estimator-wrapper .to_field {
      display: block; }
    .page-view.estimator .estimator-wrapper .input {
      margin-bottom: 1.3em;
      width: 100%;
      z-index: auto; }
      .page-view.estimator .estimator-wrapper .input.hourly {
        display: none; }
      .page-view.estimator .estimator-wrapper .input:last-of-type {
        margin-bottom: 0 !important; }
      @media screen and (max-width: 567px) {
        .page-view.estimator .estimator-wrapper .input {
          margin-bottom: 1em; } }
    .page-view.estimator .estimator-wrapper input[type="text"] {
      z-index: 1; }
  .page-view.estimator .dropdown.ui {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
    min-height: inherit; }
    .page-view.estimator .dropdown.ui .text {
      color: white !important;
      font-weight: bold !important; }
    .page-view.estimator .dropdown.ui .menu {
      z-index: 11111;
      border-radius: 0; }
      .page-view.estimator .dropdown.ui .menu .item {
        padding: 0.5em; }
        .page-view.estimator .dropdown.ui .menu .item:hover {
          background: rgba(255, 163, 0, 0.5); }
  .page-view.estimator .button-with-icon {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0;
    font-size: 0.8em;
    text-transform: uppercase; }
    .page-view.estimator .button-with-icon .icon {
      margin: 0;
      margin-left: 1em;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    .page-view.estimator .button-with-icon input {
      padding: 1em;
      font-weight: 600;
      background: none;
      font-weight: 100%;
      cursor: pointer;
      color: white;
      border: none;
      -webkit-transition: all ease-out 0.2s;
      -o-transition: all ease-out 0.2s;
      transition: all ease-out 0.2s; }
    .page-view.estimator .button-with-icon:hover {
      color: #FFA300; }
  .page-view.estimator .request-reservation-wrapper {
    display: none;
    margin-top: 1em; }
    @media screen and (max-width: 567px) {
      .page-view.estimator .request-reservation-wrapper {
        margin-top: -1em; } }
    .page-view.estimator .request-reservation-wrapper div {
      font-size: 0.8em;
      margin: 0.5em 0; }
    .page-view.estimator .request-reservation-wrapper .request-reservation {
      margin-top: 1em; }
  .page-view.estimator #map {
    background: #000000;
    height: 100vh; }
    @media screen and (max-height: 414px) {
      .page-view.estimator #map {
        height: 150vh; } }
    @media screen and (max-width: 567px) {
      .page-view.estimator #map {
        height: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.pac-container {
  z-index: 100000; }

.ui-datepicker {
  z-index: 11111 !important;
  font-size: 0.8em !important; }

#payment-form {
  width: 100%; }

.estimator-wrapper #payment-form, .book-limo-form #payment-form {
  margin-bottom: 2px; }
  .estimator-wrapper #payment-form #card-element, .book-limo-form #payment-form #card-element {
    margin: 1em 0;
    max-width: 25em;
    width: 100%;
    border-bottom: 1px solid rgba(255, 163, 0, 0.5);
    padding: 0.5em 0; }
  .estimator-wrapper #payment-form #card-errors, .estimator-wrapper #payment-form label, .book-limo-form #payment-form #card-errors, .book-limo-form #payment-form label {
    margin-bottom: 1em;
    font-size: 0.8em;
    color: red; }
  .estimator-wrapper #payment-form label, .book-limo-form #payment-form label {
    color: rgba(255, 163, 0, 0.6);
    text-transform: uppercase;
    font-weight: bold; }
  .estimator-wrapper #payment-form button, .book-limo-form #payment-form button {
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: 100; }

.estimator-wrapper .submit, .estimator-wrapper .request-reservation, .book-limo-form .submit, .book-limo-form .request-reservation {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .estimator-wrapper .submit input, .estimator-wrapper .submit.request-reservation, .estimator-wrapper .request-reservation input, .estimator-wrapper .request-reservation.request-reservation, .book-limo-form .submit input, .book-limo-form .submit.request-reservation, .book-limo-form .request-reservation input, .book-limo-form .request-reservation.request-reservation {
    padding: 1em;
    background: #FFA300;
    font-weight: 100%;
    cursor: pointer;
    color: white;
    border: none;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
  .estimator-wrapper .submit:hover, .estimator-wrapper .request-reservation:hover, .book-limo-form .submit:hover, .book-limo-form .request-reservation:hover {
    background: white; }
    .estimator-wrapper .submit:hover input, .estimator-wrapper .submit:hover.request-reservation, .estimator-wrapper .request-reservation:hover input, .estimator-wrapper .request-reservation:hover.request-reservation, .book-limo-form .submit:hover input, .book-limo-form .submit:hover.request-reservation, .book-limo-form .request-reservation:hover input, .book-limo-form .request-reservation:hover.request-reservation {
      color: #FFA300; }

.book-limo-form {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000111;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (max-width: 567px) {
    .book-limo-form {
      position: fixed; } }
  .book-limo-form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    width: 100vh; }
  .book-limo-form .message {
    display: none;
    text-align: center; }
  .book-limo-form.noform .con {
    max-height: 30vh;
    max-width: 20em; }
    .book-limo-form.noform .con .form-con {
      overflow: unset; }
    .book-limo-form.noform .con .message {
      display: block; }
    .book-limo-form.noform .con form {
      display: none; }
  .book-limo-form .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: rgba(255, 163, 0, 0.5) 0.01em solid;
    overflow: hidden;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 50em;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #474747;
    padding: 3em;
    -webkit-transform: scale(0.2);
        -ms-transform: scale(0.2);
            transform: scale(0.2);
    -webkit-transition: max-height 0.3s ease-out, max-width 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out, max-width 0.3s ease-out;
    transition: max-height 0.3s ease-out, max-width 0.3s ease-out;
    max-height: 90vh; }
    @media screen and (max-width: 1120px) {
      .book-limo-form .con {
        max-width: 800px; } }
    @media screen and (max-width: 768px) {
      .book-limo-form .con {
        padding: 3em 2em;
        max-height: 100vh; } }
    @media screen and (max-width: 567px) {
      .book-limo-form .con {
        max-height: 100vh; } }
    .book-limo-form .con .form-con {
      overflow-x: hidden;
      overflow-y: auto;
      height: auto;
      display: block; }
      .book-limo-form .con .form-con::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em; }
      .book-limo-form .con .form-con::-webkit-scrollbar-thumb {
        background-color: rgba(255, 163, 0, 0.7);
        border-radius: 3px; }
  .book-limo-form .pop-up-close {
    position: absolute;
    right: 1em;
    cursor: pointer;
    top: 1em;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s; }
    .book-limo-form .pop-up-close:hover {
      color: #FFA300; }
  .book-limo-form .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFA300; }
  .book-limo-form .lnr {
    margin-right: 0.5em; }
  .book-limo-form .form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #FFA30024;
    padding-top: 3em;
    padding-bottom: 1em; }
    .book-limo-form .form-section:nth-last-child(2) {
      border: none;
      padding-bottom: 0; }
    .book-limo-form .form-section span.input, .book-limo-form .form-section .col {
      width: 48%;
      margin-bottom: 2em;
      z-index: auto;
      color: white; }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section span.input, .book-limo-form .form-section .col {
          width: 100%; } }
      .book-limo-form .form-section span.input input, .book-limo-form .form-section span.input .ui, .book-limo-form .form-section span.input .button-with-icon, .book-limo-form .form-section .col input, .book-limo-form .form-section .col .ui, .book-limo-form .form-section .col .button-with-icon {
        background: none;
        width: 100%;
        border: none;
        color: white;
        font-size: 0.75em;
        font-weight: 600;
        line-height: 1;
        height: 2em;
        min-height: inherit;
        font-weight: 100; }
        .book-limo-form .form-section span.input input::-webkit-input-placeholder, .book-limo-form .form-section span.input .ui::-webkit-input-placeholder, .book-limo-form .form-section span.input .button-with-icon::-webkit-input-placeholder, .book-limo-form .form-section .col input::-webkit-input-placeholder, .book-limo-form .form-section .col .ui::-webkit-input-placeholder, .book-limo-form .form-section .col .button-with-icon::-webkit-input-placeholder {
          color: #FFA300;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input::-moz-placeholder, .book-limo-form .form-section span.input .ui::-moz-placeholder, .book-limo-form .form-section span.input .button-with-icon::-moz-placeholder, .book-limo-form .form-section .col input::-moz-placeholder, .book-limo-form .form-section .col .ui::-moz-placeholder, .book-limo-form .form-section .col .button-with-icon::-moz-placeholder {
          color: #FFA300;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input:-ms-input-placeholder, .book-limo-form .form-section span.input .ui:-ms-input-placeholder, .book-limo-form .form-section span.input .button-with-icon:-ms-input-placeholder, .book-limo-form .form-section .col input:-ms-input-placeholder, .book-limo-form .form-section .col .ui:-ms-input-placeholder, .book-limo-form .form-section .col .button-with-icon:-ms-input-placeholder {
          color: #FFA300;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input::-ms-input-placeholder, .book-limo-form .form-section span.input .ui::-ms-input-placeholder, .book-limo-form .form-section span.input .button-with-icon::-ms-input-placeholder, .book-limo-form .form-section .col input::-ms-input-placeholder, .book-limo-form .form-section .col .ui::-ms-input-placeholder, .book-limo-form .form-section .col .button-with-icon::-ms-input-placeholder {
          color: #FFA300;
          text-transform: uppercase; }
        .book-limo-form .form-section span.input input::placeholder, .book-limo-form .form-section span.input .ui::placeholder, .book-limo-form .form-section span.input .button-with-icon::placeholder, .book-limo-form .form-section .col input::placeholder, .book-limo-form .form-section .col .ui::placeholder, .book-limo-form .form-section .col .button-with-icon::placeholder {
          color: #FFA300;
          text-transform: uppercase; }
      .book-limo-form .form-section span.input .input, .book-limo-form .form-section .col .input {
        margin: 0; }
    .book-limo-form .form-section.info span.input {
      width: 23%; }
      @media screen and (max-width: 768px) {
        .book-limo-form .form-section.info span.input {
          width: 48%; } }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section.info span.input {
          width: 100%; } }
    .book-limo-form .form-section.info .pass-info, .book-limo-form .form-section.info .book-info {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .book-limo-form .form-section.info .pass-info .input.first {
      width: 7%; }
      .book-limo-form .form-section.info .pass-info .input.first .default.text {
        color: rgba(179, 154, 29, 0.5) !important; }
    .book-limo-form .form-section.info .pass-info .input.last {
      width: 15%; }
    .book-limo-form .form-section .date span.input {
      width: 100% !important; }
    .book-limo-form .form-section p {
      margin-bottom: 2em;
      margin-right: auto;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 90%;
          -ms-flex: 1 1 90%;
              flex: 1 1 90%; }
    .book-limo-form .form-section .time, .book-limo-form .form-section .col {
      z-index: 12;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .book-limo-form .form-section .time span.input, .book-limo-form .form-section .col span.input {
        width: 30%; }
    .book-limo-form .form-section.add-info .col {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .book-limo-form .form-section.add-info .col .input.number {
        width: auto;
        width: 40%;
        margin-right: 5%; }
      @media screen and (max-width: 768px) {
        .book-limo-form .form-section.add-info .col {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .book-limo-form .form-section.add-info .col .input.number {
            width: 48%;
            margin: 0; } }
    .book-limo-form .form-section span.label {
      color: #FFA300; }
    .book-limo-form .form-section .address {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 48%; }
      @media screen and (max-width: 567px) {
        .book-limo-form .form-section .address {
          width: 100%; } }
      .book-limo-form .form-section .address .input {
        width: 100%; }
    .book-limo-form .form-section .comments {
      width: 100% !important; }
  .book-limo-form .checkboxes {
    width: 100%;
    border: none;
    margin-top: 2em; }
    .book-limo-form .checkboxes .checkbox {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .book-limo-form .checkboxes .checkbox input {
        display: inline-block;
        width: auto;
        margin-right: 0.5em;
        opacity: 0; }
        .book-limo-form .checkboxes .checkbox input:checked ~ label:before {
          background: #FFA300;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .book-limo-form .checkboxes .checkbox label {
        padding-left: 0.5em; }
        .book-limo-form .checkboxes .checkbox label:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          border: 1px solid rgba(255, 163, 0, 0.7);
          width: 14px;
          height: 14px;
          left: -14px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
        .book-limo-form .checkboxes .checkbox label:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 163, 0, 0.7);
          width: 8px;
          height: 8px;
          -webkit-transform: scale(0);
              -ms-transform: scale(0);
                  transform: scale(0);
          -webkit-transition: all ease-out 0.2s;
          -o-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s;
          left: -11px;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          top: 3px; }

.events-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  width: 90%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .events-archive {
    width: 100%;
    gap: 1.5rem;
  }
}

.event-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.event-card-media {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.event-card-media .event-card-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.event-card-media:hover .event-card-image {
  transform: scale(1.04);
}

.event-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.event-card-date {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.75);
}

.event-card-title {
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
}
.event-card-title a {
  color: inherit;
}

.event-card-excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

.event-card-cta {
  margin-top: auto;
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 600;
  color: #f9a825;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.event-card-cta:hover {
  color: #ffffff;
}
