/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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-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-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-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-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-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");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-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;
  -moz-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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.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;
}
/* Preloader */
.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%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-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%;
  -webkit-background-size: 100%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("/App/Site/Assets/fonts/icons/icons.ttf?smsimb") format("truetype"), url("/App/Site/Assets/fonts/icons/icons.woff?smsimb") format("woff"), url("/App/Site/Assets/fonts/icons/icons.svg?smsimb#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-prev:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-checkbox-checked:before {
  content: "";
}

.icon-checkbox-unchecked:before {
  content: "";
}

.icon-brief:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-close:before {
  content: "";
}

html, body {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", serif;
  letter-spacing: 0.03em;
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern", "liga" 0, "calt" 0;
  -moz-font-feature-settings: "kern", "liga" 0, "calt" 0;
  -ms-font-feature-settings: "kern", "liga" 0, "calt" 0;
  font-feature-settings: "kern", "liga" 0, "calt" 0;
  font-size: 18px;
}
@media screen and (max-width: 568px) {
  body {
    font-size: 16px;
  }
}

::-moz-selection {
  background-color: #b6b6b6;
}

::selection {
  background-color: #b6b6b6;
}

img {
  border: none;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-content a {
  color: inherit;
}
.page-content a:not([href^="tel:"]):not([href^="skype:"]):not([href^="#"]):not(.no-link):not(.ajax-link) {
  border-bottom: 1px solid;
}
body:not(.touch) .page-content a:hover {
  color: black;
}
.page-content a[href^="tel:"], .page-content a[href^="skype:"] {
  cursor: default;
}
.page-content a.ajax-link {
  color: #808080;
  text-decoration: none;
  border-bottom: 1px dotted #808080;
}
body:not(.touch) .page-content a.ajax-link:hover {
  color: black;
  border-bottom-color: black;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
  vertical-align: top;
}

.hidden {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

p:first-child {
  margin-top: 0 !important;
}

p:last-child {
  margin-bottom: 0 !important;
}

p.small,
p.small a {
  color: #808080;
}

.no-animation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  animation: none !important;
}

.page-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-content {
  width: 100%;
}

.loading-more:after {
  content: '';
  display: block;
  height: 89px;
  background: url("/App/Site/Assets/i/spinner.gif") no-repeat center 80%;
}

@-webkit-keyframes entering-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes entering-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes entering-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes entering-zoom-in {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes entering-zoom-in {
  from {
    -moz-transform: scale(1.2);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes entering-zoom-in {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes entering-zoom-in-slow {
  from {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes entering-zoom-in-slow {
  from {
    -moz-transform: scale(1.2);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes entering-zoom-in-slow {
  from {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
body.entering:not(.touch) .page-container {
  overflow: hidden;
}
body.entering:not(.touch) .entering-fade-in {
  opacity: 0;
  -webkit-animation: entering-fade-in 4s ease-out 0s;
  -moz-animation: entering-fade-in 4s ease-out 0s;
  animation: entering-fade-in 4s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.entering:not(.touch) .entering-zoom-in {
  opacity: 0;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: entering-zoom-in 1s ease-out 0s;
  -moz-animation: entering-zoom-in 1s ease-out 0s;
  animation: entering-zoom-in 1s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
body.entering:not(.touch) .entering-zoom-in-slow {
  opacity: 0;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation: entering-zoom-in-slow 1.5s ease-out 0s;
  -moz-animation: entering-zoom-in-slow 1.5s ease-out 0s;
  animation: entering-zoom-in-slow 1.5s ease-out 0s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*
@include keyframes(scroll-in) {
  to { @include transform(translateY(0)); }
}

.scroll-in {
  @include transform(translateY(150px));
  @include animation(scroll-in 0.8s ease forwards);
}
.scroll-in-large {
  @include transform(translateY(150px));
  @include animation(scroll-in 0.8s ease forwards 0.3s);
}

.scroll-in-already {
  @include transform(translateY(0));
  @include animation(none);
}
*/
@-webkit-keyframes scroll-in-fall {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes scroll-in-fall {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes scroll-in-fall {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes scroll-in-fade {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scroll-in-fade {
  from {
    opacity: 0;
    -moz-transform: scale(1.05);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes scroll-in-fade {
  from {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.card-list .item.scroll-in-prepare .image .img-bk {
  bottom: 100%;
}
.card-list .item.scroll-in-prepare .image .img {
  opacity: 0;
}
.card-list .item.scroll-in .image .img-bk {
  bottom: 100%;
  -webkit-animation: scroll-in-fall 0.8s ease forwards;
  -moz-animation: scroll-in-fall 0.8s ease forwards;
  animation: scroll-in-fall 0.8s ease forwards;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
}
.card-list .item.scroll-in .image .img {
  opacity: 0;
  -webkit-animation: scroll-in-fade 0.5s ease forwards;
  -moz-animation: scroll-in-fade 0.5s ease forwards;
  animation: scroll-in-fade 0.5s ease forwards;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media screen and (max-width: 568px) {
  .page-content {
    padding-top: 112px;
    padding-bottom: 104px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .page-content {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .page-content > .text-content {
    max-width: 860px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .page-content {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .page-content > .text-content {
    max-width: 860px;
  }
}
@media screen and (min-width: 1921px) {
  .page-content {
    padding-top: 160px;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .page-content > .text-content {
    max-width: 860px;
  }
}

.bk {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bk .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.bk .video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-menu {
  position: fixed;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 568px) {
  .main-menu {
    left: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .main-menu {
    left: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .main-menu {
    left: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .main-menu {
    left: 24px;
    top: 24px;
  }
}
@media screen and (max-width: 568px) {
  .main-menu {
    width: 225px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .main-menu {
    width: 280px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .main-menu {
    width: 280px;
  }
}
@media screen and (min-width: 1921px) {
  .main-menu {
    width: 280px;
  }
}
.main-menu .menu-box {
  height: 48px;
  cursor: pointer;
  color: white;
  background-color: black;
  font-size: 18px;
}
body.menu-open .main-menu .menu-box {
  color: rgba(255, 255, 255, 0.5);
}
body:not(.touch):not(.menu-open) .main-menu .menu-box:hover {
  background-color: #333333;
}
@media screen and (max-width: 568px) {
  .main-menu .menu-box {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .main-menu .menu-box {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .main-menu .menu-box {
    padding: 12px 16px;
  }
}
@media screen and (min-width: 1921px) {
  .main-menu .menu-box {
    padding: 12px 16px;
  }
}
.main-menu .menu-box .text .color-red {
  font-family: Arial, sans-serif;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.main-menu .menu-box .text sup {
  line-height: 1;
}
.main-menu .menu-box:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 14px 15px;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 568px) {
  .main-menu .menu-box .text {
    display: none;
  }
  .main-menu .menu-box:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 15px;
    width: 104px;
    height: 20px;
    background-image: url("/App/Site/Assets/i/proxima-logo-phone-white.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media only screen and (max-width: 568px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 568px) and (min--moz-device-pixel-ratio: 1.3), only screen and (max-width: 568px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (max-width: 568px) and (min-resolution: 125dpi), only screen and (max-width: 568px) and (min-resolution: 1.3dppx) {
  .main-menu .menu-box:before {
    background-image: url("/App/Site/Assets/i/proxima-logo-phone-white-2x.png");
    background-size: 104px 20px;
  }
}
@media screen and (max-width: 568px) {
  body.menu-open .main-menu .menu-box .active,
  body.menu-open .main-menu .menu-box .inactive {
    display: none;
  }
  body.menu-open .main-menu .menu-box:before {
    opacity: 0.5;
  }
}
.main-menu nav {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.1s ease;
  -moz-transition: -moz-transform 0.1s ease;
  transition: transform 0.1s ease;
  border-top: 1px solid #333333;
  background-color: black;
}
body.menu-open .main-menu nav {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.main-menu nav .item a {
  color: white;
  display: block;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 11px 16px;
}
.main-menu nav .item a a {
  color: white;
  display: block;
}
.main-menu nav .item a sup {
  line-height: 1;
}
body:not(.touch) .main-menu nav .item a:hover {
  background-color: #333333;
}
.main-menu nav .item a.active {
  color: rgba(255, 255, 255, 0.5);
}
.main-menu nav .sep {
  display: block;
  height: 0;
  border-top: 1px solid #333333;
}

@media screen and (max-width: 568px) {
  .text-large {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1921px) {
  .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 568px) {
  .text-medium {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .text-medium {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .text-medium {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1921px) {
  .text-medium {
    font-size: 35px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 568px) {
  .text-intermediate {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .text-intermediate {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .text-intermediate {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1921px) {
  .text-intermediate {
    font-size: 27px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 568px) {
  .text-above-normal {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .text-above-normal {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .text-above-normal {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1921px) {
  .text-above-normal {
    font-size: 21px;
    line-height: 1.3;
  }
}

.color-red {
  color: red;
}

.page-content a.text-gray,
.text-gray {
  color: #808080;
}

.text-gray a.active {
  color: black;
}

.text-content {
  line-height: 1.5;
}
.text-content a {
  color: #808080;
}

.spacer {
  display: block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
@-moz-keyframes blink {
  to {
    visibility: hidden;
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
.blink {
  -webkit-animation: blink 1s steps(2, start) infinite;
  -moz-animation: blink 1s steps(2, start) infinite;
  animation: blink 1s steps(2, start) infinite;
}

.read-more.toggler a {
  color: #808080;
  text-decoration: none;
  border-bottom: 1px dashed #808080 !important;
}
body:not(.touch) .read-more.toggler a:hover {
  color: black !important;
  border-bottom-color: black !important;
}

@media screen and (max-width: 568px) {
  .sidebar-title {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .sidebar-title {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .sidebar-title {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .sidebar-title {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 568px) {
  .sidebar-subtitle {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .sidebar-subtitle {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .sidebar-subtitle {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .sidebar-subtitle {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}

.content-text h2 .addon-text,
.page-heading-2 .addon-text {
  color: #808080;
}
body:not(.touch) .content-text h2 a:hover, body:not(.touch)
.page-heading-2 a:hover {
  color: #808080;
}

@media screen and (max-width: 568px) {
  .content-text h1,
  .page-heading-1 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 32px;
  }

  .content-text h2,
  .page-heading-2 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .content-text h2::after,
  .page-heading-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-text h2 .addon-text,
  .page-heading-2 .addon-text {
    font-size: 17px;
    margin-top: 8px;
    display: block;
  }

  .content-text h3,
  .page-heading-3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .content-text h1,
  .page-heading-1 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }

  .content-text h2,
  .page-heading-2 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .content-text h2::after,
  .page-heading-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-text h2 .addon-text,
  .page-heading-2 .addon-text {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 24px;
    float: right;
  }

  .content-text h3,
  .page-heading-3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .content-text h1,
  .page-heading-1 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }

  .content-text h2,
  .page-heading-2 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .content-text h2::after,
  .page-heading-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-text h2 .addon-text,
  .page-heading-2 .addon-text {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 24px;
    float: right;
  }

  .content-text h3,
  .page-heading-3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .content-text h1,
  .page-heading-1 {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }

  .content-text h2,
  .page-heading-2 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .content-text h2::after,
  .page-heading-2::after {
    clear: both;
    content: "";
    display: table;
  }
  .content-text h2 .addon-text,
  .page-heading-2 .addon-text {
    font-size: 18px;
    line-height: 1.5;
    margin-left: 24px;
    float: right;
  }

  .content-text h3,
  .page-heading-3 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 568px) {
  .heading {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .heading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .heading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1921px) {
  .heading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 568px) {
  .subheading {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .subheading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .subheading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .subheading {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 48px;
  }
}

.subheading-2 {
  font-size: 27px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.subheading-3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.superheading {
  margin-bottom: 8px;
}

.rich-content {
  line-height: 1.5;
}
.rich-content .embed-block {
  max-width: 100%;
  overflow: hidden;
}
.rich-content .embed-block .embed-content > * {
  margin: 0 !important;
}
@media screen and (max-width: 568px) {
  .rich-content h1:not(:first-child),
  .rich-content h2:not(:first-child),
  .rich-content h3:not(:first-child),
  .rich-content .embed-block:not(:first-child) {
    margin-top: 32px;
  }
  .rich-content h2 + h3 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .rich-content h1:not(:first-child),
  .rich-content h2:not(:first-child),
  .rich-content h3:not(:first-child),
  .rich-content .embed-block:not(:first-child) {
    margin-top: 48px;
  }
  .rich-content h2 + h3 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .rich-content h1:not(:first-child),
  .rich-content h2:not(:first-child),
  .rich-content h3:not(:first-child),
  .rich-content .embed-block:not(:first-child) {
    margin-top: 48px;
  }
  .rich-content h2 + h3 {
    margin-top: 32px !important;
  }
}
@media screen and (min-width: 1921px) {
  .rich-content h1:not(:first-child),
  .rich-content h2:not(:first-child),
  .rich-content h3:not(:first-child),
  .rich-content .embed-block:not(:first-child) {
    margin-top: 48px;
  }
  .rich-content h2 + h3 {
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 568px) {
  .rich-content h1,
  .rich-content h2 {
    font-size: 21px;
    margin-bottom: 24px;
  }
  .rich-content h3 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .rich-content h1,
  .rich-content h2 {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .rich-content h3 {
    font-size: 21px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .rich-content h1,
  .rich-content h2 {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .rich-content h3 {
    font-size: 21px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .rich-content h1,
  .rich-content h2 {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .rich-content h3 {
    font-size: 21px;
    margin-bottom: 24px;
  }
}
.rich-content p {
  margin-top: 0;
  margin-bottom: 8px;
}
.rich-content p:last-child {
  margin-bottom: 0;
}
.rich-content p:empty {
  display: none;
}
.rich-content ul,
.rich-content ol {
  padding-left: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.rich-content ul li,
.rich-content ol li {
  padding-left: 5px;
  margin-top: 8px;
}
.rich-content ul li:first-child,
.rich-content ol li:first-child {
  margin-top: 0;
}
.rich-content ul li {
  list-style-type: square;
}
.rich-content img {
  max-width: 100%;
  height: auto;
}
.rich-content .media-image.media-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  margin-bottom: 36px;
}
.rich-content .media-image.media-center .media-preview {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.rich-content .media-left,
.rich-content .media-right {
  margin-top: 4px;
}
.rich-content .media.media-left {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.4em;
}
.rich-content .media.media-right {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.4em;
}
.rich-content .media.media-center {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 568px) {
  .rich-content .video-block,
  .rich-content .media-image {
    display: block;
    float: none !important;
    text-align: center;
    max-width: none !important;
    height: auto;
  }
  .rich-content .video-block.media-left, .rich-content .video-block.media-right,
  .rich-content .media-image.media-left,
  .rich-content .media-image.media-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rich-content .video-block .media-preview,
  .rich-content .media-image .media-preview {
    max-width: 100%;
    max-height: 220px;
    margin: auto;
  }
  .rich-content .video-block .media-preview img,
  .rich-content .media-image .media-preview img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
.rich-content .video-block,
.rich-content .media .media-center {
  display: block;
  height: auto;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 568px) {
  .rich-content .video-block {
    height: 163px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .rich-content .video-block {
    height: 415px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .rich-content .video-block {
    height: 621px;
  }
}
@media screen and (min-width: 1921px) {
  .rich-content .video-block {
    height: 621px;
  }
}
.rich-content .video-block iframe {
  width: 100%;
  height: 100%;
}

.brief-btn {
  position: fixed;
  z-index: 4;
  color: black;
  background-color: white;
  border: 1px solid black;
  font-family: "Montserrat", serif;
  text-align: left;
}
@media screen and (max-width: 568px) {
  .brief-btn {
    right: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .brief-btn {
    right: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .brief-btn {
    right: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .brief-btn {
    right: 24px;
    top: 24px;
  }
}
@media screen and (max-width: 568px) {
  .brief-btn .icon {
    padding: 11px;
    font-size: 24px;
  }
  .brief-btn .text {
    display: none;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .brief-btn {
    min-width: 226px;
    padding-right: 40px;
  }
  .brief-btn .icon {
    display: none;
  }
  .brief-btn .text {
    position: relative;
    overflow: hidden;
    padding: 12px 16px;
    font-size: 18px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .brief-btn .text:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .brief-btn:hover .text {
    color: white;
  }
  .brief-btn:hover .text:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .brief-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .brief-btn {
    min-width: 226px;
    padding-right: 40px;
  }
  .brief-btn .icon {
    display: none;
  }
  .brief-btn .text {
    position: relative;
    overflow: hidden;
    padding: 12px 16px;
    font-size: 18px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .brief-btn .text:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .brief-btn:hover .text {
    color: white;
  }
  .brief-btn:hover .text:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .brief-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .brief-btn {
    min-width: 226px;
    padding-right: 40px;
  }
  .brief-btn .icon {
    display: none;
  }
  .brief-btn .text {
    position: relative;
    overflow: hidden;
    padding: 12px 16px;
    font-size: 18px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  .brief-btn .text:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: -moz-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  .brief-btn:hover .text {
    color: white;
  }
  .brief-btn:hover .text:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .brief-btn:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding-right: 12px;
  }
}

.layout::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout {
    position: relative;
  }
  .layout .main {
    float: right;
    width: 47%;
  }
  .layout .sidebar {
    float: left;
    width: 47%;
  }
  .layout .sidebar-fixed {
    position: fixed;
    width: 37%;
  }
  .layout section > .wide {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout {
    position: relative;
  }
  .layout .main {
    float: right;
    width: 47%;
  }
  .layout .sidebar {
    float: left;
    width: 47%;
  }
  .layout .sidebar-fixed {
    position: fixed;
    width: 37%;
  }
  .layout section > .wide {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (min-width: 1921px) {
  .layout {
    position: relative;
  }
  .layout .main {
    float: right;
    width: 47%;
  }
  .layout .sidebar {
    float: left;
    width: 47%;
  }
  .layout .sidebar-fixed {
    position: fixed;
    width: 37%;
  }
  .layout section > .wide {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (max-width: 568px) {
  .layout section > .main + .sidebar {
    margin-top: 32px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout section > .main + .sidebar {
    margin-top: 32px;
  }
}
@media screen and (max-width: 568px) {
  .layout .sidebar + .main {
    margin-top: 104px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout.layout-wide .main,
  .layout.layout-wide .sidebar {
    float: none !important;
    width: 100%;
  }
  .layout.layout-wide .sidebar-fixed {
    position: relative;
  }
  .layout.layout-wide .sidebar + .main {
    margin-top: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout.layout-inversed .main {
    float: left;
  }
  .layout.layout-inversed .sidebar {
    float: right;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout.layout-inversed .main {
    float: left;
  }
  .layout.layout-inversed .sidebar {
    float: right;
  }
}
@media screen and (min-width: 1921px) {
  .layout.layout-inversed .main {
    float: left;
  }
  .layout.layout-inversed .sidebar {
    float: right;
  }
}

@media screen and (max-width: 568px) {
  .layout-v-spaced .sidebar + .main,
  .layout-v-spaced .main + .sidebar {
    margin-top: 104px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-v-spaced.layout-wide .sidebar + .main,
  .layout-v-spaced.layout-wide .main + .sidebar {
    margin-top: 104px;
  }
}

.layout-dual::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-dual {
    position: relative;
  }
  .layout-dual .right-column {
    float: right;
    width: 47%;
    margin-left: 3%;
  }
  .layout-dual .left-column {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
  .layout-dual section > .wide {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (min-width: 1921px) {
  .layout-dual {
    position: relative;
  }
  .layout-dual .right-column {
    float: right;
    width: 47%;
    margin-left: 3%;
  }
  .layout-dual .left-column {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
  .layout-dual section > .wide {
    clear: both;
    overflow: hidden;
  }
}
@media screen and (max-width: 568px) {
  .layout-dual {
    /*
    .left-column + .right-column {
      margin-top: r-value(content, section-spacing);
    }
    */
  }
  .layout-dual .right-column .heading {
    display: none;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-dual {
    /*
    .left-column + .right-column {
      margin-top: r-value(content, section-spacing);
    }
    */
  }
  .layout-dual .right-column .heading {
    display: none;
  }
}

.layout-tri-column .left,
.layout-tri-column .right,
.layout-tri-column .center {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 568px) {
  .layout-tri-column .left {
    width: 100%;
    margin-bottom: 48px;
  }
  .layout-tri-column .center {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .layout-tri-column .right {
    width: 100%;
    margin-top: 48px;
  }
  .layout-tri-column .left,
  .layout-tri-column .center,
  .layout-tri-column .right {
    display: block;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-tri-column .left {
    width: 25%;
  }
  .layout-tri-column .center {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .layout-tri-column .right {
    width: 25%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-tri-column .left {
    width: 15.23%;
  }
  .layout-tri-column .center {
    width: 52.57%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .layout-tri-column .right {
    width: 32.2%;
  }
}
@media screen and (min-width: 1921px) {
  .layout-tri-column .left {
    width: 25%;
  }
  .layout-tri-column .center {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .layout-tri-column .right {
    width: 25%;
  }
}

.layout-2 .column {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 568px) {
  .layout-2 .column {
    width: 100%;
  }
  .layout-2 .column:not(:first-child) {
    margin-top: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-2 .column {
    width: 50%;
  }
  .layout-2 .column:first-child {
    padding-right: 3%;
  }
  .layout-2 .column:last-child {
    padding-left: 3%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-2 .column {
    width: 50%;
  }
  .layout-2 .column:first-child {
    padding-right: 3%;
  }
  .layout-2 .column:last-child {
    padding-left: 3%;
  }
}
@media screen and (min-width: 1921px) {
  .layout-2 .column {
    width: 50%;
  }
  .layout-2 .column:first-child {
    padding-right: 3%;
  }
  .layout-2 .column:last-child {
    padding-left: 3%;
  }
}

/*
@include r-define-layout(
  $name: layout-4,
  $sizes: $responsive-sizes,
  $values: (
    phone: (
      h-spacing: 6%,
      columns: 2,
    ),
    tablet: (
      h-spacing: 6%,
      columns: 4,
    ),
    desktop: (
      h-spacing: 6%,
      columns: 4,
    ),
    desktop-wide: (
      h-spacing: 6%,
      columns: 4,
    ),
  )
);

.layout-4 {

  .column {
    display: inline-block;
    vertical-align: top;

  }

  // ---

  @include r-layout(layout-4) {

    $h-spacing: rl-value(h-spacing);

    @if $h-spacing != null {
      margin: {
        left: -($h-spacing / 2);
        right: -($h-spacing / 2);
      }
    }

    .column {
      width: (100% / rl-value(columns));

      @if $h-spacing != null {
        padding: {
          left: ($h-spacing / 2);
          right: ($h-spacing / 2);
        }
      }
    }

  }

}
*/
@media screen and (max-width: 568px) {
  .layout-4-columns .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-4-columns .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-4-columns .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .layout-4-columns .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}

/*
@include r-define-layout(
  $name: layout-4-2,
  $sizes: $responsive-sizes,
  $values: (
    phone: (
      columns: 1,
    ),
    tablet: (
      h-spacing: 6%,
      columns: 2,
    ),
    desktop: (
      h-spacing: 6%,
      columns: 4,
    ),
    desktop-wide: (
      h-spacing: 6%,
      columns: 4,
    ),
  )
);

.layout-4-2 {

  .column {
    display: inline-block;
    vertical-align: top;

  }

  // ---

  @include r-layout(layout-4-2) {

    $h-spacing: rl-value(h-spacing);

    @if $h-spacing != null {
      margin: {
        left: -($h-spacing / 2);
        right: -($h-spacing / 2);
      }
    }

    .column {
      width: (100% / rl-value(columns));

      @if $h-spacing != null {
        padding: {
          left: ($h-spacing / 2);
          right: ($h-spacing / 2);
        }
      }
    }

  }

}
*/
@media screen and (max-width: 568px) {
  .layout-4-2-columns .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-4-2-columns .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-4-2-columns .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .layout-4-2-columns .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}

.small-links {
  font-size: 12px;
}
.small-links a {
  color: black;
}
body:not(.touch) .small-links a:hover {
  color: #808080;
}
.small-links .item a {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 568px) {
  .small-links .item a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .small-links .item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .small-links .item a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .small-links .item a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 568px) {
  .layout-with-sidebar .sidebar {
    margin-top: 104px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-with-sidebar .sidebar {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-with-sidebar .main-content,
  .layout-with-sidebar .sidebar {
    display: inline-block;
    vertical-align: top;
  }
  .layout-with-sidebar .sidebar .page-heading-2 {
    margin-top: 0.3em;
  }
  .layout-with-sidebar .main-content {
    width: 74%;
  }
  .layout-with-sidebar .sidebar {
    width: 20%;
  }
  .layout-with-sidebar .sidebar {
    margin-left: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .layout-with-sidebar .main-content,
  .layout-with-sidebar .sidebar {
    display: inline-block;
    vertical-align: top;
  }
  .layout-with-sidebar .sidebar .page-heading-2 {
    margin-top: 0.3em;
  }
  .layout-with-sidebar .main-content {
    width: 74%;
  }
  .layout-with-sidebar .sidebar {
    width: 20%;
  }
  .layout-with-sidebar .sidebar {
    margin-left: 6%;
  }
}

.btn-note {
  line-height: normal;
  margin-bottom: 32px;
}

.dialog-content .btn,
.dialog-content button,
.page-container .btn,
.page-container button {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  border: 1px solid black;
  background-color: transparent;
}
.dialog-content .btn:before,
.dialog-content button:before,
.page-container .btn:before,
.page-container button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
  background-color: black;
}
.dialog-content .btn .btn-content,
.dialog-content button .btn-content,
.page-container .btn .btn-content,
.page-container button .btn-content {
  position: relative;
  display: block;
  font-family: "Montserrat", serif;
  text-align: left;
  color: white;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 18px;
  min-width: 260px;
  padding: 12px 16px;
  padding-right: 36px;
}
.dialog-content .btn .btn-content:after,
.dialog-content button .btn-content:after,
.page-container .btn .btn-content:after,
.page-container button .btn-content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  color: white;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.dialog-content .btn .btn-content:after,
.dialog-content button .btn-content:after,
.page-container .btn .btn-content:after,
.page-container button .btn-content:after {
  font-size: 16px;
  padding: 15px 10px 14px 0;
}
body:not(.touch) .dialog-content .btn:hover:before, body:not(.touch)
.dialog-content button:hover:before, body:not(.touch)
.page-container .btn:hover:before, body:not(.touch)
.page-container button:hover:before {
  width: 42px;
}
body:not(.touch) .dialog-content .btn:hover .btn-content, body:not(.touch)
.dialog-content button:hover .btn-content, body:not(.touch)
.page-container .btn:hover .btn-content, body:not(.touch)
.page-container button:hover .btn-content {
  color: black;
}
body:not(.touch) .dialog-content .btn:hover .btn-content:after, body:not(.touch)
.dialog-content button:hover .btn-content:after, body:not(.touch)
.page-container .btn:hover .btn-content:after, body:not(.touch)
.page-container button:hover .btn-content:after {
  color: white;
}
.dialog-content .btn-outline,
.page-container .btn-outline {
  overflow: hidden;
}
.dialog-content .btn-outline:before,
.page-container .btn-outline:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.dialog-content .btn-outline .btn-content,
.page-container .btn-outline .btn-content {
  color: black;
}
.dialog-content .btn-outline .btn-content:after,
.page-container .btn-outline .btn-content:after {
  color: black;
}
body:not(.touch) .dialog-content .btn-outline:hover:before, body:not(.touch)
.page-container .btn-outline:hover:before {
  width: 100%;
  -webkit-transform: translateX(-42px);
  -moz-transform: translateX(-42px);
  -ms-transform: translateX(-42px);
  -o-transform: translateX(-42px);
  transform: translateX(-42px);
}
body:not(.touch) .dialog-content .btn-outline:hover .btn-content, body:not(.touch)
.page-container .btn-outline:hover .btn-content {
  color: white;
}
body:not(.touch) .dialog-content .btn-outline:hover .btn-content:after, body:not(.touch)
.page-container .btn-outline:hover .btn-content:after {
  color: black;
}

.back-btn {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 568px) {
  .back-btn {
    top: 112px;
    right: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .back-btn {
    top: 160px;
    right: 10%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .back-btn {
    top: 160px;
    right: 10%;
  }
}
@media screen and (min-width: 1921px) {
  .back-btn {
    top: 160px;
    right: 10%;
  }
}
@media screen and (max-width: 568px) {
  .back-btn {
    margin-top: -44px;
    margin-right: -44px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .back-btn {
    margin-top: -84px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .back-btn {
    margin-top: -84px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 1921px) {
  .back-btn {
    margin-top: -84px;
    margin-right: -48px;
  }
}
body.section-services-article .back-btn {
  margin-top: -44px;
}
@media screen and (max-width: 568px) {
  .back-btn {
    display: none;
  }
}
.back-btn:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 28px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 29px;
  height: 29px;
}
body:not(.touch) .back-btn:hover:before {
  color: #808080;
}

.content-live .subtitle {
  margin-bottom: 48px;
}
.content-live .subtitle .tabbed {
  margin-left: 16px;
  color: #808080;
}
.content-live .text-large,
.content-live .text-medium {
  color: #808080;
}
.content-live .text-large strong,
.content-live .text-medium strong {
  font-weight: normal;
  color: black;
}
@media screen and (max-width: 568px) {
  .content-live {
    margin-bottom: 104px;
  }
  .content-live .text-large {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .content-live {
    margin-bottom: 184px;
  }
  .content-live .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .content-live {
    margin-bottom: 184px;
  }
  .content-live .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1921px) {
  .content-live {
    margin-bottom: 184px;
  }
  .content-live .text-large {
    font-size: 46px;
    line-height: 1.2;
  }
}

.content-text {
  line-height: 1.5;
  margin-bottom: 104px;
}
.layout section:last-child .content-text {
  margin-bottom: 0;
}
.content-text p {
  margin-top: 32px;
}
@media screen and (max-width: 568px) {
  .content-text h1 {
    margin-bottom: 24px;
  }
  .content-text h1 + p {
    margin-top: 24px;
  }
  .content-text h2 {
    margin-bottom: 24px;
  }
  .content-text h2 + p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .content-text h1 {
    margin-bottom: 32px;
  }
  .content-text h1 + p {
    margin-top: 32px;
  }
  .content-text h2 {
    margin-bottom: 24px;
  }
  .content-text h2 + p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .content-text h1 {
    margin-bottom: 32px;
  }
  .content-text h1 + p {
    margin-top: 32px;
  }
  .content-text h2 {
    margin-bottom: 24px;
  }
  .content-text h2 + p {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .content-text h1 {
    margin-bottom: 32px;
  }
  .content-text h1 + p {
    margin-top: 32px;
  }
  .content-text h2 {
    margin-bottom: 24px;
  }
  .content-text h2 + p {
    margin-top: 24px;
  }
}

.content-text a,
.text-content a {
  color: black;
}
body:not(.touch) .content-text a:hover, body:not(.touch)
.text-content a:hover {
  color: #808080;
}
.content-text .text a,
.text-content .text a {
  color: #808080;
}
body:not(.touch) .content-text .text a:hover, body:not(.touch)
.text-content .text a:hover {
  color: black;
}

.page-content section::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 568px) {
  .page-content section + section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .page-content section + section {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .page-content section + section {
    margin-top: 104px;
  }
}
@media screen and (min-width: 1921px) {
  .page-content section + section {
    margin-top: 104px;
  }
}
@media screen and (max-width: 568px) {
  .page-content section.section-heading:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .page-content section.section-heading:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .page-content section.section-heading:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .page-content section.section-heading:not(:last-child) {
    margin-bottom: 48px;
  }
}
.page-content section.section-heading h2,
.page-content section.section-heading .page-section-2 {
  margin-bottom: 0;
}
.page-content section.section-heading + section {
  margin-top: 0;
}

section footer {
  margin-top: 48px;
}

@media screen and (max-width: 568px) {
  .section-group section + section {
    margin-top: 32px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .section-group section + section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .section-group section + section {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .section-group section + section {
    margin-top: 48px;
  }
}

@media screen and (max-width: 568px) {
  .card-list .item {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .card-list .item {
    margin-bottom: 104px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .card-list .item {
    margin-bottom: 104px;
  }
}
@media screen and (min-width: 1921px) {
  .card-list .item {
    margin-bottom: 104px;
  }
}
.card-list .item:last-child {
  margin-bottom: 0;
}
.card-list .item .image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 568px) {
  .card-list .item .image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .card-list .item .image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .card-list .item .image {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .card-list .item .image {
    margin-bottom: 24px;
  }
}
.card-list .item .image .img-bk {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DCDDDD;
}
.card-list .item .image .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DCDDDD;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card-list .item .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.card-list .item .image.video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
body.touch .card-list .item .image.video video {
  display: none;
}
body:not(.touch) .card-list .item .image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body:not(.touch) .card-list .item:hover .image:after {
  opacity: 1;
}
.card-list .item .title {
  font-size: 18px;
  line-height: 1.5;
  color: black;
}
.card-list .item .subtitle {
  font-size: 18px;
  line-height: 1.5;
  color: #808080;
}
.card-list .item .summary,
.card-list .item p {
  line-height: 1.5;
}
.card-list .item .summary ul li {
  list-style-type: square;
}
.card-list .item .summary ul, .card-list .item .summary ol {
  padding-left: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.card-list .item .summary ul li, .card-list .item .summary ol li {
  padding-left: 5px;
  margin-top: 8px;
}

@media screen and (max-width: 568px) {
  .page-heading-2 + .card-list {
    margin-top: 48px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .page-heading-2 + .card-list {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .page-heading-2 + .card-list {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .page-heading-2 + .card-list {
    margin-top: 48px;
  }
}
.card-tile .item .action {
  margin-top: 24px;
}
.card-tile .item .action .btn {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .card-tile .item {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-left: 6%;
  }
  .card-tile .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .card-tile .item:nth-last-child(1), .card-tile .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .card-tile .item {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-left: 6%;
  }
  .card-tile .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .card-tile .item:nth-last-child(1), .card-tile .item:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .card-tile .item {
    display: inline-block;
    vertical-align: top;
    width: 29.33333%;
    margin-left: 6%;
  }
  .card-tile .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .card-tile .item:nth-last-child(1), .card-tile .item:nth-last-child(2), .card-tile .item:nth-last-child(3) {
    margin-bottom: 0;
  }
}

.toggler.toggle-collapsed .toggler-expanded-content {
  display: none;
}
.toggler.toggle-expanded .toggler-collapsed-content {
  display: none;
}

.toc {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 16px;
}
.toc li {
  margin-bottom: 20px;
}
.toc li a {
  color: #808080;
}
.toc li a.active {
  color: black;
}
body:not(.touch) .toc li a:hover {
  color: black;
}

.toc-tags {
  margin-right: -8px;
  margin-bottom: -8px;
}
.toc-tags li {
  display: inline;
}
.toc-tags li a {
  padding: 10px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: black;
}
.toc-tags li a sup {
  margin-left: 4px;
  font-size: 13px;
}
.toc-tags li a.active {
  color: white;
  background-color: black;
  border-color: black;
}
body:not(.touch) .toc-tags li a:hover {
  color: white;
  background-color: black;
  border-color: black;
}

.sidebar-title + .toc-tags,
.sidebar-title + #toc > .toc-tags {
  margin-top: 48px;
}

.scopes {
  margin-top: 48px;
  overflow: hidden;
}
.scopes .scope-items {
  margin-top: -8px;
  margin-bottom: -8px;
}
.scopes .scopes-label {
  margin-bottom: 24px;
}
.scopes .scopes-label #scope-filter:not(:empty):after {
  content: '.\00a0';
}
.scopes .scope {
  display: inline-block;
  white-space: nowrap;
  border-bottom: none !important;
}
.scopes .scope .text {
  display: block;
  color: #808080;
  margin-top: 8px;
  margin-bottom: 8px;
}
.scopes .scope.active .text {
  color: white;
  background-color: black;
}
body:not(.touch) .scopes .scope:not(.active):hover .text {
  color: black;
}
@media screen and (max-width: 568px) {
  .scopes .scope .text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .scopes .scope .text {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .scopes .scope .text {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .scopes .scope .text {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.tweets-history .item {
  margin-top: 32px;
}
.tweets-history .item::after {
  clear: both;
  content: "";
  display: table;
}
.tweets-history .item:first-child {
  margin-top: 0;
}
.tweets-history .item .date {
  float: left;
  width: 140px;
  color: #808080;
}
.tweets-history .item .text {
  overflow: hidden;
  margin-top: 0;
  padding-bottom: 2px;
}
@media screen and (max-width: 568px) {
  .tweets-history .item .date {
    float: none;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 568px) {
  .project-details .summary .page-heading-1 {
    margin-bottom: 24px;
  }
  .project-details .summary p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .project-details .summary p:first-child {
    margin-top: 0;
  }
  .project-details .summary p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .project-details .summary .page-heading-1 {
    margin-bottom: 24px;
  }
  .project-details .summary p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .project-details .summary p:first-child {
    margin-top: 0;
  }
  .project-details .summary p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .project-details .summary .page-heading-1 {
    margin-bottom: 24px;
  }
  .project-details .summary p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .project-details .summary p:first-child {
    margin-top: 0;
  }
  .project-details .summary p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1921px) {
  .project-details .summary .page-heading-1 {
    margin-bottom: 24px;
  }
  .project-details .summary p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .project-details .summary p:first-child {
    margin-top: 0;
  }
  .project-details .summary p:last-child {
    margin-bottom: 0;
  }
}
.project-details .summary .image {
  position: relative;
  background-color: #DCDDDD;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.project-details .summary .image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 568px) {
  .project-details .summary .image {
    margin-top: 104px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .project-details .summary .image {
    margin-top: 104px;
  }
}
@media screen and (max-width: 568px) {
  .project-details .summary .sidebar + .main {
    margin-top: 48px;
  }
}
@media screen and (max-width: 568px) {
  .project-details .title {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .project-details .title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .project-details .title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1921px) {
  .project-details .title {
    font-size: 35px;
    line-height: 1.3;
  }
}
.project-details > section .content-text:last-child {
  margin-bottom: 0;
}
.project-details > section.summary a, .project-details > section.text a {
  color: #808080;
}
body:not(.touch) .project-details > section.summary a:hover, body:not(.touch) .project-details > section.text a:hover {
  color: black;
}
.project-details > section.summary h2:only-child, .project-details > section.text h2:only-child {
  margin-bottom: 0;
}
.project-details > section.media {
  background-color: #DCDDDD;
}
@media screen and (max-width: 568px) {
  .project-details > section.media {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .project-details > section.media {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .project-details > section.media {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .project-details > section.media {
    margin-bottom: 48px;
  }
}
.project-details > section.media-image img {
  display: block;
  width: 100%;
  height: auto;
}
.project-details > section.media-video {
  background-color: transparent;
}
.project-details > section.media-video .video {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .project-details > section.media-video .video {
    width: 100%;
  }
}
.project-details > section.media-video .video img {
  display: block;
  width: 100%;
  height: auto;
}
.project-details > section.media-video .video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.project-details > section.media-local-video {
  position: relative;
}
.project-details > section.media-local-video img {
  display: block;
  width: 100%;
  height: auto;
}
.project-details > section.media-local-video .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.project-details > section.media-local-video .video {
  position: relative;
}
.project-details > section.media-local-video .video video {
  display: block;
  width: 100%;
  height: 100%;
}
.project-details > section.media-local-video .video:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-details .project-next a {
  display: block;
}
.project-details .project-next h4 {
  margin-bottom: 48px;
}
@media screen and (max-width: 568px) {
  .project-details .project-next h4 {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .project-details .project-next h4 {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .project-details .project-next h4 {
    font-size: 27px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1921px) {
  .project-details .project-next h4 {
    font-size: 27px;
    line-height: 1.3;
  }
}
.project-details .project-next .title,
.project-details .project-next .subtitle {
  font-size: 18px;
  line-height: 1.5;
}
.project-details .project-next .subtitle {
  color: #808080;
}
.project-details .project-next .image {
  position: relative;
  background-color: #DCDDDD;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.project-details .project-next .image:not(:first-child) {
  margin-top: 24px;
}
.project-details .project-next .image + .info {
  margin-top: 24px;
}
.project-details .project-next .image > img {
  display: block;
  width: 100%;
  height: auto;
}
body:not(.touch) .project-details .project-next a .image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body:not(.touch) .project-details .project-next a:hover .image:after {
  opacity: 1;
}

.content-contacts .subtitle {
  margin-bottom: 48px;
}
.content-contacts .subtitle .unimportant {
  color: #808080;
}
.content-contacts .address {
  margin-bottom: 48px;
}
.content-contacts .address .item {
  color: #808080;
}
.content-contacts .address .item strong {
  font-weight: normal;
}
.content-contacts .address .item strong, .content-contacts .address .item strong a {
  color: black;
}
.content-contacts .text p:not(:last-child) {
  margin-bottom: 24px;
}
.content-contacts .text + .text {
  margin-top: 24px;
}
@media screen and (max-width: 568px) {
  .content-contacts .address {
    font-size: 27px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .content-contacts .address {
    font-size: 35px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .content-contacts .address {
    font-size: 35px;
  }
}
@media screen and (min-width: 1921px) {
  .content-contacts .address {
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  .content-contacts.content-contacts-small .address {
    font-size: 18px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .content-contacts.content-contacts-small .address {
    font-size: 21px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .content-contacts.content-contacts-small .address {
    font-size: 21px;
  }
}
@media screen and (min-width: 1921px) {
  .content-contacts.content-contacts-small .address {
    font-size: 21px;
  }
}
.content-contacts.content-contacts-small .phones:not(:last-child) {
  margin-bottom: 32px;
}

.contacts-card {
  border: 1px solid #b2b2b2;
}
@media screen and (max-width: 568px) {
  .contacts-card {
    padding: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .contacts-card {
    padding: 32px 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .contacts-card {
    padding: 32px 48px;
  }
}
@media screen and (min-width: 1921px) {
  .contacts-card {
    padding: 32px 48px;
  }
}
.contacts-card .address {
  margin-bottom: 0;
}
@media screen and (max-width: 568px) {
  .contacts-card .address + .text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .contacts-card .address + .text {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .contacts-card .address + .text {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1921px) {
  .contacts-card .address + .text {
    margin-top: 48px;
  }
}
.contacts-card + .text-content {
  margin-top: 48px;
}

.toggle-list .item .caption {
  position: relative;
  display: block;
}
.toggle-list .item .caption:after {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.toggle-list .item .summary, .toggle-list .item.collapsed .summary {
  display: none;
}
.toggle-list .item.expanded .caption:after, .toggle-list .item:not(.collapsed):target .caption:after {
  content: "";
}
.toggle-list .item.expanded .summary, .toggle-list .item:not(.collapsed):target .summary {
  display: block;
}

.faq-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faq-items .faq-item .faq-item-question {
  position: relative;
  display: block;
  cursor: pointer;
  color: black;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 16px;
  padding-right: 53px;
}
.faq-items .faq-item .faq-item-question:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 20px;
  width: 21px;
  height: 21px;
  margin-top: auto;
  margin-bottom: auto;
}
.faq-items .faq-item .faq-item-question:after {
  padding: 16px;
}
@media screen and (max-width: 568px) {
  .faq-items .faq-item .faq-item-question {
    padding-right: 16px;
  }
  .faq-items .faq-item .faq-item-question:after {
    display: none;
  }
}
.faq-items .faq-item:first-child .faq-item-question {
  border-top-color: transparent;
}
.faq-items .faq-item .faq-item-answer {
  color: #808080;
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
.faq-items .faq-item.expanded .faq-item-question, .faq-items .faq-item:not(.collapsed):target .faq-item-question {
  border-color: black;
  color: white;
  background: black;
}
.faq-items .faq-item.expanded .faq-item-question:after, .faq-items .faq-item:not(.collapsed):target .faq-item-question:after {
  content: "";
}

.faq-ask-form {
  margin-top: 104px;
}

.form .form-group,
form .form-group {
  margin-bottom: 48px;
}
.form .form-group .form-label,
form .form-group .form-label {
  margin-bottom: 16px;
}
@media screen and (max-width: 568px) {
  .form .form-group .form-label,
  form .form-group .form-label {
    font-size: 18px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .form .form-group .form-label,
  form .form-group .form-label {
    font-size: 21px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .form .form-group .form-label,
  form .form-group .form-label {
    font-size: 21px;
  }
}
@media screen and (min-width: 1921px) {
  .form .form-group .form-label,
  form .form-group .form-label {
    font-size: 21px;
  }
}
.form .form-group .help-block,
form .form-group .help-block {
  color: #808080;
  margin-top: 16px;
  margin-bottom: 16px;
}
.form .form-group .form-control,
form .form-group .form-control {
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  background-color: white;
  font-family: "Montserrat", serif;
  color: black;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  margin-top: 16px;
  font-size: 18px;
  padding: 16px;
}
.form .form-group .form-control:hover,
form .form-group .form-control:hover {
  border-color: #808080;
}
.form .form-group .form-control:focus,
form .form-group .form-control:focus {
  border-color: black;
}
.form .form-group > .checkbox,
form .form-group > .checkbox {
  position: relative;
}
.form .form-group > .checkbox input[type="checkbox"],
form .form-group > .checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -9999px;
  opacity: 0;
}
.form .form-group > .checkbox input[type="checkbox"] + .form-label,
form .form-group > .checkbox input[type="checkbox"] + .form-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-group > .checkbox input[type="checkbox"] + .form-label::after,
form .form-group > .checkbox input[type="checkbox"] + .form-label::after {
  clear: both;
  content: "";
  display: table;
}
.form .form-group > .checkbox input[type="checkbox"] + .form-label:before,
form .form-group > .checkbox input[type="checkbox"] + .form-label:before {
  float: left;
  display: block;
  margin-top: 3px;
  margin-right: 16px;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.form .form-group > .checkbox input[type="checkbox"]:checked + .form-label:before,
form .form-group > .checkbox input[type="checkbox"]:checked + .form-label:before {
  content: "";
}
.form .form-group textarea,
form .form-group textarea {
  resize: vertical;
}
.form .form-group .advice .validation-advice,
form .form-group .advice .validation-advice {
  margin-top: 5px;
  color: rgba(255, 0, 0, 0.5);
}
.form .form-group.form-group-error .form-control,
form .form-group.form-group-error .form-control {
  border-color: rgba(255, 0, 0, 0.5);
}
.form .form-group .form-checklist,
form .form-group .form-checklist {
  margin-top: 24px;
}
.form .form-group .form-checklist .checkbox,
form .form-group .form-checklist .checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  margin-bottom: 8px;
}
.form .form-group .form-checklist .checkbox input[type="checkbox"],
form .form-group .form-checklist .checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form .form-group .form-checklist .checkbox label,
form .form-group .form-checklist .checkbox label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  padding: 11px 16px;
}
.form .form-group .form-checklist .checkbox label:before,
form .form-group .form-checklist .checkbox label:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
}
body:not(.touch) .form .form-group .form-checklist .checkbox label:hover, body:not(.touch)
form .form-group .form-checklist .checkbox label:hover {
  color: white;
  background-color: black;
  border-color: black;
}
.form .form-group .form-checklist .checkbox input[type="checkbox"]:checked + label,
form .form-group .form-checklist .checkbox input[type="checkbox"]:checked + label {
  border-color: black;
  color: white;
  background: black;
}
.form .form-group .form-checklist .checkbox input[type="checkbox"]:checked + label:before,
form .form-group .form-checklist .checkbox input[type="checkbox"]:checked + label:before {
  content: "";
}
.form .form-group.form-group-presets .field-presets,
form .form-group.form-group-presets .field-presets {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form .form-group.form-group-presets .field-presets .field-preset,
form .form-group.form-group-presets .field-presets .field-preset {
  display: inline-block;
  font-size: 12px;
  color: #818181;
  cursor: pointer;
}
@media screen and (max-width: 568px) {
  .form .form-group.form-group-presets .field-presets .field-preset,
  form .form-group.form-group-presets .field-presets .field-preset {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .form .form-group.form-group-presets .field-presets .field-preset,
  form .form-group.form-group-presets .field-presets .field-preset {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .form .form-group.form-group-presets .field-presets .field-preset,
  form .form-group.form-group-presets .field-presets .field-preset {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .form .form-group.form-group-presets .field-presets .field-preset,
  form .form-group.form-group-presets .field-presets .field-preset {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
  }
}
.form .form-group.form-group-presets .field-presets .field-preset .field-preset-text,
form .form-group.form-group-presets .field-presets .field-preset .field-preset-text {
  border-bottom: 1px dotted #818181;
}
body:not(.touch) .form .form-group.form-group-presets .field-presets .field-preset:hover, body:not(.touch)
form .form-group.form-group-presets .field-presets .field-preset:hover {
  color: black;
}
body:not(.touch) .form .form-group.form-group-presets .field-presets .field-preset:hover .field-preset-text, body:not(.touch)
form .form-group.form-group-presets .field-presets .field-preset:hover .field-preset-text {
  border-bottom-color: #818181;
}
.form .form-group-confirmation .form-label,
form .form-group-confirmation .form-label {
  color: #808080;
  font-size: 13px;
}
.form .form-actions,
form .form-actions {
  margin-top: 48px;
}

.photo-stack {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #DCDDDD;
}
.photo-stack .photo {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.9s ease;
  -moz-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
}
.photo-stack .photo.photo-selected {
  z-index: 50 !important;
  opacity: 0;
  visibility: visible;
}
.photo-stack .photo.active {
  opacity: 1;
  visibility: visible;
}
.photo-stack .photo.photo-animate-in {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}
.photo-stack .photo.photo-animate-out {
  z-index: 20;
  opacity: 0;
  visibility: visible;
}

.top-image {
  width: 100%;
}
@media screen and (max-width: 568px) {
  .top-image {
    height: 240px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .top-image {
    height: 576px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .top-image {
    height: 75vh;
  }
}
@media screen and (min-width: 1921px) {
  .top-image {
    height: 75vh;
  }
}

.top-image + .page-content {
  padding-top: 48px;
}

table.table {
  width: 100%;
  border-collapse: separate;
}
table.table tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table.table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 20px;
}
table.table tr td.narrow {
  width: 50px;
}
table.table tr td.width-15 {
  width: 15%;
}
table.table tr td.width-25 {
  width: 25%;
}
table.table tr td.width-35 {
  width: 35%;
}
table.table tr td.width-30 {
  width: 30%;
}
table.table tr td.width-65 {
  width: 65%;
}
table.table tr td.image {
  line-height: 1;
}
table.table.table-vcenter tr td {
  vertical-align: middle;
}
@media screen and (max-width: 568px) {
  table.table {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  table.table,
  table.table tbody,
  table.table tr,
  table.table td {
    display: block;
  }
  table.table tr {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  table.table tr:first-child td {
    border-top: none;
  }
  table.table tr td {
    width: 100% !important;
    border-bottom: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  table.table tr td:nth-child(-n+2) {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
  }
}

.grid .item {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 568px) {
  .grid.clients .item {
    width: 50%;
    height: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .grid.clients .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .grid.clients .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1921px) {
  .grid.clients .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.grid.clients .item img {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 568px) {
  .grid.awards .item {
    width: 50%;
    height: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .grid.awards .item {
    width: 33.33333%;
    height: 33.33333%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .grid.awards .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .grid.awards .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}

@media screen and (max-width: 568px) {
  .grid.awards-half .item {
    width: 50%;
    height: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .grid.awards-half .item {
    width: 33.33333%;
    height: 33.33333%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .grid.awards-half .item {
    width: 50%;
    height: 50%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .grid.awards-half .item {
    width: 25%;
    height: 25%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 6%;
  }
}

.award-item {
  text-align: left;
}
.award-item .image {
  margin: auto;
  margin-left: 0;
  width: 88px;
  height: 88px;
  margin-bottom: 16px;
}
.award-item .subtitle {
  margin-top: 8px;
  color: #808080;
}
.award-item .title,
.award-item .subtitle {
  line-height: 1.5;
}
@media screen and (max-width: 568px) {
  .award-item .title,
  .award-item .subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .award-item .title,
  .award-item .subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .award-item .title,
  .award-item .subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .award-item .title,
  .award-item .subtitle {
    font-size: 18px;
  }
}

.testimonials .thumbs-list {
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 568px) {
  .testimonials .thumbs-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .testimonials .thumbs-list {
    margin-left: -35px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .testimonials .thumbs-list {
    margin-left: -35px;
  }
}
@media screen and (min-width: 1921px) {
  .testimonials .thumbs-list {
    margin-left: -35px;
  }
}
.testimonials .thumbs-list .thumbs {
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
}
@media screen and (max-width: 568px) {
  .testimonials .thumbs-list .thumbs {
    padding-left: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .testimonials .thumbs-list .thumbs {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .testimonials .thumbs-list .thumbs {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1921px) {
  .testimonials .thumbs-list .thumbs {
    padding-left: 35px;
  }
}
.testimonials .thumbs-list .thumb {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
}
.testimonials .thumbs-list .thumb .image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  cursor: pointer;
}
.testimonials .thumbs-list .thumb.thumb-selected .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.testimonials .item .text-content + .person-name {
  margin-top: 24px;
}
.testimonials .item .person {
  margin-bottom: 24px;
}
.testimonials .item .person::after {
  clear: both;
  content: "";
  display: table;
}
.testimonials .item .person .person-image {
  float: left;
  width: 80px;
  height: 80px;
}
.testimonials .item .person .person-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonials .item .person .person-info {
  overflow: hidden;
}
@media screen and (max-width: 568px) {
  .testimonials .item .person .person-info .person-name {
    font-size: 18px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .testimonials .item .person .person-info .person-name {
    font-size: 21px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .testimonials .item .person .person-info .person-name {
    font-size: 21px;
  }
}
@media screen and (min-width: 1921px) {
  .testimonials .item .person .person-info .person-name {
    font-size: 21px;
  }
}
.testimonials .item .person .person-info .person-position {
  margin-bottom: 24px;
}
@media screen and (max-width: 568px) {
  .testimonials .item .person .person-image {
    margin-right: 24px;
  }
  .testimonials .item .person .person-info {
    padding-top: 0;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .testimonials .item .person .person-image {
    margin-right: 32px;
  }
  .testimonials .item .person .person-info {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .testimonials .item .person .person-image {
    margin-right: 32px;
  }
  .testimonials .item .person .person-info {
    padding-top: 8px;
  }
}
@media screen and (min-width: 1921px) {
  .testimonials .item .person .person-image {
    margin-right: 32px;
  }
  .testimonials .item .person .person-info {
    padding-top: 8px;
  }
}
.testimonials .item .read-more {
  margin-top: 32px;
}
.testimonials + .action {
  margin-top: 48px;
}
.testimonials .slides-pagination {
  position: relative;
  text-align: left;
  margin-top: 24px;
}
.testimonials .slides-pagination .swiper-action-prev,
.testimonials .slides-pagination .swiper-action-next,
.testimonials .slides-pagination .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.testimonials .slides-pagination .swiper-action-prev,
.testimonials .slides-pagination .swiper-action-next {
  cursor: pointer;
  line-height: 1;
  padding: 11px 16px;
  margin: -11px -16px;
}
.testimonials .slides-pagination .swiper-action-prev:before,
.testimonials .slides-pagination .swiper-action-next:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:not(.touch) .testimonials .slides-pagination .swiper-action-prev:hover, body:not(.touch)
.testimonials .slides-pagination .swiper-action-next:hover {
  color: #808080;
}
.testimonials .slides-pagination .swiper-action-prev:before {
  content: "";
}
.testimonials .slides-pagination .swiper-action-next:before {
  content: "";
}
.testimonials .slides-pagination .swiper-pagination {
  margin-top: -1px;
  margin-left: 6px;
  margin-right: 6px;
  width: auto;
  left: auto;
  bottom: auto;
}

.testimonials-list .item:not(:first-child) {
  margin-top: 48px;
}
.testimonials-list .item .details .text-content {
  margin-top: 16px;
}
.testimonials-list .testimonials-footer {
  margin-top: 48px;
}
.testimonials-list .testimonials-footer-compact {
  margin-top: 32px;
}
@media screen and (max-width: 568px) {
  .testimonials-list .item .details {
    padding-top: 16px;
  }
  .testimonials-list .loading-more:after {
    background-position-x: 5px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .testimonials-list .item .person {
    float: left;
  }
  .testimonials-list .item .details {
    overflow: hidden;
  }
  .testimonials-list .item .details {
    margin-left: 24px;
    padding-top: 12px;
  }
  .testimonials-list .loading-more:after {
    background-position-x: 112px;
  }
  .testimonials-list .testimonials-footer {
    margin-left: 112px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .testimonials-list .item .person {
    float: left;
  }
  .testimonials-list .item .details {
    overflow: hidden;
  }
  .testimonials-list .item .details {
    margin-left: 24px;
    padding-top: 12px;
  }
  .testimonials-list .loading-more:after {
    background-position-x: 112px;
  }
  .testimonials-list .testimonials-footer {
    margin-left: 112px;
  }
}
@media screen and (min-width: 1921px) {
  .testimonials-list .item .person {
    float: left;
  }
  .testimonials-list .item .details {
    overflow: hidden;
  }
  .testimonials-list .item .details {
    margin-left: 24px;
    padding-top: 12px;
  }
  .testimonials-list .loading-more:after {
    background-position-x: 112px;
  }
  .testimonials-list .testimonials-footer {
    margin-left: 112px;
  }
}

.text-list .item {
  margin-bottom: 8px;
}
.text-list .item:last-child {
  margin-bottom: 0;
}
.text-list .item p {
  margin-top: 0;
}
.text-list .item p:not(:last-child) {
  margin-bottom: 8px;
}

.blog-list .item {
  margin-bottom: 32px;
}
.blog-list .item:last-child {
  margin-bottom: 0;
}

.blog-item .header, .blog-article .header {
  margin-bottom: 16px;
}
.blog-item .header, .blog-article .header, .blog-item .header a, .blog-article .header a {
  color: #808080;
}
.blog-item .header .date, .blog-article .header .date {
  margin-right: 16px;
}
.blog-item .header .tags .tag, .blog-article .header .tags .tag {
  margin-right: 16px;
}
.blog-item .image, .blog-article .image {
  margin-bottom: 24px;
}
.blog-item .image img, .blog-article .image img {
  display: block;
  max-width: 532px;
  width: 100%;
  height: auto;
}
.blog-item .author, .blog-article .author {
  color: #808080;
}

.blog-article .author {
  margin-top: 32px;
  margin-bottom: 32px;
}
.blog-article .author .author-avatar {
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
  overflow: hidden;
  margin-right: 24px;
}
.blog-article .author .author-avatar img {
  display: block;
  width: 50px;
  height: 50px;
}
.blog-article .author .author-details {
  display: inline-block;
  vertical-align: middle;
}
.blog-article .author .author-details .author-name {
  color: black;
  font-size: 21px;
  line-height: 1.3;
}

.blog-next .blog-item, .blog-next .blog-article {
  margin-top: 48px;
}

body.dialog-open {
  overflow: hidden;
}

.dialog-box-mask {
  content: ' ';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.dialog-box {
  position: fixed;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.dialog-box.dialog-box-opened {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .dialog-box {
    padding: 0;
  }
}
@media screen and (min-width: 481px) {
  .dialog-box {
    padding: 20px;
  }
}
@media screen and (min-width: 481px) {
  .dialog-box:after {
    content: '\00a0';
    display: block;
    line-height: 1;
    font-size: 40px;
  }
}
.dialog-box .dialog {
  position: relative;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .dialog-box .dialog {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 481px) {
  .dialog-box .dialog {
    max-width: 628px;
    min-height: 250px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
.dialog-box .dialog-loading-spinner {
  max-width: 100%;
}

.dialog {
  background-color: white;
}
.dialog .dialog-content,
.dialog .close-action,
.dialog .spinner {
  position: relative;
}
.dialog .close-action {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dialog .close-action:after {
  display: block;
  padding: 16px;
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: black;
  font-size: 28px;
}
.dialog.dialog-loading:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url("/App/Site/Assets/i/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}
.dialog.dialog-loading .dialog-content {
  position: relative;
  min-height: 300px;
}
.dialog .form-sending {
  position: relative;
}
.dialog .form-sending:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: white;
  background-image: url("/App/Site/Assets/i/spinner.gif");
  background-position: center center;
  background-repeat: no-repeat;
}

.share-bar {
  padding-top: 1px;
  border-left: 1px solid black;
}
.share-bar .share-items {
  display: inline;
  border-top: 1px solid black;
  border-left: 1px solid black;
  margin-left: -1px;
}
.share-bar .share-item {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}
.share-bar .share-item a {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 47px;
  padding-top: 13px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.share-bar .share-item.share-item-facebook, .share-bar .share-item.share-item-facebook a {
  color: #435697;
}
.share-bar .share-item.share-item-telegram, .share-bar .share-item.share-item-telegram a {
  color: #4BA3DF;
}
.share-bar .share-item.share-item-vk, .share-bar .share-item.share-item-vk a {
  color: #537097;
}
.share-bar .share-item.share-item-pinterest, .share-bar .share-item.share-item-pinterest a {
  color: #C30F2A;
}
.share-bar .share-item.share-item-twitter, .share-bar .share-item.share-item-twitter a {
  color: #47ACE7;
}
.share-bar .share-item.share-item-ok, .share-bar .share-item.share-item-ok a {
  color: #E97021;
}
.share-bar .share-item.share-item-lj, .share-bar .share-item.share-item-lj a {
  color: #346898;
}

.links-list .items .item {
  display: block;
  font-size: 18px;
  margin-bottom: 32px;
}
@media screen and (max-width: 568px) {
  .links-list.links-list-dual-columns .items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .links-list.links-list-dual-columns .items {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .links-list.links-list-dual-columns .items {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}
@media screen and (min-width: 1921px) {
  .links-list.links-list-dual-columns .items {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}

.links-grid {
  overflow: hidden;
  font-size: 12px;
}
.links-grid .items {
  margin-left: -24px;
}
.links-grid .items .item {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
}
.links-grid .items .item a {
  color: black;
}
body:not(.touch) .links-grid .items .item a:hover {
  color: #808080;
}
@media screen and (max-width: 568px) {
  .links-grid .items {
    margin-top: -18px;
    margin-bottom: -18px;
  }
  .links-grid .items .item {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .links-grid .items {
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .links-grid .items .item {
    width: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .links-grid .items {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .links-grid .items .item {
    width: 33.33333%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .links-grid .items {
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .links-grid .items .item {
    width: 25%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.text-props .items .item {
  word-break: break-all;
}
.text-props .items .item a {
  color: black;
}
body:not(.touch) .text-props .items .item a:hover {
  color: #808080;
}
@media screen and (max-width: 568px) {
  .text-props .items .item {
    font-size: 18px;
  }
  .text-props .items .item:not(:first-child) {
    margin-top: 26px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .text-props .items .item {
    font-size: 18px;
  }
  .text-props .items .item:not(:first-child) {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .text-props .items .item {
    font-size: 18px;
  }
  .text-props .items .item:not(:first-child) {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .text-props .items .item {
    font-size: 18px;
  }
  .text-props .items .item:not(:first-child) {
    margin-top: 16px;
  }
}

.subscribe-form .text {
  font-size: 18px;
}
.subscribe-form .text:not(:empty) {
  margin-bottom: 24px;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form.sending:after {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background-color: #f2f2f2;
  background-image: url("/App/Site/Assets/i/subscribe-spinner.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.subscribe-form .form-fields {
  margin-right: 24px;
  margin-bottom: 24px;
}
.subscribe-form .form-fields .form-group:first-child {
  margin-top: 0;
}
.subscribe-form .form-fields .form-group {
  margin-bottom: 0;
}
.subscribe-form .form-fields .form-group .form-control {
  min-width: 260px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f2f2f2;
}
.subscribe-form .form-fields .form-group .form-control:first-child {
  margin-top: 0;
}
.subscribe-form .form-fields .form-actions .btn {
  outline: none;
}
.subscribe-form .form-fields .form-actions .btn .btn-content {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media screen and (max-width: 568px) {
  .subscribe-form {
    margin-bottom: 48px;
  }
  .subscribe-form .form-actions {
    margin-top: 24px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .subscribe-form {
    margin-bottom: 64px;
  }
  .subscribe-form .form-actions {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .subscribe-form {
    margin-bottom: 48px;
  }
  .subscribe-form .form-fields,
  .subscribe-form .form-actions {
    display: inline-block;
    vertical-align: top;
  }
  .subscribe-form .form-actions {
    margin-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  .subscribe-form {
    margin-bottom: 48px;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe-form .form-fields,
  .subscribe-form .form-actions {
    display: inline-block;
    vertical-align: top;
  }
  .subscribe-form .form-actions {
    margin-top: 0;
  }
}

.inline-form-message {
  margin-bottom: 48px;
}

@media screen and (max-width: 568px) {
  .responsive-expando {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
  }
  .responsive-expando .expando-header:before {
    float: right;
    font-family: 'icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    line-height: 21px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .responsive-expando .expando-header .expando-title {
    overflow: hidden;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .responsive-expando.expando-expanded .expando-header:before {
    content: "";
  }
  .responsive-expando .expando-body {
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .responsive-expando:not(.expando-expanded) .expando-body {
    display: none;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .responsive-expando .expando-header {
    display: none;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .responsive-expando .expando-header {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .responsive-expando .expando-header {
    display: none;
  }
}

footer.main {
  position: fixed;
  z-index: 4;
}
@media screen and (max-width: 568px) {
  footer.main {
    left: 16px;
    bottom: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  footer.main {
    left: 24px;
    bottom: 24px;
  }
}
@media screen and (max-width: 568px) {
  footer.main {
    width: 100%;
  }
  footer.main .logo {
    display: none;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main {
    width: 620px;
    height: 54px;
  }
  footer.main .logo {
    display: inline-block;
    vertical-align: bottom;
    width: 280px;
    height: 100%;
    margin-right: 20px;
    background-image: url("/App/Site/Assets/i/proxima-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 569px) and (max-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 569px) and (max-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 569px) and (max-width: 1025px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 569px) and (max-width: 1025px) and (min-resolution: 125dpi), only screen and (min-width: 569px) and (max-width: 1025px) and (min-resolution: 1.3dppx) {
  footer.main .logo {
    background-image: url("/App/Site/Assets/i/proxima-logo-2x.png");
    background-size: 280px 54px;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main {
    width: 620px;
    height: 54px;
  }
  footer.main .logo {
    display: inline-block;
    vertical-align: bottom;
    width: 280px;
    height: 100%;
    margin-right: 20px;
    background-image: url("/App/Site/Assets/i/proxima-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1026px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1026px) and (max-width: 1920px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1026px) and (max-width: 1920px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 1026px) and (max-width: 1920px) and (min-resolution: 125dpi), only screen and (min-width: 1026px) and (max-width: 1920px) and (min-resolution: 1.3dppx) {
  footer.main .logo {
    background-image: url("/App/Site/Assets/i/proxima-logo-2x.png");
    background-size: 280px 54px;
  }
}

@media screen and (min-width: 1921px) {
  footer.main {
    width: 620px;
    height: 54px;
  }
  footer.main .logo {
    display: inline-block;
    vertical-align: bottom;
    width: 280px;
    height: 100%;
    margin-right: 20px;
    background-image: url("/App/Site/Assets/i/proxima-logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1921px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1921px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 1921px) and (min-resolution: 125dpi), only screen and (min-width: 1921px) and (min-resolution: 1.3dppx) {
  footer.main .logo {
    background-image: url("/App/Site/Assets/i/proxima-logo-2x.png");
    background-size: 280px 54px;
  }
}

footer.links {
  position: relative;
  z-index: 3;
  padding-left: 16px;
  padding-right: 24px;
  padding-bottom: 24px;
}
footer.links .link {
  color: #808080;
  border-bottom: 1px solid;
}
body:not(.touch) footer.links .link:hover {
  color: black;
}
@media screen and (max-width: 568px) {
  footer.links {
    text-align: left;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.links {
    text-align: right;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.links {
    text-align: right;
  }
}
@media screen and (min-width: 1921px) {
  footer.links {
    text-align: right;
  }
}

footer.main-gray {
  position: relative;
  z-index: 2;
  background-color: #f2f2f2;
}
footer.main-gray .logo {
  display: inline-block;
  vertical-align: bottom;
  width: 280px;
  height: 54px;
}
footer.main-gray a.link {
  color: #808080;
  text-decoration: underline;
}
body:not(.touch) footer.main-gray a.link:hover {
  color: black;
}
@media screen and (max-width: 568px) {
  footer.main-gray {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main-gray {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main-gray {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1921px) {
  footer.main-gray {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 568px) {
  footer.main-gray .page-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main-gray .page-content {
    padding-top: 80px;
    padding-bottom: 114px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main-gray .page-content {
    padding-top: 80px;
    padding-bottom: 114px;
  }
}
@media screen and (min-width: 1921px) {
  footer.main-gray .page-content {
    padding-top: 80px;
    padding-bottom: 114px;
  }
}
footer.main-gray .row {
  margin-top: 48px;
  margin-bottom: 48px;
}
footer.main-gray .row:first-child {
  margin-top: 0;
}
footer.main-gray .row:last-child {
  margin-bottom: 0;
}
footer.main-gray .footer-bottom {
  margin-top: 0;
}
@media screen and (max-width: 568px) {
  footer.main-gray .footer-bottom {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main-gray .footer-bottom {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main-gray .footer-bottom {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  footer.main-gray .footer-bottom {
    padding-bottom: 24px;
  }
}
footer.main-gray nav .item, footer.main-gray nav .item a {
  display: block;
}
footer.main-gray nav .item a {
  color: black;
}
body:not(.touch) footer.main-gray nav .item a:hover {
  color: #808080;
}
footer.main-gray nav .item sup {
  display: inline-block;
  margin-top: -3px;
  line-height: 1;
}
@media screen and (max-width: 568px) {
  footer.main-gray a.small-link {
    font-size: 16px;
  }
  footer.main-gray nav {
    font-size: 18px;
  }
  footer.main-gray nav .item {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  footer.main-gray a.small-link {
    font-size: 16px;
  }
  footer.main-gray nav {
    font-size: 18px;
  }
  footer.main-gray nav .item {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  footer.main-gray a.small-link {
    font-size: 18px;
  }
  footer.main-gray nav {
    font-size: 18px;
  }
  footer.main-gray nav .item {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1921px) {
  footer.main-gray a.small-link {
    font-size: 18px;
  }
  footer.main-gray nav {
    font-size: 18px;
  }
  footer.main-gray nav .item {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
footer.main-gray nav .item:first-child {
  margin-top: 0;
}
footer.main-gray nav .item:last-child {
  margin-bottom: 0;
}

.layout-footer-dual .left,
.layout-footer-dual .right {
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 568px) {
  .layout-footer-dual {
    margin-top: 48px;
  }
  .layout-footer-dual .left {
    display: none;
  }
  .layout-footer-dual .right {
    width: 100%;
  }
}
@media screen and (min-width: 569px) and (max-width: 1025px) {
  .layout-footer-dual .left {
    width: 50%;
    padding-right: 12px;
  }
  .layout-footer-dual .right {
    width: 50%;
    text-align: right;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1920px) {
  .layout-footer-dual {
    margin-top: 96px;
  }
  .layout-footer-dual .left {
    width: 50%;
    padding-right: 12px;
  }
  .layout-footer-dual .right {
    width: 50%;
    text-align: right;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .layout-footer-dual .left {
    width: 50%;
    padding-right: 12px;
  }
  .layout-footer-dual .right {
    width: 50%;
    text-align: right;
    padding-left: 12px;
  }
}

body.section-errors .text-medium,
body.section-errors .text-large {
  margin-bottom: 48px;
  color: #808080;
}
body.section-errors .text-medium strong,
body.section-errors .text-large strong {
  color: black;
  font-weight: normal;
}

.map {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .map {
    height: 480px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map {
    height: 640px;
  }
}
@media screen and (min-width: 1025px) {
  .map {
    height: 640px;
  }
}
.map .map-gesture-note {
  pointer-events: none;
  max-width: 300px;
  padding: 6px 10px;
  border-radius: 6px;
  text-align: center;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .map .map-gesture-note {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map .map-gesture-note {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .map .map-gesture-note {
    margin-right: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .map .map-gesture-note {
    max-width: 230px;
  }
}
.map > * {
  position: relative;
  z-index: 1;
}
.map:before, .map:after {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.11);
  pointer-events: none;
}
.map:before {
  top: 0;
}
.map:after {
  bottom: 0;
}

.marker-info {
  font-family: "Montserrat", serif;
}
.marker-info .title {
  text-transform: uppercase;
  margin-bottom: 16px;
}

/*# sourceMappingURL=styles.css.map */
