/**
 * 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; }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.mejs__container {
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Hide native play button and control bar from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  left: 0;
  position: absolute;
  top: 0; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url("../images/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
          animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("../images/mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3; }

.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url("../images/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999; }

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative; }

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
          animation: buffering-stripes 2s linear infinite;
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  -o-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-buffering {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  -o-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
      -ms-transform: scaleX(0) !important;
          transform: scaleX(0) !important; }

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px; }

.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px; }

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%; }

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  -webkit-box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
          box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.mejs__overlay-error {
  position: relative; }

.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1; }

.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em; }

.mejs__cannotplay {
  position: relative; }

.mejs__cannotplay p,
.mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%; }

/* End: Error */
@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 {
  height: 100%; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@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-toggle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toggle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../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"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  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; }

@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"; }

/*! 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: bolder; }

/**
 * 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; }

a:where(:not(.wp-element-button)) {
  text-decoration: none; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  overflow-x: hidden;
  color: white;
  line-height: 1;
  font-weight: 300;
  background: #020c17; }
  @media screen and (max-height: 699px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  outline: 0;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none; }

.container .wrapper {
  width: 63em;
  margin: auto; }
  @media screen and (max-width: 1120px) {
    .container .wrapper {
      width: 90%; } }

#wrapper {
  overflow: hidden;
  opacity: 0; }
  #wrapper.black-and-white .background, #wrapper.black-and-white .custom-background-image {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

#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; }

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; }

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: #ffb100;
  -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: #e5850f; }

svg {
  width: 100%;
  height: 100%;
  display: block; }

.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: 60%;
  margin: auto;
  margin-top: 3em;
  margin-bottom: 3em; }
  @media screen and (max-width: 1300px) {
    .grid-items {
      width: 70%; } }
  @media screen and (max-width: 1120px) {
    .grid-items {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .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: 767px) {
      .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: 767px) {
    .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: #e5850f; }

.custom-input-fields .submit-wrap {
  clear: both;
  display: block;
  border-top: 2em solid transparent;
  text-align: right; }
  .custom-input-fields .submit-wrap .ajax-loader {
    display: none; }
  .custom-input-fields .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 {
      color: #ffb100; }
  .custom-input-fields .submit-wrap:before {
    content: '';
    background: #ffb100;
    position: absolute;
    bottom: -0.5em;
    right: 0;
    width: 3em;
    height: 1px; }
  .custom-input-fields .submit-wrap:after {
    content: '';
    background-image: url("/wp-content/themes/dumas/images/contact/paper-plane.png");
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    background-size: contain;
    vertical-align: middle; }

.custom-input-fields .wpcf7-response-output {
  border-weight: 1px;
  text-align: center; }

.custom-input-fields .wpcf7-form-control-wrap {
  display: block;
  float: left;
  z-index: 10;
  border-bottom: 1px solid rgba(0, 174, 239, 0.25); }
  .custom-input-fields .wpcf7-form-control-wrap.your-name {
    width: 28.33%;
    margin-right: 7.5%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-name {
        width: 100%;
        margin-right: 0; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-phone {
    width: 28.33%;
    margin-right: 7.5%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-phone {
        width: 100%;
        margin-right: 0;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-email {
    width: 28.33%; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-email {
        width: 100%;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-subject {
    width: 50%;
    clear: both;
    margin-top: 4em; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-subject {
        width: 100%;
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap.your-message {
    clear: both;
    width: 100%;
    margin-top: 4em; }
    @media screen and (max-width: 567px) {
      .custom-input-fields .wpcf7-form-control-wrap.your-message {
        margin-top: 2.5em; } }
  .custom-input-fields .wpcf7-form-control-wrap .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 input[type="text"], .custom-input-fields .wpcf7-form-control-wrap input[type="tel"], .custom-input-fields .wpcf7-form-control-wrap input[type="email"], .custom-input-fields .wpcf7-form-control-wrap select, .custom-input-fields .wpcf7-form-control-wrap textarea {
    background: transparent;
    border: none;
    color: white;
    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 .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]::-webkit-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap select::-webkit-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]::-moz-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder, .custom-input-fields .wpcf7-form-control-wrap select::-moz-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea::-moz-placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap select:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap select::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]::placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]::placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]::placeholder, .custom-input-fields .wpcf7-form-control-wrap select::placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea::placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap select:-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
      color: #ffb100;
      font-weight: 600; }
    .custom-input-fields .wpcf7-form-control-wrap input[type="text"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="tel"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap input[type="email"]::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap select::-ms-input-placeholder, .custom-input-fields .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
      color: #ffb100;
      font-weight: 600; }
  .custom-input-fields .wpcf7-form-control-wrap textarea {
    height: 5em;
    min-width: 100%;
    max-width: 100%;
    max-height: 10em;
    min-height: 5em; }
  .custom-input-fields .wpcf7-form-control-wrap select {
    cursor: pointer;
    color: #ffb100; }
    .custom-input-fields .wpcf7-form-control-wrap select.active {
      color: white; }
    .custom-input-fields .wpcf7-form-control-wrap select option {
      color: white;
      background: #020c17; }

.mejs__inner {
  height: 100%; }
  .mejs__inner iframe {
    width: 100%;
    height: 100%; }

.mejs__layers {
  height: 100%;
  pointer-events: none; }
  .mejs__layers .mejs__overlay {
    pointer-events: all; }

.mejs__container {
  height: 100% !important;
  width: 100% !important; }

.see-all a {
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s; }
  .see-all a:hover {
    color: white !important; }

.button {
  border: 0.02em solid #EA7125;
  display: inline-block;
  margin: 0 auto;
  padding: 1em;
  margin-top: 2em;
  -webkit-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  color: white !important; }
  .button:hover {
    background: #EA7125; }

.text-box table {
  color: black; }

.rows {
  padding-top: 3em;
  padding-bottom: 3em; }
  .rows .single-row {
    width: 60%;
    margin: 0 20%;
    padding-top: 2em;
    padding-bottom: 2em;
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.1px solid #EA7125;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 768px) {
      .rows .single-row {
        width: 80%;
        margin: 0 10%; } }
    .rows .single-row .text-box {
      padding: 0 !important;
      width: 100% !important; }
    .rows .single-row .excerpt p {
      width: 85%;
      line-height: 1.4em; }
      @media (max-width: 767px) {
        .rows .single-row .excerpt p {
          width: 100%; } }
    .rows .single-row .career-title {
      color: white;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .rows .single-row .career-title:hover {
        color: #EA7125; }
      .rows .single-row .career-title h2 {
        font-size: 1.6em;
        padding-right: 1em;
        font-weight: 300; }
        @media (max-width: 767px) {
          .rows .single-row .career-title h2 {
            font-size: 1.2em; } }
    .rows .single-row .bottom-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .rows .single-row .bottom-section {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .rows .single-row .bottom-section .right-box p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        line-height: 1.4em; }
        @media (max-width: 767px) {
          .rows .single-row .bottom-section .right-box p {
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }

form .custom-input-fields {
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  form .custom-input-fields input {
    font-size: 1em;
    padding: 0.8em 1em;
    border-radius: 0; }
    @media screen and (max-width: 567px) {
      form .custom-input-fields input {
        width: 100%; } }
  form .custom-input-fields #email {
    border: none; }
  form .custom-input-fields #check-unsubscribe {
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  form .custom-input-fields #submit {
    background: #EA7125;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    color: white;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-top: 1em;
    border: #EA7125 1px solid; }
    form .custom-input-fields #submit:hover {
      background: #020c17; }

.footer-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#070f1c));
  background: -o-linear-gradient(transparent, #070f1c 100%);
  background: linear-gradient(transparent, #070f1c 100%);
  display: none; }

#footer {
  background: #202326;
  padding-bottom: 1.25em;
  padding: 3em 5em;
  padding-top: 10em !important;
  margin-top: -10em;
  z-index: 1110;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(to top, black 70%, rgba(0, 0, 0, 0) 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, black), to(rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(to top, black 70%, rgba(0, 0, 0, 0) 100%); }
  @media screen and (max-width: 567px) {
    #footer {
      padding: 5%; } }
  #footer:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    background: rgba(2, 12, 23, 0.8); }
  #footer #footerLogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer #footerLogo svg {
      width: 15em; }
      #footer #footerLogo svg .st3 {
        display: none; }
  #footer .images {
    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;
    margin-top: 2em; }
    @media (max-width: 1100px) {
      #footer .images {
        display: block;
        text-align: center; } }
    #footer .images img {
      display: inline-block;
      max-width: 100% !important; }
    #footer .images a {
      display: inline-block; }
    #footer .images a:first-child {
      max-width: 60%; }
    @media (max-width: 767px) {
      #footer .images {
        height: 5em; }
        #footer .images img {
          padding-top: 20px;
          max-width: 50%;
          padding: 0 !important; }
        #footer .images a:nth-child(1) {
          padding-top: 0px; } }
  #footer .images img {
    padding-left: 50px;
    padding-right: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8); }
  #footer .footer-container {
    margin: auto;
    pointer-events: all; }
    #footer .footer-container .logo-container {
      display: block;
      float: right;
      margin-left: auto;
      z-index: 11; }
      @media screen and (max-width: 767px) {
        #footer .footer-container .logo-container {
          position: absolute;
          bottom: 0;
          margin-bottom: -0.5em; } }
      #footer .footer-container .logo-container img {
        margin: 0 auto;
        height: 2em; }
      #footer .footer-container .logo-container svg {
        width: 100%;
        opacity: 0.3;
        display: block;
        -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; }
        #footer .footer-container .logo-container 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; }
          #footer .footer-container .logo-container svg path:nth-child(1), #footer .footer-container .logo-container svg path:nth-child(2), #footer .footer-container .logo-container svg path:nth-child(3), #footer .footer-container .logo-container svg path:nth-child(4), #footer .footer-container .logo-container svg path:nth-child(5) {
            fill: white; }
          #footer .footer-container .logo-container svg path:nth-child(6), #footer .footer-container .logo-container svg path:nth-child(7) {
            fill: white; }
          #footer .footer-container .logo-container svg path:nth-child(8), #footer .footer-container .logo-container svg path:nth-child(9), #footer .footer-container .logo-container svg path:nth-child(10) {
            fill: transparent; }
          #footer .footer-container .logo-container svg path:nth-child(11), #footer .footer-container .logo-container svg path:nth-child(12) {
            fill: transparent; }
      #footer .footer-container .logo-container:hover svg {
        opacity: 1; }
        #footer .footer-container .logo-container:hover svg path:nth-child(1), #footer .footer-container .logo-container:hover svg path:nth-child(2), #footer .footer-container .logo-container:hover svg path:nth-child(3), #footer .footer-container .logo-container:hover svg path:nth-child(4), #footer .footer-container .logo-container:hover svg path:nth-child(5) {
          fill: #ffb100; }
        #footer .footer-container .logo-container:hover svg path:nth-child(6), #footer .footer-container .logo-container:hover svg path:nth-child(7) {
          fill: #ffb100; }
    #footer .footer-container .mid-container {
      margin-top: 2em;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 767px) {
        #footer .footer-container .mid-container {
          margin-top: 1em;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #footer .footer-container .mid-container .links-container {
        float: left;
        width: 33.33%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 767px) {
          #footer .footer-container .mid-container .links-container {
            float: none;
            width: 100%;
            text-align: center;
            margin-bottom: 2em;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: 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: 767px) {
            #footer .footer-container .mid-container .links-container .single-link {
              margin-right: 2.5%;
              color: rgba(255, 255, 255, 0.6); } }
          #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: #ffb100; }
      #footer .footer-container .mid-container .social-container {
        float: left;
        width: 33.33%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-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;
        margin-right: 8.33%; }
        #footer .footer-container .mid-container .social-container i {
          color: white;
          opacity: 0.8; }
          #footer .footer-container .mid-container .social-container i:hover {
            color: #EA7125; }
        @media screen and (max-width: 767px) {
          #footer .footer-container .mid-container .social-container {
            float: none;
            width: auto;
            margin-right: 0; } }
        #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: #ffb100; }
      #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: 767px) {
          #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: #e5850f; }
    #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.5em;
          color: white;
          letter-spacing: 1px;
          color: grey; }
          #footer .footer-container .bottom-container .terms-container a:hover {
            color: #ffb100; }
        #footer .footer-container .bottom-container .terms-container span {
          font-size: 0.7em; }

.glowing-line {
  position: fixed;
  display: none !important;
  top: 0%;
  right: 1px;
  height: 100vh;
  width: 2px;
  z-index: 99999;
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#EA7125), to(#fff0)); }

#views-container {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s; }

#header-bar {
  height: 5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  -webkit-transition: 0.6s all ease-out;
  -o-transition: 0.6s all ease-out;
  transition: 0.6s all ease-out; }
  @media (max-width: 1200px) {
    #header-bar {
      height: 100px !important;
      background-color: #020c17;
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; } }
  @media screen and (max-height: 450px) and (max-width: 680px) {
    #header-bar {
      height: 70px !important; } }
  @media screen and (max-width: 567px) {
    #header-bar {
      height: 70px !important; } }
  #header-bar:hover {
    cursor: pointer; }
  #header-bar .lang-filter {
    width: 100%; }
    #header-bar .lang-filter ul {
      position: relative;
      float: right;
      right: 5%; }
      #header-bar .lang-filter ul li {
        display: inline;
        float: left;
        margin-left: 20px; }
  #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: #020c17;
    display: none; }
  @media screen and (max-width: 767px) {
    #header-bar {
      height: 3em; } }
  #header-bar.scroll .background-bar {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }

#logo {
  position: fixed;
  -webkit-transform: translateY(4em);
      -ms-transform: translateY(4em);
          transform: translateY(4em);
  left: 5%;
  top: 0;
  width: 11em;
  margin-top: -0.35em;
  z-index: 9999;
  -webkit-transition: opacity 0.35s ease !important;
  -o-transition: opacity 0.35s ease !important;
  transition: opacity 0.35s ease !important;
  -webkit-transition-delay: 1s !important;
       -o-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-transition: -webkit-transform 0.35s ease !important;
  transition: -webkit-transform 0.35s ease !important;
  -o-transition: transform 0.35s ease !important;
  transition: transform 0.35s ease !important;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease !important;
  -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); }
  @media screen and (max-height: 450px) and (max-width: 680px) {
    #logo {
      -webkit-transform: translateY(0.7em);
          -ms-transform: translateY(0.7em);
              transform: translateY(0.7em);
      width: 8.5em;
      margin-top: -0.15em; } }
  @media screen and (max-width: 567px) {
    #logo {
      -webkit-transform: translateY(0.7em);
          -ms-transform: translateY(0.7em);
              transform: translateY(0.7em);
      width: 8.5em;
      margin-top: -0.15em; } }
  #logo.scroll {
    -webkit-transform: translateY(2em);
        -ms-transform: translateY(2em);
            transform: translateY(2em); }
    @media screen and (max-height: 450px) and (max-width: 680px) {
      #logo.scroll {
        -webkit-transform: translateY(0.5em);
            -ms-transform: translateY(0.5em);
                transform: translateY(0.5em); } }
    @media screen and (max-width: 567px) {
      #logo.scroll {
        -webkit-transform: translateY(0.5em);
            -ms-transform: translateY(0.5em);
                transform: translateY(0.5em); } }
  @media screen and (max-height: 450px) and (max-width: 680px) {
    #logo {
      -webkit-transform: translateY(0.5em);
          -ms-transform: translateY(0.5em);
              transform: translateY(0.5em); } }
  @media screen and (max-width: 567px) {
    #logo {
      -webkit-transform: translateY(0.5em);
          -ms-transform: translateY(0.5em);
              transform: translateY(0.5em); } }
  #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 svg .st3 {
    -webkit-transform: translateY(-20px) !important;
        -ms-transform: translateY(-20px) !important;
            transform: translateY(-20px) !important;
    fill: #EA7125; }

@-webkit-keyframes glowing {
  0% {
    width: 10px; }
  20% {
    width: 15px; }
  40% {
    width: 20px; }
  60% {
    width: 15px; }
  100% {
    width: 10px; } }

@keyframes glowing {
  0% {
    width: 10px; }
  20% {
    width: 15px; }
  40% {
    width: 20px; }
  60% {
    width: 15px; }
  100% {
    width: 10px; } }

#menuCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 81%;
  height: 100%;
  z-index: 99999999999; }
  @media (max-width: 1120px) {
    #menu {
      width: 100% !important; } }
  #menu:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50%;
    border-radius: 100%;
    width: 0px;
    left: 0px;
    -webkit-box-shadow: -50px 0px 250px #EA7125;
            box-shadow: -50px 0px 250px #EA7125;
    top: 25%;
    z-index: -9;
    -webkit-animation: glowing 2s infinite ease-in;
            animation: glowing 2s infinite ease-in; }
    @media screen and (max-width: 768px) {
      #menu:after {
        content: none; } }
  @media screen and (max-width: 1120px) {
    #menu {
      width: 37em; } }
  @media screen and (max-width: 767px) {
    #menu {
      width: 100%; } }
  #menu .menu-background-container {
    background-color: #041328;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #menu .menu-background-container:before {
      content: '';
      position: absolute;
      top: 0%;
      left: 0px;
      height: 100%;
      width: 2px;
      z-index: 99999;
      background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#EA7125), to(#fff0)); }
    #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: 767px) {
      #menu .menu-items-line {
        width: -webkit-calc(5% + 0.75em);
        width: calc(5% + 0.75em); } }
  #menu .menu-items-container {
    height: 100%;
    padding-left: 50%;
    overflow-y: auto;
    overflow: hidden !important;
    background: -o-radial-gradient(center, ellipse, #6b90c3 -150%, #aeb9c500 60%);
    background: radial-gradient(ellipse at center, #6b90c3 -150%, #aeb9c500 60%);
    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: 767px) {
      #menu .menu-items-container {
        padding-left: -webkit-calc(5% + 0.75em);
        padding-left: calc(5% + 0.75em); } }
    #menu .menu-items-container .exit {
      margin-right: 3vw;
      display: block !important;
      text-align: right;
      margin-top: 3vw;
      padding: 1vw;
      position: absolute;
      right: 0;
      top: 0; }
      #menu .menu-items-container .exit:hover {
        cursor: pointer; }
    #menu .menu-items-container .top-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      right: 8vw;
      position: absolute;
      top: 4vw; }
      @media screen and (max-width: 1120px) {
        #menu .menu-items-container .top-links {
          right: 5em; } }
      #menu .menu-items-container .top-links a {
        color: white;
        font-size: 0.9em;
        padding-left: 1em; }
        #menu .menu-items-container .top-links a:hover {
          color: #EA7125; }
    #menu .menu-items-container .menu-logo {
      display: inline-block;
      padding-top: 7%;
      margin-right: 10%;
      padding-bottom: 30px;
      width: 70%;
      text-align: right !important; }
      @media screen and (max-height: 699px) {
        #menu .menu-items-container .menu-logo {
          padding-top: 5%; } }
      #menu .menu-items-container .menu-logo svg:hover {
        cursor: pointer; }
      @media screen and (max-height: 699px) {
        #menu .menu-items-container .menu-logo {
          width: 60%; } }
      @media screen and (max-width: 567px) {
        #menu .menu-items-container .menu-logo {
          width: 80%;
          max-width: 250px; } }
      @media screen and (max-height: 450px) and (max-width: 680px) {
        #menu .menu-items-container .menu-logo {
          width: 35%; } }
      @media screen and (max-width: 567px) {
        #menu .menu-items-container .menu-logo {
          width: 35%; } }
      @media screen and (max-width: 567px) {
        #menu .menu-items-container .menu-logo {
          width: 80%; } }
    #menu .menu-items-container .menu-logo #Layer_1 .st3 {
      position: relative;
      top: 200px !important;
      -webkit-transform: scale(0.75) translateX(8%) !important;
          -ms-transform: scale(0.75) translateX(8%) !important;
              transform: scale(0.75) translateX(8%) !important;
      fill: #EA7125; }
    #menu .menu-items-container .menu-items-wrapper {
      float: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-right: 15%;
      padding-left: 5.5vw;
      padding-bottom: 10vh; }
      @media screen and (max-width: 1120px) {
        #menu .menu-items-container .menu-items-wrapper {
          padding-left: 6.5vw; } }
      @media screen and (max-height: 699px) {
        #menu .menu-items-container .menu-items-wrapper {
          padding-bottom: 0vh; } }
      @media screen and (max-height: 450px) and (max-width: 680px) {
        #menu .menu-items-container .menu-items-wrapper {
          padding-bottom: 5vh; } }
      @media screen and (max-width: 567px) {
        #menu .menu-items-container .menu-items-wrapper {
          padding-bottom: 5vh; } }
      @media screen and (max-width: 567px) {
        #menu .menu-items-container .menu-items-wrapper {
          padding-left: 15vw;
          height: auto; } }
      #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%;
        padding-top: 0px;
        padding-bottom: 0px; }
        #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item.active-menu-item .menu-item-link {
          color: #EA7125;
          font-weight: 600;
          cursor: default; }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item.active-menu-item .menu-item-link: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 {
          padding-top: 0.68em;
          padding-bottom: 0.68em;
          display: block;
          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;
          font-weight: 200; }
          @media (max-height: 550px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              padding-top: 10px;
              padding-bototm: 10px; } }
  @media (max-height: 550px) and (max-height: 520px) {
    #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
      padding-top: 5px;
      padding-bototm: 5px; } }
          @media (max-width: 1300px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              font-size: 20px; } }
          @media screen and (max-height: 450px) and (max-width: 680px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              font-size: 3vh; } }
          @media screen and (max-width: 567px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              font-size: 3vh; } }
          @media screen and (max-width: 567px) {
            #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link {
              font-size: 2.5vh; } }
          #menu .menu-items-container .menu-items-wrapper .menu-items .menu-item .menu-item-link:before {
            content: '';
            position: absolute;
            top: 50%;
            left: -2em;
            height: 0.05em;
            background: rgba(255, 255, 255, 0.26);
            width: 5.5%;
            -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); }

#header-icons {
  position: fixed;
  z-index: 999999999999;
  width: 100px;
  height: 100px;
  right: 2%;
  top: 4%;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  @media screen and (min-width: 2000px) {
    #header-icons {
      height: 4.5em;
      width: 4.5em; } }
  #header-icons .menu-word {
    position: absolute;
    font-family: "proxima-nova";
    width: 100%;
    font-size: 0.7em;
    height: 100%;
    text-align: center;
    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; }
    @media screen and (min-width: 2000px) {
      #header-icons .menu-word {
        height: 100%;
        width: 100%; } }
    #header-icons .menu-word .word {
      height: 115%;
      position: absolute;
      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; }
      @media screen and (min-width: 2000px) {
        #header-icons .menu-word .word {
          height: 115%; } }
      #header-icons .menu-word .word:nth-child(1) {
        -webkit-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
                transform: rotate(50deg); }
      #header-icons .menu-word .word:nth-child(2) {
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg); }
      #header-icons .menu-word .word:nth-child(3) {
        -webkit-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
                transform: rotate(10deg); }
      #header-icons .menu-word .word:nth-child(4) {
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg); }
      #header-icons .menu-word .word:nth-child(5) {
        -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg); }
      #header-icons .menu-word .word:nth-child(6) {
        -webkit-transform: rotate(-50deg);
            -ms-transform: rotate(-50deg);
                transform: rotate(-50deg); }
  @media (max-width: 1200px) {
    #header-icons {
      height: 75px;
      width: 75px;
      top: 0%;
      right: 2%; } }
  @media screen and (max-height: 450px) and (max-width: 680px) {
    #header-icons {
      height: 55px;
      width: 50px;
      right: 5%; } }
  @media screen and (max-width: 567px) {
    #header-icons {
      height: 55px;
      width: 50px;
      right: 5%; } }
  #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-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; }
  #header-icons .single-header-icon#menu-button {
    opacity: 0;
    border: 2px solid red;
    height: 100px;
    width: 100px; }
    #header-icons .single-header-icon#menu-button:hover {
      cursor: pointer; }
    @media screen and (min-width: 2000px) {
      #header-icons .single-header-icon#menu-button {
        height: 4.5em;
        width: 4.5em; } }
    @media (max-width: 1200px) {
      #header-icons .single-header-icon#menu-button {
        height: 75px;
        width: 75px;
        top: 1%;
        right: 2%; } }
    #header-icons .single-header-icon#menu-button .menu-button-icons {
      width: 100%;
      height: 100%; }
      #header-icons .single-header-icon#menu-button .menu-button-icons .single-menu-button-icon {
        position: absolute;
        top: 0;
        left: 0;
        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; }
        #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.hamburger svg path {
      -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; }
    #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: #ffb100; }
  #header-icons .single-header-icon:hover svg path {
    fill: #ffb100; }

canvas#bigMenu {
  position: fixed;
  top: 0px;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 9999999999 !important;
  left: 101%;
  opacity: 0.1;
  pointer-events: none; }

canvas#smallMenu {
  position: fixed;
  top: 0px;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 9999 !important;
  width: 100px !important;
  height: 100px !important;
  right: 2%;
  top: 4%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: all 0.6s ease-out; }
  @media screen and (min-width: 2000px) {
    canvas#smallMenu {
      height: 4.5em !important;
      width: 4.5em !important; } }
  @media (max-width: 1200px) {
    canvas#smallMenu {
      width: 75px !important;
      height: 75px !important;
      top: 1%;
      right: 2%; } }
  @media screen and (max-height: 450px) and (max-width: 680px) {
    canvas#smallMenu {
      width: 50px !important;
      height: 50px !important;
      top: 1%;
      right: 5%; } }
  @media screen and (max-width: 567px) {
    canvas#smallMenu {
      width: 50px !important;
      height: 50px !important;
      top: 1%;
      right: 5%; } }

body.active {
  overflow: hidden; }
  @media (max-width: 767px) {
    body.active #header-bar {
      background-color: transparent; } }
  body.active #views-container:before {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px); }
  body.active #logo {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease !important;
    -o-transition: opacity 0.35s ease !important;
    transition: opacity 0.35s ease !important; }
  body.active canvas#smallMenu, body.active #header-icons {
    right: -70%;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }

body path.st2.bb {
  fill: #020c17; }

body #logo {
  width: 15em;
  left: 1.5%; }

body.scroll canvas#smallMenu {
  top: 2%; }
  @media (max-width: 1200px) {
    body.scroll canvas#smallMenu {
      top: 1% !important; } }

@media (max-width: 1200px) {
  body.scroll #header-bar {
    opacity: 0.8;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; } }

body.scroll #header-icons {
  top: 2%; }
  @media (max-width: 1200px) {
    body.scroll #header-icons {
      top: 0px !important; } }

body.active canvas#bigMenu {
  left: 20%;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  @media (max-width: 1100px) {
    body.active canvas#bigMenu {
      left: 0%; } }

.gala-bar #header-bar {
  background: #020c17; }

@media screen and (min-width: 568px) {
  .gala-bar #logo {
    -webkit-transform: translateY(1em);
        -ms-transform: translateY(1em);
            transform: translateY(1em); }
  .gala-bar #header-icons {
    width: 4em;
    height: 4em;
    top: 0 !important; }
  .gala-bar canvas#smallMenu {
    top: 0 !important;
    width: 4em !important;
    height: 4em !important; } }

@media screen and (max-width: 1200px) and (min-width: 567px) {
  .gala-bar #header-icons {
    width: 5em;
    height: 5em; }
  .gala-bar #logo {
    -webkit-transform: translateY(1.7em);
        -ms-transform: translateY(1.7em);
            transform: translateY(1.7em); }
  .gala-bar canvas#smallMenu {
    top: 0 !important;
    width: 5em !important;
    height: 5em !important; } }

.grid-box-single {
  padding: 0px !important;
  height: 22em !important;
  margin-bottom: 3em !important;
  padding-right: 0.5em !important; }
  @media screen and (max-width: 767px) {
    .grid-box-single {
      height: 18em !important; } }
  .grid-box-single * {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    overflow: hidden; }

.grid-items {
  padding-top: 10em;
  z-index: 99 !important;
  clear: both !important;
  margin: 0 !important;
  top: -10em !important;
  position: relative;
  padding-right: 20% !important;
  margin-left: 20% !important;
  left: 0 !important;
  width: 80%;
  pointer-events: none; }
  @media screen and (max-width: 768px) {
    .grid-items {
      width: 90%;
      margin-left: 10% !important; } }
  @media screen and (max-width: 1120px) {
    .grid-items {
      padding-right: 10% !important; } }

.grid-box {
  width: 100%;
  display: block;
  -webkit-perspective: 55em;
          perspective: 55em;
  padding-right: 1em;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective-origin: 50% 50%;
          perspective-origin: 50% 50%;
  height: 100% !important; }
  @media screen and (max-width: 768px) {
    .grid-box {
      max-width: unset; } }
  @media (min-width: 2000px) {
    .grid-box {
      max-width: 20000px !important; } }
  .grid-box.logo .actual-image {
    background: white !important; }
  .grid-box * {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .grid-box .dummy {
    padding-top: 65%; }
  .grid-box .grid-box-container-wrapper {
    height: 100% !important;
    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 {
        height: 100% !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;
          -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 7.5% 100%, 0 90%, 0 15%);
                  clip-path: polygon(10% 0, 100% 0, 100% 100%, 7.5% 100%, 0 90%, 0 15%); }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .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 .image.logo {
                background: white; }
              .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .image.text-only {
                background: #020c17;
                color: white;
                text-transform: uppercase;
                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;
                font-size: 0.65em; }
                .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .image.text-only .text {
                  margin: 9%;
                  margin-top: auto;
                  margin-bottom: 0.85em;
                  padding-bottom: 10%;
                  height: auto !important;
                  position: relative; }
                  .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .image.text-only .text:before {
                    content: '';
                    width: 100px;
                    height: 1px;
                    position: absolute;
                    bottom: 0%;
                    left: 0px;
                    background-color: white;
                    opacity: 0.35; }
            .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(2, 12, 23, 0.7);
              position: absolute;
              background: #020c17;
              -webkit-transform: translateY(-100%);
                  -ms-transform: translateY(-100%);
                      transform: translateY(-100%);
              -webkit-transition: all 0.35s ease !important;
              -o-transition: all 0.35s ease !important;
              transition: all 0.35s ease !important;
              top: 100%;
              height: 0px !important;
              -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: #ffb100;
        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: #B6B9DA;
        -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: #B6B9DA;
        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: #B6B9DA;
        position: absolute; }
      .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
        position: absolute;
        width: 100%;
        top: 51%;
        left: 0;
        -webkit-transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
                transform: translateY(-50%) translateZ(0.5em) translateX(-0.1%);
        width: 80%;
        margin: 0 auto !important;
        left: 8%;
        -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); }
        @media screen and (max-width: 567px) {
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title {
            display: none; } }
        .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text {
          -webkit-transition: opacity 0.35s ease;
          -o-transition: opacity 0.35s ease;
          transition: opacity 0.35s ease;
          font-size: 0.905em;
          font-weight: 300 !important;
          color: white;
          font-weight: bold;
          width: 100%;
          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;
          position: relativeq;
          top: -1.2157em;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          opacity: 0;
          line-height: 1.15em;
          letter-spacing: 0.03em; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text p, .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text .learn-more {
            height: auto !important;
            overflow: visible; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text .learn-more {
            font-weight: 600 !important;
            position: relative; }
            .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text .learn-more:before {
              content: '';
              width: 100px;
              height: 1px;
              position: absolute;
              top: -75%;
              left: 0px;
              background-color: white;
              opacity: 0.35; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text span {
            border: 2px solid red;
            height: 20px;
            width: 100%;
            display: none; }
          .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-title .text .learn-more {
            margin-top: 35px; }
          .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: #ffb100; }
      .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: #ffb100;
          -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: #e5850f; }
  .grid-box:hover .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-image .dimmer {
    height: 100% !important;
    -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; }
  .grid-box:hover .text {
    opacity: 1 !important;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
  @media screen and (max-width: 567px) {
    .grid-box .grid-box-container-wrapper .grid-box-container .grid-box-wrapper .grid-box-inner .grid-box-image .dimmer {
      display: none; }
    .grid-box .text {
      opacity: 1 !important;
      -webkit-transition: opacity 0.35s ease;
      -o-transition: opacity 0.35s ease;
      transition: opacity 0.35s ease; } }

.grid-box-single {
  pointer-events: all; }
  .grid-box-single .currency, .grid-box-single .amount, .grid-box-single .deal-type {
    overflow: visible; }

.news {
  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; }
  .news img {
    position: relative !important; }
  .news .counter-and-title {
    height: auto !important;
    background: #202326;
    line-height: 1.2em; }
    .news .counter-and-title h5 {
      padding: 0 !important; }
    .news .counter-and-title .counter {
      display: none; }

.pagination-container {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 77% !important;
  z-index: 999999 !important;
  z-index: 99999999999 !important; }
  @media (max-width: 767px) {
    .pagination-container {
      top: 85% !important; } }
  .pagination-container .pagination {
    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; }
  .pagination-container .pagination-bulletss {
    height: 0.5em;
    width: 0.5em;
    margin-right: 1em;
    background-color: #EA7125;
    z-index: 99999999 !important; }
    .pagination-container .pagination-bulletss:hover {
      opacity: 0.7; }

.go-down-container {
  z-index: 100;
  position: absolute;
  bottom: -1.93em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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; }
  .go-down-container .line-container {
    height: 3.86em;
    width: 100%;
    margin-top: 2em; }
    .go-down-container .line-container .line {
      height: 100%;
      width: 1px;
      background: #ffb100;
      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: #ffb100; }
    .go-down-container:hover .line-container .line {
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%); }

.video-module {
  margin: auto;
  -webkit-perspective: 55em;
          perspective: 55em; }
  .video-module .corner, .video-module .timeline, .video-module .video-bottom {
    display: none; }
  .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: 767px) {
    .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: #020c17; }
          .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: #e5850f; }
          .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: #a8cdf7;
          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: #ffb100;
          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) scale(0.5);
              transform: translate(-50%, -50%) translateZ(3em) scale(0.5);
      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 #8cd2f4;
          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 #8cd2f4;
          border-left: 0.5em solid #8cd2f4;
          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: #e5850f; }
      .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: 40%;
      left: 20%;
      width: 80%; }
      @media screen and (max-width: 767px) {
        .video-module .video-container .video-text {
          width: 45%; } }
      .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;
            width: 30%; }
      @media screen and (max-width: 767px) {
        .video-module .video-container .video-text .excerpt {
          display: none; } }
  .video-module .timeline {
    margin-top: 1em;
    width: 100%;
    height: 0.2em;
    background: #53596E; }
    .video-module .timeline .progress {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #ffb100;
      -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: #a8cdf7;
        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: #53596E;
      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: #ffb100;
        -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; }
  @media (min-width: 767px) {
    .video-module .video-text.sub-section-text {
      width: 25% !important; }
      .video-module .video-text.sub-section-text .text.paragraph {
        width: 100% !important; } }
  @media (max-width: 885px) and (min-width: 767px) {
    .video-module .video-text.sub-section-text {
      width: 40% !important; } }

.arrow-title {
  display: inline-block;
  clear: both;
  color: white;
  padding-bottom: 0.5em; }
  .arrow-title:after {
    content: '';
    width: 100%;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ffb100;
    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: #e5850f; }
  .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%); }

.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: #020c17; }
  .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 #8cd2f4;
        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 #8cd2f4;
        border-left: 0.5em solid #8cd2f4;
        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: #e5850f; }
    .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 .slideshow-module-secondary {
  width: 80%;
  margin: auto;
  padding: 7.5em 10%;
  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;
  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.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: 767px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: -1.5em; } }
  @media screen and (max-width: 567px) {
    .slideshow-module .slideshow-module-secondary {
      margin-top: -0.75em; } }
  .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: #ffb100;
      height: 200%;
      top: -100%; }
    .slideshow-module .slideshow-module-secondary .pagination-container .pagination-wrapper .pagination .pagination-bullet:after {
      border: 1px solid #ffb100; }

.carousel-container.container {
  z-index: 5;
  padding-top: 4em;
  padding-bottom: 8em; }
  @media screen and (max-width: 567px) {
    .carousel-container.container {
      padding-top: 5em; } }
  .carousel-container.container .wrapper .carousel.swiper-container {
    overflow: initial;
    min-height: 22vw !important; }
    @media screen and (max-width: 1120px) {
      .carousel-container.container .wrapper .carousel.swiper-container {
        min-height: 18em !important; } }
    .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: 23%;
        margin-right: 8.5%;
        cursor: pointer; }
        @media screen and (min-width: 2000px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 20%; } }
        @media screen and (max-width: 1120px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 27%; } }
        @media screen and (max-width: 768px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .swiper-slide {
            width: 35%; } }
        @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-wrapper .grid-box-single {
        height: 22vw !important;
        margin-right: 1.5em; }
        @media screen and (max-width: 1120px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .grid-box-single {
            height: 18em !important; } }
        @media screen and (max-width: 567px) {
          .carousel-container.container .wrapper .carousel.swiper-container .swiper-wrapper .grid-box-single {
            height: 320px !important; } }
    .carousel-container.container .wrapper .carousel.swiper-container .swiper-scrollbar {
      background: transparent;
      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: #ffb100;
          background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #ffb100), color-stop(80%, #ffb100), to(transparent));
          background: -o-linear-gradient(left, transparent, #ffb100 20%, #ffb100 80%, transparent);
          background: linear-gradient(to right, transparent, #ffb100 20%, #ffb100 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: #ffb100;
          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: 767px) {
    .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, #020c17 100%);
    background-image: radial-gradient(circle at top left, #061e2b, #020c17 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; }
    .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial {
      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: 767px) {
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial {
          display: block; } }
      .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container {
        width: 17.25%;
        margin-right: 6.75%; }
        @media screen and (max-width: 767px) {
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container {
            width: 35%;
            margin: auto; } }
        @media screen and (max-width: 567px) {
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container {
            width: 55%; } }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container .dummy {
          padding-top: 100%; }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .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); }
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .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: #020c17; }
            .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container .image-wrapper .background .gradient {
              width: 100%;
              height: 100%;
              background: #8cd2f4;
              background: -webkit-gradient(linear, left top, left bottom, from(#8cd2f4), color-stop(#8cd2f4), color-stop(90%, transparent));
              background: -o-linear-gradient(#8cd2f4, #8cd2f4, transparent 90%);
              background: linear-gradient(#8cd2f4, #8cd2f4, transparent 90%);
              opacity: 0.75; }
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .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: #020c17; }
            .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container .image-wrapper .person-image-container .person-image {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .image-container .image-wrapper .left-bar {
            width: 3px;
            height: 40%;
            background: #8cd2f4;
            position: absolute;
            left: 1px;
            bottom: 10%;
            opacity: 0.5; }
      .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container {
        width: 26.75%; }
        @media screen and (max-width: 767px) {
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container {
            width: 100%;
            text-align: center;
            margin-top: 1.5em; } }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container .title .text {
          font-size: 1.1em;
          font-weight: 600; }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container .sub-title {
          margin-top: 0.5em; }
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container .sub-title .text {
            font-size: 0.75em; }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .titles-container .pagination-container {
          margin-top: 1em;
          display: inline-block;
          clear: both; }
      .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .excerpt-container {
        width: 49.25%; }
        @media screen and (max-width: 767px) {
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .excerpt-container {
            width: 100%;
            text-align: center;
            margin-top: 1.5em; } }
        .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .excerpt-container .content {
          margin-top: 1.72em; }
          @media screen and (max-width: 767px) {
            .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .excerpt-container .content {
              margin-top: 0.75em; } }
          .testimonials-container .swiper-container.testimonials-slider .swiper-wrapper .swiper-slide .container .wrapper .single-testimonial .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; }
  @media screen and (max-width: 567px) {
    .custom-background {
      height: 120%; } }
  .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-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: #020c17; }

.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: #ffb100; }
    .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: #e5850f; }
  .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; }
  .button-with-icon:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ffb100;
    -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: #e5850f; }
  .button-with-icon:hover {
    color: #ffb100; }
    .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; } }

.input-animation:after, .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); }

.input-animation:after {
  left: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(#ffb100), to(transparent));
  background: -o-linear-gradient(left, #ffb100, transparent);
  background: linear-gradient(to right, #ffb100, 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; }

.input-animation:before {
  right: -0.25em;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ffb100));
  background: -o-linear-gradient(left, transparent, #ffb100);
  background: linear-gradient(to right, transparent, #ffb100);
  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: 4em;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding: 0 17.5em;
  z-index: 901; }
  .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: #ffb100; }
  .top-title .text {
    display: inline-block;
    vertical-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
    .top-title .text.link {
      color: white; }
      .top-title .text.link:hover {
        color: #ffb100; }
  .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: #ffb100; }
  @media screen and (max-width: 767px) {
    .top-title {
      padding: 0 5%;
      top: 5em; } }

.generic-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100000; }
  .generic-popup .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  .generic-popup .content-box {
    width: 30%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #121e3b;
    border: 8px solid white;
    padding: 3em 3em;
    opacity: 0.9; }
    @media screen and (max-width: 1120px) {
      .generic-popup .content-box {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .generic-popup .content-box {
        width: 60%; } }
    @media screen and (max-width: 567px) {
      .generic-popup .content-box {
        width: 80%; } }
    .generic-popup .content-box .text {
      font-size: 0.75em;
      line-height: 2; }
      .generic-popup .content-box .text:first-child {
        margin-bottom: 0.5em; }
      .generic-popup .content-box .text:last-child {
        margin-top: 2em; }
    .generic-popup .content-box .link {
      display: block;
      position: relative;
      height: 65px;
      -webkit-transition: opacity 0.5s ease !important;
      -o-transition: opacity 0.5s ease !important;
      transition: opacity 0.5s ease !important; }
      .generic-popup .content-box .link .chrome-logo {
        display: inline-block; }
      .generic-popup .content-box .link .label {
        position: relative;
        top: -60%;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
        margin-left: 20px;
        color: white;
        display: inline-block; }
      .generic-popup .content-box .link:hover {
        opacity: 0.6; }

.page-view.singlenews .title, .page-view.singlepost .title {
  font-size: 0.85em;
  font-weight: 300;
  line-height: 1.2em;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  min-height: 30%; }
  @media screen and (max-width: 768px) {
    .page-view.singlenews .title, .page-view.singlepost .title {
      font-size: 0.9em;
      font-size: 1.2em; } }

.page-view.singlenews .grid-box-container, .page-view.singlepost .grid-box-container {
  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; }

.page-view.singlenews .grid-box-title, .page-view.singlepost .grid-box-title {
  width: 99.5% !important;
  height: 100% !important;
  left: 0 !important; }
  .page-view.singlenews .grid-box-title .counter-and-title, .page-view.singlepost .grid-box-title .counter-and-title {
    padding-bottom: 10px !important; }
  .page-view.singlenews .grid-box-title .text, .page-view.singlepost .grid-box-title .text {
    top: 0 !important; }

.page-view.singlenews .grid-box-wrapper, .page-view.singlepost .grid-box-wrapper {
  position: absolute;
  width: 100%;
  height: 70% !important;
  -o-object-fit: initial;
     object-fit: initial;
  -o-object-position: center;
     object-position: center; }
  .page-view.singlenews .grid-box-wrapper .image, .page-view.singlepost .grid-box-wrapper .image {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: top !important;
       object-position: top !important; }
  .page-view.singlenews .grid-box-wrapper .curtainDragger, .page-view.singlepost .grid-box-wrapper .curtainDragger {
    z-index: 1; }

.page-view.singlenews .counter, .page-view.singlepost .counter {
  position: absolute;
  top: 1em;
  left: 1em;
  display: none; }

.page-view.singlenews .arrow-navigation, .page-view.singlepost .arrow-navigation {
  color: black !important; }

.page-view.singlenews .arrow-navigation-news, .page-view.singlepost .arrow-navigation-news {
  display: block !important; }
  .page-view.singlenews .arrow-navigation-news .arrow-navigation, .page-view.singlepost .arrow-navigation-news .arrow-navigation {
    top: -1.2em; }

.page-view.singlenews .animation-complete .active-post .curtain, .page-view.singlepost .animation-complete .active-post .curtain {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.page-view.singlenews .grid-box-single *, .page-view.singlenews .grid-box-single, .page-view.singlepost .grid-box-single *, .page-view.singlepost .grid-box-single {
  overflow: visible !important; }

.page-view.singlenews .actual-image, .page-view.singlepost .actual-image {
  overflow: hidden !important;
  height: 100%; }

.page-view.singlenews .line-top-left-north, .page-view.singlenews .line-top-left-west, .page-view.singlenews .line-top-right-east, .page-view.singlenews .line-top-right-north, .page-view.singlenews .line-bottom-left-west, .page-view.singlenews .line-bottom-left-south, .page-view.singlenews .line-bottom-right-east, .page-view.singlenews .line-bottom-right-south, .page-view.singlenews .curtain, .page-view.singlenews .curtainDragger, .page-view.singlepost .line-top-left-north, .page-view.singlepost .line-top-left-west, .page-view.singlepost .line-top-right-east, .page-view.singlepost .line-top-right-north, .page-view.singlepost .line-bottom-left-west, .page-view.singlepost .line-bottom-left-south, .page-view.singlepost .line-bottom-right-east, .page-view.singlepost .line-bottom-right-south, .page-view.singlepost .curtain, .page-view.singlepost .curtainDragger {
  display: block !important; }

.page-view.singlenews .curtain, .page-view.singlepost .curtain {
  position: absolute !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #EA7125 !important;
  z-index: 999999999999 !important; }

.page-view.singlenews .curtainDragger, .page-view.singlepost .curtainDragger {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  background-color: #EA7125 !important;
  z-index: 9999 !important;
  height: 10px !important;
  top: -webkit-calc(100% - 10px) !important;
  top: calc(100% - 10px) !important; }

.page-view.singlenews .line-top-left-north, .page-view.singlepost .line-top-left-north {
  width: 125px;
  height: 1px;
  position: absolute;
  top: -35px;
  left: -60px;
  display: block !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 125, from(white), to(#d9000000)); }

.page-view.singlenews .line-top-left-west, .page-view.singlepost .line-top-left-west {
  width: 1px;
  height: 125px;
  position: absolute;
  top: -35px;
  left: -60px;
  display: block !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 125, from(white), to(#d9000000)); }

.page-view.singlenews .line-top-right-east, .page-view.singlepost .line-top-right-east {
  width: 1px;
  height: 125px;
  position: absolute;
  top: -35px;
  left: -webkit-calc(100% + 60px);
  left: calc(100% + 60px);
  display: block !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 125, from(white), to(#d9000000)); }

.page-view.singlenews .line-top-right-north, .page-view.singlepost .line-top-right-north {
  width: 125px;
  height: 1px;
  position: absolute;
  top: -35px;
  display: block !important;
  left: -webkit-calc(100% - 65px);
  left: calc(100% - 65px);
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 125, from(white), to(#d9000000)); }

.page-view.singlenews .top-gradient, .page-view.singlepost .top-gradient {
  height: 300px; }

.page-view.singlenews .custom-background, .page-view.singlepost .custom-background {
  background-repeat: no-repeat;
  background-size: cover; }

.page-view.singlenews .top-header, .page-view.singlepost .top-header {
  padding-top: 15em;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .page-view.singlenews .top-header, .page-view.singlepost .top-header {
      padding-top: 200px !important; } }
  .page-view.singlenews .top-header .top-header-wrapper, .page-view.singlepost .top-header .top-header-wrapper {
    width: 60%;
    margin: 0 20%; }
    @media screen and (max-width: 768px) {
      .page-view.singlenews .top-header .top-header-wrapper, .page-view.singlepost .top-header .top-header-wrapper {
        width: 90%;
        margin: 0 5%; } }
    .page-view.singlenews .top-header .top-header-wrapper .crumb, .page-view.singlepost .top-header .top-header-wrapper .crumb {
      position: relative;
      bottom: 4em; }
      @media (max-width: 767px) {
        .page-view.singlenews .top-header .top-header-wrapper .crumb, .page-view.singlepost .top-header .top-header-wrapper .crumb {
          bottom: 1.3em; } }
      .page-view.singlenews .top-header .top-header-wrapper .crumb a, .page-view.singlepost .top-header .top-header-wrapper .crumb a {
        color: #EA7125;
        font-family: "proxima-nova"; }
    .page-view.singlenews .top-header .top-header-wrapper .date p, .page-view.singlepost .top-header .top-header-wrapper .date p {
      color: #EA7125;
      font-family: "proxima-nova";
      padding-bottom: 25px; }
    .page-view.singlenews .top-header .top-header-wrapper .title, .page-view.singlepost .top-header .top-header-wrapper .title {
      padding: 0;
      padding-bottom: 2em; }
      .page-view.singlenews .top-header .top-header-wrapper .title h1, .page-view.singlepost .top-header .top-header-wrapper .title h1 {
        font-size: 3em;
        line-height: 1.2em; }
        @media (max-width: 767px) {
          .page-view.singlenews .top-header .top-header-wrapper .title h1, .page-view.singlepost .top-header .top-header-wrapper .title h1 {
            font-size: 30px; } }

.page-view.singlenews .intro-background, .page-view.singlepost .intro-background {
  background-color: white; }
  .page-view.singlenews .intro-background .intro-news, .page-view.singlepost .intro-background .intro-news {
    z-index: 99;
    width: 80%;
    margin: 0 20%; }
    @media screen and (max-width: 768px) {
      .page-view.singlenews .intro-background .intro-news, .page-view.singlepost .intro-background .intro-news {
        width: 90%;
        margin: 0 5%; } }
    .page-view.singlenews .intro-background .intro-news .buttons, .page-view.singlepost .intro-background .intro-news .buttons {
      position: absolute;
      left: -5em;
      line-height: 1.5em;
      margin-top: 1em; }
      .page-view.singlenews .intro-background .intro-news .buttons ul, .page-view.singlepost .intro-background .intro-news .buttons ul {
        margin: 0; }
        .page-view.singlenews .intro-background .intro-news .buttons ul li, .page-view.singlepost .intro-background .intro-news .buttons ul li {
          padding-top: 15px; }
          .page-view.singlenews .intro-background .intro-news .buttons ul li:nth-child(1), .page-view.singlepost .intro-background .intro-news .buttons ul li:nth-child(1) {
            padding-top: 0px; }
          .page-view.singlenews .intro-background .intro-news .buttons ul li a i, .page-view.singlepost .intro-background .intro-news .buttons ul li a i {
            color: black; }
    .page-view.singlenews .intro-background .intro-news .text-box, .page-view.singlepost .intro-background .intro-news .text-box {
      width: 75%;
      padding-top: 3em; }
      @media (max-width: 1000px) {
        .page-view.singlenews .intro-background .intro-news .text-box, .page-view.singlepost .intro-background .intro-news .text-box {
          width: 85%; } }
      @media screen and (max-width: 768px) {
        .page-view.singlenews .intro-background .intro-news .text-box, .page-view.singlepost .intro-background .intro-news .text-box {
          width: 100%; } }
      .page-view.singlenews .intro-background .intro-news .text-box .title, .page-view.singlenews .intro-background .intro-news .text-box .subheading, .page-view.singlepost .intro-background .intro-news .text-box .title, .page-view.singlepost .intro-background .intro-news .text-box .subheading {
        width: 50%; }
        @media (max-width: 1300px) {
          .page-view.singlenews .intro-background .intro-news .text-box .title, .page-view.singlenews .intro-background .intro-news .text-box .subheading, .page-view.singlepost .intro-background .intro-news .text-box .title, .page-view.singlepost .intro-background .intro-news .text-box .subheading {
            width: 70%; } }
  @media (max-width: 1300px) and (max-width: 1000px) {
    .page-view.singlenews .intro-background .intro-news .text-box .title, .page-view.singlenews .intro-background .intro-news .text-box .subheading, .page-view.singlepost .intro-background .intro-news .text-box .title, .page-view.singlepost .intro-background .intro-news .text-box .subheading {
      width: 100%; } }
      .page-view.singlenews .intro-background .intro-news .text-box .title h1, .page-view.singlepost .intro-background .intro-news .text-box .title h1 {
        font-size: 40px;
        line-height: 35px;
        font-family: "proxima-nova";
        color: black; }
      .page-view.singlenews .intro-background .intro-news .text-box .subheading h2, .page-view.singlepost .intro-background .intro-news .text-box .subheading h2 {
        font-size: 1.6em;
        font-weight: 400;
        margin-bottom: 1em;
        font-family: "proxima-nova";
        color: black; }
        @media (max-width: 767px) {
          .page-view.singlenews .intro-background .intro-news .text-box .subheading h2, .page-view.singlepost .intro-background .intro-news .text-box .subheading h2 {
            font-size: 20px; } }
      .page-view.singlenews .intro-background .intro-news .text-box .excerpt, .page-view.singlepost .intro-background .intro-news .text-box .excerpt {
        color: black; }
        .page-view.singlenews .intro-background .intro-news .text-box .excerpt p, .page-view.singlepost .intro-background .intro-news .text-box .excerpt p {
          font-family: "proxima-nova";
          color: black;
          line-height: 1.6em;
          width: 95%; }
          @media screen and (max-width: 768px) {
            .page-view.singlenews .intro-background .intro-news .text-box .excerpt p, .page-view.singlepost .intro-background .intro-news .text-box .excerpt p {
              width: 100%; } }
        .page-view.singlenews .intro-background .intro-news .text-box .excerpt h3, .page-view.singlepost .intro-background .intro-news .text-box .excerpt h3 {
          color: black;
          font-size: 1.8em; }
        .page-view.singlenews .intro-background .intro-news .text-box .excerpt img, .page-view.singlepost .intro-background .intro-news .text-box .excerpt img {
          -o-object-fit: contain;
             object-fit: contain;
          height: auto; }
        .page-view.singlenews .intro-background .intro-news .text-box .excerpt li, .page-view.singlepost .intro-background .intro-news .text-box .excerpt li {
          color: black;
          font-family: "proxima-nova";
          line-height: 1.5em; }
    .page-view.singlenews .intro-background .intro-news .image, .page-view.singlepost .intro-background .intro-news .image {
      padding-bottom: 45px; }
    .page-view.singlenews .intro-background .intro-news .para-after-image, .page-view.singlepost .intro-background .intro-news .para-after-image {
      padding-bottom: 0px; }
      .page-view.singlenews .intro-background .intro-news .para-after-image p, .page-view.singlepost .intro-background .intro-news .para-after-image p {
        font-family: "proxima-nova";
        color: black;
        line-height: 28px;
        width: 95%;
        padding-top: 0px;
        padding-bottom: 30px; }

.page-view.singlenews .related-news, .page-view.singlepost .related-news {
  padding-top: 2em;
  z-index: 999;
  background-color: white;
  padding-bottom: 6em; }
  .page-view.singlenews .related-news .active-post .dimmer, .page-view.singlepost .related-news .active-post .dimmer {
    top: 100% !important;
    display: none; }
  .page-view.singlenews .related-news .related-wrapper, .page-view.singlepost .related-news .related-wrapper {
    width: 80%;
    margin: 0 20%;
    overflow: hidden !important; }
    @media screen and (max-width: 768px) {
      .page-view.singlenews .related-news .related-wrapper, .page-view.singlepost .related-news .related-wrapper {
        width: 90%;
        margin: 0 5%; } }
    .page-view.singlenews .related-news .related-wrapper .intro, .page-view.singlepost .related-news .related-wrapper .intro {
      padding-bottom: 0; }
      .page-view.singlenews .related-news .related-wrapper .intro h5, .page-view.singlepost .related-news .related-wrapper .intro h5 {
        font-family: "proxima-nova";
        padding-bottom: 1em;
        color: black; }
      .page-view.singlenews .related-news .related-wrapper .intro a, .page-view.singlepost .related-news .related-wrapper .intro a {
        font-family: "proxima-nova";
        color: #EA7125; }
    .page-view.singlenews .related-news .related-wrapper .related, .page-view.singlepost .related-news .related-wrapper .related {
      margin-top: 2em;
      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: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .page-view.singlenews .related-news .related-wrapper .related a, .page-view.singlepost .related-news .related-wrapper .related a {
        display: inline-block;
        margin: 0.5em 0; }
    .page-view.singlenews .related-news .related-wrapper .carousel-container .underneath, .page-view.singlepost .related-news .related-wrapper .carousel-container .underneath {
      display: none; }
    .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper {
      width: 100%; }
      .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .swiper-slide, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .swiper-slide {
        height: 12em !important;
        margin-right: 0 !important;
        overflow: hidden !important;
        width: 17em !important; }
        @media (max-width: 767px) {
          .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .swiper-slide, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .swiper-slide {
            width: 250px !important;
            height: 200px !important; } }
      .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single {
        height: 100% !important;
        width: 17em !important; }
        @media (max-width: 767px) {
          .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single {
            height: 200px !important;
            width: 250px !important; } }
        .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .grid-box-title, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .grid-box-title {
          overflow: visible !important;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
        .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .under-card, .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .learn-more, .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .name-for-team, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .under-card, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .learn-more, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .name-for-team {
          display: none !important; }
        .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .text, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .text {
          opacity: 1;
          overflow: visible !important; }
        .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding-bottom: 10%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .title, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .title {
            background: #020c17; }
            .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .title h5, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .title h5 {
              font-size: 1em; }
          .page-view.singlenews .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .counter p, .page-view.singlepost .related-news .related-wrapper .carousel-container .wrapper .grid-box-single .counter-and-title .counter p {
            padding-left: 10px;
            font-size: 2.2052em !important;
            opacity: 0.5;
            font-weight: 999 !important;
            padding-right: 20px; }

.page-view.singlenews .curtain, .page-view.singlepost .curtain {
  height: 150% !important; }

@media (min-width: 1200px) {
  .scrolled-into-white #logo .st2 {
    fill: #020c17 !important; }
  .scrolled-into-white #logo .bb {
    fill: white !important; }
  .scrolled-into-white .menu-word {
    color: #020c17; } }

.arrow-navigation {
  position: absolute;
  left: 0px;
  top: -0.5em;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.63157em;
  font-weight: 100;
  z-index: 11; }
  @media (max-width: 1000px) {
    .arrow-navigation {
      top: -1.5em; } }
  .arrow-navigation .previous-arrow {
    padding-right: 10px; }
    .arrow-navigation .previous-arrow:hover {
      cursor: pointer; }
  .arrow-navigation .next-arrow {
    padding-left: 10px; }
    .arrow-navigation .next-arrow:hover {
      cursor: pointer; }
  .arrow-navigation .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

.awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-bottom: 10em; }
  .awards__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .awards__link {
    width: 100%;
    height: 400px;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .awards__link::before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: rgba(234, 113, 37, 0.3);
      opacity: 0;
      -webkit-transition: opacity 0.25s ease;
      -o-transition: opacity 0.25s ease;
      transition: opacity 0.25s ease; }
    .awards__link:hover::before {
      opacity: 1; }
  .awards__title {
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    color: white;
    z-index: 1;
    position: relative;
    font-size: 1.2em; }
  .awards__bottom {
    padding-left: 5em;
    padding-right: 5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #EA7125;
    padding-top: 10px;
    padding-bottom: 10px; }
    .awards__bottom-right {
      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: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .awards__tag {
    color: white;
    font-size: 1em;
    font-family: "proxima-nova";
    font-weight: normal; }
  .awards__date {
    color: white;
    font-size: 1em;
    font-family: "proxima-nova";
    font-weight: normal;
    position: relative; }
    .awards__date:nth-child(2) {
      padding-left: 16px; }
      .awards__date:nth-child(2)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 8px;
        height: 100%;
        width: 2px;
        background: white; }

@media screen and (max-width: 1024px) {
  .awards__bottom {
    -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; }
    .awards__bottom-right {
      margin-top: 0.5em; } }

@media screen and (max-width: 768px) {
  .awards__bottom {
    padding-right: 5%;
    padding-left: 5%; } }

@media screen and (max-width: 567px) {
  .awards__bottom-right {
    -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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .awards__date {
    margin-top: 0.5em;
    padding-left: 0; }
    .awards__date:nth-child(2) {
      padding-left: 0; }
    .awards__date::before {
      display: none; } }

.page-view.gala .sponsors[data-scroll="comp"] {
  padding-top: 8em; }
  .page-view.gala .sponsors[data-scroll="comp"] .carousel-container.container {
    padding-bottom: 0;
    padding-top: 0; }

.events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-bottom: 10em; }
  .events_conf .events__left {
    width: 50%; }
  .events_conf .events__right {
    width: 50%;
    padding-right: 5em;
    padding-left: 5em; }
  .events_conf .events__link:nth-child(2n+2) .events__right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .events_conf .events__link:nth-child(2n+2) .events__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .events__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .events__link {
    width: 100%;
    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;
    position: relative;
    padding-bottom: 12px; }
    .events__link::before {
      content: '';
      position: absolute;
      height: 12px;
      width: 100%;
      background: #EA7125;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .events__link:nth-child(2n+2) .events__right {
      background: #08101E; }
    .events__link:nth-child(2n+2) .events__title a {
      color: white; }
      .events__link:nth-child(2n+2) .events__title a:hover {
        color: #EA7125; }
    .events__link:nth-child(2n+2) .events__subtitle {
      color: white; }
    .events__link:nth-child(2n+2) .events__date {
      color: white; }
  .events__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .events__left::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #ea7125;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: bottom;
          -ms-transform-origin: bottom;
              transform-origin: bottom; }
    .events__left:hover::before {
      background: rgba(234, 113, 37, 0.2);
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
  .events__title {
    z-index: 1;
    position: relative;
    font-size: 1.6em; }
    .events__title a {
      color: white;
      color: black;
      -webkit-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      .events__title a:hover {
        color: #EA7125; }
  .events__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    background: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 133px;
    padding-bottom: 150px;
    padding-right: 50px;
    padding-left: 50px; }
    .events__right:last-child {
      padding-right: 5em; }
  .events__subtitle {
    color: black;
    font-size: 1em;
    font-family: "proxima-nova";
    font-weight: normal;
    margin-top: 30px;
    margin-top: 1.7em; }
  .events__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .events__links a {
      margin-top: 30px;
      margin-top: 1.7em;
      font-size: 1em;
      font-family: "proxima-nova";
      font-weight: normal;
      margin-left: 5px; }
      .events__links a::before {
        content: '|'; }
      .events__links a:first-child {
        margin-left: 0; }
        .events__links a:first-child::before {
          display: none; }
  .events__date {
    font-size: 1em;
    font-family: "proxima-nova";
    font-weight: 600;
    position: relative;
    color: black;
    margin-top: 10px;
    margin-top: 0.6em; }
  .events__button {
    font-size: 1em;
    font-family: "proxima-nova";
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 30px;
    margin-top: 1.7em; }
  .events__fin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .events__fin-item {
      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;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      position: relative;
      padding-bottom: 10px;
      padding-right: 10px;
      padding-left: 10px;
      width: 100%; }
    .events__fin-img {
      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: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .events__fin-img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
      .events__fin-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .events__fin-name {
      text-align: right;
      word-spacing: 100vw; }
    .events__fin-cat {
      text-transform: uppercase;
      color: #ffb100;
      margin-top: 0.6em;
      text-align: right; }

@media screen and (max-width: 1280px) {
  .events_gala .events__link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .events_gala .events__left {
    width: 50%; }
  .events_gala .events__right {
    width: 50%; }
  .events__fin {
    width: 100%;
    height: 350px; } }

@media screen and (max-width: 1024px) {
  .events_conf .events__right {
    padding-right: 2em;
    padding-left: 3em;
    padding-top: 5em;
    padding-bottom: 5em; }
  .events_conf .events__link:nth-child(2n+2) .events__right {
    padding-right: 2em;
    padding-left: 3em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .events_conf .events__link:nth-child(2n+2) .events__title {
    text-align: left; }
  .events_conf .events__link:nth-child(2n+2) .events__subtitle {
    text-align: left; }
  .events_conf .events__link:nth-child(2n+2) .events__date {
    text-align: left; }
  .events__link:nth-child(2n+2) .events__right {
    padding-right: 3em;
    padding-left: 2em; }
    .events__link:nth-child(2n+2) .events__right:last-child {
      padding-right: 3em;
      padding-left: 2em; }
  .events__right {
    padding-right: 2em;
    padding-left: 3em;
    padding-top: 5em;
    padding-bottom: 5em; }
    .events__right:last-child {
      padding-right: 2em; } }

@media screen and (max-width: 768px) {
  .events__fin {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    height: 40vw; }
  .events_gala .events__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .events_gala .events__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .events_gala .events__right:last-child {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .events_gala .events__link:nth-child(2n+2) .events__fin {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .events_gala .events__link:nth-child(2n+2) .events__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .events_gala .events__link:nth-child(2n+2) .events__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .events_gala .events__link:nth-child(2n+2) .events__right:last-child {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
  .events_conf .events__left {
    width: 100%; }
  .events_conf .events__right {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 3em;
    padding-bottom: 3em; }
  .events_conf .events__link:nth-child(2n+2) .events__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .events_conf .events__link:nth-child(2n+2) .events__right {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .events__left {
    width: 100%;
    height: 300px;
    height: 60vw; }
  .events__right {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    padding-top: 3em;
    padding-bottom: 3em; }
    .events__right:last-child {
      padding-right: 5%; }
  .events__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .events__link:nth-child(2n+2) .events__left {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .events__link:nth-child(2n+2) .events__right {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding-right: 5%;
      padding-left: 5%; }
      .events__link:nth-child(2n+2) .events__right:last-child {
        padding-right: 5%; } }

@media screen and (max-width: 567px) {
  .events__fin-name {
    font-size: 0.7em; }
  .events__fin-cat {
    font-size: 0.7em; }
  .page-view.gala .sponsors[data-scroll="comp"] {
    padding-top: 5em; } }

.comp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-top: 8em; }
  .comp .text-title {
    margin-bottom: 2em;
    text-align: center; }
  .comp__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5em;
    padding-right: 5em; }
  .comp__items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 6em; }
  .comp__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0.8em;
    padding-left: 2em;
    padding-right: 2em; }
    .comp__item:nth-child(1), .comp__item:nth-child(2), .comp__item:nth-child(3) {
      margin-top: 0; }

@media screen and (max-width: 1120px) {
  .comp__wrap {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .comp__items {
    padding-left: 4em; }
  .comp__wrap {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 768px) {
  .comp__item {
    width: 50%; }
    .comp__item:nth-child(3) {
      margin-top: 0.8em; } }

@media screen and (max-width: 567px) {
  .comp {
    padding-top: 5em; }
    .comp__items {
      padding-left: 0; }
    .comp__item {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      -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; }
      .comp__item:nth-child(2) {
        margin-top: 0.8em; } }

.stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-top: 4em;
  padding-bottom: 4em; }
  .stage:nth-child(5) {
    padding-bottom: 0; }
  .stage .text-title {
    margin-bottom: 2em;
    text-align: center; }
  .stage__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5em;
    padding-right: 5em; }
  .stage__items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .stage__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    margin-right: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .stage__item:nth-child(1), .stage__item:nth-child(2), .stage__item:nth-child(3), .stage__item:nth-child(4) {
      margin-top: 0; }
    .stage__item:nth-child(4n) {
      margin-right: 0; }
  .stage__img {
    height: 15vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding: 0.5em;
    border: 2px solid #EA7125; }
    .stage__img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .stage__img_logo img {
      -o-object-fit: contain;
         object-fit: contain;
      padding: 1em;
      background: white; }
  .stage__name {
    margin-top: 0.5em; }
    .stage__name:nth-child(2) {
      margin-top: 0.7em; }
  .stage__comp {
    margin-top: 0.5em;
    font-size: 0.7em;
    text-align: center; }

@media screen and (max-width: 1120px) {
  .stage__wrap {
    width: 100%; }
  .stage__img {
    height: 26vw; }
  .stage__item {
    width: 32%;
    margin-right: 2%; }
    .stage__item:nth-child(4) {
      margin-top: 2em; }
    .stage__item:nth-child(4n) {
      margin-right: 2%; }
    .stage__item:nth-child(3n) {
      margin-right: 0; } }

@media screen and (max-width: 768px) {
  .stage__wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .stage__img {
    height: 45vw; }
  .stage__item {
    width: 49%; }
    .stage__item:nth-child(3) {
      margin-top: 2em; }
    .stage__item:nth-child(4n) {
      margin-right: 0; }
    .stage__item:nth-child(3n) {
      margin-right: 2%; }
    .stage__item:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 567px) {
  .stage {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    .stage:nth-child(5) {
      padding-bottom: 0; }
    .stage__img {
      height: 90vw; }
    .stage__item {
      width: 100%;
      margin-right: 0; }
      .stage__item:nth-child(2) {
        margin-top: 2em; }
      .stage__item:nth-child(3n) {
        margin-right: 0; } }

.keynote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-top: 8em;
  padding-bottom: 4em; }
  .keynote .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .keynote .background:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(2, 12, 23, 0.7); }
  .keynote .text-title {
    margin-bottom: 2em;
    text-align: center; }
  .keynote__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5em;
    padding-right: 5em; }
  .keynote__content {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4em; }
    .keynote__content:nth-child(2) {
      margin-top: 0; }
  .keynote__img {
    height: 25vw;
    width: 20vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding: 0.5em;
    border: 2px solid #EA7125;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .keynote__img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .keynote__img_logo img {
      -o-object-fit: contain;
         object-fit: contain;
      padding: 1em;
      background: white; }
  .keynote__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5em;
    max-width: 60%; }
  .keynote__text {
    font-size: 0.8em;
    margin-top: 1em;
    line-height: 1.2em; }
  .keynote__sub {
    margin-top: 0.5em;
    font-size: 0.7em; }

@media screen and (max-width: 1120px) {
  .keynote__wrap {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  .keynote__img {
    height: 35vw;
    width: 30vw; }
  .keynote__right {
    padding-left: 4em;
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  .keynote__img {
    height: 45vw;
    width: 40vw; }
  .keynote__wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .keynote__right {
    padding-left: 0;
    margin-top: 2em; }
  .keynote__content {
    -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; } }

@media screen and (max-width: 567px) {
  .keynote {
    padding-top: 5em;
    padding-bottom: 2.5em; }
    .keynote__img {
      height: 90vw;
      width: 100%; } }

.final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #020c17;
  padding-top: 8em;
  position: relative; }
  .final_last {
    padding-bottom: 10em; }
  .final_bottom {
    padding-bottom: 8em; }
  .final_slider .final__wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .final_slider .final__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 55px;
    width: 292px;
    margin-top: 0; }
    .final_slider .final__item:nth-child(1), .final_slider .final__item:nth-child(2), .final_slider .final__item:nth-child(3), .final_slider .final__item:nth-child(4) {
      margin-top: 0; }
    .final_slider .final__item:nth-child(4n) {
      margin-right: 55px; }
    .final_slider .final__item:last-child {
      margin-right: 0; }
  .final_slider .final__img {
    height: 327px; }
  .final .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .final .background:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(2, 12, 23, 0.7); }
  .final .text-title {
    margin-bottom: 2em;
    text-align: center;
    margin-top: 6em; }
    .final .text-title:first-child {
      margin-top: 0; }
  .final__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 5em;
    padding-right: 5em; }
  .final__nav {
    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: 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;
    top: 0;
    right: 0;
    position: absolute;
    height: 327px;
    padding-right: 5em;
    padding-left: 5em;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 12, 23, 0)), to(#020c17));
    background: -o-linear-gradient(left, rgba(2, 12, 23, 0) 0%, #020c17 100%);
    background: linear-gradient(90deg, rgba(2, 12, 23, 0) 0%, #020c17 100%);
    pointer-events: none; }
    .final__nav-right, .final__nav-left {
      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: relative;
      width: 56px;
      height: 56px;
      border: 1px solid #B4B4B4;
      border-radius: 100%;
      cursor: pointer;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: auto; }
      .final__nav-right.swiper-button-lock, .final__nav-left.swiper-button-lock {
        display: none; }
      .final__nav-right:hover, .final__nav-left:hover {
        background: #EA7125;
        border: 1px solid #EA7125; }
    .final__nav-left {
      margin-top: 24px; }
      .final__nav-left::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 18px 10px 0;
        border-color: transparent white transparent transparent;
        -webkit-transform: translate(-11px, -9px);
            -ms-transform: translate(-11px, -9px);
                transform: translate(-11px, -9px); }
    .final__nav-right::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 18px;
      border-color: transparent transparent transparent white;
      -webkit-transform: translate(-7px, -9px);
          -ms-transform: translate(-7px, -9px);
              transform: translate(-7px, -9px); }
  .final__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-right: -webkit-calc(10% + 5em);
    padding-right: calc(10% + 5em);
    padding-left: -webkit-calc(10% + 5em);
    padding-left: calc(10% + 5em); }
  .final__items {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .final__items.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;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .final__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 22%;
    margin-right: 4%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .final__item_amp ~ .final__item_amp .final__name::before {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .final__item:nth-child(1), .final__item:nth-child(2), .final__item:nth-child(3), .final__item:nth-child(4) {
      margin-top: 0; }
    .final__item:nth-child(4n) {
      margin-right: 0; }
    .final__item:hover .final__name {
      color: #EA7125; }
    .final__item:hover .final__img-wrap::after {
      background: rgba(234, 113, 37, 0.2);
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
  .final__img {
    height: 17vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding: 0.5em; }
    .final__img-wrap {
      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: 100%;
      height: 100%;
      position: relative; }
      .final__img-wrap::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #ea7125;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        -webkit-transform: scaleY(0.02);
            -ms-transform: scaleY(0.02);
                transform: scaleY(0.02);
        -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
                transform-origin: bottom; }
    .final__img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .final__img-border {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute; }
      .final__img-border::before {
        content: '';
        position: absolute;
        width: 110px;
        height: 2px; }
      .final__img-border::after {
        content: '';
        position: absolute;
        height: 110px;
        width: 2px; }
      .final__img-border:nth-child(1) {
        top: 0;
        right: 0; }
        .final__img-border:nth-child(1)::after {
          right: 0;
          top: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(#ea7125), to(rgba(234, 113, 37, 0)));
          background: -o-linear-gradient(top, #ea7125 0%, rgba(234, 113, 37, 0) 100%);
          background: linear-gradient(180deg, #ea7125 0%, rgba(234, 113, 37, 0) 100%); }
        .final__img-border:nth-child(1)::before {
          right: 0;
          top: 0;
          background: -webkit-gradient(linear, right top, left top, from(#ea7125), to(rgba(234, 113, 37, 0)));
          background: -o-linear-gradient(right, #ea7125 0%, rgba(234, 113, 37, 0) 100%);
          background: linear-gradient(-90deg, #ea7125 0%, rgba(234, 113, 37, 0) 100%); }
      .final__img-border:nth-child(2) {
        bottom: 0;
        left: 0; }
        .final__img-border:nth-child(2)::after {
          left: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left bottom, left top, from(#ea7125), to(rgba(234, 113, 37, 0)));
          background: -o-linear-gradient(bottom, #ea7125 0%, rgba(234, 113, 37, 0) 100%);
          background: linear-gradient(0deg, #ea7125 0%, rgba(234, 113, 37, 0) 100%); }
        .final__img-border:nth-child(2)::before {
          left: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, right top, from(#ea7125), to(rgba(234, 113, 37, 0)));
          background: -o-linear-gradient(left, #ea7125 0%, rgba(234, 113, 37, 0) 100%);
          background: linear-gradient(90deg, #ea7125 0%, rgba(234, 113, 37, 0) 100%); }
  .final__name {
    font-size: 1.4em;
    color: white;
    margin-top: 1.5em;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-align: center;
    position: relative;
    width: 100%; }
    .final__name::before {
      content: '&';
      position: absolute;
      top: 0;
      left: -1.8vw;
      display: none;
      pointer-events: none;
      color: white; }
  .final__cat {
    font-size: 0.8em;
    color: white;
    margin-top: 0.5em;
    text-align: center;
    line-height: 1.4em; }
  .final__links {
    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;
    border: 2px solid #EA7125;
    margin-bottom: 4em; }
    .final__links-link {
      color: white;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      background: rgba(234, 113, 37, 0);
      padding: 1em;
      padding-top: 1.2em;
      padding-right: 2em;
      padding-left: 2em;
      font-size: 0.7em;
      min-width: 50px;
      text-align: center;
      position: relative; }
      .final__links-link::after {
        content: '';
        position: absolute;
        top: 0;
        right: -1px;
        height: 100%;
        width: 2px;
        background: #EA7125; }
      .final__links-link:last-child::after {
        display: none; }
      .final__links-link:hover, .final__links-link_active {
        background: #ea7125;
        color: white; }

@media screen and (max-width: 1120px) {
  .final__nav {
    padding-right: 5%;
    padding-left: 5%; }
  .final__img {
    height: 29vw; }
  .final__item {
    width: 32%;
    margin-right: 2%; }
    .final__item_amp .final__name::before {
      display: none; }
    .final__item:nth-child(4) {
      margin-top: 5em; }
    .final__item:nth-child(4n) {
      margin-right: 2%; }
    .final__item:nth-child(3n) {
      margin-right: 0; }
  .final__wrap {
    width: 100%; }
  .final__container {
    padding-right: 5em;
    padding-left: 5em; }
  .final_slider .final__item {
    margin-right: 20px;
    width: 292px;
    margin-top: 0; }
    .final_slider .final__item:nth-child(1), .final_slider .final__item:nth-child(2), .final_slider .final__item:nth-child(3), .final_slider .final__item:nth-child(4) {
      margin-top: 0; }
    .final_slider .final__item:nth-child(4n), .final_slider .final__item:nth-child(3n) {
      margin-right: 20px; }
    .final_slider .final__item:last-child {
      margin-right: 0; }
  .final_slider .final__img {
    height: 327px; } }

@media screen and (max-width: 768px) {
  .final__container {
    padding-right: 5%;
    padding-left: 5%; }
  .final__wrap {
    padding-right: 5%;
    padding-left: 5%; }
  .final__img {
    height: 45vw; }
  .final__item {
    width: 49%; }
    .final__item:nth-child(3) {
      margin-top: 5em; }
    .final__item:nth-child(4n) {
      margin-right: 0; }
    .final__item:nth-child(3n) {
      margin-right: 2%; }
    .final__item:nth-child(2n) {
      margin-right: 0; }
  .final_slider .final__item {
    margin-right: 20px;
    width: 292px;
    margin-top: 0; }
    .final_slider .final__item:nth-child(1), .final_slider .final__item:nth-child(2), .final_slider .final__item:nth-child(3), .final_slider .final__item:nth-child(4) {
      margin-top: 0; }
    .final_slider .final__item:nth-child(4n), .final_slider .final__item:nth-child(3n), .final_slider .final__item:nth-child(2n) {
      margin-right: 20px; }
    .final_slider .final__item:last-child {
      margin-right: 0; }
  .final_slider .final__img {
    height: 327px; } }

@media screen and (max-width: 567px) {
  .final {
    padding-top: 5em; }
    .final_bottom {
      padding-bottom: 5em; }
    .final__name {
      margin-top: 1em; }
    .final__img {
      height: 90vw; }
    .final__item {
      width: 100%;
      margin-right: 0;
      margin-top: 3em; }
      .final__item:nth-child(2) {
        margin-top: 3em; }
      .final__item:nth-child(3) {
        margin-top: 3em; }
      .final__item:nth-child(4) {
        margin-top: 3em; }
      .final__item:nth-child(3n) {
        margin-right: 0; }
    .final__nav {
      height: 90vw;
      padding-right: -webkit-calc(5% + 1em);
      padding-right: calc(5% + 1em); }
    .final_slider .final__item {
      margin-right: 5%;
      width: 100%;
      margin-top: 0; }
      .final_slider .final__item:nth-child(1), .final_slider .final__item:nth-child(2), .final_slider .final__item:nth-child(3), .final_slider .final__item:nth-child(4) {
        margin-top: 0; }
      .final_slider .final__item:nth-child(4n), .final_slider .final__item:nth-child(3n), .final_slider .final__item:nth-child(2n) {
        margin-right: 5%; }
      .final_slider .final__item:last-child {
        margin-right: 0; }
    .final_slider .final__img {
      height: 90vw; } }

.spons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background: #020c17;
  padding-top: 8em;
  position: relative; }
  .spons_last {
    padding-bottom: 10em; }
  .spons .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .spons .background:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(2, 12, 23, 0.7); }
  .spons .text-title {
    margin-bottom: 2em;
    text-align: center; }
  .spons__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white; }
  .spons__container {
    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;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 5em;
    padding-right: 5em; }
  .spons__items {
    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;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important; }
  .spons__item {
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .spons__img {
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    padding-left: 3em;
    padding-right: 3em; }
    .spons__img img {
      height: 100%;
      width: auto;
      max-width: 300px;
      -o-object-fit: contain;
         object-fit: contain; }

@media screen and (max-width: 768px) {
  .spons__img {
    height: 130px;
    padding-left: 2em;
    padding-right: 2em; }
    .spons__img img {
      max-width: 250px; }
  .spons__container {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 567px) {
  .spons {
    padding-top: 5em; } }

canvas {
  z-index: 9; }

.grid-items {
  z-index: 99; }

.page-view.home .exit-video {
  opacity: 0; }

.page-view.home .image-container.hide-video-playing {
  opacity: 0; }

.page-view.home .exit-video[data-video-exit="1"] {
  display: none !important; }

.page-view.home .exit-video {
  position: absolute;
  right: 10em;
  font-size: 2em;
  top: 5em;
  -webkit-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  transition: color 0.35s ease; }
  @media (max-width: 1000px) {
    .page-view.home .exit-video {
      right: 20%; } }
  .page-view.home .exit-video:hover {
    cursor: pointer;
    color: #EA7125;
    -webkit-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease; }

.page-view.home .hide-video-playing .slideshow-title-container {
  opacity: 0 !important; }

.page-view.home .hide-video-playing .exit-video {
  opacity: 1; }

.page-view.home .youtube .play-button-container {
  display: none; }

.page-view.home .youtube .video-elements {
  display: none !important; }

.page-view.home .video-container iframe {
  width: 100%;
  height: 100%; }

.page-view.home .main-section .slideshow-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  max-height: 100vh;
  z-index: -1; }
  .page-view.home .main-section .slideshow-backgrounds.video-playing {
    z-index: 9999999999999999 !important; }
    .page-view.home .main-section .slideshow-backgrounds.video-playing .next-slide-video {
      opacity: 1; }
    .page-view.home .main-section .slideshow-backgrounds.video-playing .video-container {
      z-index: 9999999999999999 !important; }
      .page-view.home .main-section .slideshow-backgrounds.video-playing .video-container .exit-button {
        z-index: 9999999 !important;
        position: absolute;
        right: 10%;
        top: 10%;
        font-size: 3em;
        color: #EA7125; }
        .page-view.home .main-section .slideshow-backgrounds.video-playing .video-container .exit-button:hover {
          color: #EA7125;
          cursor: pointer; }
      .page-view.home .main-section .slideshow-backgrounds.video-playing .video-container video {
        z-index: 9999 !important; }
    .page-view.home .main-section .slideshow-backgrounds.video-playing .dimmer {
      display: none; }
  .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;
  width: 80%;
  margin: 0;
  float: right; }
  @media (max-width: 1200px) {
    .page-view.home .main-section .slideshow.swiper-container {
      width: 90%; } }
  .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%; }
      .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
        position: absolute;
        top: 50%;
        width: 40%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        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 (max-width: 1200px) and (min-width: 767px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 65% !important; } }
        @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: 767px) {
          .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
            width: 95%; } }
        .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; }
        .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: 0.75em;
            line-height: 2;
            color: white; }
        .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 .slideshow-title-container:hover .arrow-title:after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
        .page-view.home .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container:hover .arrow-title span.icon {
          -webkit-transform: translateX(40%);
              -ms-transform: translateX(40%);
                  transform: translateX(40%); }
      .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 .sub-section {
  background: #020c17; }
  .page-view.home .sub-section .sub-section-text .title .text {
    font-size: 2.1em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .page-view.home .sub-section .sub-section-text .title .text {
        font-size: 0.85em; } }
  .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: 0.75em;
      line-height: 2; }
  .page-view.home .sub-section.video {
    background: transparent;
    z-index: 30; }
    .page-view.home .sub-section.video .gradient {
      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%, #020c17));
      background: -o-linear-gradient(transparent, rgba(2, 12, 23, 0.5), #020c17 75%);
      background: linear-gradient(transparent, rgba(2, 12, 23, 0.5), #020c17 75%);
      background: red;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #020c17), color-stop(rgba(2, 12, 23, 0.25)), color-stop(90%, #020c17));
      background: -o-linear-gradient(#020c17 10%, rgba(2, 12, 23, 0.25), #020c17 90%);
      background: linear-gradient(#020c17 10%, rgba(2, 12, 23, 0.25), #020c17 90%); }
  .page-view.home .sub-section.team {
    padding-top: 7.5em;
    padding-bottom: 12.5em;
    background: none;
    z-index: 35; }
    .page-view.home .sub-section.team .bottom-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 12.51em;
      background: #020c17; }
    .page-view.home .sub-section.team .top-gradient {
      position: absolute;
      top: -7.5em;
      left: 0;
      width: 100%;
      height: 15em;
      background: red;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #020c17));
      background: -o-linear-gradient(transparent, #020c17 90%);
      background: linear-gradient(transparent, #020c17 90%); }
    .page-view.home .sub-section.team .container .background {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: #020c17; }
      .page-view.home .sub-section.team .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 {
        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%, #020c17 55%);
        background: radial-gradient(rgba(2, 12, 23, 0.35) 0%, #020c17 55%); }
    .page-view.home .sub-section.team .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;
      width: 34.25%; }
      @media screen and (max-width: 767px) {
        .page-view.home .sub-section.team .container .wrapper .left-container {
          display: block;
          width: 100%; } }
      .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper {
        padding-top: 8.5em;
        padding-bottom: 8.5em; }
        @media screen and (max-width: 767px) {
          .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper {
            padding-top: 5em;
            padding-bottom: 2.5em; } }
        .page-view.home .sub-section.team .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 {
            overflow: hidden; }
            .page-view.home .sub-section.team .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 {
          overflow: hidden; }
          .page-view.home .sub-section.team .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 {
              overflow: hidden; }
        .page-view.home .sub-section.team .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 {
            overflow: hidden; }
            .page-view.home .sub-section.team .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 > * {
                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 {
                color: #ffb100; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link:hover {
                  color: #e5850f; }
                .page-view.home .sub-section.team .container .wrapper .left-container .left-wrapper .bottom-links-container .bottom-links-wrapper .bottom-links .regular-link .text {
                  font-size: 0.75em;
                  font-weight: 600; }
          .page-view.home .sub-section.team .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 {
              overflow: initial; }
              .page-view.home .sub-section.team .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 {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      width: 50%;
      padding-top: 2em; }
      @media screen and (max-width: 767px) {
        .page-view.home .sub-section.team .container .wrapper .right-container {
          position: relative;
          width: 100%;
          padding-top: 100%; } }
      .page-view.home .sub-section.team .container .wrapper .right-container .image-container {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .page-view.home .sub-section.team .container .wrapper .right-container .image-container {
            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-container .image {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          z-index: 1; }
          @media screen and (max-width: 767px) {
            .page-view.home .sub-section.team .container .wrapper .right-container .image-container .image {
              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 {
        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 {
          position: absolute;
          height: 1px;
          background: #ffb100;
          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) {
            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) {
            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) {
            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) {
            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) {
            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) {
            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) {
            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 .projects {
  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;
  margin-left: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: auto;
  padding-top: 5em; }
  @media (max-width: 1200px) {
    .page-view.home .projects {
      width: 90% !important; } }
  @media (max-height: 600px) {
    .page-view.home .projects {
      width: 90% !important; } }
  @media screen and (max-width: 567px) {
    .page-view.home .projects {
      width: 90% !important; } }
  .page-view.home .projects .projects-wrapper {
    margin-left: auto;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-view.home .projects .projects-wrapper .left-box {
      width: 60%; }
      @media (max-width: 1200px) and (min-width: 767px) {
        .page-view.home .projects .projects-wrapper .left-box {
          width: 65% !important; } }
      @media (max-width: 1000px) {
        .page-view.home .projects .projects-wrapper .left-box {
          width: 90% !important; } }
      .page-view.home .projects .projects-wrapper .left-box .link a {
        color: #EA7125;
        font-weight: 400; }
    .page-view.home .projects .projects-wrapper .right-box {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-view.home .projects .projects-wrapper .right-box .arrow-navigation {
        top: 0;
        z-index: 6; }
      .page-view.home .projects .projects-wrapper .right-box * {
        -webkit-clip-path: none;
                clip-path: none; }
      .page-view.home .projects .projects-wrapper .right-box .carousel-container {
        overflow-x: hidden; }
        .page-view.home .projects .projects-wrapper .right-box .carousel-container .grid-box-title {
          top: -102.5% !important;
          left: 0px !important;
          padding: 0px !important;
          height: 100% !important;
          width: 80%;
          position: relative !important;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; }
        .page-view.home .projects .projects-wrapper .right-box .carousel-container .counter, .page-view.home .projects .projects-wrapper .right-box .carousel-container .title, .page-view.home .projects .projects-wrapper .right-box .carousel-container .counter-and-title {
          display: none; }
        .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper {
          height: 100%; }
          @media (max-width: 1000px) {
            .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper {
              width: 100% !important; } }
          .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel {
            height: 100%; }
            .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper {
              height: 100%; }
              .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                padding-bottom: 500px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                        flex-direction: column; }
                @media (max-width: 1000px) {
                  .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
                    width: 300px !important;
                    max-height: 4000px; }
                    .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .text {
                      max-height: 400px; } }
                .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
                  height: 95%; }
                  .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single * {
                    height: 100%; }
                .page-view.home .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .underneath {
                  position: absolute;
                  bottom: 5px; }
      .page-view.home .projects .projects-wrapper .right-box .rectangle {
        display: none; }

.page-view.home .why-bloom {
  height: 100vh;
  background-color: #020c17; }
  .page-view.home .why-bloom .wrapper {
    border: 2px solid red;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-view.home .why-bloom .wrapper .text-box-wrapper {
      width: 80%; }
      .page-view.home .why-bloom .wrapper .text-box-wrapper .text-box {
        width: 45%; }

.page-view.home .chevron-down {
  position: absolute;
  bottom: 10%;
  z-index: 99;
  font-size: 2.6em;
  display: inline-block; }

.page-view.home .main-section {
  max-height: 100vh;
  height: 100vh; }
  .page-view.home .main-section .find-out {
    margin-top: 1em;
    color: #EA7125;
    display: inline-block; }
  .page-view.home .main-section .socials-container {
    position: fixed;
    top: 66%;
    left: 5%;
    z-index: 99; }
    .page-view.home .main-section .socials-container ul {
      margin: 0px !important;
      list-style: none; }
      .page-view.home .main-section .socials-container ul li {
        padding-top: 0px;
        padding-bottom: 0px; }
        .page-view.home .main-section .socials-container ul li a {
          color: white; }

.page-view.home .projects .name-for-team {
  display: none; }

.page-view.home .projects .chevron-down {
  width: 80%; }
  @media (max-width: 1200px) {
    .page-view.home .projects .chevron-down {
      width: 90%; } }

.page-view.home .projects .wrapper {
  width: 100%; }

.page-view.home .projects .right-box {
  position: relative;
  margin-top: 1em;
  padding-top: 0 !important;
  margin-bottom: 3em; }
  @media (min-width: 2000px) {
    .page-view.home .projects .right-box {
      max-height: 27.9473em; } }
  .page-view.home .projects .right-box .under-card {
    display: none; }
  .page-view.home .projects .right-box .swiper-slide {
    margin: 0px !important;
    margin-right: 10px !important;
    width: 16em !important;
    max-height: 100%;
    overflow: hidden !important; }
    .page-view.home .projects .right-box .swiper-slide .grid-box-single {
      margin: 0 !important;
      padding-right: 0 !important; }
  .page-view.home .projects .right-box .underneath {
    margin-top: 25px; }

.page-view.home .projects .left-box h2 {
  font-size: 40px;
  margin-bottom: 35px; }

.page-view.home .projects .left-box p {
  line-height: 1.6315em; }
  .page-view.home .projects .left-box p:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 50px; }

.page-view.home .latest-news {
  padding-top: 10em;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-view.home .latest-news .arrow-navigation {
    top: 0.5em;
    left: 0.5em; }
    @media screen and (max-width: 567px) {
      .page-view.home .latest-news .arrow-navigation {
        left: 0; } }
  .page-view.home .latest-news .slick-list {
    z-index: 99 !important;
    padding-top: 20px; }
  .page-view.home .latest-news .slick-list {
    padding-bottom: 50px; }
  .page-view.home .latest-news .slick-slide {
    padding-left: 20px; }
  .page-view.home .latest-news .intro-title {
    width: 80%;
    margin: 0 20%; }
    @media (max-width: 1200px) {
      .page-view.home .latest-news .intro-title {
        width: 90%;
        margin: 0 8%; } }
  @media (max-width: 1200px) and (max-width: 767px) {
    .page-view.home .latest-news .intro-title {
      margin: 0 10%; } }
    .page-view.home .latest-news .intro-title h2 {
      padding-bottom: 25px;
      font-size: 40px; }
    .page-view.home .latest-news .intro-title a {
      color: #EA7125; }
  .page-view.home .latest-news .news-container {
    width: -webkit-calc(80% + 1em);
    width: calc(80% + 1em);
    margin-left: -webkit-calc(20% - 1em);
    margin-left: calc(20% - 1em);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 5em;
    padding-bottom: 150px;
    padding-left: 1em; }
    @media (max-width: 1200px) {
      .page-view.home .latest-news .news-container {
        width: 90% !important;
        margin: 0px;
        margin-left: 5%; } }
    @media screen and (max-width: 567px) {
      .page-view.home .latest-news .news-container {
        padding-left: 0;
        margin-left: 10% !important; } }
    @media (max-width: 767px) {
      .page-view.home .latest-news .news-container .slick-slide {
        padding-left: 0px !important; }
        .page-view.home .latest-news .news-container .slick-slide:not(.slick-active) {
          -webkit-transform: translateX(-30px);
              -ms-transform: translateX(-30px);
                  transform: translateX(-30px); } }
    .page-view.home .latest-news .news-container .swiper-slide {
      width: 18em !important;
      height: 15em !important;
      padding-right: 1em;
      margin-right: 0 !important; }
      @media (min-width: 2000px) {
        .page-view.home .latest-news .news-container .swiper-slide {
          width: 20.2020em !important; } }
      @media (max-width: 767px) {
        .page-view.home .latest-news .news-container .swiper-slide {
          width: 300px !important;
          height: 300px; } }
    .page-view.home .latest-news .news-container a {
      color: white; }
      .page-view.home .latest-news .news-container a .news {
        height: 99%;
        width: 100%; }
      @media (max-width: 1000px) {
        .page-view.home .latest-news .news-container a {
          height: 300px;
          width: 300px !important; } }
  @media (max-width: 1000px) and (max-width: 767px) {
    .page-view.home .latest-news .news-container a {
      height: 250px !important;
      width: 250px !important; } }
      .page-view.home .latest-news .news-container a:after {
        content: '';
        position: absolute;
        top: -webkit-calc(100% - 2px);
        top: calc(100% - 2px);
        left: 0px;
        height: 2px;
        width: 100%;
        background-color: #EA7125; }
      .page-view.home .latest-news .news-container a .counter-and-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        min-height: 30%; }
        .page-view.home .latest-news .news-container a .counter-and-title .title {
          padding: 1em;
          background: #202326; }
          .page-view.home .latest-news .news-container a .counter-and-title .title h5 {
            font-size: 0.9em;
            font-weight: 300 !important; }
        .page-view.home .latest-news .news-container a .counter-and-title .counter p {
          font-size: 1em !important;
          opacity: 0.5; }
      .page-view.home .latest-news .news-container a img {
        position: absolute;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right;
           object-position: right;
        max-height: 70%; }

@media (max-width: 1200px) {
  .page-view.home .video-module .video-text {
    left: 10%; } }

@media (max-width: 1120px) {
  .page-view.home .video-module {
    width: 100%; }
    .page-view.home .video-module .video-text {
      top: 20%; } }
    @media (max-width: 1120px) and (max-width: 500px) {
      .page-view.home .video-module .video-text {
        width: 100%;
        top: 40%; } }
    @media (max-width: 1120px) and (max-width: 767px) {
      .page-view.home .video-module .video-text {
        display: none !important; }
        .page-view.home .video-module .video-text .excerpt {
          width: 100%; } }
    @media (max-width: 1120px) and (max-width: 767px) and (max-width: 500px) {
      .page-view.home .video-module .video-text .excerpt {
        display: none !important; } }
    @media (max-width: 1120px) and (max-width: 767px) {
          .page-view.home .video-module .video-text .excerpt .text {
            width: 100%; } }
    @media (max-width: 1120px) and (max-width: 767px) {
      .page-view.home .video-module .video-text .title .text {
        width: 100%;
        font-size: 30px; } }
    @media (max-width: 1120px) and (max-width: 500px) {
      .page-view.home .video-module .video-text .title-container {
        top: -100px; } }

.page-view.home .video-module .chevron-down {
  width: 80%;
  margin: 0 20%; }
  @media (max-width: 1200px) {
    .page-view.home .video-module .chevron-down {
      width: 90%;
      margin: 0 10%; } }

@media (max-width: 1000px) {
  .page-view.home .chevron-down {
    bottom: 5%; }
  .page-view.home.projects {
    padding-top: 4em;
    padding-bottom: 4em; } }

@media (max-width: 767px) {
  .page-view.home .sub-section.video .video-container {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (max-width: 480px) {
  .page-view.home .main-title .text, .page-view.home h2, .page-view.home .sub-section.video .title .text {
    font-size: 30px !important; } }

.socials-container i {
  font-size: 15px !important; }

.page-view.home .grid-box:hover .dimmer {
  top: 99% !important; }

.page-view.home #footer {
  background-image: URL("") !important;
  background: -o-radial-gradient(bottom, ellipse, #222939 0.2%, #060f20 75%) !important;
  background: radial-gradient(ellipse at bottom, #222939 0.2%, #060f20 75%) !important; }

.page-view.home .projects-wrapper .right-box .swiper-slide {
  padding: 10px !important; }

.page-view.home .projects-wrapper .right-box .grid-box-single *, .page-view.home .projects-wrapper .right-box .grid-box-single {
  overflow: visible !important; }

.page-view.home .projects-wrapper .right-box .actual-image {
  overflow: hidden !important;
  height: 100%; }

.page-view.home .projects-wrapper .right-box .line-top-left-north, .page-view.home .projects-wrapper .right-box .line-top-left-west, .page-view.home .projects-wrapper .right-box .line-top-right-east, .page-view.home .projects-wrapper .right-box .line-top-right-north, .page-view.home .projects-wrapper .right-box .line-bottom-left-west, .page-view.home .projects-wrapper .right-box .line-bottom-left-south, .page-view.home .projects-wrapper .right-box .line-bottom-right-east, .page-view.home .projects-wrapper .right-box .line-bottom-right-south, .page-view.home .projects-wrapper .right-box .curtain, .page-view.home .projects-wrapper .right-box .curtainDragger {
  display: block !important; }

.page-view.home .projects-wrapper .right-box .curtain {
  position: absolute !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #EA7125 !important;
  z-index: 99999 !important; }

.page-view.home .projects-wrapper .right-box .curtainDragger {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  background-color: #EA7125 !important;
  z-index: 9999  !important;
  height: 10px !important;
  top: -webkit-calc(100% - 10px) !important;
  top: calc(100% - 10px) !important; }

.page-view.home .projects-wrapper .right-box .line-top-left-north {
  width: 50px !important;
  height: 1px !important;
  position: absolute !important;
  top: -12px !important;
  left: -12px !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-top-left-west {
  width: 1px !important;
  height: 50px !important;
  position: absolute !important;
  top: -10px !important;
  left: -12px !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-top-right-east {
  width: 1px !important;
  height: 50px !important;
  position: absolute !important;
  top: -12px !important;
  left: -webkit-calc(100% + 12px) !important;
  left: calc(100% + 12px) !important;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-top-right-north {
  width: 50px !important;
  height: 1px !important;
  position: absolute !important;
  top: -12px !important;
  left: -webkit-calc(100% - 38px) !important;
  left: calc(100% - 38px) !important;
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-bottom-left-west {
  width: 1px !important;
  height: 70px !important;
  position: absolute !important;
  top: -webkit-calc(100% - 55px) !important;
  top: calc(100% - 55px) !important;
  left: -12px !important;
  background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-bottom-left-south {
  width: 50px !important;
  height: 1px !important;
  position: absolute !important;
  top: -webkit-calc(100% + 12px) !important;
  top: calc(100% + 12px) !important;
  left: -12px !important;
  background: -webkit-gradient(radial, 0% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-bottom-right-east {
  width: 1px !important;
  height: 70px !important;
  position: absolute !important;
  top: -webkit-calc(100% - 55px) !important;
  top: calc(100% - 55px) !important;
  left: -webkit-calc(100% + 12px) !important;
  left: calc(100% + 12px) !important;
  background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)) !important; }

.page-view.home .projects-wrapper .right-box .line-bottom-right-south {
  width: 50px !important;
  height: 1px !important;
  position: absolute !important;
  top: -webkit-calc(100% + 12px) !important;
  top: calc(100% + 12px) !important;
  left: -webkit-calc(100% - 38px) !important;
  left: calc(100% - 38px) !important;
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }

.page-view.home .text.paragraph {
  font-size: 1em !important;
  line-height: 1.6315em !important; }

.page-view.home .text.title-text {
  font-size: 2.1052em !important; }

.page-view.home .yellow-anchor {
  font-size: 1em; }

.page-view.home .main-section .swiper-container .video-container.next-slide-video .image-container {
  z-index: 9; }

.page-view.home .main-section .swiper-container .play-video-button, .page-view.home .main-section .swiper-container .pause-video-button {
  padding-top: 2em;
  color: #EA7125; }
  .page-view.home .main-section .swiper-container .play-video-button:hover, .page-view.home .main-section .swiper-container .pause-video-button:hover {
    cursor: pointer; }
  .page-view.home .main-section .swiper-container .play-video-button:before, .page-view.home .main-section .swiper-container .pause-video-button:before {
    content: 'Play Video';
    font-size: 0.7em;
    position: relative;
    bottom: 2.5px;
    padding-right: 0.5em; }

.page-view.home .main-section .swiper-container .pause-video-button:before {
  content: 'Pause Video'; }

.page-view.grid .page-excerpt-container {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-top: 12em;
  padding-right: 67.5%;
  z-index: 100; }
  @media screen and (max-width: 1120px) {
    .page-view.grid .page-excerpt-container {
      padding-right: 50%; } }
  @media screen and (max-width: 767px) {
    .page-view.grid .page-excerpt-container {
      padding-right: 0;
      padding-top: 8em; } }
  .page-view.grid .page-excerpt-container .page-excerpt-wrapper {
    overflow: hidden; }
    .page-view.grid .page-excerpt-container .page-excerpt-wrapper .page-excerpt-content {
      overflow: hidden; }
      .page-view.grid .page-excerpt-container .page-excerpt-wrapper .page-excerpt-content .text {
        overflow: hidden;
        font-weight: 600;
        font-size: 1.27em;
        line-height: 1.32; }

.page-view.planet canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  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 #ffb100;
        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: #ffb100; }
      .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: #020c17; }
      .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: #020c17;
            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: #ffb100; }
    .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: #ffb100;
    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); } }

.single-team.read-more-active [class*='nice'] {
  opacity: 1 !important; }

.single-team [class*='nice'] {
  opacity: 0 !important; }

@media (max-width: 768px) {
  .single-team {
    overflow: visible; } }

.single-team #footer .footer-container {
  padding-top: 50px; }

@media (max-width: 768px) {
  .page-view.bio .socials-container {
    display: none; } }

.page-view.bio .top-title {
  display: none; }

.page-view.bio .email-button {
  width: 5.5em;
  text-align: center;
  position: absolute;
  right: -2em;
  top: -2em; }
  @media (max-width: 768px) {
    .page-view.bio .email-button {
      position: relative;
      left: -8px;
      top: -38px; } }
  .page-view.bio .email-button a {
    display: block;
    height: 3em;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(234, 113, 37, 0.5);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .page-view.bio .email-button a:hover {
      background-color: #EA7125;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    .page-view.bio .email-button a i {
      color: white;
      font-size: 1.5em; }

.page-view.bio .line-top-left-north, .page-view.bio .line-top-left-west, .page-view.bio .line-top-right-east, .page-view.bio .line-top-right-north, .page-view.bio .line-bottom-left-west, .page-view.bio .line-bottom-left-south, .page-view.bio .line-bottom-right-east, .page-view.bio .line-bottom-right-south, .page-view.bio .curtain, .page-view.bio .curtainDragger {
  display: block; }

@media (max-width: 767px) {
  .page-view.bio .line-top-left-north, .page-view.bio .line-top-left-west, .page-view.bio .line-top-right-east, .page-view.bio .line-top-right-north, .page-view.bio .line-bottom-left-west, .page-view.bio .line-bottom-left-south, .page-view.bio .line-bottom-right-east, .page-view.bio .line-bottom-right-south {
    display: none; } }

.page-view.bio .line-top-left-north {
  width: 5em;
  height: 0.05em;
  min-height: 1px;
  position: absolute;
  top: -2em;
  left: -2em;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 110, from(white), to(#d9000000)); }
  @media (max-width: 768px) {
    .page-view.bio .line-top-left-north {
      left: -10px; } }

.page-view.bio .line-top-left-west {
  width: 0.05em;
  min-width: 1px;
  height: 5em;
  position: absolute;
  top: -2em;
  left: -2em;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 110, from(white), to(#d9000000)); }
  @media (max-width: 768px) {
    .page-view.bio .line-top-left-west {
      left: -10px; } }

.page-view.bio .line-top-right-east {
  width: 0.05em;
  min-width: 1px;
  height: 5em;
  position: absolute;
  top: -2em;
  left: -webkit-calc(100% + 2em);
  left: calc(100% + 2em);
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 110, from(white), to(#d9000000)); }
  @media (max-width: 768px) {
    .page-view.bio .line-top-right-east {
      left: -webkit-calc(100% + 10px);
      left: calc(100% + 10px); } }

.page-view.bio .line-top-right-north {
  width: 5em;
  height: 0.05em;
  min-height: 1px;
  position: absolute;
  top: -2em;
  left: -webkit-calc(100% - 3em);
  left: calc(100% - 3em);
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 110, from(white), to(#d9000000)); }
  @media (max-width: 768px) {
    .page-view.bio .line-top-right-north {
      left: -webkit-calc(100% - 99px);
      left: calc(100% - 99px); } }

.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;
  display: none;
  background-image: URL("") !important;
  background-color: #020c17; }
  @media screen and (max-width: 767px) {
    .page-view.bio .faded-mobile-bg {
      display: block; } }
  .page-view.bio .faded-mobile-bg .dimmer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #020c17;
    opacity: 0.25; }

.page-view.bio .bio-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  height: 100vh !important; }
  .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: top; }
    .page-view.bio .bio-bg .image.notFull {
      width: 50%;
      left: inherit;
      left: initial;
      background-position: center !important; }
      .page-view.bio .bio-bg .image.notFull:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: -webkit-gradient(linear, left top, right top, from(#020c17), color-stop(25%, transparent));
        background: -o-linear-gradient(left, #020c17, transparent 25%);
        background: linear-gradient(to right, #020c17, transparent 25%); }
      @media (max-width: 1200px) {
        .page-view.bio .bio-bg .image.notFull {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .page-view.bio .bio-bg .image.notFull {
          width: 100%; }
          .page-view.bio .bio-bg .image.notFull:after {
            content: none; } }
  @media screen and (max-width: 1120px) {
    .page-view.bio .bio-bg .image {
      background-position: 70% 0%; } }
  @media screen and (max-width: 767px) {
    .page-view.bio .bio-bg {
      position: relative;
      width: 100%;
      height: 80vh !important;
      border-bottom: 1px solid #4c4c4c; }
      .page-view.bio .bio-bg .image {
        background-position: 100% 0%; } }
  @media screen and (max-width: 567px) {
    .page-view.bio .bio-bg {
      height: 60vh !important; }
      .page-view.bio .bio-bg .image {
        background-size: 180% auto; } }

@media screen and (max-width: 767px) {
  .page-view.bio.finalist .bio-bg {
    height: 100vh !important; } }

@media screen and (max-width: 567px) {
  .page-view.bio.finalist .bio-bg {
    height: 60vh !important; }
    .page-view.bio.finalist .bio-bg .image {
      background-size: cover; } }

.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: 767px) {
    .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: 27%;
  margin-left: 22%; }
  @media (max-width: 1200px) {
    .page-view.bio .content-container {
      width: 45%;
      margin-left: 18%; } }
  @media screen and (max-width: 768px) {
    .page-view.bio .content-container {
      width: 50%;
      margin-left: 7%; } }
  @media screen and (max-width: 767px) {
    .page-view.bio .content-container {
      min-height: initial;
      width: 90%;
      margin: auto; } }
  .page-view.bio .content-container .content-wrapper {
    z-index: 2;
    padding: 8em 0 4em; }
    @media screen and (max-width: 767px) {
      .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 .crumb a {
        color: #EA7125;
        position: relative; }
      .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper {
        margin-top: 2em; }
        @media (max-width: 767px) {
          .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper {
            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;
            margin-top: 0px; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .email-button {
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
                  -ms-flex-order: 2;
                      order: 2;
              top: 0px;
              padding-bottom: 1em;
              padding-top: 1em;
              left: 0em;
              display: none; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .socials {
              -webkit-box-ordinal-group: 8;
              -webkit-order: 7;
                  -ms-flex-order: 7;
                      order: 7;
              padding-top: 0; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .phone {
              -webkit-box-ordinal-group: 3;
              -webkit-order: 2;
                  -ms-flex-order: 2;
                      order: 2;
              padding-bottom: 0.7em; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .email {
              -webkit-box-ordinal-group: 4;
              -webkit-order: 3;
                  -ms-flex-order: 3;
                      order: 3; }
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .sub-title {
              -webkit-box-ordinal-group: 2;
              -webkit-order: 1;
                  -ms-flex-order: 1;
                      order: 1;
              padding-top: 0.5em; } }
        .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: #e5850f; }
        .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
          margin-top: 0.77em;
          max-width: 80%; }
          @media screen and (max-width: 567px) {
            .page-view.bio .content-container .content-wrapper .titles-container .titles-wrapper .title {
              max-width: 100%; } }
          .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.95em !important;
            line-height: 1.6315em !important; }
            .page-view.bio .content-container .content-wrapper .bio-content .text-container .text-wrapper .text p {
              text-wrap: balance; }

.page-view.bio .title h1 {
  color: white; }

.page-view.bio .sub-title h2 {
  color: #EA7125;
  font-size: 1em !important;
  padding-bottom: 2em;
  font-family: "proxima-nova"; }

.page-view.bio .email a, .page-view.bio .phone a {
  color: #EA7125;
  font-family: "proxima-nova"; }

.page-view.bio .email {
  padding-bottom: 10px; }

.page-view.bio .socials ul {
  padding: 0px;
  list-style: none;
  margin: 0; }
  .page-view.bio .socials ul li {
    display: inline;
    padding-left: 30px; }
    .page-view.bio .socials ul li:nth-child(1) {
      margin-top: 35px;
      padding-left: 0px; }
    .page-view.bio .socials ul li a i {
      color: white; }

.page-view.bio .bio-content {
  margin-top: 1em !important; }

.page-view.bio .read-more-text {
  display: none; }

.page-view.bio .read-more {
  top: 3em; }
  .page-view.bio .read-more:hover {
    cursor: pointer; }
  .page-view.bio .read-more i {
    font-size: 30px; }
    @media (max-width: 768px) {
      .page-view.bio .read-more i {
        font-size: 20px; } }

.page-view.bio .navigation-arrow {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(23em - 5%) !important;
  width: calc(23em - 5%) !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 1em;
  z-index: 999;
  right: 1%;
  pointer-events: none; }
  @media (max-width: 767px) {
    .page-view.bio .navigation-arrow {
      display: none; } }
  .page-view.bio .navigation-arrow p {
    font-size: 2em;
    font-weight: 100;
    pointer-events: all; }
  .page-view.bio .navigation-arrow .previous {
    left: -20px; }
  .page-view.bio .navigation-arrow .next:hover, .page-view.bio .navigation-arrow .previous:hover {
    cursor: pointer; }

.page-view.bio .navigation {
  width: -webkit-calc(20em + 3em) !important;
  width: calc(20em + 3em) !important;
  bottom: 0px;
  position: absolute;
  right: -5%; }
  .page-view.bio .navigation .lawyer {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .page-view.bio .navigation .lawyer a {
      height: 100%;
      display: block;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .page-view.bio .navigation .lawyer a .image {
        height: 100%;
        width: 100%; }
        .page-view.bio .navigation .lawyer a .image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center top;
             object-position: center top; }
    .page-view.bio .navigation .lawyer .title {
      position: absolute;
      bottom: 20px;
      left: 10px;
      color: white;
      width: 100%; }
      .page-view.bio .navigation .lawyer .title h5 {
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        color: white;
        text-shadow: 1px 1px 8px black;
        overflow: hidden !important;
        font-size: 1em; }
  .page-view.bio .navigation .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: -3em; }
  .page-view.bio .navigation .swiper-slide-active, .page-view.bio .navigation .swiper-slide-next {
    opacity: 1; }
  .page-view.bio .navigation .swiper-slide {
    width: 50% !important;
    padding-right: 1%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .page-view.bio .navigation .swiper-slide-next .lawyer {
    width: 100%; }
  .page-view.bio .navigation .swiper-slide-active .lawyer, .page-view.bio .navigation .swiper-slide-prev .lawyer {
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 75%;
    float: right; }
    .page-view.bio .navigation .swiper-slide-active .lawyer a, .page-view.bio .navigation .swiper-slide-prev .lawyer a {
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      .page-view.bio .navigation .swiper-slide-active .lawyer a .title h5, .page-view.bio .navigation .swiper-slide-prev .lawyer a .title h5 {
        font-size: 0.8em; }

.page-view.bio .navigation.mobile {
  width: -webkit-calc(20em+5%) !important;
  width: calc(20em+5%) !important;
  height: 15em !important; }
  @media (max-width: 767px) {
    .page-view.bio .navigation.mobile {
      width: 18em;
      height: 11.1578em; } }

.page-view.bio .navigation.mobile {
  display: none; }
  @media (max-width: 767px) {
    .page-view.bio .navigation.mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .page-view.bio .navigation.mobile.only-one {
        width: 150px; } }

.page-view.bio .navigation.desktop {
  position: fixed; }
  @media (max-width: 767px) {
    .page-view.bio .navigation.desktop {
      display: none; } }

.page-view.bio .curtain-container {
  height: 100%;
  position: absolute;
  width: 100%; }

.page-view.bio .curtain {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #EA7125;
  z-index: 99999; }

.page-view.bio .curtainDragger {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #EA7125;
  z-index: 9999;
  height: 10px;
  top: -webkit-calc(100% - 10px);
  top: calc(100% - 10px);
  width: 0%; }

.page-view.bio .mobile-navigation {
  position: absolute;
  bottom: 1em;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-view.bio .mobile-navigation.first-post .next-post {
    width: 100%;
    text-align: right; }
  @media (min-width: 1000px) {
    .page-view.bio .mobile-navigation {
      display: none; } }
  .page-view.bio .mobile-navigation a {
    color: white;
    font-size: 1.5em;
    font-weight: 100; }

.page-view.bio .navigation .curtain {
  display: block !important;
  height: 100% !important; }

.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: 767px) {
      .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: #020c17;
        opacity: 0.35; }

.page-view.projectdetail .top-title-container .title-container {
  padding-top: 15em;
  padding-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .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: 767px) {
        .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: 767px) {
      .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: 767px) {
          .page-view.projectdetail .body-container .body-wrapper .main-content.has-slideshow-module {
            padding-bottom: 0; } }
      @media screen and (max-width: 767px) {
        .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: #ffb100; }
          .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: 68.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: 767px) {
      .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: 767px) {
          .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: #e5850f; }
          .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: #020c17;
              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: #ffb100;
                -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: #e5850f; }
        .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: #ffb100; }
        .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: 767px) {
    .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;
    top: 2em; }

.page-view.servicedetail .custom-background .custom-background-image {
  -webkit-filter: none !important;
          filter: none !important; }

.page-view.servicedetail .carousel.swiper-container {
  overflow: hidden; }
  .page-view.servicedetail .carousel.swiper-container .grid-box-single {
    height: 16em !important; }
    @media (max-width: 767px) {
      .page-view.servicedetail .carousel.swiper-container .grid-box-single {
        height: 20em !important; } }
  @media (max-width: 500px) {
    .page-view.servicedetail .carousel.swiper-container {
      margin: 0% 5% !important; } }
  @media (max-width: 500px) and (max-width: 430px) {
    .page-view.servicedetail .carousel.swiper-container {
      margin: 0 2% !important; } }

.page-view.servicedetail .cardCopy {
  display: none; }

.page-view.servicedetail .line-top-left-north, .page-view.servicedetail .line-top-left-west, .page-view.servicedetail .line-top-right-east, .page-view.servicedetail .line-top-right-north, .page-view.servicedetail .line-bottom-left-west, .page-view.servicedetail .line-bottom-left-south, .page-view.servicedetail .line-bottom-right-east, .page-view.servicedetail .line-bottom-right-south, .page-view.servicedetail .curtain, .page-view.servicedetail .curtainDragger {
  display: block; }

.page-view.servicedetail .curtain-container {
  overflow: hidden !important;
  z-index: 9999999 !important; }

.page-view.servicedetail .line-top-left-north {
  width: 50px;
  height: 1px;
  position: absolute;
  top: -20px;
  left: -20px;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)); }

.page-view.servicedetail .line-top-left-west {
  width: 1px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: -20px;
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)); }

.page-view.servicedetail .line-top-right-east {
  width: 1px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)); }

.page-view.servicedetail .line-top-right-north {
  width: 50px;
  height: 1px;
  position: absolute;
  top: -20px;
  left: -webkit-calc(100% - 30px);
  left: calc(100% - 30px);
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)); }

.page-view.servicedetail .line-bottom-left-west {
  width: 1px;
  height: 70px;
  position: absolute;
  top: -webkit-calc(100% - 47px);
  top: calc(100% - 47px);
  left: -20px;
  background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)); }

.page-view.servicedetail .line-bottom-left-south {
  width: 50px;
  height: 1px;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -20px;
  background: -webkit-gradient(radial, 0% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)); }

.page-view.servicedetail .line-bottom-right-east {
  width: 1px;
  height: 70px;
  position: absolute;
  top: -webkit-calc(100% - 46px);
  top: calc(100% - 46px);
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)); }

.page-view.servicedetail .line-bottom-right-south {
  width: 50px;
  height: 1px;
  position: absolute;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  left: -webkit-calc(100% - 30px);
  left: calc(100% - 30px);
  background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)); }

.page-view.servicedetail .intro-text {
  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;
  z-index: 2; }
  .page-view.servicedetail .intro-text .line-top-left-north {
    width: 100px;
    height: 1px;
    position: absolute;
    top: -20px;
    left: -70px;
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
  .page-view.servicedetail .intro-text .line-top-left-west {
    width: 1px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -70px;
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
  .page-view.servicedetail .intro-text .line-top-right-east {
    width: 1px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px);
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
  .page-view.servicedetail .intro-text .line-top-right-north {
    width: 100px;
    height: 1px;
    position: absolute;
    top: -20px;
    left: -webkit-calc(100% - 80px);
    left: calc(100% - 80px);
    background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
  .page-view.servicedetail .intro-text .text-box {
    margin: 0 20%;
    width: 41.6%;
    height: auto;
    position: relative; }
    .page-view.servicedetail .intro-text .text-box .paragraph-text p:first-of-type {
      margin-top: 0; }
    @media (max-width: 767px) {
      .page-view.servicedetail .intro-text .text-box .paragraph-text p {
        width: 95%; } }
    .page-view.servicedetail .intro-text .text-box .chevron-down {
      bottom: 10%; }
    .page-view.servicedetail .intro-text .text-box h1 {
      font-size: 1.8em;
      width: 100%; }
      @media screen and (max-width: 1120px) {
        .page-view.servicedetail .intro-text .text-box h1 {
          font-size: 2em; } }
    .page-view.servicedetail .intro-text .text-box h5, .page-view.servicedetail .intro-text .text-box h2, .page-view.servicedetail .intro-text .text-box h3, .page-view.servicedetail .intro-text .text-box h4 {
      margin-bottom: 20px;
      margin-top: 0px; }
    .page-view.servicedetail .intro-text .text-box h2 {
      font-size: 1.8em; }
    .page-view.servicedetail .intro-text .text-box h3 {
      text-transform: none;
      font-weight: 300;
      font-size: 1.4em;
      padding-top: 80px; }
      @media screen and (max-width: 567px) {
        .page-view.servicedetail .intro-text .text-box h3 {
          padding-top: 40px; } }
      .page-view.servicedetail .intro-text .text-box h3:first-of-type {
        padding-top: 20px; }
    .page-view.servicedetail .intro-text .text-box .crumb {
      position: relative;
      bottom: 20px; }
      .page-view.servicedetail .intro-text .text-box .crumb p {
        color: #EA7125;
        font-weight: 400 !important; }
    .page-view.servicedetail .intro-text .text-box .link a {
      font-weight: 400;
      font-size: 20px;
      line-height: 40px; }

.page-view.servicedetail .latest-news {
  background-color: #020c17;
  padding-top: 5em; }
  .page-view.servicedetail .latest-news .arrow-navigation {
    top: 1em;
    z-index: 9998; }
  .page-view.servicedetail .latest-news .wrapper {
    width: 100% !important; }
  .page-view.servicedetail .latest-news .carousel.swiper-container {
    width: 80%;
    margin: 0 20%;
    overflow: hidden !important;
    min-height: 0 !important; }
    @media (max-width: 500px) {
      .page-view.servicedetail .latest-news .carousel.swiper-container {
        left: 10%;
        margin: 0; } }
    .page-view.servicedetail .latest-news .carousel.swiper-container .underneath {
      display: none; }
    .page-view.servicedetail .latest-news .carousel.swiper-container .outer-title p {
      font-size: 30px;
      font-weight: 600;
      padding-top: 30px; }
    .page-view.servicedetail .latest-news .carousel.swiper-container .grid-box-single .grid-box-inner {
      background-color: white; }
    .page-view.servicedetail .latest-news .carousel.swiper-container .swiper-slide {
      margin: 0px !important;
      width: 13em !important; }
      .page-view.servicedetail .latest-news .carousel.swiper-container .swiper-slide .grid-box-single {
        height: 15em !important; }
      @media (min-width: 2000px) {
        .page-view.servicedetail .latest-news .carousel.swiper-container .swiper-slide {
          width: 15em !important; }
          .page-view.servicedetail .latest-news .carousel.swiper-container .swiper-slide .grid-box-single {
            height: 17em !important; } }
  .page-view.servicedetail .latest-news .latest-title {
    width: 80%;
    margin: 0 20%;
    padding-bottom: 20px;
    top: 10px;
    text-transform: uppercase; }
    @media (max-width: 1000px) {
      .page-view.servicedetail .latest-news .latest-title {
        width: 90%;
        margin: 0 10%; } }
    .page-view.servicedetail .latest-news .latest-title h2 {
      font-size: 1.2em; }
  .page-view.servicedetail .latest-news .see-all {
    width: 80%;
    margin: 0 20%;
    margin-top: -7em !important;
    padding-bottom: 100px;
    z-index: 1111; }
    @media (max-width: 1000px) {
      .page-view.servicedetail .latest-news .see-all {
        width: 90%;
        margin: 0 10%; } }
    .page-view.servicedetail .latest-news .see-all a {
      font-size: 1.2em;
      color: #EA7125; }
      @media (max-width: 767px) {
        .page-view.servicedetail .latest-news .see-all a {
          font-size: 1.2em; } }

.page-view.servicedetail .socials-container {
  z-index: 9999999999999; }

.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: 0.75em;
          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);
        cursor: pointer; }
        .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: #ffb100;
            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 {
              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 {
                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 {
                border: 1px solid rgba(0, 174, 239, 0.4); }
              .page-view.filter .filter-container .dropdown-container .dropdown-wrapper .single-dropdown-container .single-dropdown-wrapper .dropdown-items .checkbox label::after {
                opacity: 0;
                pointer-events: none;
                background: rgba(0, 174, 239, 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:hover label::before {
              border: 1px solid #00aeef; }
        .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: #ffb100;
    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 {
  background: -o-radial-gradient(center, ellipse, #6b90c3 -200%, #aeb9c500 60%);
  background: radial-gradient(ellipse at center, #6b90c3 -200%, #aeb9c500 60%);
  padding-bottom: 10em; }
  .page-view.contact canvas#planet {
    position: absolute;
    top: 0px;
    z-index: 0;
    left: 45%; }
    @media screen and (max-width: 768px) {
      .page-view.contact canvas#planet {
        left: 0%;
        z-index: -9; } }
  .page-view.contact .contact-wrapper {
    min-height: 100vh;
    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; }
    @media screen and (max-height: 450px) and (max-width: 680px) {
      .page-view.contact .contact-wrapper {
        padding: 7em 0; } }
    @media screen and (max-width: 567px) {
      .page-view.contact .contact-wrapper {
        padding: 7em 0; } }
    .page-view.contact .contact-wrapper .text-box {
      width: 45%;
      margin-left: 15%;
      overflow: hidden; }
      @media (max-width: 1050px) {
        .page-view.contact .contact-wrapper .text-box {
          width: 60%; } }
      @media (max-width: 800px) {
        .page-view.contact .contact-wrapper .text-box {
          width: 80%; } }
      @media screen and (max-width: 767px) {
        .page-view.contact .contact-wrapper .text-box {
          width: 90%;
          margin-left: 5%; } }
      .page-view.contact .contact-wrapper .text-box .title {
        font-size: 0.6em; }
        .page-view.contact .contact-wrapper .text-box .title h1 {
          padding-bottom: 30px; }
      .page-view.contact .contact-wrapper .text-box .under p {
        padding-bottom: 2em; }
      .page-view.contact .contact-wrapper .text-box .icon-text a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 2em; }
        .page-view.contact .contact-wrapper .text-box .icon-text a:hover .para p {
          color: #EA7125; }
        .page-view.contact .contact-wrapper .text-box .icon-text a .icon i {
          color: #EA7125; }
        .page-view.contact .contact-wrapper .text-box .icon-text a .para {
          margin-left: 20px; }
          .page-view.contact .contact-wrapper .text-box .icon-text a .para p {
            color: white;
            -webkit-transition: all ease-out 0.2s;
            -o-transition: all ease-out 0.2s;
            transition: all ease-out 0.2s;
            line-height: 20px;
            font-weight: 400; }
      .page-view.contact .contact-wrapper .text-box .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .page-view.contact .contact-wrapper .text-box .buttons .title {
          color: #EA7125;
          width: 100%;
          font-size: 1em;
          padding-bottom: 1em; }
        .page-view.contact .contact-wrapper .text-box .buttons .button {
          width: 7.8947em;
          text-align: center;
          margin-left: 2px;
          padding: 0 !important; }
          @media (max-width: 475px) {
            .page-view.contact .contact-wrapper .text-box .buttons .button {
              width: -webkit-calc(100%/3 - 2px);
              width: calc(100%/3 - 2px); } }
          .page-view.contact .contact-wrapper .text-box .buttons .button:nth-child(2) {
            margin-left: 0px !important; }
          .page-view.contact .contact-wrapper .text-box .buttons .button a {
            display: block;
            padding: 1em;
            background-color: #EA7125;
            -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; }
            .page-view.contact .contact-wrapper .text-box .buttons .button a:hover {
              background-color: #EA7125;
              -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-transform: scale(1.1);
                  -ms-transform: scale(1.1);
                      transform: scale(1.1); }
            .page-view.contact .contact-wrapper .text-box .buttons .button a i {
              font-size: 1.6em;
              color: white; }

.page-view.careers {
  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; }
  .page-view.careers .career-wrapper {
    background-color: #020c17;
    padding-bottom: 7em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .page-view.careers .top-gradient {
    height: 7em; }
    .page-view.careers .top-gradient:after {
      display: none; }

.service .grid-items .dimmer, .transaction .grid-items .dimmer, .careers .grid-items .dimmer, .casestudies .grid-items .dimmer, .servicedetail .grid-items .dimmer, .why .grid-items .dimmer {
  top: 110% !important; }

.service .grid-items .actual-image, .transaction .grid-items .actual-image, .careers .grid-items .actual-image, .casestudies .grid-items .actual-image, .servicedetail .grid-items .actual-image, .why .grid-items .actual-image {
  overflow: hidden !important;
  height: 100%;
  font-size: 1.05vw; }
  @media screen and (max-width: 1120px) {
    .service .grid-items .actual-image, .transaction .grid-items .actual-image, .careers .grid-items .actual-image, .casestudies .grid-items .actual-image, .servicedetail .grid-items .actual-image, .why .grid-items .actual-image {
      font-size: 1.25vw; } }
  @media screen and (max-width: 768px) {
    .service .grid-items .actual-image, .transaction .grid-items .actual-image, .careers .grid-items .actual-image, .casestudies .grid-items .actual-image, .servicedetail .grid-items .actual-image, .why .grid-items .actual-image {
      font-size: 1.4vw; } }
  @media screen and (max-width: 767px) {
    .service .grid-items .actual-image, .transaction .grid-items .actual-image, .careers .grid-items .actual-image, .casestudies .grid-items .actual-image, .servicedetail .grid-items .actual-image, .why .grid-items .actual-image {
      font-size: 2.1vw; } }
  @media screen and (max-width: 567px) {
    .service .grid-items .actual-image, .transaction .grid-items .actual-image, .careers .grid-items .actual-image, .casestudies .grid-items .actual-image, .servicedetail .grid-items .actual-image, .why .grid-items .actual-image {
      font-size: 0.9em; } }

.service .grid-items .curtain, .service .grid-items .curtainDragger, .transaction .grid-items .curtain, .transaction .grid-items .curtainDragger, .careers .grid-items .curtain, .careers .grid-items .curtainDragger, .casestudies .grid-items .curtain, .casestudies .grid-items .curtainDragger, .servicedetail .grid-items .curtain, .servicedetail .grid-items .curtainDragger, .why .grid-items .curtain, .why .grid-items .curtainDragger {
  display: block !important; }

.service .grid-items .curtain, .transaction .grid-items .curtain, .careers .grid-items .curtain, .casestudies .grid-items .curtain, .servicedetail .grid-items .curtain, .why .grid-items .curtain {
  position: absolute !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #EA7125 !important;
  z-index: 99999 !important;
  height: 100% !important; }

.service .grid-items .curtainDragger, .transaction .grid-items .curtainDragger, .careers .grid-items .curtainDragger, .casestudies .grid-items .curtainDragger, .servicedetail .grid-items .curtainDragger, .why .grid-items .curtainDragger {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  background-color: #EA7125 !important;
  z-index: 9999  !important;
  height: 10px !important;
  top: -webkit-calc(100% - 10px) !important;
  top: calc(100% - 10px) !important; }

.service .grid-box:hover .dimmer, .transaction .grid-box:hover .dimmer, .careers .grid-box:hover .dimmer, .casestudies .grid-box:hover .dimmer, .servicedetail .grid-box:hover .dimmer, .why .grid-box:hover .dimmer {
  top: 99% !important; }

.service .intro-wrapper, .service .page-excerpt-container, .service .page-excerpt-container .text-box, .transaction .intro-wrapper, .transaction .page-excerpt-container, .transaction .page-excerpt-container .text-box, .careers .intro-wrapper, .careers .page-excerpt-container, .careers .page-excerpt-container .text-box, .casestudies .intro-wrapper, .casestudies .page-excerpt-container, .casestudies .page-excerpt-container .text-box, .servicedetail .intro-wrapper, .servicedetail .page-excerpt-container, .servicedetail .page-excerpt-container .text-box, .why .intro-wrapper, .why .page-excerpt-container, .why .page-excerpt-container .text-box {
  z-index: 10; }

.service .top-title, .transaction .top-title, .careers .top-title, .casestudies .top-title, .servicedetail .top-title, .why .top-title {
  display: none; }

.service .page-excerpt-container, .transaction .page-excerpt-container, .careers .page-excerpt-container, .casestudies .page-excerpt-container, .servicedetail .page-excerpt-container, .why .page-excerpt-container {
  padding: 0px !important;
  width: 80% !important;
  margin: 0 !important;
  margin-top: 7em !important;
  float: right;
  height: 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;
  font-size: 0.8em;
  z-index: 1; }
  @media (max-width: 1000px) {
    .service .page-excerpt-container, .transaction .page-excerpt-container, .careers .page-excerpt-container, .casestudies .page-excerpt-container, .servicedetail .page-excerpt-container, .why .page-excerpt-container {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .service .page-excerpt-container, .transaction .page-excerpt-container, .careers .page-excerpt-container, .casestudies .page-excerpt-container, .servicedetail .page-excerpt-container, .why .page-excerpt-container {
      width: 90% !important; } }
  .service .page-excerpt-container .text, .transaction .page-excerpt-container .text, .careers .page-excerpt-container .text, .casestudies .page-excerpt-container .text, .servicedetail .page-excerpt-container .text, .why .page-excerpt-container .text {
    overflow: hidden;
    font-weight: 600;
    font-size: 1.27em;
    line-height: 1.32; }

.service .text-box, .transaction .text-box, .careers .text-box, .casestudies .text-box, .servicedetail .text-box, .why .text-box {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding-bottom: 6em;
  padding-top: 6em; }
  @media (max-width: 1000px) {
    .service .text-box, .transaction .text-box, .careers .text-box, .casestudies .text-box, .servicedetail .text-box, .why .text-box {
      height: auto !important; } }
  @media (max-width: 1300px) {
    .service .text-box, .transaction .text-box, .careers .text-box, .casestudies .text-box, .servicedetail .text-box, .why .text-box {
      padding-top: 4em;
      width: 90%; } }
  .service .text-box h2, .service .text-box h1, .transaction .text-box h2, .transaction .text-box h1, .careers .text-box h2, .careers .text-box h1, .casestudies .text-box h2, .casestudies .text-box h1, .servicedetail .text-box h2, .servicedetail .text-box h1, .why .text-box h2, .why .text-box h1 {
    font-size: 1.8052em;
    text-transform: uppercase;
    font-family: "proxima-nova"; }
    @media (max-width: 1000px) {
      .service .text-box h2, .service .text-box h1, .transaction .text-box h2, .transaction .text-box h1, .careers .text-box h2, .careers .text-box h1, .casestudies .text-box h2, .casestudies .text-box h1, .servicedetail .text-box h2, .servicedetail .text-box h1, .why .text-box h2, .why .text-box h1 {
        margin-top: 0px; } }
    @media (max-width: 767px) {
      .service .text-box h2, .service .text-box h1, .transaction .text-box h2, .transaction .text-box h1, .careers .text-box h2, .careers .text-box h1, .casestudies .text-box h2, .casestudies .text-box h1, .servicedetail .text-box h2, .servicedetail .text-box h1, .why .text-box h2, .why .text-box h1 {
        font-size: 25px; } }
  .service .text-box h5, .transaction .text-box h5, .careers .text-box h5, .casestudies .text-box h5, .servicedetail .text-box h5, .why .text-box h5 {
    font-size: 1.1em;
    font-family: "proxima-nova";
    font-weight: 400;
    line-height: 1.8421em;
    margin-top: 1em; }
    @media (max-width: 1000px) {
      .service .text-box h5, .transaction .text-box h5, .careers .text-box h5, .casestudies .text-box h5, .servicedetail .text-box h5, .why .text-box h5 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .service .text-box h5, .transaction .text-box h5, .careers .text-box h5, .casestudies .text-box h5, .servicedetail .text-box h5, .why .text-box h5 {
        font-size: 18px;
        line-height: 26px; } }
  .service .text-box p, .transaction .text-box p, .careers .text-box p, .casestudies .text-box p, .servicedetail .text-box p, .why .text-box p {
    font-family: "proxima-nova";
    font-weight: 100 !important;
    font-size: 1em;
    line-height: 1.5789em; }
    @media (max-width: 1000px) {
      .service .text-box p, .transaction .text-box p, .careers .text-box p, .casestudies .text-box p, .servicedetail .text-box p, .why .text-box p {
        font-size: 16px; } }
    .service .text-box p:first-of-type, .transaction .text-box p:first-of-type, .careers .text-box p:first-of-type, .casestudies .text-box p:first-of-type, .servicedetail .text-box p:first-of-type, .why .text-box p:first-of-type {
      margin-top: 1.6em; }
      @media (max-width: 1000px) {
        .service .text-box p:first-of-type, .transaction .text-box p:first-of-type, .careers .text-box p:first-of-type, .casestudies .text-box p:first-of-type, .servicedetail .text-box p:first-of-type, .why .text-box p:first-of-type {
          font-size: 16px;
          margin-top: 2em; } }
  .service .text-box .link, .service .text-box .play-video-button, .transaction .text-box .link, .transaction .text-box .play-video-button, .careers .text-box .link, .careers .text-box .play-video-button, .casestudies .text-box .link, .casestudies .text-box .play-video-button, .servicedetail .text-box .link, .servicedetail .text-box .play-video-button, .why .text-box .link, .why .text-box .play-video-button {
    margin-top: 1.4em; }
    .service .text-box .link a, .service .text-box .play-video-button a, .transaction .text-box .link a, .transaction .text-box .play-video-button a, .careers .text-box .link a, .careers .text-box .play-video-button a, .casestudies .text-box .link a, .casestudies .text-box .play-video-button a, .servicedetail .text-box .link a, .servicedetail .text-box .play-video-button a, .why .text-box .link a, .why .text-box .play-video-button a {
      color: #EA7125;
      font-weight: 100;
      font-family: "proxima-nova"; }
  .service .text-box .play-video-button, .transaction .text-box .play-video-button, .careers .text-box .play-video-button, .casestudies .text-box .play-video-button, .servicedetail .text-box .play-video-button, .why .text-box .play-video-button {
    font-size: 1.4em;
    padding-top: 0 !important; }
  .service .text-box .chevron-down, .transaction .text-box .chevron-down, .careers .text-box .chevron-down, .casestudies .text-box .chevron-down, .servicedetail .text-box .chevron-down, .why .text-box .chevron-down {
    position: absolute;
    bottom: 2em;
    top: initial !important;
    z-index: 111; }
    @media (max-width: 1400px) {
      .service .text-box .chevron-down, .transaction .text-box .chevron-down, .careers .text-box .chevron-down, .casestudies .text-box .chevron-down, .servicedetail .text-box .chevron-down, .why .text-box .chevron-down {
        bottom: 0;
        margin-top: 2em;
        position: relative; } }
    .service .text-box .chevron-down a, .transaction .text-box .chevron-down a, .careers .text-box .chevron-down a, .casestudies .text-box .chevron-down a, .servicedetail .text-box .chevron-down a, .why .text-box .chevron-down a {
      font-size: 0px; }
    .service .text-box .chevron-down i, .transaction .text-box .chevron-down i, .careers .text-box .chevron-down i, .casestudies .text-box .chevron-down i, .servicedetail .text-box .chevron-down i, .why .text-box .chevron-down i {
      font-size: 50px;
      color: white; }

.service .intro-wrapper, .transaction .intro-wrapper, .careers .intro-wrapper, .casestudies .intro-wrapper, .servicedetail .intro-wrapper, .why .intro-wrapper {
  overflow: auto;
  z-index: 9; }

.page-view.service .grid-items {
  border: 2px solid transparent;
  padding-right: 20%;
  width: 80%; }
  @media screen and (max-width: 768px) {
    .page-view.service .grid-items {
      left: 10%;
      width: 90%;
      padding-right: 0; } }

.page-view.service .slick-slide.slick-active {
  left: 100px; }

.page-view.service .slick-slide.slick-current {
  left: 0px; }

.page-view.service .grid-box-single {
  width: 33% !important;
  max-width: 345px;
  padding-right: 0.5em !important;
  margin-bottom: 6em !important; }
  @media (min-width: 2000px) {
    .page-view.service .grid-box-single {
      max-width: 390000px; } }
  @media (max-width: 1350px) {
    .page-view.service .grid-box-single {
      width: 33% !important;
      height: 19em !important; } }
  @media screen and (max-width: 767px) {
    .page-view.service .grid-box-single {
      width: 33% !important; } }
  @media (max-width: 670px) {
    .page-view.service .grid-box-single {
      width: 49% !important; } }
  @media screen and (max-width: 567px) {
    .page-view.service .grid-box-single {
      padding-right: 0 !important;
      width: 100% !important; } }

.page-view.service .under-card h2 {
  font-size: 1.2em;
  padding-top: 0.5em; }
  @media screen and (max-width: 567px) {
    .page-view.service .under-card h2 {
      padding-top: 0.5em; } }

.page-view.service .name-for-team {
  display: none; }

.page-view.service .grid-box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .page-view.service .grid-box-title .image-container, .page-view.service .grid-box-title .currency, .page-view.service .grid-box-title .deal-type, .page-view.service .grid-box-title .description, .page-view.service .grid-box-title .amount, .page-view.service .grid-box-title .title {
    display: none; }

@media (max-width: 767px) {
  .page-view.servicedetail .line-top-left-north, .page-view.servicedetail .line-top-left-west, .page-view.servicedetail .line-top-right-east, .page-view.servicedetail .line-top-right-north {
    display: none !important; } }

@media (max-width: 1000px) {
  .page-view.servicedetail .swiper-container {
    width: 90% !important;
    margin: 0 10% !important; } }

.page-view.servicedetail .intro-text {
  height: auto !important; }
  .page-view.servicedetail .intro-text.hero {
    min-height: 100vh !important; }

.page-view.servicedetail .text-box {
  padding-top: 180px !important;
  width: 50% !important; }
  @media (max-width: 1650px) {
    .page-view.servicedetail .text-box {
      width: 50% !important; } }
  @media (max-width: 1650px) and (max-width: 1300px) {
    .page-view.servicedetail .text-box {
      width: 70% !important; } }
  @media (max-width: 1650px) and (max-width: 1300px) and (max-width: 1000px) {
    .page-view.servicedetail .text-box {
      width: 80% !important;
      margin: 0px !important;
      left: 17% !important; } }
  @media (max-width: 1650px) and (max-width: 1300px) and (max-width: 1000px) and (max-width: 600px) {
    .page-view.servicedetail .text-box {
      padding-top: 100px !important;
      left: 20% !important; } }
  @media (max-width: 1000px) {
    .page-view.servicedetail .text-box {
      width: 90% !important;
      left: 10% !important; } }
  .page-view.servicedetail .text-box li {
    line-height: 1.4em; }
  .page-view.servicedetail .text-box h2 {
    padding-top: 20px;
    width: 90%;
    font-size: 2.1000em; }
    @media (max-width: 1000px) {
      .page-view.servicedetail .text-box h2 {
        font-size: 30px !important; } }
  @media (max-width: 1000px) and (max-width: 767px) {
    .page-view.servicedetail .text-box h2 {
      font-size: 25px !important; } }
  .page-view.servicedetail .text-box h5 {
    width: 90%;
    font-size: 1.1em; }
    @media (max-width: 767px) {
      .page-view.servicedetail .text-box h5 {
        width: 90% !important; } }
  .page-view.servicedetail .text-box p {
    font-size: 0.9em; }
    @media (max-width: 1000px) {
      .page-view.servicedetail .text-box p {
        width: 80%;
        font-size: 15px !important; } }
  .page-view.servicedetail .text-box .link {
    width: 80%; }
    @media (max-width: 1000px) {
      .page-view.servicedetail .text-box .link a {
        font-size: 15px !important; } }
  .page-view.servicedetail .text-box .crumb p {
    margin-bottom: 10px !important; }

@media (max-width: 1000px) {
  .page-view.servicedetail .intro-text {
    height: auto !important; } }

.service .grid-box-title {
  height: 95% !important;
  top: initial !important;
  bottom: 2%;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.singlepost:not(.form-page) {
  padding-bottom: 7em;
  background: white; }
  .singlepost:not(.form-page) h2, .singlepost:not(.form-page) h3, .singlepost:not(.form-page) h4 {
    line-height: 1.2; }

.page-view.form-page .top-header {
  min-height: 100vh; }
  .page-view.form-page .top-header .title {
    padding-bottom: 0 !important; }

.page-view.form-page form {
  padding-bottom: 6em; }
  .page-view.form-page form .list {
    max-width: 35em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em; }
    .page-view.form-page form .list #lists-selected {
      opacity: 0; }
    .page-view.form-page form .list label {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50%;
      min-height: 2em; }
      @media screen and (max-width: 567px) {
        .page-view.form-page form .list label {
          width: 100%; } }
      .page-view.form-page form .list label span {
        color: white;
        padding-left: 1.7em; }
      .page-view.form-page form .list label input {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 2;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none;
        opacity: 0; }
        .page-view.form-page form .list label input:checked ~ .checkbox:after {
          color: white;
          text-shadow: 1px 1px 2px black; }
      .page-view.form-page form .list label .checkbox {
        font-family: 'Linearicons';
        width: 1.2em;
        height: 1.2em;
        padding: 0.2em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        left: 0;
        position: absolute;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-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: #EA7125; }
        .page-view.form-page form .list label .checkbox:after {
          position: absolute;
          font-size: 80%;
          content: "\e934";
          -webkit-transition: all ease-out 0.2s;
          -o-transition: all ease-out 0.2s;
          transition: all ease-out 0.2s;
          color: rgba(255, 255, 255, 0); }

.page-view.form-page .intro-background {
  background: none; }

.page-view.form-page .mc4wp-response {
  margin-top: 0.5em; }
  @media screen and (max-width: 567px) {
    .page-view.form-page .mc4wp-response {
      text-align: center; } }
  .page-view.form-page .mc4wp-response p, .page-view.form-page .mc4wp-response span {
    color: white !important; }

.page-view.transaction .intro-wrapper {
  height: auto !important; }
  .page-view.transaction .intro-wrapper .text-box {
    height: auto !important; }

.page-view.transaction .top-gradient {
  z-index: 8;
  position: absolute; }

.page-view.transaction .grid-wrapper {
  z-index: 99; }
  .page-view.transaction .grid-wrapper.card-is-active {
    z-index: 9999; }

@media screen and (max-width: 768px) {
  .page-view.transaction .grid-items {
    width: 100%;
    margin-left: 0.5em !important;
    padding-right: 0.5em !important; } }

.page-view.transaction .filters li {
  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;
  overflow: unset !important; }
  .page-view.transaction .filters li .lnr {
    margin-right: 0.5em;
    margin-left: -1.5em;
    position: absolute;
    font-size: 0.7em;
    z-index: 1;
    opacity: 0; }
  .page-view.transaction .filters li.active-child .lnr, .page-view.transaction .filters li.mixitup-control-active .lnr {
    opacity: 1; }

.page-view.transaction .filter.desktop {
  z-index: 9999;
  width: 80%;
  margin: 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .page-view.transaction .filter.desktop {
      margin: 0 10%;
      width: 90%; } }
  .page-view.transaction .filter.desktop .filters {
    padding-left: 5em; }
    @media screen and (max-width: 1120px) {
      .page-view.transaction .filter.desktop .filters {
        padding-left: 2em; } }
  .page-view.transaction .filter.desktop .title {
    color: #a4b8dc;
    font-weight: 600;
    pointer-events: none; }
    .page-view.transaction .filter.desktop .title .chevron {
      display: none; }
  .page-view.transaction .filter.desktop .children {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.4em; }
    .page-view.transaction .filter.desktop .children li {
      opacity: 0;
      -webkit-transform: translateX(100px);
          -ms-transform: translateX(100px);
              transform: translateX(100px);
      overflow: hidden; }
      .page-view.transaction .filter.desktop .children li:hover {
        color: rgba(234, 113, 37, 0.5) !important; }
      .page-view.transaction .filter.desktop .children li.active-child, .page-view.transaction .filter.desktop .children li.mixitup-control-active {
        color: #EA7125 !important; }
  .page-view.transaction .filter.desktop .chevron {
    padding-left: 1em;
    -webkit-transform: rotate(90deg) translateX(-10px);
        -ms-transform: rotate(90deg) translateX(-10px);
            transform: rotate(90deg) translateX(-10px);
    -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; }
  .page-view.transaction .filter.desktop .parent-term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2em;
    min-width: 320px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 1200px) {
      .page-view.transaction .filter.desktop .parent-term {
        min-width: 200px; } }
    @media screen and (max-width: 1120px) {
      .page-view.transaction .filter.desktop .parent-term {
        min-width: 170px;
        padding-left: 1em; } }
    @media (min-width: 2000px) {
      .page-view.transaction .filter.desktop .parent-term {
        min-width: 15em; } }
    .page-view.transaction .filter.desktop .parent-term:nth-child(1) {
      padding-left: 0px; }
      @media (max-width: 1420px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(1) {
          min-width: 260px; } }
      @media screen and (max-width: 1120px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(1) {
          min-width: 210px; } }
    .page-view.transaction .filter.desktop .parent-term:nth-child(2) {
      min-width: 280px; }
      @media (max-width: 1420px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(2) {
          min-width: 240px; } }
      @media screen and (max-width: 1120px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(2) {
          min-width: 190px; } }
    .page-view.transaction .filter.desktop .parent-term:nth-child(3) {
      min-width: 240px; }
      @media (max-width: 1420px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(3) {
          min-width: 220px; } }
      @media screen and (max-width: 1120px) {
        .page-view.transaction .filter.desktop .parent-term:nth-child(3) {
          min-width: 180px; } }
    .page-view.transaction .filter.desktop .parent-term .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 1;
      cursor: pointer; }
      .page-view.transaction .filter.desktop .parent-term .container .title {
        color: #EA7125;
        padding-bottom: 0px; }
    .page-view.transaction .filter.desktop .parent-term.active-parent .chevron {
      -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-transform: rotate(270deg) translateX(-10px);
          -ms-transform: rotate(270deg) translateX(-10px);
              transform: rotate(270deg) translateX(-10px); }
  .page-view.transaction .filter.desktop .filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #EA7125; }
    @media screen and (max-width: 767px) {
      .page-view.transaction .filter.desktop .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-view.transaction .filter.desktop .filters ul, .page-view.transaction .filter.desktop .filters .children {
      list-style: none !important;
      padding-left: 0px;
      margin: 0;
      border: none;
      bottom: 100%; }
      .page-view.transaction .filter.desktop .filters ul li, .page-view.transaction .filter.desktop .filters .children li {
        color: white;
        cursor: pointer;
        padding-top: 0.25em;
        padding-bottom: 0.25em; }
        .page-view.transaction .filter.desktop .filters ul li:hover, .page-view.transaction .filter.desktop .filters .children li:hover {
          cursor: pointer; }
  @media screen and (max-width: 767px) {
    .page-view.transaction .filter.desktop {
      position: absolute;
      width: 100%;
      display: block;
      margin: 0 !important;
      padding: 0 !important;
      z-index: 9999; } }
  @media screen and (max-width: 767px) and (min-width: 768px) {
    .page-view.transaction .filter.desktop {
      display: none; }
      .page-view.transaction .filter.desktop * {
        display: none; } }
  @media screen and (max-width: 767px) {
      .page-view.transaction .filter.desktop.stickied {
        position: fixed;
        top: 100px;
        width: 100%; } }
    @media screen and (max-width: 767px) and (max-height: 450px) and (max-width: 680px) {
      .page-view.transaction .filter.desktop.stickied {
        top: 70px; } }
    @media screen and (max-width: 767px) and (max-width: 567px) {
      .page-view.transaction .filter.desktop.stickied {
        top: 70px; } }
  @media screen and (max-width: 767px) {
      .page-view.transaction .filter.desktop .chevron {
        display: none !important; }
      .page-view.transaction .filter.desktop .title {
        padding-bottom: 1em !important;
        padding-top: 1em !important;
        color: black;
        font-weight: 600;
        background-color: #EA7125;
        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;
        pointer-events: all; }
        .page-view.transaction .filter.desktop .title:hover {
          cursor: pointer; }
        .page-view.transaction .filter.desktop .title p {
          width: auto;
          margin: 0 5% 0 10%; }
        .page-view.transaction .filter.desktop .title .chevron {
          display: block !important;
          padding: 0;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          font-size: 18px; }
      .page-view.transaction .filter.desktop.active-filter-mobile .title .chevron {
        -webkit-transform: rotateZ(270deg);
            -ms-transform: rotate(270deg);
                transform: rotateZ(270deg);
        -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; }
      .page-view.transaction .filter.desktop .parent-term {
        border-bottom: 1px solid #EA7125;
        display: block !important;
        padding: 0 !important;
        background-color: #020c17; }
        .page-view.transaction .filter.desktop .parent-term .title {
          background: #020c17;
          color: #EA7125;
          padding-left: 10%;
          pointer-events: none; }
      .page-view.transaction .filter.desktop .filters {
        padding-left: 0 !important; }
        .page-view.transaction .filter.desktop .filters ul, .page-view.transaction .filter.desktop .filters fieldset {
          border: none;
          -webkit-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease;
          margin: 0px;
          position: relative;
          list-style: none;
          padding-top: 0;
          padding-bottom: 15px;
          padding-left: 0px;
          margin: 0px;
          bottom: unset !important;
          -webkit-transform: none !important;
              -ms-transform: none !important;
                  transform: none !important; }
          .page-view.transaction .filter.desktop .filters ul li, .page-view.transaction .filter.desktop .filters fieldset li {
            -webkit-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            -webkit-transform: none !important;
                -ms-transform: none !important;
                    transform: none !important;
            padding-top: 0.9vh;
            padding-bottom: 0.9vh;
            width: 90%;
            margin: 0 10%;
            opacity: 1 !important;
            cursor: pointer; }
            .page-view.transaction .filter.desktop .filters ul li:hover, .page-view.transaction .filter.desktop .filters fieldset li:hover {
              color: white !important; }
            .page-view.transaction .filter.desktop .filters ul li.active-child, .page-view.transaction .filter.desktop .filters ul li.mixitup-control-active, .page-view.transaction .filter.desktop .filters fieldset li.active-child, .page-view.transaction .filter.desktop .filters fieldset li.mixitup-control-active {
              color: #EA7125 !important; } }

.page-view.transaction .grid-box {
  cursor: pointer; }

.transaction .load-more-news, .single-service-page .load-more-news {
  top: -6em; }

.transaction .grid-wrapper .curtain-container, .single-service-page .grid-wrapper .curtain-container {
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  left: 1px;
  z-index: 9 !important;
  height: 100%;
  position: absolute; }

.transaction .actual-image, .single-service-page .actual-image {
  overflow: hidden !important;
  height: 100%; }

.transaction .line-top-left-north, .transaction .line-top-left-west, .transaction .line-top-right-east, .transaction .line-top-right-north, .transaction .line-bottom-left-west, .transaction .line-bottom-left-south, .transaction .line-bottom-right-east, .transaction .line-bottom-right-south, .transaction .curtain, .transaction .curtainDragger, .single-service-page .line-top-left-north, .single-service-page .line-top-left-west, .single-service-page .line-top-right-east, .single-service-page .line-top-right-north, .single-service-page .line-bottom-left-west, .single-service-page .line-bottom-left-south, .single-service-page .line-bottom-right-east, .single-service-page .line-bottom-right-south, .single-service-page .curtain, .single-service-page .curtainDragger {
  display: block !important; }

.transaction .curtain, .single-service-page .curtain {
  position: absolute !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #EA7125 !important;
  z-index: 999999999 !important;
  display: none !important; }

.transaction .curtainDragger, .single-service-page .curtainDragger {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  background-color: #EA7125 !important;
  z-index: 99999999 !important;
  height: 10px !important;
  top: -webkit-calc(100% - 10px) !important;
  top: calc(100% - 10px) !important; }

.transaction .exit, .single-service-page .exit {
  display: none; }

.transaction .grid-wrapper, .single-service-page .grid-wrapper {
  background-color: #020c17;
  padding-bottom: 3em; }
  @media screen and (max-width: 767px) {
    .transaction .grid-wrapper, .single-service-page .grid-wrapper {
      padding-top: 6em; } }

.transaction .grid-box-single, .single-service-page .grid-box-single {
  width: -webkit-calc(100%/4);
  width: calc(100%/4);
  height: 17vw !important;
  margin-bottom: 0.5em !important; }
  @media screen and (max-width: 1120px) {
    .transaction .grid-box-single, .single-service-page .grid-box-single {
      width: -webkit-calc(100%/3);
      width: calc(100%/3);
      height: 24vw !important; } }
  @media screen and (max-width: 768px) {
    .transaction .grid-box-single, .single-service-page .grid-box-single {
      height: 32vw !important; } }
  @media screen and (max-width: 567px) {
    .transaction .grid-box-single, .single-service-page .grid-box-single {
      width: -webkit-calc(100%/2);
      width: calc(100%/2);
      height: 60vw !important; } }
  .transaction .grid-box-single .grid-box .grid-box-title, .single-service-page .grid-box-single .grid-box .grid-box-title {
    height: 100% !important;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1em 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: grey; }
    @media screen and (max-width: 1120px) {
      .transaction .grid-box-single .grid-box .grid-box-title, .single-service-page .grid-box-single .grid-box .grid-box-title {
        padding: 10%; } }
    .transaction .grid-box-single .grid-box .grid-box-title *, .single-service-page .grid-box-single .grid-box .grid-box-title * {
      text-shadow: none; }
    .transaction .grid-box-single .grid-box .grid-box-title .image-container, .single-service-page .grid-box-single .grid-box .grid-box-title .image-container {
      padding-bottom: 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;
      height: 50%;
      min-height: 50px; }
      .transaction .grid-box-single .grid-box .grid-box-title .image-container img, .single-service-page .grid-box-single .grid-box .grid-box-title .image-container img {
        -o-object-fit: contain;
           object-fit: contain; }
    .transaction .grid-box-single .grid-box .grid-box-title .currency, .single-service-page .grid-box-single .grid-box .grid-box-title .currency {
      padding-top: 1.5em; }
      .transaction .grid-box-single .grid-box .grid-box-title .currency p, .single-service-page .grid-box-single .grid-box .grid-box-title .currency p {
        font-size: 1em;
        font-weight: 400; }
    .transaction .grid-box-single .grid-box .grid-box-title .amount, .single-service-page .grid-box-single .grid-box .grid-box-title .amount {
      text-shadow: none;
      padding-bottom: 1.5em;
      margin-bottom: auto; }
      .transaction .grid-box-single .grid-box .grid-box-title .amount p, .single-service-page .grid-box-single .grid-box .grid-box-title .amount p {
        font-size: 1.15em;
        font-weight: 400; }
    .transaction .grid-box-single .grid-box .grid-box-title .name, .single-service-page .grid-box-single .grid-box .grid-box-title .name {
      padding-bottom: 0.7em; }
      .transaction .grid-box-single .grid-box .grid-box-title .name p, .single-service-page .grid-box-single .grid-box .grid-box-title .name p {
        font-size: 0.8em;
        font-weight: 300 !important; }
    .transaction .grid-box-single .grid-box .grid-box-title .deal-type, .single-service-page .grid-box-single .grid-box .grid-box-title .deal-type {
      text-transform: uppercase; }
      .transaction .grid-box-single .grid-box .grid-box-title .deal-type p, .single-service-page .grid-box-single .grid-box .grid-box-title .deal-type p {
        font-size: 0.7em;
        line-height: 1.3;
        font-weight: 300 !important; }
    .transaction .grid-box-single .grid-box .grid-box-title .description, .transaction .grid-box-single .grid-box .grid-box-title .link, .single-service-page .grid-box-single .grid-box .grid-box-title .description, .single-service-page .grid-box-single .grid-box .grid-box-title .link {
      display: none; }

.transaction .outer-title, .single-service-page .outer-title {
  padding-top: 25px;
  font-weight: 400; }
  @media (max-width: 1000px) {
    .transaction .outer-title, .single-service-page .outer-title {
      width: 340px; } }

.transaction .active-card, .single-service-page .active-card {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 9;
  left: 0%;
  color: black;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9998;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 767px) {
    .transaction .active-card, .single-service-page .active-card {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .transaction .active-card .background, .single-service-page .active-card .background {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #020c17;
    opacity: 0.85; }
  .transaction .active-card .main-card, .single-service-page .active-card .main-card {
    opacity: 1;
    position: absolute;
    height: 65%;
    width: 30%;
    z-index: 11111111111111;
    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;
    min-width: 50vh; }
    @media (max-width: 1200px) {
      .transaction .active-card .main-card, .single-service-page .active-card .main-card {
        min-width: unset; } }
    @media (max-width: 767px) {
      .transaction .active-card .main-card, .single-service-page .active-card .main-card {
        width: 100%;
        height: 74%;
        top: 13%; } }
    .transaction .active-card .main-card .curtain-container, .single-service-page .active-card .main-card .curtain-container {
      overflow: hidden !important;
      width: 100% !important;
      pointer-events: none; }
      .transaction .active-card .main-card .curtain-container .curtain, .single-service-page .active-card .main-card .curtain-container .curtain {
        height: 100% !important; }
    .transaction .active-card .main-card .content-container, .single-service-page .active-card .main-card .content-container {
      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;
      height: 100%;
      width: 99.8%;
      color: #6c6d6d;
      overflow: hidden; }
      .transaction .active-card .main-card .content-container .no-clipping, .single-service-page .active-card .main-card .content-container .no-clipping {
        background-color: white;
        height: 100%;
        width: 100%;
        padding: 2em;
        overflow-y: scroll;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .transaction .active-card .main-card .content-container .no-clipping::-webkit-scrollbar, .single-service-page .active-card .main-card .content-container .no-clipping::-webkit-scrollbar {
          width: 5px !important; }
        .transaction .active-card .main-card .content-container .no-clipping::-webkit-scrollbar, .single-service-page .active-card .main-card .content-container .no-clipping::-webkit-scrollbar {
          background: #ffffff !important; }
        .transaction .active-card .main-card .content-container .no-clipping::-webkit-scrollbar, .single-service-page .active-card .main-card .content-container .no-clipping::-webkit-scrollbar {
          background: #FFFFFF !important; }
        .transaction .active-card .main-card .content-container .no-clipping .card-description, .single-service-page .active-card .main-card .content-container .no-clipping .card-description {
          overflow: auto;
          height: 100%;
          font-size: 0.7em; }
      .transaction .active-card .main-card .content-container .exit, .single-service-page .active-card .main-card .content-container .exit {
        display: block;
        float: right;
        text-align: right;
        right: 5%;
        top: 5%;
        position: absolute;
        z-index: 9999; }
        .transaction .active-card .main-card .content-container .exit:hover, .single-service-page .active-card .main-card .content-container .exit:hover {
          cursor: pointer; }
      .transaction .active-card .main-card .content-container .card-image-container, .single-service-page .active-card .main-card .content-container .card-image-container {
        max-height: 20%;
        margin: 0 auto;
        margin-bottom: 1em; }
        .transaction .active-card .main-card .content-container .card-image-container img, .single-service-page .active-card .main-card .content-container .card-image-container img {
          text-align: center; }
      .transaction .active-card .main-card .content-container div, .single-service-page .active-card .main-card .content-container div {
        margin-bottom: 1em; }
      .transaction .active-card .main-card .content-container .card-currency p, .single-service-page .active-card .main-card .content-container .card-currency p {
        font-weight: 600; }
      .transaction .active-card .main-card .content-container .card-amount p, .single-service-page .active-card .main-card .content-container .card-amount p {
        font-weight: 600;
        font-size: 1.4789em; }
      .transaction .active-card .main-card .content-container .card-name p, .single-service-page .active-card .main-card .content-container .card-name p {
        font-size: 1.1em; }
      .transaction .active-card .main-card .content-container .card-deal-type p, .single-service-page .active-card .main-card .content-container .card-deal-type p {
        font-size: 0.8473em;
        text-transform: uppercase; }
      .transaction .active-card .main-card .content-container .card-description p, .single-service-page .active-card .main-card .content-container .card-description p {
        font-size: 1.0426em;
        line-height: 1.5789em; }
      .transaction .active-card .main-card .content-container .link, .single-service-page .active-card .main-card .content-container .link {
        margin-top: auto;
        display: inline-block; }
    .transaction .active-card .main-card .line-top-left-north, .single-service-page .active-card .main-card .line-top-left-north {
      width: 100px;
      height: 1px;
      position: absolute;
      top: -40px;
      left: -50px;
      background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-top-left-west, .single-service-page .active-card .main-card .line-top-left-west {
      width: 1px;
      height: 100px;
      position: absolute;
      top: -40px;
      left: -50px;
      background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-top-right-east, .single-service-page .active-card .main-card .line-top-right-east {
      width: 1px;
      height: 100px;
      position: absolute;
      top: -40px;
      left: -webkit-calc(100% + 50px);
      left: calc(100% + 50px);
      background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-top-right-north, .single-service-page .active-card .main-card .line-top-right-north {
      width: 100px;
      height: 1px;
      position: absolute;
      top: -40px;
      left: -webkit-calc(100% - 50px);
      left: calc(100% - 50px);
      background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-bottom-left-west, .single-service-page .active-card .main-card .line-bottom-left-west {
      width: 1px;
      height: 100px;
      position: absolute;
      top: -webkit-calc(100% - 50px);
      top: calc(100% - 50px);
      left: -50px;
      background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-bottom-left-south, .single-service-page .active-card .main-card .line-bottom-left-south {
      width: 100px;
      height: 1px;
      position: absolute;
      top: -webkit-calc(100% + 50px);
      top: calc(100% + 50px);
      left: -50px;
      background: -webkit-gradient(radial, 0% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-bottom-right-east, .single-service-page .active-card .main-card .line-bottom-right-east {
      width: 1px;
      height: 100px;
      position: absolute;
      top: -webkit-calc(100% - 50px);
      top: calc(100% - 50px);
      left: -webkit-calc(100% + 50px);
      left: calc(100% + 50px);
      background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 100, from(white), to(#d9000000)); }
    .transaction .active-card .main-card .line-bottom-right-south, .single-service-page .active-card .main-card .line-bottom-right-south {
      width: 100px;
      height: 1px;
      position: absolute;
      top: -webkit-calc(100% + 50px);
      top: calc(100% + 50px);
      left: -webkit-calc(100% - 50px);
      left: calc(100% - 50px);
      background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 100, from(white), to(#d9000000)); }

.single-service .latest-news .grid-items.clearfix.chevron-down-target-1 {
  width: 100% !important;
  left: 0px; }

.single-service .latest-news .grid-box-single {
  width: 100% !important; }

.single-service .latest-news .grid-wrapper {
  padding: 0px;
  background-color: transparent !important; }

@media (max-width: 1000px) and (min-width: 767px) {
  .transaction .cards-container, .single-service .cards-container {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media screen and (max-width: 567px) {
  .transaction .cards-container .grid-box-single .grid-box, .transaction .cards-container .grid-box-single .outer-title, .single-service .cards-container .grid-box-single .grid-box, .single-service .cards-container .grid-box-single .outer-title {
    width: 300px;
    margin: 0 auto; } }

.transaction .cards-container .grid-box-single .grid-box-inner, .single-service .cards-container .grid-box-single .grid-box-inner {
  background-color: white; }

.transaction .cards-container .grid-box-single .grid-box, .single-service .cards-container .grid-box-single .grid-box {
  max-width: 100%; }

.cloned-card-active {
  overflow: hidden !important; }
  .cloned-card-active .cloned-card {
    width: 50% !important;
    -webkit-box-shadow: 2px 0px 200px 20px black !important;
            box-shadow: 2px 0px 200px 20px black !important;
    margin: 0px;
    left: 25% !important;
    height: 60% !important;
    top: 25% !important;
    position: relative !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    position: fixed !important; }
    .cloned-card-active .cloned-card .grid-box-inner {
      background-color: white; }
    @media (max-width: 800px) {
      .cloned-card-active .cloned-card {
        width: 100% !important;
        left: 0% !important;
        height: -webkit-calc( 100% - 75px) !important;
        height: calc( 100% - 75px) !important;
        top: 75px !important; } }
  @media (max-width: 800px) and (max-width: 480px) {
    .cloned-card-active .cloned-card {
      width: 100% !important;
      left: 0px !important; } }
    .cloned-card-active .cloned-card .exit {
      display: block !important;
      z-index: 99999999999 !important;
      position: absolute;
      width: 50px !important;
      top: 20px !important;
      left: -webkit-calc(100% - 50px) !important;
      left: calc(100% - 50px) !important;
      color: black;
      font-size: 25px; }

.page-view.transaction .grid-box-single .currency {
  padding-bottom: 0.5em; }
  .page-view.transaction .grid-box-single .currency p {
    font-size: 1em !important; }

p, h1, h2, h3, h4, h5, a, span, div {
  font-family: "proxima-nova"; }

.top-gradient {
  left: 0;
  width: 100%;
  height: 15em !important;
  margin-top: -15em;
  background: red;
  background: -o-linear-gradient(transparent, #020c17 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#020c17));
  background: linear-gradient(transparent, #020c17 100%);
  opacity: 1;
  position: relative;
  z-index: 1; }

.chevron-down {
  cursor: pointer; }
  .chevron-down i {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }

.fa-chevron-down:before, .fa-angle-down:before {
  font-family: "proxima-nova";
  display: block;
  font-weight: 100;
  font-size: 3vw;
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  content: '>' !important; }
  @media screen and (max-width: 1120px) {
    .fa-chevron-down:before, .fa-angle-down:before {
      font-size: 40px; } }

.crumb {
  padding-bottom: 2em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media screen and (max-width: 567px) {
    .crumb {
      left: 1.5em; } }
  .crumb a:hover .lnr {
    left: -1.8em; }
  .crumb .lnr {
    margin-right: 0.5em;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    left: -1.5em; }

.line-top-left-north, .line-top-left-west, .line-top-right-east, .line-top-right-north, .line-bottom-left-west, .line-bottom-left-south, .line-bottom-right-east, .line-bottom-right-south, .curtain, .curtainDragger {
  display: none; }

.line-top-left-north, .line-top-left-west, .line-top-right-east, .line-top-right-north, .line-bottom-left-west, .line-bottom-left-south, .line-bottom-right-east, .line-bottom-right-south {
  opacity: 0.3; }

#menu .menu-items-line {
  border-right: none; }

.counter-and-title .counter p {
  font-size: 30px !important;
  font-weight: 500 !important; }

.socials-container {
  top: 75% !important;
  left: 1% !important;
  display: none; }
  .socials-container i {
    opacity: 0.6; }

.page-excerpt-content .text .play-video-button {
  color: #EA7125;
  font-size: 1.4em !important; }
  .page-excerpt-content .text .play-video-button:hover {
    cursor: pointer; }
  .page-excerpt-content .text .play-video-button:before {
    content: 'Play Video';
    font-size: 0.7em;
    position: relative;
    padding-right: 0.5em; }

.play-video-button {
  padding-top: 1em !important;
  font-size: 1.4em !important;
  font-weight: 300 !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto; }

.casestudies .grid-box-title, .page-view.events-page .grid-box-title {
  height: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 48% !important; }
  .casestudies .grid-box-title .text, .page-view.events-page .grid-box-title .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .casestudies .grid-box-title .text .learn-more, .page-view.events-page .grid-box-title .text .learn-more {
      text-align: left; }

.casestudies .grid-items, .page-view.events-page .grid-items {
  pointer-events: none;
  z-index: 9 !important; }

.casestudies .rows, .page-view.events-page .rows {
  padding-top: 0 !important;
  padding-bottom: 10em !important;
  z-index: 11; }

@media screen and (max-width: 567px) {
  .casestudies .grid-box-single, .page-view.events-page .grid-box-single {
    width: 100% !important;
    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: 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; } }

.casestudies .grid-items .actual-image, .page-view.events-page .grid-items .actual-image {
  overflow: hidden !important;
  height: 100%; }

.casestudies .grid-items .curtain, .casestudies .grid-items .curtainDragger, .page-view.events-page .grid-items .curtain, .page-view.events-page .grid-items .curtainDragger {
  display: block !important; }

.casestudies .grid-items .curtain, .page-view.events-page .grid-items .curtain {
  position: absolute !important;
  left: 0px !important;
  width: 100% !important;
  background-color: #EA7125 !important;
  z-index: 99999 !important;
  height: 100% !important; }

.casestudies .grid-items .curtainDragger, .page-view.events-page .grid-items .curtainDragger {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  background-color: #EA7125 !important;
  z-index: 9999  !important;
  height: 10px !important;
  top: -webkit-calc(100% - 10px) !important;
  top: calc(100% - 10px) !important; }

.casestudies .counter-and-title, .casestudies .name-for-team, .page-view.events-page .counter-and-title, .page-view.events-page .name-for-team {
  display: none !important; }

.casestudies .slick-track, .page-view.events-page .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.casestudies .grid-wrapper, .page-view.events-page .grid-wrapper {
  background-color: #020c17; }
  .casestudies .grid-wrapper .under-card, .page-view.events-page .grid-wrapper .under-card {
    overflow: visible !important; }
    .casestudies .grid-wrapper .under-card h2, .page-view.events-page .grid-wrapper .under-card h2 {
      font-size: 1.1em;
      padding-top: 1.3em;
      overflow: visible !important; }

.casestudies .grid-items, .page-view.events-page .grid-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.casestudies .grid-box-single, .page-view.events-page .grid-box-single {
  pointer-events: all;
  padding-right: 0.5em !important; }
  @media (min-width: 1000px) {
    .casestudies .grid-box-single, .page-view.events-page .grid-box-single {
      min-height: 400px !important; } }
  @media screen and (max-width: 567px) {
    .casestudies .grid-box-single, .page-view.events-page .grid-box-single {
      height: 100vw !important; } }

.events-page .grid-wrapper {
  background: none !important;
  margin-top: -3em; }

.events-page .page-excerpt-wrapp {
  width: 100%; }

.events-page .second {
  margin-top: -7em; }
  .events-page .second .page-excerpt-container {
    margin-top: 0 !important; }
    .events-page .second .page-excerpt-container .text-box {
      padding-top: 0;
      padding-bottom: 12em; }

.team .grid-box-single *, .team .grid-box-single {
  overflow: visible !important; }
  .team .grid-box-single * .actual-image, .team .grid-box-single .actual-image {
    overflow: hidden !important;
    height: 100%; }

.team .grid-box-single {
  overflow: hidden; }

.team .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.team .arrow-navigation {
  display: none; }

.team .team-wrapper {
  min-height: 100vh;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 20%;
  padding: 10em 0;
  overflow: hidden; }
  @media screen and (max-width: 567px) {
    .team .team-wrapper {
      overflow: unset; } }
  @media (max-width: 768px) {
    .team .team-wrapper {
      width: 90% !important;
      margin: 0 10%; } }
  .team .team-wrapper .under-card, .team .team-wrapper .underneath, .team .team-wrapper .learn-more, .team .team-wrapper .dimmer {
    display: none; }
  .team .team-wrapper .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 25px; }
    @media (max-width: 1000px) {
      .team .team-wrapper .top {
        position: relative; } }
    @media (max-width: 767px) {
      .team .team-wrapper .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 0px;
        top: 0px;
        padding-bottom: 0px; } }
    .team .team-wrapper .top .title {
      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; }
    .team .team-wrapper .top .filter {
      position: relative;
      bottom: 5px; }
      .team .team-wrapper .top .filter li {
        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;
        overflow: unset !important; }
        .team .team-wrapper .top .filter li .lnr {
          margin-right: 0.5em;
          margin-left: -1.5em;
          position: absolute;
          font-size: 0.7em;
          z-index: 1;
          opacity: 0; }
        .team .team-wrapper .top .filter li.active .lnr {
          opacity: 1; }
      @media (max-width: 767px) {
        .team .team-wrapper .top .filter ul {
          padding-left: 0px;
          padding-top: 30px; } }
      .team .team-wrapper .top .filter li {
        padding: 0.3em 0; }
        .team .team-wrapper .top .filter li:hover {
          cursor: pointer; }
        .team .team-wrapper .top .filter li.active {
          color: #EA7125; }
      @media (max-width: 767px) {
        .team .team-wrapper .top .filter {
          font-size: 20px; } }
    .team .team-wrapper .top h1 {
      font-size: 2.2684em; }
    .team .team-wrapper .top ul {
      margin: 0px;
      list-style: none; }
      .team .team-wrapper .top ul li {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 0.7947em; }
        @media (max-width: 500px) {
          .team .team-wrapper .top ul li {
            font-size: 0.7em; } }
  .team .team-wrapper .bottom .arrow-navigation {
    top: 0.1em; }
  .team .team-wrapper .bottom .container .wrapper {
    width: 97% !important; }
    @media (max-width: 1000px) {
      .team .team-wrapper .bottom .container .wrapper {
        width: 96% !important; } }
    .team .team-wrapper .bottom .container .wrapper .grid-box {
      margin: 0px !important; }
    .team .team-wrapper .bottom .container .wrapper .swiper-slide {
      margin: 0px !important;
      margin-top: 0.6em !important; }
      @media (max-width: 480px) {
        .team .team-wrapper .bottom .container .wrapper .swiper-slide {
          width: 300px !important; } }
    .team .team-wrapper .bottom .container .wrapper .grid-box-single {
      margin-bottom: 0px !important;
      margin-right: 2em; }
      @media (min-width: 2000px) {
        .team .team-wrapper .bottom .container .wrapper .grid-box-single {
          height: 21.0526em !important; } }
      @media (max-width: 1000px) {
        .team .team-wrapper .bottom .container .wrapper .grid-box-single {
          height: 400px !important; } }
      @media (max-width: 767px) {
        .team .team-wrapper .bottom .container .wrapper .grid-box-single {
          height: 300px !important;
          margin-left: 10px; } }
      @media (max-height: 510px) {
        .team .team-wrapper .bottom .container .wrapper .grid-box-single {
          height: 200px !important;
          width: 160px !important; } }
      .team .team-wrapper .bottom .container .wrapper .grid-box-single a {
        height: -webkit-calc(100% - 1.2em);
        height: calc(100% - 1.2em);
        display: inline-block; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-container-wrapper, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-container, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-wrapper, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-inner {
          height: 100%; }
          .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-container-wrapper img, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-container img, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-wrapper img, .team .team-wrapper .bottom .container .wrapper .grid-box-single a .grid-box-inner img {
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%; }
      .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image {
        height: 100%; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image:after {
          content: '';
          position: absolute;
          top: -webkit-calc(100% - 10px);
          top: calc(100% - 10px);
          left: 0px;
          background-color: #020c17;
          height: 10px;
          width: 100%;
          opacity: 1;
          display: none; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-left-north, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-left-west, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-right-east, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-right-north, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-left-west, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-left-south, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-right-east, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-right-south, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .curtain, .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .curtainDragger {
          display: block; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .curtain {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: -webkit-calc(100% - 10px);
          height: calc(100% - 10px);
          background-color: #EA7125;
          z-index: 99999; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .curtainDragger {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: #EA7125;
          z-index: 9999;
          height: 10px;
          top: -webkit-calc(100% - 10px);
          top: calc(100% - 10px);
          width: 0%; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-left-north {
          width: 3em;
          height: 0.05em;
          min-height: 1px;
          position: absolute;
          top: -0.7em;
          left: -0.7em;
          background: -webkit-gradient(linear, left top, right top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(left, white 0, transparent 100%);
          background: linear-gradient(to right, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-left-west {
          width: 0.05em;
          min-width: 1px;
          height: 3em;
          position: absolute;
          top: -0.7em;
          left: -0.7em;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(top, white 0, transparent 100%);
          background: linear-gradient(to bottom, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-right-east {
          width: 0.05em;
          min-width: 1px;
          height: 3em;
          position: absolute;
          top: -0.7em;
          left: -webkit-calc(100% + 0.7em);
          left: calc(100% + 0.7em);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(top, white 0, transparent 100%);
          background: linear-gradient(to bottom, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-top-right-north {
          width: 3em;
          height: 0.05em;
          min-height: 1px;
          position: absolute;
          top: -0.7em;
          left: -webkit-calc(100% - 2.3em);
          left: calc(100% - 2.3em);
          background: -webkit-gradient(linear, right top, left top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(right, white 0, transparent 100%);
          background: linear-gradient(to left, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-left-west {
          width: 0.05em;
          min-width: 1px;
          height: 3.8em;
          position: absolute;
          top: -webkit-calc(100% - 3.1em);
          top: calc(100% - 3.1em);
          left: -0.7em;
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(bottom, white 0, transparent 100%);
          background: linear-gradient(to top, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-left-south {
          width: 3em;
          height: 0.05em;
          min-height: 1px;
          position: absolute;
          top: -webkit-calc(100% + 0.7em);
          top: calc(100% + 0.7em);
          left: -0.7em;
          background: -webkit-gradient(linear, left top, right top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(left, white 0, transparent 100%);
          background: linear-gradient(to right, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-right-east {
          width: 0.05em;
          min-width: 1px;
          height: 3.8em;
          position: absolute;
          top: -webkit-calc(100% - 3.1em);
          top: calc(100% - 3.1em);
          left: -webkit-calc(100% + 0.7em);
          left: calc(100% + 0.7em);
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(bottom, white 0, transparent 100%);
          background: linear-gradient(to top, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image .line-bottom-right-south {
          width: 3em;
          height: 0.05em;
          min-height: 1px;
          position: absolute;
          top: -webkit-calc(100% + 0.7em);
          top: calc(100% + 0.7em);
          left: -webkit-calc(100% - 2.3em);
          left: calc(100% - 2.3em);
          background: -webkit-gradient(linear, right top, left top, color-stop(0, white), to(transparent));
          background: -o-linear-gradient(right, white 0, transparent 100%);
          background: linear-gradient(to left, white 0, transparent 100%); }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-image img {
          -o-object-position: center !important;
             object-position: center !important; }
      .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-inner {
        background-color: transparent !important; }
      .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title {
        position: absolute;
        bottom: 0; }
        @media (min-width: 2000px) {
          .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title {
            top: 50% !important;
            left: 10% !important; } }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .title {
          display: none; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .text {
          height: 20%;
          opacity: 1 !important;
          padding: 1em;
          overflow: hidden !important;
          color: white; }
          .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .text span {
            display: initial;
            border: none; }
          .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .text h2 {
            opacity: 1;
            position: relative;
            overflow: hidden !important; }
        .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .name-for-team {
          height: 100%;
          text-transform: uppercase;
          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; }
          .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .name-for-team h2 {
            font-size: 1.2em; }
            .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .name-for-team h2.abbr {
              font-size: 0.8em;
              line-height: 1.3; }
            @media (max-width: 767px) {
              .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .name-for-team h2 {
                font-size: 1em; }
                .team .team-wrapper .bottom .container .wrapper .grid-box-single .grid-box-title .name-for-team h2.abbr {
                  font-size: 0.6em; } }

.insight {
  padding-bottom: 10em; }
  .insight .filters ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .insight .filters ul li {
      width: 33%;
      padding-top: 0.3em;
      padding-bottom: 0.3em; }
      @media screen and (max-width: 567px) {
        .insight .filters ul li {
          width: 50%; } }
      .insight .filters ul li .lnr {
        margin-right: 0.5em;
        margin-left: -1.5em;
        position: absolute;
        font-size: 0.7em;
        z-index: 1;
        opacity: 0; }
      .insight .filters ul li.active-child .lnr {
        opacity: 1; }
      .insight .filters ul li:hover {
        cursor: pointer; }
      .insight .filters ul li.active-child {
        color: #EA7125; }
  .insight .text-box {
    padding-top: 10em;
    position: relative;
    width: 50%;
    margin: 0 20%; }
    @media (max-width: 1000px) {
      .insight .text-box {
        width: 80%;
        margin: 0 10%; } }
    .insight .text-box .header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1000px) {
        .insight .text-box .header {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .insight .text-box .header .filter ul {
        margin: 0px;
        list-style: none; }
        @media (max-width: 1000px) {
          .insight .text-box .header .filter ul {
            padding-left: 0px;
            padding-top: 20px; } }
        .insight .text-box .header .filter ul li {
          margin-top: 7px; }
          .insight .text-box .header .filter ul li.active {
            color: #EA7125; }
          .insight .text-box .header .filter ul li:hover {
            cursor: pointer; }
      .insight .text-box .header .title {
        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; }
        .insight .text-box .header .title h1 {
          margin: 0px;
          padding: 0px;
          font-size: 2.0052em; }
    .insight .text-box .excerpt p {
      width: 75%;
      margin-top: 50px;
      line-height: 32px; }
      @media (max-width: 1000px) {
        .insight .text-box .excerpt p {
          width: 100%;
          margin-top: 25px; } }

.load-more-news {
  text-align: center;
  padding-bottom: 100px; }
  .load-more-news p {
    display: inline-block;
    color: #EA7125; }
    .load-more-news p:hover {
      cursor: pointer; }

.socials-container {
  position: fixed;
  bottom: 25%;
  left: 2%; }
  .socials-container ul {
    margin: 0px;
    list-style: none; }
    .socials-container ul li {
      margin-top: 18px; }
      .socials-container ul li a {
        color: white; }
        .socials-container ul li a i {
          font-size: 18px; }

.why .swiper-slide {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  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 (max-width: 800px) {
    .why .swiper-slide.swiper-slide-active {
      margin-right: 0px !important;
      width: 500px !important; } }
  @media (max-width: 800px) and (max-width: 640px) {
    .why .swiper-slide.swiper-slide-active {
      width: 400px !important; } }
  @media (max-width: 800px) and (max-width: 640px) and (max-width: 500px) {
    .why .swiper-slide.swiper-slide-active {
      width: 300px !important; } }

.why .swiper-container {
  height: 100vh;
  margin: 0 20%;
  width: 100% !important; }
  @media (max-width: 800px) {
    .why .swiper-container {
      margin: 0 10% !important; } }

.why .swiper-slide iframe {
  -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;
  height: 75%;
  width: 100%;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }
  @media (max-width: 800px) {
    .why .swiper-slide iframe {
      height: 50%; } }

.why .swiper-slide-active iframe {
  -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-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.why .swiper-slide-active {
  -webkit-filter: blur(0px);
          filter: blur(0px); }

@media (max-width: 420px) {
  .why .text-box h2 {
    font-size: 20px !important; }
  .why .text-box h5 {
    font-size: 15px !important; } }

.why .chevron-down {
  display: none; }

.video-container.fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11111111111111111111111111;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  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; }
  .video-container.fullscreen video {
    max-width: 90vw;
    max-height: 70vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    height: auto !important;
    width: auto !important; }
  .video-container.fullscreen .exit-button {
    right: 2vw !important;
    position: absolute;
    top: 2vw !important;
    color: white !important;
    cursor: pointer;
    font-size: 1.4em !important; }
    .video-container.fullscreen .exit-button:hover {
      color: #EA7125 !important; }

.page-view.singlecase .timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  position: relative; }

.page-view.singlecase .timeline__content-title {
  font-weight: normal;
  font-size: 66px;
  margin: -10px 0 0 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "proxima-nova";
  color: #fff; }

.page-view.singlecase .timeline__content-desc {
  margin: 0;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
  font-family: "proxima-nova";
  font-weight: normal;
  line-height: 25px; }

.page-view.singlecase .timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07); }

@media only screen and (max-width: 767px) {
  .page-view.singlecase .timeline:before {
    left: 40px; } }

.page-view.singlecase .timeline-item {
  padding: 120px 0;
  opacity: .3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-calc(70% - 40px);
  width: calc(70% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px); }

.page-view.singlecase .timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: "proxima-nova";
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: -webkit-calc(-100% - 56px);
  right: calc(-100% - 56px); }
  @media (max-width: 767px) {
    .page-view.singlecase .timeline-item:before {
      font-size: 10px;
      line-height: 2; } }

.page-view.singlecase .timeline-item:nth-child(even) {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.page-view.singlecase .timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: -webkit-calc(-100% - 56px);
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px; }

.page-view.singlecase .timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px); }

.page-view.singlecase .timeline-item--active:before {
  top: 50%;
  -webkit-transition: .3s all .2s;
  -o-transition: .3s all .2s;
  transition: .3s all .2s;
  opacity: 1; }

.page-view.singlecase .timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0; }

@media only screen and (max-width: 767px) {
  .page-view.singlecase .timeline-item {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    width: 100%;
    padding: 100px 50px 100px 50px; }
  .page-view.singlecase .timeline-item:before {
    position: absolute !important;
    width: 100%;
    left: 0px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    border: none !important; }
  .page-view.singlecase .timeline-item:last-child {
    padding-bottom: 40px; } }

.page-view.singlecase .timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4); }

.page-view.singlecase .timeline-container {
  width: 100%;
  position: relative;
  padding: 180px 0;
  -webkit-transition: .3s ease 0s;
  -o-transition: .3s ease 0s;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover; }

.page-view.singlecase .timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: ""; }

.page-view.singlecase .timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative; }
  .page-view.singlecase .timeline-header .crumb {
    padding-bottom: 10px; }
    .page-view.singlecase .timeline-header .crumb a {
      color: #EA7125;
      font-size: 0.9em; }

.page-view.singlecase .timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: "proxima-nova";
  font-weight: normal;
  margin: 0; }

.page-view.singlecase .timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: "proxima-nova";
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal; }

.page-view.singlecase .demo-footer {
  padding: 60px 0;
  text-align: center; }

.page-view.singlecase .demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "proxima-nova"; }

@media (max-width: 767px) {
  .page-view.singlecase .timeline-container {
    padding-top: 150px; } }

.page-view.gala h5 {
  color: white;
  z-index: 10000000000; }

.page-view.gala .top-menu {
  position: absolute;
  top: 3em;
  right: 8em;
  z-index: 11111; }
  @media (max-width: 1200px) {
    .page-view.gala .top-menu {
      top: 2em; } }
  @media screen and (max-width: 1120px) {
    .page-view.gala .top-menu {
      right: 7em; } }
  @media screen and (max-width: 768px) {
    .page-view.gala .top-menu {
      right: 6em; }
      .page-view.gala .top-menu .gala-menu a, .page-view.gala .top-menu .gala-menu .gala-menu__scroll {
        -webkit-box-flex: 1 !important;
        -webkit-flex: auto !important;
            -ms-flex: auto !important;
                flex: auto !important;
        min-width: 0 !important; } }
  @media screen and (max-width: 567px) {
    .page-view.gala .top-menu {
      position: fixed;
      left: 0;
      width: 100%;
      top: 70px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .page-view.gala .top-menu a, .page-view.gala .top-menu .gala-menu__scroll {
        background: rgba(2, 12, 23, 0.7);
        padding: 1em !important;
        border-bottom: 0.02em solid #EA7125;
        -webkit-box-flex: 1 !important;
        -webkit-flex: auto !important;
            -ms-flex: auto !important;
                flex: auto !important;
        min-width: 0 !important; }
      .page-view.gala .top-menu .gala-menu {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
                transform-origin: center right; } }

.page-view.gala .gala-menu {
  border: 0.02em solid #EA7125;
  color: #EA7125;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.65em;
  letter-spacing: 0.01em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media screen and (max-width: 1120px) {
    .page-view.gala .gala-menu {
      font-size: 0.85vw; } }
  @media screen and (max-width: 768px) {
    .page-view.gala .gala-menu {
      font-size: 1vw; } }
  @media screen and (max-width: 567px) {
    .page-view.gala .gala-menu {
      display: none;
      font-size: 0.65em; } }
  .page-view.gala .gala-menu a, .page-view.gala .gala-menu .gala-menu__scroll {
    color: white;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1.3em;
    -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;
    -webkit-box-flex: 25%;
    -webkit-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    min-width: 13em;
    cursor: pointer; }
    .page-view.gala .gala-menu a:not(:last-child), .page-view.gala .gala-menu .gala-menu__scroll:not(:last-child) {
      border-right: 0.02em solid #EA7125; }
    .page-view.gala .gala-menu a:hover, .page-view.gala .gala-menu .gala-menu__scroll:hover {
      color: white;
      background: #EA7125 !important; }

.page-view.gala .chevron-down {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .page-view.gala .chevron-down p {
    font-weight: 600; }
  .page-view.gala .chevron-down i {
    font-size: 3em;
    opacity: 0.6;
    line-height: 0.6em;
    font-weight: 100; }

.page-view.gala .img {
  display: inline-block; }
  @media screen and (max-width: 1120px) {
    .page-view.gala .img {
      position: relative; } }

.page-view.gala .gala-image {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15em;
  -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;
  height: 15em;
  margin-top: -15em; }
  @media screen and (max-width: 767px) {
    .page-view.gala .gala-image {
      position: relative;
      max-height: 12em;
      margin-top: 0; } }

@media screen and (max-width: 767px) {
  .page-view.gala .projects-wrapper .dimmer {
    background: rgba(2, 12, 23, 0) !important; } }

.page-view.gala .main-section {
  min-height: 100vh;
  padding: 12em 7.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  @media screen and (max-height: 699px) {
    .page-view.gala .main-section {
      padding: 15em 5% 6em; } }
  @media screen and (max-width: 768px) {
    .page-view.gala .main-section {
      padding: 15em 5% 6em;
      min-height: -webkit-fill-available; } }
  .page-view.gala .main-section:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #020c17), color-stop(30%, rgba(2, 12, 23, 0)));
    background: -o-linear-gradient(bottom, #020c17 0, rgba(2, 12, 23, 0) 30%);
    background: linear-gradient(to top, #020c17 0, rgba(2, 12, 23, 0) 30%); }
  .page-view.gala .main-section .con {
    position: relative;
    z-index: 1;
    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;
    margin-top: auto;
    padding-top: 5em;
    margin-bottom: 15vh;
    width: 100%; }
    .page-view.gala .main-section .con figure.wp-block-gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.5em; }
    .page-view.gala .main-section .con .wp-block-column .wp-block-columns .wp-block-column {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 781px) {
        .page-view.gala .main-section .con .wp-block-column .wp-block-columns .wp-block-column:nth-child(1) {
          padding-top: 30px; } }
      .page-view.gala .main-section .con .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) {
        margin-left: 10px; }
        @media screen and (max-width: 781px) {
          .page-view.gala .main-section .con .wp-block-column .wp-block-columns .wp-block-column:nth-child(2) {
            padding-top: 30px;
            margin-left: 0; } }
    .page-view.gala .main-section .con .wp-block-column {
      margin-left: 0;
      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: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .page-view.gala .main-section .con .wp-block-column:first-child {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .page-view.gala .main-section .con .wp-block-column img {
        -o-object-fit: contain;
           object-fit: contain; }
    .page-view.gala .main-section .con .wp-block-buttons .wp-block-button:last-child {
      margin-right: 0; }
    @media screen and (max-width: 567px) {
      .page-view.gala .main-section .con {
        padding-top: 0;
        margin-bottom: 5em; } }
  .page-view.gala .main-section .text {
    margin-top: 1em; }
    .page-view.gala .main-section .text a {
      color: #EA7125; }
  @media screen and (max-width: 767px) {
    .page-view.gala .main-section.projects {
      padding-top: 170px; } }
  .page-view.gala .main-section .chevron-down {
    z-index: 1; }
  .page-view.gala .main-section .date-box {
    margin-right: 3em;
    border: 0.01em solid white;
    max-width: 15em;
    text-align: center;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .page-view.gala .main-section .date-box {
        margin-right: 2em; } }
    @media screen and (max-width: 567px) {
      .page-view.gala .main-section .date-box {
        margin-right: 1em; } }
    .page-view.gala .main-section .date-box .date {
      padding: 0.5em 2em;
      letter-spacing: 0.02em;
      font-size: 1.2em;
      border-bottom: 0.01em solid white; }
      @media screen and (max-width: 768px) {
        .page-view.gala .main-section .date-box .date {
          padding: 0.5em 1em;
          font-size: 1.1em; } }
      @media screen and (max-width: 567px) {
        .page-view.gala .main-section .date-box .date {
          font-size: 1.1em;
          padding: 0.5em; } }
    .page-view.gala .main-section .date-box .buy-tickets {
      padding: 1em 2em;
      display: block;
      color: #EA7125;
      font-size: 0.9em;
      -webkit-transition: 0.2s ease-out all;
      -o-transition: 0.2s ease-out all;
      transition: 0.2s ease-out all; }
      .page-view.gala .main-section .date-box .buy-tickets:hover {
        background: #EA7125;
        color: white; }
      @media screen and (max-width: 567px) {
        .page-view.gala .main-section .date-box .buy-tickets {
          padding: 1em 0.5em; } }
  .page-view.gala .main-section p, .page-view.gala .main-section li {
    line-height: 2em; }
  .page-view.gala .main-section .text {
    margin-top: 2em;
    overflow: hidden; }
    .page-view.gala .main-section .text h1 {
      padding-right: 10%;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      min-width: 10em; }
    .page-view.gala .main-section .text p {
      max-width: 33em; }
      @media screen and (max-width: 1120px) {
        .page-view.gala .main-section .text p {
          max-width: 600px; } }
      @media screen and (max-width: 567px) {
        .page-view.gala .main-section .text p {
          max-width: 95%; } }
  .page-view.gala .main-section .gala-text {
    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; }
    .page-view.gala .main-section .gala-text .text-con {
      line-height: 1.4em;
      padding-left: 1.5em;
      overflow: hidden;
      height: auto !important;
      border-left: 0.01em white solid; }
      @media screen and (max-width: 567px) {
        .page-view.gala .main-section .gala-text .text-con {
          margin-top: 1em;
          padding-left: 1em; } }
      .page-view.gala .main-section .gala-text .text-con .address {
        margin-bottom: 1em; }
      .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item {
        font-size: 0.9em;
        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;
        margin-top: 0.6em; }
        @media screen and (max-width: 567px) {
          .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item {
            font-size: 0.8em;
            line-height: 1.6em; } }
        .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item .left {
          text-transform: uppercase;
          font-weight: 600;
          min-width: 30%; }
          @media (max-width: 1500px) {
            .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item .left {
              min-width: 30%; } }
        .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item .right {
          margin-left: 2em;
          max-width: 30em; }
          @media screen and (max-width: 567px) {
            .page-view.gala .main-section .gala-text .text-con .schedule .schedule-item .right {
              margin-left: 5%; } }
  .page-view.gala .main-section .slideshow-backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    max-height: 100vh;
    z-index: -1; }
    .page-view.gala .main-section .slideshow-backgrounds .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .page-view.gala .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%; }
        .page-view.gala .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.gala .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .image-container .image {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .page-view.gala .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.gala .main-section .slideshow-backgrounds .swiper-wrapper .swiper-slide .video-container .video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
    .page-view.gala .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.gala .main-section .slideshow.swiper-container {
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 40em;
    z-index: 20;
    width: 80%;
    margin: 0;
    float: right; }
    @media (max-width: 767px) {
      .page-view.gala .main-section .slideshow.swiper-container {
        width: 90%;
        height: 125vh; } }
    .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%; }
        .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
          position: absolute;
          top: 50%;
          width: 40%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          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.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
              width: 50%; } }
          @media screen and (max-width: 767px) {
            .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container {
              width: 95%; } }
          .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .gala-image {
            position: absolute;
            top: -30%;
            -webkit-transform: translateX(130%) scale(0.9);
                -ms-transform: translateX(130%) scale(0.9);
                    transform: translateX(130%) scale(0.9); }
            @media (max-width: 1120px) {
              .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .gala-image {
                -webkit-transform: translateX(100%) scale(0.7);
                    -ms-transform: translateX(100%) scale(0.7);
                        transform: translateX(100%) scale(0.7); } }
  @media (max-width: 1120px) and (max-width: 767px) {
    .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .gala-image {
      top: 0%;
      -webkit-transform: translateX(-5%) scale(0.7);
          -ms-transform: translateX(-5%) scale(0.7);
              transform: translateX(-5%) scale(0.7);
      position: relative; } }
          .page-view.gala .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.gala .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; }
          .page-view.gala .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.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container .excerpt .text {
              font-size: 0.75em;
              line-height: 2;
              color: white; }
          .page-view.gala .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.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container:hover .arrow-title:after {
            -webkit-transform: scaleX(1);
                -ms-transform: scaleX(1);
                    transform: scaleX(1); }
          .page-view.gala .main-section .slideshow.swiper-container .swiper-wrapper .swiper-slide .slideshow-title-container:hover .arrow-title span.icon {
            -webkit-transform: translateX(40%);
                -ms-transform: translateX(40%);
                    transform: translateX(40%); }
        .page-view.gala .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.gala .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.gala .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.gala .sub-section {
  min-height: 70vh;
  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;
  background: #020c17; }
  .page-view.gala .sub-section:last-child {
    padding-bottom: 10em !important; }
  .page-view.gala .sub-section .text-title {
    text-align: center;
    margin-bottom: 2em;
    z-index: 1; }
  .page-view.gala .sub-section .gala-menu {
    margin-top: 8em; }
  .page-view.gala .sub-section .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
    .page-view.gala .sub-section .background:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(2, 12, 23, 0.7); }
  .page-view.gala .sub-section.about {
    padding: 7em 27vw; }
    @media screen and (max-width: 1120px) {
      .page-view.gala .sub-section.about {
        padding: 7em; } }
    @media screen and (max-width: 567px) {
      .page-view.gala .sub-section.about {
        padding: 3em 5%; } }
    .page-view.gala .sub-section.about .wrapper {
      line-height: 2em; }

.page-view.gala h4, .page-view.gala h1 {
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 767px) {
    .page-view.gala h4, .page-view.gala h1 {
      font-size: 1.8em; } }
  @media screen and (max-width: 567px) {
    .page-view.gala h4, .page-view.gala h1 {
      font-size: 1.4em; } }

.page-view.gala .projects {
  padding: 5em;
  padding-bottom: 0; }
  @media screen and (max-width: 567px) {
    .page-view.gala .projects {
      padding: 5em 5% 0; } }
  .page-view.gala .projects .button {
    z-index: 1; }
  .page-view.gala .projects .projects-wrapper {
    width: 80%;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1120px) {
      .page-view.gala .projects .projects-wrapper {
        width: 100%; } }
    @media (max-width: 1000px) {
      .page-view.gala .projects .projects-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 767px) {
      .page-view.gala .projects .projects-wrapper {
        width: 90%; } }
    .page-view.gala .projects .projects-wrapper .right-box {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .page-view.gala .projects .projects-wrapper .right-box * {
        -webkit-clip-path: none;
                clip-path: none; }
      .page-view.gala .projects .projects-wrapper .right-box .carousel-container {
        width: 100%; }
        .page-view.gala .projects .projects-wrapper .right-box .carousel-container .grid-box-title {
          top: -102.5% !important;
          left: 0px !important;
          padding: 0px !important;
          height: 100% !important;
          width: 80%;
          position: relative !important;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          display: block !important; }
        .page-view.gala .projects .projects-wrapper .right-box .carousel-container .counter, .page-view.gala .projects .projects-wrapper .right-box .carousel-container .title, .page-view.gala .projects .projects-wrapper .right-box .carousel-container .counter-and-title {
          display: none; }
        .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper {
          height: 100%;
          width: 100%; }
          @media (max-width: 1000px) {
            .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper {
              width: 100% !important; } }
          .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel {
            height: 100%; }
            .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper {
              height: auto;
              -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
              .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
                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: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center; }
                @media screen and (max-width: 768px) {
                  .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
                    width: -webkit-calc(50% - 2em) !important;
                    width: calc(50% - 2em) !important; } }
                @media screen and (max-width: 767px) {
                  .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
                    width: -webkit-calc(100%) !important;
                    width: calc(100%) !important; } }
                .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
                  height: 95%;
                  width: 100%;
                  margin: 0;
                  padding: 0;
                  min-height: 16em; }
                  .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single * {
                    height: 100%; }
                .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .underneath {
                  height: 5%; }

@-moz-document url-prefix() {
  .page-view.gala .projects .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .underneath {
    opacity: 0; } }
      .page-view.gala .projects .projects-wrapper .right-box .rectangle {
        display: none; }
  .page-view.gala .projects .name-for-team {
    display: none; }
  .page-view.gala .projects .chevron-down {
    width: 80%; }
    @media (max-width: 767px) {
      .page-view.gala .projects .chevron-down {
        width: 90%; } }
  .page-view.gala .projects .right-box {
    position: relative; }
    .page-view.gala .projects .right-box .under-card {
      display: none; }
    .page-view.gala .projects .right-box .swiper-slide {
      margin: 0px !important;
      margin: 0 1em !important;
      width: -webkit-calc(100%/3 - 2em) !important;
      width: calc(100%/3 - 2em) !important;
      max-height: 100%; }
    .page-view.gala .projects .right-box .underneath {
      margin-top: 1em;
      margin-bottom: 1em;
      font-size: 1.6em;
      font-weight: 600;
      text-align: center; }
      @media screen and (max-width: 567px) {
        .page-view.gala .projects .right-box .underneath {
          font-size: 1.4em;
          margin-top: 0.5em; } }
  .page-view.gala .projects .projects-wrapper .right-box .grid-box-single *, .page-view.gala .projects .projects-wrapper .right-box .grid-box-single {
    overflow: visible !important;
    margin-bottom: 0 !important; }
  .page-view.gala .projects .projects-wrapper .right-box .actual-image {
    overflow: hidden !important;
    height: 100%; }
  .page-view.gala .projects .projects-wrapper .right-box .line-top-left-north, .page-view.gala .projects .projects-wrapper .right-box .line-top-left-west, .page-view.gala .projects .projects-wrapper .right-box .line-top-right-east, .page-view.gala .projects .projects-wrapper .right-box .line-top-right-north, .page-view.gala .projects .projects-wrapper .right-box .line-bottom-left-west, .page-view.gala .projects .projects-wrapper .right-box .line-bottom-left-south, .page-view.gala .projects .projects-wrapper .right-box .line-bottom-right-east, .page-view.gala .projects .projects-wrapper .right-box .line-bottom-right-south, .page-view.gala .projects .projects-wrapper .right-box .curtain, .page-view.gala .projects .projects-wrapper .right-box .curtainDragger {
    display: block !important; }
  .page-view.gala .projects .projects-wrapper .right-box .curtain {
    position: absolute !important;
    left: 0px !important;
    width: 100% !important;
    background-color: #EA7125 !important;
    z-index: 99999 !important; }
  .page-view.gala .projects .projects-wrapper .right-box .curtainDragger {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    background-color: #EA7125 !important;
    z-index: 9999  !important;
    height: 10px !important;
    top: -webkit-calc(100% - 10px) !important;
    top: calc(100% - 10px) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-top-left-north {
    width: 50px !important;
    height: 1px !important;
    position: absolute !important;
    top: -12px !important;
    left: -12px !important;
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-top-left-west {
    width: 1px !important;
    height: 50px !important;
    position: absolute !important;
    top: -10px !important;
    left: -12px !important;
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-top-right-east {
    width: 1px !important;
    height: 50px !important;
    position: absolute !important;
    top: -12px !important;
    left: -webkit-calc(100% + 12px) !important;
    left: calc(100% + 12px) !important;
    background: -webkit-gradient(radial, 10% 50%, 0, 50% 5%, 50, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-top-right-north {
    width: 50px !important;
    height: 1px !important;
    position: absolute !important;
    top: -12px !important;
    left: -webkit-calc(100% - 38px) !important;
    left: calc(100% - 38px) !important;
    background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-bottom-left-west {
    width: 1px !important;
    height: 70px !important;
    position: absolute !important;
    top: -webkit-calc(100% - 55px) !important;
    top: calc(100% - 55px) !important;
    left: -12px !important;
    background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-bottom-left-south {
    width: 50px !important;
    height: 1px !important;
    position: absolute !important;
    top: -webkit-calc(100% + 12px) !important;
    top: calc(100% + 12px) !important;
    left: -12px !important;
    background: -webkit-gradient(radial, 0% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-bottom-right-east {
    width: 1px !important;
    height: 70px !important;
    position: absolute !important;
    top: -webkit-calc(100% - 55px) !important;
    top: calc(100% - 55px) !important;
    left: -webkit-calc(100% + 12px) !important;
    left: calc(100% + 12px) !important;
    background: -webkit-gradient(radial, 0% 100%, 0, 50% 0%, 10, from(white), to(#d9000000)) !important; }
  .page-view.gala .projects .projects-wrapper .right-box .line-bottom-right-south {
    width: 50px !important;
    height: 1px !important;
    position: absolute !important;
    top: -webkit-calc(100% + 12px) !important;
    top: calc(100% + 12px) !important;
    left: -webkit-calc(100% - 38px) !important;
    left: calc(100% - 38px) !important;
    background: -webkit-gradient(radial, 100% 50%, 0, 50% 5%, 30, from(white), to(#d9000000)) !important; }

@media screen and (max-width: 567px) {
  .page-view.gala#finalists .projects .projects-wrapper .right-box .carousel-container .grid-box-title {
    display: none !important; } }

.page-view.gala .finalists .swiper-wrapper {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }
  .page-view.gala .finalists .swiper-wrapper .swiper-slide {
    pointer-events: none; }
    @media screen and (max-width: 767px) {
      .page-view.gala .finalists .swiper-wrapper .swiper-slide {
        margin: 0 !important; } }

.page-view.gala .judges {
  padding: 0;
  background: #020c17; }
  .page-view.gala .judges .swiper-slide {
    pointer-events: none; }
  .page-view.gala .judges .animation-complete .swiper-slide {
    pointer-events: all; }
  .page-view.gala .judges .flip-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 1; }
  .page-view.gala .judges .projects-wrapper {
    width: 100%; }
    .page-view.gala .judges .projects-wrapper .swiper-wrapper {
      -webkit-box-pack: stretch;
      -webkit-justify-content: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
    .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
      margin: 0 !important;
      padding: 0 !important;
      width: -webkit-calc(100%/2) !important;
      width: calc(100%/2) !important; }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .dimmer {
        display: none; }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .dummy {
        padding: 0; }
      @media screen and (max-width: 567px) {
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
          -webkit-box-flex: 100%;
          -webkit-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%; } }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide:nth-child(4n) .grid-box-container, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide:nth-child(4n-1) .grid-box-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide:nth-child(4n-2) .grid-box-container, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide:nth-child(4n-3) .grid-box-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      @media screen and (max-width: 567px) {
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-container {
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: normal !important;
          -webkit-flex-direction: row !important;
              -ms-flex-direction: row !important;
                  flex-direction: row !important; }
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide:nth-child(2n) .grid-box-container {
          -webkit-box-orient: horizontal !important;
          -webkit-box-direction: reverse !important;
          -webkit-flex-direction: row-reverse !important;
              -ms-flex-direction: row-reverse !important;
                  flex-direction: row-reverse !important; } }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
        padding: 0 !important;
        -webkit-perspective-origin: 50% 50%;
                perspective-origin: 50% 50%;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-perspective: 105em;
                perspective: 105em; }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box {
        max-width: unset; }
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container-wrapper {
          background: #020c17; }
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container {
          -webkit-transition: 0.5s -webkit-transform ease-out;
          transition: 0.5s -webkit-transform ease-out;
          -o-transition: 0.5s transform ease-out;
          transition: 0.5s transform ease-out;
          transition: 0.5s transform ease-out, 0.5s -webkit-transform ease-out;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden !important; }
          .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-wrapper {
            width: 50%;
            position: relative; }
          .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-inner {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-top-left-north, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-top-left-west, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-top-right-east, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-top-right-north, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-bottom-left-west, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-bottom-left-south, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-bottom-right-east, .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .line-bottom-right-south {
            display: none !important; }
          .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-title {
            width: 50%;
            top: 0% !important;
            -webkit-transition: none !important;
            -o-transition: none !important;
            transition: none !important; }
            .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-title .text {
              top: 0;
              background: white;
              opacity: 1;
              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;
              color: #020c17;
              text-shadow: none;
              padding: 2em; }
              .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-title .text p {
                font-size: 1em;
                line-height: 1.4em;
                max-width: 15em; }
              .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .grid-box-container .grid-box-title .text h4 {
                height: auto;
                line-height: 1.2em;
                font-size: 1.8em;
                margin-bottom: 0.5em !important; }
        .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .flip-container {
          width: 100%;
          position: absolute;
          top: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          opacity: 0;
          -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;
          padding: 5%;
          text-align: center;
          background: white;
          border: 1px solid #020c17;
          display: none;
          color: #020c17; }
          .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .flip-container .flip {
            height: auto;
            width: 90%;
            text-align: left; }
            @media screen and (max-width: 767px) {
              .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .flip-container .flip {
                width: 100%; } }
            .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box .flip-container .flip .link {
              color: #EA7125;
              margin-top: 1em;
              display: inline-block; }
      .page-view.gala .judges .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide.flipping {
        z-index: 2; }

.page-view.gala .media {
  padding-top: 8em; }
  @media screen and (max-width: 567px) {
    .page-view.gala .media {
      padding-top: 5em; } }
  .page-view.gala .media:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #020c17), to(rgba(2, 12, 23, 0)));
    background: -o-linear-gradient(bottom, #020c17 50%, rgba(2, 12, 23, 0) 100%);
    background: linear-gradient(to top, #020c17 50%, rgba(2, 12, 23, 0) 100%); }
  .page-view.gala .media .projects-wrapper {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1120px) {
      .page-view.gala .media .projects-wrapper {
        width: 100% !important; } }
  .page-view.gala .media .projects-wrapper.videos {
    width: 100%; }
    .page-view.gala .media .projects-wrapper.videos .video-text {
      margin-top: 2em;
      margin-bottom: 2em;
      text-align: center; }
      .page-view.gala .media .projects-wrapper.videos .video-text p {
        margin-top: 0;
        line-height: 1.6em; }
    .page-view.gala .media .projects-wrapper.videos .right-box {
      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; }
      @media screen and (max-width: 768px) {
        .page-view.gala .media .projects-wrapper.videos .right-box {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .page-view.gala .media .projects-wrapper.videos .single-container {
      width: 31%;
      margin: 0 0.5%; }
      @media screen and (max-width: 1120px) {
        .page-view.gala .media .projects-wrapper.videos .single-container {
          margin: 0 1%;
          width: 48%; } }
      @media screen and (max-width: 567px) {
        .page-view.gala .media .projects-wrapper.videos .single-container {
          width: 100%; } }
    .page-view.gala .media .projects-wrapper.videos .video-container {
      height: 15em;
      width: 100%;
      margin-bottom: 1em; }
      .page-view.gala .media .projects-wrapper.videos .video-container:after {
        position: absolute;
        content: "";
        bottom: -10px;
        width: 100%;
        height: 10px;
        background: #EA7125; }
  .page-view.gala .media .background {
    max-height: 50%;
    min-height: 100vh; }
  .page-view.gala .media .right-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .page-view.gala .media .right-box .grid-box {
      max-width: unset;
      width: -webkit-calc(100%/3 - 1em);
      width: calc(100%/3 - 1em);
      height: 20vw !important;
      margin: 0.5em; }
      .page-view.gala .media .right-box .grid-box .image {
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%; }
      @media screen and (max-width: 1120px) {
        .page-view.gala .media .right-box .grid-box {
          width: -webkit-calc(100%/2 - 1em);
          width: calc(100%/2 - 1em);
          height: 30vw !important; } }
      @media screen and (max-width: 567px) {
        .page-view.gala .media .right-box .grid-box {
          width: 100%;
          height: 90vw !important; } }

.page-view.gala .sponsors .background {
  height: 50%; }

.page-view.gala .sponsors:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #020c17), to(rgba(2, 12, 23, 0)));
  background: -o-linear-gradient(bottom, #020c17 50%, rgba(2, 12, 23, 0) 100%);
  background: linear-gradient(to top, #020c17 50%, rgba(2, 12, 23, 0) 100%); }

.page-view.gala .sponsors .gala-menu {
  margin: 0; }

@media screen and (max-width: 768px) {
  .page-view.gala .sponsors .projects-wrapper {
    width: 100% !important; } }

.page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
  padding: 0 !important;
  width: -webkit-calc(100%/4 - 2em) !important;
  width: calc(100%/4 - 2em) !important; }
  @media screen and (max-width: 1120px) {
    .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
      width: -webkit-calc(100%/3 - 2em) !important;
      width: calc(100%/3 - 2em) !important; } }
  @media screen and (max-width: 768px) {
    .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
      width: 48% !important;
      margin: 0 1% !important; } }
  @media screen and (max-width: 567px) {
    .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide {
      width: 46% !important;
      margin: 0 2% !important;
      max-height: unset;
      max-width: unset; } }
  .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
    margin-bottom: 2em !important;
    height: 15vw !important;
    min-height: 0 !important; }
    @media screen and (max-width: 768px) {
      .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
        height: 15em !important; } }
    @media screen and (max-width: 567px) {
      .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single {
        height: 40vw !important; } }
    .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single .grid-box .grid-box-image .actual-image .image {
      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;
      padding: 1em; }
    .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single .grid-box .grid-box-image .actual-image img {
      max-width: 100%;
      max-height: 100%;
      height: auto !important;
      width: auto !important; }
    @media screen and (max-width: 768px) {
      .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single .grid-box .grid-box-image .dimmer {
        display: none !important; } }
    @media screen and (max-width: 768px) {
      .page-view.gala .sponsors .projects-wrapper .right-box .carousel-container .wrapper .carousel .swiper-wrapper .swiper-slide .grid-box-single .grid-box .learn-more {
        display: none !important; } }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.lg-outer {
  z-index: 111111111111111111;
  background: black; }
  .lg-outer .lg-actions .lg-icon {
    border: 1px solid #EA7125 !important; }

.page-view.gala.bbig .main-section {
  padding: 12em 7.5em 8em;
  min-height: 100vh;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-height: 699px) {
    .page-view.gala.bbig .main-section {
      padding: 15em 5%; } }
  @media screen and (max-width: 768px) {
    .page-view.gala.bbig .main-section {
      padding: 10em 5%; } }
  @media screen and (max-width: 567px) {
    .page-view.gala.bbig .main-section {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .page-view.gala.bbig .main-section.sub-section {
    min-height: unset;
    padding-top: 7em; }
    @media screen and (max-width: 567px) {
      .page-view.gala.bbig .main-section.sub-section {
        padding-top: 8em; } }

.page-view.gala.bbig .top-menu {
  right: 2em !important; }

.page-view.gala.bbig .button {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 3em !important;
  z-index: 11111;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 567px) {
    .page-view.gala.bbig .button {
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      width: 90%;
      margin: 0 5%;
      text-align: center; } }

.page-view.gala.bbig .con {
  width: 100%;
  margin-bottom: auto;
  padding-top: 0;
  max-width: 100%; }
  .page-view.gala.bbig .con strong {
    color: #ffb100; }
  .page-view.gala.bbig .con .text {
    margin-top: 0; }
    .page-view.gala.bbig .con .text h1 {
      font-size: 4em;
      padding-right: 0;
      min-width: 0; }
      @media screen and (max-width: 1120px) {
        .page-view.gala.bbig .con .text h1 {
          font-size: 3.2em; } }
      @media screen and (max-width: 768px) {
        .page-view.gala.bbig .con .text h1 {
          font-size: 2.5em; } }
    .page-view.gala.bbig .con .text h2 {
      font-size: 2.5em; }
      @media screen and (max-width: 1120px) {
        .page-view.gala.bbig .con .text h2 {
          font-size: 2em; } }
      @media screen and (max-width: 768px) {
        .page-view.gala.bbig .con .text h2 {
          font-size: 1.5em; } }
    .page-view.gala.bbig .con .text h3 {
      font-size: 1.5em; }
      @media screen and (max-width: 1120px) {
        .page-view.gala.bbig .con .text h3 {
          font-size: 1.2em; } }
      @media screen and (max-width: 768px) {
        .page-view.gala.bbig .con .text h3 {
          font-size: 1em; } }
    .page-view.gala.bbig .con .text p {
      max-width: unset; }

.page-view.privacy {
  background: -o-radial-gradient(center, ellipse, #6b90c3 -150%, #aeb9c500 60%);
  background: radial-gradient(ellipse at center, #6b90c3 -150%, #aeb9c500 60%); }
  .page-view.privacy .post-content {
    width: 80%;
    margin: 0 20%;
    padding-top: 200px;
    padding-right: 20%;
    padding-bottom: 200px; }
    .page-view.privacy .post-content p, .page-view.privacy .post-content a {
      font-size: 0.95em !important;
      line-height: 1.6315em !important; }
    @media (max-width: 767px) {
      .page-view.privacy .post-content {
        width: 90%;
        padding-bottom: 100px;
        margin: 0 10%;
        padding-right: 10%;
        padding-top: 150px; }
        .page-view.privacy .post-content h4 {
          font-size: 1.5em; } }

.page-view.continuity {
  background: -o-radial-gradient(center, ellipse, #6b90c3 -150%, #aeb9c500 60%);
  background: radial-gradient(ellipse at center, #6b90c3 -150%, #aeb9c500 60%); }
  .page-view.continuity .post-content {
    width: 80%;
    margin: 0 20%;
    padding-top: 200px;
    padding-right: 20%;
    padding-bottom: 200px; }
    .page-view.continuity .post-content p, .page-view.continuity .post-content a {
      font-size: 0.95em !important;
      line-height: 1.6315em !important; }
    .page-view.continuity .post-content a {
      color: #EA7125; }
    @media (max-width: 767px) {
      .page-view.continuity .post-content {
        width: 90%;
        padding-bottom: 100px;
        margin: 0 10%;
        padding-right: 10%;
        padding-top: 150px; }
        .page-view.continuity .post-content h4 {
          font-size: 1.5em; } }

.page-view.legal {
  background: -o-radial-gradient(center, ellipse, #6b90c3 -150%, #aeb9c500 60%);
  background: radial-gradient(ellipse at center, #6b90c3 -150%, #aeb9c500 60%); }
  .page-view.legal .post-content {
    width: 80%;
    margin: 0 20%;
    padding-top: 200px;
    padding-right: 20%;
    padding-bottom: 200px; }
    .page-view.legal .post-content p, .page-view.legal .post-content a {
      font-size: 0.95em !important;
      line-height: 1.6315em !important; }
    @media (max-width: 767px) {
      .page-view.legal .post-content {
        width: 90%;
        padding-bottom: 100px;
        margin: 0 10%;
        padding-right: 10%;
        padding-top: 150px; }
        .page-view.legal .post-content h4 {
          font-size: 1.5em; } }

.page-view.complaint {
  background: -o-radial-gradient(center, ellipse, #6b90c3 -150%, #aeb9c500 60%);
  background: radial-gradient(ellipse at center, #6b90c3 -150%, #aeb9c500 60%); }
  .page-view.complaint .post-content {
    width: 80%;
    margin: 0 20%;
    padding-top: 200px;
    padding-right: 20%;
    padding-bottom: 200px; }
    .page-view.complaint .post-content p, .page-view.complaint .post-content a {
      font-size: 0.95em !important;
      line-height: 1.6315em !important; }
    .page-view.complaint .post-content a {
      color: #EA7125; }
    @media (max-width: 767px) {
      .page-view.complaint .post-content {
        width: 90%;
        padding-bottom: 100px;
        margin: 0 10%;
        padding-right: 10%;
        padding-top: 150px; }
        .page-view.complaint .post-content h4 {
          font-size: 1.5em; } }

.page-view.notfound {
  background: -o-radial-gradient(bottom, ellipse, #6b90c3 -150%, #aeb9c500 60%);
  background: radial-gradient(ellipse at bottom, #6b90c3 -150%, #aeb9c500 60%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  padding: 35vh 10% 10vh; }
  .page-view.notfound section {
    text-align: center;
    padding: 0 0 7vh;
    max-width: none;
    background: none;
    overflow: visible; }
    .page-view.notfound section .page_icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
              transform: translateY(-25%); }
      .page-view.notfound section .page_icon object {
        width: 16em; }
    .page-view.notfound section a.back {
      position: absolute;
      color: #EA7125;
      margin: 0.3em 0 0 -1em; }
      .page-view.notfound section a.back span {
        font-size: 0.46875em;
        display: block;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
      .page-view.notfound section a.back:hover span {
        -webkit-transform: translateX(-5px);
            -ms-transform: translateX(-5px);
                transform: translateX(-5px); }
    .page-view.notfound section h1 {
      color: #EA7125;
      margin-bottom: 1em;
      position: relative;
      letter-spacing: -0.06em; }
      .page-view.notfound section h1 .beta {
        display: inline;
        font-size: 0.2em;
        font-weight: 600;
        letter-spacing: 0px;
        text-transform: uppercase;
        vertical-align: top;
        top: 1.5em;
        right: 0em;
        position: relative; }
      .page-view.notfound section h1:after {
        bottom: -0.5em;
        background: #EA7125;
        width: 2em; }
    .page-view.notfound section .section-text {
      max-width: 900px;
      margin: 0 auto; }
  .page-view.notfound .cta-404 a {
    color: #EA7125 !important; }

.popup {
  display: none;
  height: 100%;
  z-index: 111111;
  padding: 12% 22%;
  background: rgba(2, 12, 23, 0.8);
  position: fixed;
  -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;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .popup {
      padding: 26% 18% !important; } }
  @media screen and (max-width: 768px) {
    .popup {
      padding: 28% 18% !important; } }
  @media screen and (max-width: 567px) {
    .popup {
      padding: 0 !important;
      overflow: hidden !important;
      background: none !important;
      height: 100% !important; } }
  .popup .popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3em 6em;
    overflow: auto;
    height: auto;
    -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;
    border: 2px solid white;
    background: #020c17; }
    @media screen and (max-width: 1024px) {
      .popup .popup-content {
        padding: 3em 4em !important; } }
    @media screen and (max-width: 768px) {
      .popup .popup-content {
        padding: 3em !important; } }
    @media screen and (max-width: 567px) {
      .popup .popup-content {
        border: none !important;
        padding: 3em !important;
        padding-bottom: 20em !important;
        height: 100% !important; } }
    .popup .popup-content h3 {
      padding-bottom: 0.5em;
      text-transform: uppercase; }
    .popup .popup-content p {
      width: 100%;
      max-width: 100%;
      font-size: 1em;
      line-height: 1.5em; }
    .popup .popup-content .popup-buttons {
      margin-top: 3em;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #ea7125;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.65em;
      letter-spacing: 0.01em; }
      @media screen and (max-width: 1024px) {
        .popup .popup-content .popup-buttons {
          top: 10em !important; } }
      @media screen and (max-width: 567px) {
        .popup .popup-content .popup-buttons {
          top: 25em !important; } }
      .popup .popup-content .popup-buttons a {
        color: white;
        -webkit-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 1.3em;
        -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;
        -webkit-box-flex: 25%;
        -webkit-flex: 25%;
            -ms-flex: 25%;
                flex: 25%;
        border: 1px solid #ea7125;
        min-width: 13em; }
        .popup .popup-content .popup-buttons a:hover {
          color: white;
          background: #EA7125; }
      .popup .popup-content .popup-buttons .confirm-button {
        margin-right: 2em; }

.popup-content::-webkit-scrollbar {
  width: 6px; }

.popup-content::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid white;
  border-radius: 6px; }

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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: #020c17;
  margin-bottom: 10em; }
  .links__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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; }
  .links__item {
    width: 50%;
    height: 100%;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .links__item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), color-stop(17.14%, rgba(25, 25, 25, 0.25)), color-stop(80.96%, rgba(14, 18, 32, 0.74)), to(#08101e));
      background: -o-linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(25, 25, 25, 0.25) 17.14%, rgba(14, 18, 32, 0.74) 80.96%, #08101e 100%);
      background: linear-gradient(rgba(255, 255, 255, 0.08) 0%, rgba(25, 25, 25, 0.25) 17.14%, rgba(14, 18, 32, 0.74) 80.96%, #08101e 100%); }
    .links__item:nth-child(1) .button {
      right: 80px;
      bottom: 80px; }
    .links__item:nth-child(2) {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .links__item:nth-child(2) .button {
        left: 80px;
        bottom: 80px; }
      .links__item:nth-child(2) .links__link {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
  .links__link {
    width: 100%;
    height: 100%;
    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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 200px; }
    .links__link:hover .links__title {
      color: #EA7125; }
  .links__title {
    -webkit-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    color: white;
    z-index: 1 !important;
    position: relative; }
  .links .button {
    margin: 0;
    position: absolute;
    min-width: 200px;
    text-align: center; }

@media screen and (max-width: 1120px) {
  .links__item:nth-child(1) .button {
    right: 40px;
    bottom: 40px; }
  .links__item:nth-child(2) .button {
    left: 40px;
    bottom: 40px; }
  .links__link {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 130px; } }

@media screen and (max-width: 768px) {
  .links {
    padding-bottom: 100px;
    height: auto; }
    .links__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .links__item {
      width: 100%;
      height: 80vh;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .links__item:nth-child(1) .button {
        right: auto;
        bottom: 40px;
        left: 5%; }
      .links__item:nth-child(2) .button {
        left: 5%;
        bottom: 40px; }
    .links__link {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 5%;
      padding-left: 5%;
      padding-bottom: 120px; } }
