@charset "UTF-8";
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 4rem;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -10px;
}
.hamburger-inner:after {
  bottom: -10px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s,
    transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
  transition: top 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
  transition: bottom 0.1s ease,
    transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 75ms;
}
.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 75ms;
}
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}
.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms;
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms;
}
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),
    top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s linear 0.125s,
    transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
}
.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out,
    transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}
.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0s linear 0.22s;
}
.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s,
    background-color 0s linear 75ms;
}
.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    background-color 0s linear 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms ease-out 0.1s,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s,
    transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease,
    transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}
body,
html {
  font-size: 62.5%;
  height: 100%;
}
div {
  box-sizing: border-box;
}
ul {
  padding-inline-start: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.load-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4.5rem;
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 3.25rem;
  }
}
@media screen and (max-width: 500px) {
  .container {
    padding: 0 3rem;
  }
}
@font-face {
  font-family: DINPro;
  src: url(../../fonts/DINPro-Bold.woff2) format("woff2"),
    url(../../fonts/DINPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DINPro;
  src: url(../../fonts/DINPro-Medium.woff2) format("woff2"),
    url(../../fonts/DINPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DINPro;
  src: url(../../fonts/DINPro-Light.woff2) format("woff2"),
    url(../../fonts/fonts/DINPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DINPro;
  src: url(../../fonts/DINPro-Regular.woff2) format("woff2"),
    url(../../fonts/DINPro-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
p {
  font-family: DINPro, sans-serif;
}
header {
  padding: 4.5rem 0;
}
@media screen and (max-width: 1599px) {
  header {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 1439px) {
  header {
    padding: 3.5rem 0;
  }
}
@media screen and (max-width: 1023px) {
  header {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 500px) {
  header {
    padding: 2.5rem 0;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container > a {
  width: 40rem;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 1919px) {
  header .container > a {
    width: 35rem;
  }
}
@media screen and (max-width: 1599px) {
  header .container > a {
    width: 32.5rem;
  }
}
@media screen and (max-width: 1439px) {
  header .container > a {
    width: 30rem;
  }
}
@media screen and (max-width: 1279px) {
  header .container > a {
    width: 27.5rem;
  }
}
@media screen and (max-width: 1023px) {
  header .container > a {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  header .container > a {
    width: 25rem;
  }
}
@media screen and (max-width: 639px) {
  header .container > a {
    width: 22.5rem;
  }
}
@media screen and (max-width: 500px) {
  header .container > a {
    width: 20rem;
  }
}
header .container > a img {
  width: 100%;
  max-width: 200px;
}
header .container .hamburger {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  header .container .hamburger {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  header .container .hamburger {
    transform: scale(0.9);
    transform-origin: right center;
  }
}
header .container .hamburger .hamburger-inner {
  border-radius: 0;
  background-color: #193f77;
}
header .container .hamburger .hamburger-inner:after,
header .container .hamburger .hamburger-inner:before {
  border-radius: inherit;
  background-color: inherit;
}
header .container nav {
  width: 50%;
}
@media screen and (max-width: 1439px) {
  header .container nav {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  header .container nav {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #193f77;
    z-index: 99;
    display: flex;
    align-items: center;
    padding: 0 3.25rem;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 500px) {
  header .container nav {
    padding: 0 3rem;
  }
}
header .container nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  header .container nav ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1023px) {
  header .container nav ul {
    display: block;
  }
}
header .container nav ul li {
  font-size: 1.8rem;
  color: #193f77;
  font-weight: 300;
}
@media screen and (max-width: 1439px) {
  header .container nav ul li {
    font-size: 1.6rem;
    margin-left: 1.75em;
  }
}
@media screen and (max-width: 1279px) {
  header .container nav ul li {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  header .container nav ul li {
    color: #fff;
    margin-left: 0;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
}
@media screen and (max-width: 639px) {
  header .container nav ul li {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  header .container nav ul li {
    font-size: 2.8rem;
  }
}
header .container nav ul li:first-child {
  margin-left: 0;
}
header .container nav ul li.active a,
header .container nav ul li.current-menu-item a,
header .container nav ul li:hover a {
  color: #76bc21;
}
header .container nav ul li a {
  color: inherit;
  transition: color 0.3s ease;
}
.hero {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.hero:before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, #000 0, transparent);
  opacity: 0.6;
}
@media screen and (max-width: 500px) {
  .hero:before {
    height: 50%;
  }
}
.hero .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 4.5rem;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .hero .container {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .hero .container {
    padding-bottom: 3.5rem;
  }
}
.hero .container * {
  color: #fff;
}
.hero .container hr {
  margin: 0 0 2rem;
  width: 4.5rem;
  border: none;
  border-top: 0.5rem solid #fff;
}
@media screen and (max-width: 500px) {
  .hero .container hr {
    margin-bottom: 1.5rem;
  }
}
.hero .container h2,
.hero .container h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .hero .container h2,
  .hero .container h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  .hero .container h2,
  .hero .container h3 {
    font-size: 2rem;
  }
}
.hero .container h3 {
  color: #76bc21;
  margin-bottom: 1em;
}
.hero .container p {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 500px) {
  .hero .container p {
    font-size: 1.5rem;
  }
}
main {
  position: relative;
  background-image: url(../images/lines-bg.png);
  background-repeat: repeat;
  background-size: 1920px 1080px;
}
@media screen and (max-width: 1599px) {
  main {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 1439px) {
  main {
    padding-bottom: 5rem;
  }
}
main .container {
  position: relative;
  z-index: 2;
}
main h1,
main h2 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #005ca9;
  text-transform: uppercase;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 639px) {
  main h1,
  main h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  main h1,
  main h2 {
    font-size: 2rem;
  }
}
main h1:before,
main h2:before {
  display: block;
  content: "";
  margin: 0 0 2rem;
  width: 4.5rem;
  height: 0.5rem;
  background-color: #005ca9;
}
@media screen and (max-width: 500px) {
  main h1:before,
  main h2:before {
    margin-bottom: 1.5rem;
  }
}
main p {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1e1e1c;
  line-height: 1.2;
}
main.specification {
  padding: 4.5rem 0 8.5rem;
}
@media screen and (max-width: 1599px) {
  main.specification {
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 1439px) {
  main.specification {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.specification {
    padding: 0;
  }
}
main.specification:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  background-color: #e4f0fb;
}
@media screen and (max-width: 1023px) {
  main.specification:before {
    display: none;
  }
}
main.specification .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  main.specification .container {
    display: block;
  }
}
main.specification .container > .details {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  padding-right: 3.5rem;
}
@media screen and (max-width: 1023px) {
  main.specification .container > .details {
    width: calc(100% + 6.5rem);
    margin-left: -3.25rem;
    padding: 5rem 3.25rem;
    background-color: #e4f0fb;
  }
}
@media screen and (max-width: 767px) {
  main.specification .container > .details {
    padding: 4rem 3.25rem 5rem;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container > .details {
    padding: 3.5rem 3rem 4.5rem;
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}
main.specification .container > .details p {
  width: 50%;
}
@media screen and (max-width: 1919px) {
  main.specification .container > .details p {
    width: 65%;
  }
}
@media screen and (max-width: 1599px) {
  main.specification .container > .details p {
    width: 100%;
  }
}
main.specification .container > .details .spec {
  margin-top: 5rem;
}
@media screen and (max-width: 1279px) {
  main.specification .container > .details .spec {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container > .details .spec {
    margin-top: 2.5rem;
  }
}
main.specification .container > .details .spec h2 {
  margin-bottom: 1.5em;
}
main.specification .container > .details .spec ul {
  margin: 0 0 -6rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  main.specification .container > .details .spec ul {
    margin-bottom: -4.5rem;
  }
}
main.specification .container > .details .spec ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 6rem;
  font-size: 1.6rem;
  color: #706f6f;
  font-weight: 30;
}
@media screen and (max-width: 1599px) {
  main.specification .container > .details .spec ul li {
    width: 33.3333333%;
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 639px) {
  main.specification .container > .details .spec ul li {
    width: 50%;
  }
}
main.specification .container > .details .spec ul li .icon-container {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1599px) {
  main.specification .container > .details .spec ul li .icon-container {
    margin-bottom: 2rem;
  }
}
main.specification .container > .details .spec ul li .icon-container img {
  width: 6rem;
}
main.specification .container .accom {
  width: calc(50% - 1rem);
  padding-left: 3.5rem;
}
@media screen and (max-width: 1023px) {
  main.specification .container .accom {
    width: 100%;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  main.specification .container .accom {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container .accom {
    padding: 3.5rem 0 4.5rem;
  }
}
main.specification .container .accom .details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
main.specification .container .accom .details .areas {
  width: 50%;
  margin-right: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1279px) {
  main.specification .container .accom .details .areas {
    width: 55%;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container .accom .details .areas {
    width: 100%;
  }
}
main.specification .container .accom .details .areas table {
  color: #1e1e1c;
  font-size: 1.6rem;
  width: 100%;
  text-align: right;
  border-spacing: 0;
  font-weight: 300;
}
@media screen and (max-width: 1279px) {
  main.specification .container .accom .details .areas table {
    font-size: 1.5rem;
  }
}
main.specification .container .accom .details .areas table tr :first-child {
  text-align: left;
}
main.specification .container .accom .details .areas table tr td,
main.specification .container .accom .details .areas table tr th {
  border-bottom: 0.1rem solid #1e1e1c;
}
main.specification .container .accom .details .areas table tbody td {
  padding: 0.4em 0;
}
main.specification .container .accom .details .areas table thead th {
  font-weight: 700;
  padding: 0 0 0.6em;
}
main.specification .container .accom .details .areas table tfoot td {
  font-weight: 700;
  padding: 0.6em 0 0;
  border: none;
}
main.specification .container .accom .details img.key {
  width: 17.5rem;
  margin-right: 13.3333333333%;
  height: auto;
}
main.specification .container .accom .details img.key2 {

  margin-top: 3.5rem;
}

@media screen and (max-width: 1599px) {
  main.specification .container .accom .details img.key {
    width: 16rem;
    margin-right: 10%;
  }
}
@media screen and (max-width: 1439px) {
  main.specification .container .accom .details img.key {
    width: 15.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.specification .container .accom .details img.key {
    width: 14.5rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  main.specification .container .accom .details img.key {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  main.specification .container .accom .details img.key {
    width: 14.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container .accom .details img.key {
    margin-top: 3rem;
  }
}
main.specification .container .accom .details img.plan {
  width: 100%;

}
@media screen and (max-width: 1023px) {
  main.specification .container .accom .details img.plan {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 500px) {
  main.specification .container .accom .details img.plan {
    margin-top: 4rem;
  }
}
main.location {
  padding: 0;
}
main.location .container {
  height: 100%;
}
main.location .details {
  padding: 4.5rem 0 5rem;
  position: relative;
  background: #e4f0fb;
  height: 100%;
  width: 33.3333333333333%;
}
@media screen and (max-width: 1919px) {
  main.location .details {
    padding-right: 3.5rem;
  }
}
@media screen and (max-width: 1599px) {
  main.location .details {
    width: 50rem;
  }
}
@media screen and (max-width: 1279px) {
  main.location .details {
    width: 41rem;
  }
}
@media screen and (max-width: 1023px) {
  main.location .details {
    width: 100%;
    padding-right: 0;
    min-height: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  main.location .details {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 500px) {
  main.location .details {
    padding: 3.5rem 0 4.5rem;
  }
}
main.location .details * {
  position: relative;
  z-index: 2;
}
main.location .details:before {
  position: absolute;
  right: 100%;
  background: #e4f0fb;
  content: "";
  top: 0;
  height: 100%;
  width: 50vw;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  main.location .details:before {
    left: -3.25rem;
    right: unset;
    width: 100vw;
  }
}
main.location .details p {
  width: 75%;
}
@media screen and (max-width: 1919px) {
  main.location .details p {
    width: 100%;
  }
}
main.location .details .location-icons {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1919px) {
  main.location .details .location-icons {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 639px) {
  main.location .details .location-icons {
    margin-top: 4rem;
  }
}
main.location .details .location-icons .icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1279px) {
  main.location .details .location-icons .icon-box {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 500px) {
  main.location .details .location-icons .icon-box {
    margin-bottom: 2.5rem;
  }
}
main.location .details .location-icons .icon-box:last-child {
  margin-bottom: 0;
}
main.location .details .location-icons .icon-box .icon-container {
  margin-right: 4rem;
  flex: 0 1 10rem;
}
@media screen and (max-width: 1279px) {
  main.location .details .location-icons .icon-box .icon-container {
    margin-right: 2rem;
    flex: 0 1 7rem;
  }
}
@media screen and (max-width: 1023px) {
  main.location .details .location-icons .icon-box .icon-container {
    margin-right: 4rem;
    flex: 0 1 10rem;
  }
}
@media screen and (max-width: 639px) {
  main.location .details .location-icons .icon-box .icon-container {
    margin-right: 3rem;
    flex: 0 1 8.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.location .details .location-icons .icon-box .icon-container {
    margin-right: 2rem;
    flex: 0 1 7rem;
  }
}
main.location .details .location-icons .icon-box .icon-container img {
  width: 100%;
}
main.location .details .location-icons .icon-box .text {
    max-width: 320px;
  }
@media screen and (max-width: 1279px) {
  main.location .details .location-icons .icon-box .text {
    flex: 0 1 calc(100% - 9rem);
  }
}
@media screen and (max-width: 1023px) {
  main.location .details .location-icons .icon-box .text {
    flex: 0 1 calc(100% - 14rem);
  }
}
@media screen and (max-width: 639px) {
  main.location .details .location-icons .icon-box .text {
    flex: 0 1 calc(100% - 11.5rem);
  }
}
@media screen and (max-width: 500px) {
  main.location .details .location-icons .icon-box .text {
    flex: 0 1 calc(100% - 9rem);
  }
}
main.location .details .location-icons .icon-box p {
  color: #005ca9;
  font-weight: 300;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.4;
  width: 100%;
}
@media screen and (max-width: 1279px) {
  main.location .details .location-icons .icon-box p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  main.location .details .location-icons .icon-box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 639px) {
  main.location .details .location-icons .icon-box p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 500px) {
  main.location .details .location-icons .icon-box p {
    font-size: 1.2rem;
  }
}
main.location .details .location-icons .icon-box p strong {
  font-weight: 700;
}
main.location .map-container {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 1023px) {
  main.location .map-container {
    width: 100% !important;
    position: relative;
  }
}
main.location .map-container #map {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  main.location .map-container #map {
    padding-bottom: 100%;
  }
}
main.location .map-container .map-info {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e4f0fb;
  display: flex;
  padding: 4.5rem;
  align-items: flex-start;
  z-index: 99;
}
@media screen and (max-width: 1919px) {
  main.location .map-container .map-info {
    padding: 4rem;
  }
}
@media screen and (max-width: 1439px) {
  main.location .map-container .map-info {
    padding: 3.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.location .map-container .map-info {
    padding: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  main.location .map-container .map-info {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  main.location .map-container .map-info {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 639px) {
  main.location .map-container .map-info {
    position: static;
    justify-content: flex-start;
    padding: 3rem 3.25rem;
  }
}
@media screen and (max-width: 500px) {
  main.location .map-container .map-info {
    display: block;
    padding: 3rem 3.25rem;
    padding: 3rem;
  }
}
main.location .map-container .map-info svg {
  position: absolute;
  right: 99.99%;
  top: 0;
  height: 100%;
}
main.location .map-container .map-info svg path {
  fill: #e4f0fb;
}
main.location .map-container .map-info .map-block {
  margin-right: 6rem;
}
@media screen and (max-width: 500px) {
  main.location .map-container .map-info .map-block {
    margin: 0 0 3rem;
  }
}
main.location .map-container .map-info .map-block p {
  text-transform: uppercase;
  margin: 0;
}
main.location .map-container .map-info .map-block:last-child {
  margin: 0;
}
main.demographics {
  background: #e4f0fb;
  padding: 4.5rem 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.demographics {
    padding: 4rem 0 5rem;
  }
}
@media screen and (max-width: 500px) {
  main.demographics {
    padding: 3.5rem 0 4.5rem;
  }
}
main.demographics .container:first-child, main.demographics .container:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1919px) {
  main.demographics .container:first-child, main.demographics .container:nth-child(2) {
    align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .container:first-child, main.demographics .container:nth-child(2)  {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main.demographics .container:first-child, main.demographics .container:nth-child(2) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.demographics .container:first-child, main.demographics .container:nth-child(2) {
    margin-bottom: 3rem;
  }
}
main.demographics .container:first-child .intro, main.demographics .container:nth-child(2) .intro {
  width: 25%;
}
@media screen and (max-width: 1919px) {
  main.demographics .container:first-child .intro, main.demographics .container:nth-child(2) .intro {
    width: 33.33333333333%;
    padding-right: 4.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .container:first-child .intro, main.demographics .container:nth-child(2) .intro {
    width: 37.5%;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .container:first-child .intro, main.demographics .container:nth-child(2) .intro {
    width: 75%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  main.demographics .container:first-child .intro, main.demographics .container:nth-child(2) .intro {
    width: 100%;
  }
}
main.demographics .container:first-child .icons, main.demographics .container:nth-child(2) .icons {
  width: calc(75% - 8rem);
}
@media screen and (max-width: 1919px) {
  main.demographics .container:first-child .icons, main.demographics .container:nth-child(2) .icons {
    width: 66.6666666%;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .container:first-child .icons, main.demographics .container:nth-child(2) .icons {
    width: 62.5%;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .container:first-child .icons, main.demographics .container:nth-child(2) .icons {
    width: 100%;
  }
}
main.demographics .container:first-child .icons .icon-list, main.demographics .container:nth-child(2) .icons .icon-list {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}
@media screen and (max-width: 1919px) {
  main.demographics .container:first-child .icons .icon-list, main.demographics .container:nth-child(2) .icons .icon-list {
    flex-wrap: wrap;
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .container:first-child .icons .icon-list, main.demographics .container:nth-child(2) .icons .icon-list {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 639px) {
  main.demographics .container:first-child .icons .icon-list, main.demographics .container:nth-child(2) .icons .icon-list {
    display: block;
    margin-bottom: 0;
  }
}
main.demographics .container:first-child .icons .icon-list .icon-box, main.demographics .container:nth-child(2) .icons .icon-list .icon-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1919px) {
  main.demographics .container:first-child .icons .icon-list .icon-box, main.demographics .container:nth-child(2) .icons .icon-list .icon-box {
    width: 50%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 639px) {
  main.demographics .container:first-child .icons .icon-list .icon-box, main.demographics .container:nth-child(2) .icons .icon-list .icon-box {
    width: 100%;
  }
}
main.demographics
  .container:first-child
  .icons
  .icon-list
  .icon-box:first-child {
  padding-left: 0;
}
main.demographics
  .container
  .icons
  .icon-list
  .icon-box
  .icon-container {
  width: 10rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1599px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 9rem;
  }
}
@media screen and (max-width: 1439px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 6.5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 7rem;
  }
}
@media screen and (max-width: 639px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 9rem;
  }
}
@media screen and (max-width: 500px) {
  main.demographics
    .container
    .icons
    .icon-list
    .icon-box
    .icon-container {
    width: 8rem;
  }
}
main.demographics .container .icons .icon-list .icon-box p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #005ca9;
  padding-right: 20px;
  width:  230px;
}
@media screen and (max-width: 1279px) {
  main.demographics .container .icons .icon-list .icon-box p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .container .icons .icon-list .icon-box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  main.demographics .container .icons .icon-list .icon-box p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 639px) {
  main.demographics .container .icons .icon-list .icon-box p {
    font-size: 1.4rem;
    flex: 0 1 calc(100% - 11rem);
  }
}
@media screen and (max-width: 639px) {
  main.demographics .container .icons .icon-list .icon-box p br {
    display: none;
  }
}
main.demographics .container:first-child .icons p.note {
  font-weight: 300;
  font-size: 1.2rem;
  color: #193f77;
  margin: 2rem 0 0;
}
main.demographics .bottom-content {
  position: relative;
}
main.demographics .bottom-content svg {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 80%;
}
@media screen and (max-width: 1919px) {
  main.demographics .bottom-content svg {
    right: -2.5%;
  }
}
@media screen and (max-width: 1599px) {
  main.demographics .bottom-content svg {
    width: 95%;
    right: -7.5%;
  }
}
@media screen and (max-width: 1439px) {
  main.demographics .bottom-content svg {
    top: -17.5%;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .bottom-content svg {
    right: -5%;
    top: -27.5%;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content svg {
    bottom: -15%;
    top: unset;
    width: 110%;
    min-width: 0;
    right: 0;
  }
}
@media screen and (max-width: 639px) {
  main.demographics .bottom-content svg {
    width: 120%;
    bottom: -10%;
  }
}
@media screen and (max-width: 500px) {
  main.demographics .bottom-content svg {
    width: 130%;
  }
}
main.demographics .bottom-content svg path {
  fill: #fff;
}
main.demographics .bottom-content .container:last-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child {
    display: block;
  }
}
main.demographics .bottom-content .container:last-child > img {
  width: calc(66.66667% - 3.5rem);
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child > img {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.demographics .bottom-content .container:last-child > img {
    margin-bottom: 3rem;
  }
}
main.demographics .bottom-content .container:last-child .occupiers {
  width: 33.333333333%;
  padding-left: 3.5rem;
}
@media screen and (max-width: 1919px) {
  main.demographics .bottom-content .container:last-child .occupiers {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1439px) {
  main.demographics .bottom-content .container:last-child .occupiers {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .bottom-content .container:last-child .occupiers {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child .occupiers {
    width: 100%;
  }
}
main.demographics .bottom-content .container:last-child .occupiers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 4.5rem 0 -4.5rem;
  list-style: none;
}
@media screen and (max-width: 1279px) {
  main.demographics .bottom-content .container:last-child .occupiers ul {
    margin-bottom: -3rem;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child .occupiers ul {
    margin-bottom: -4.5rem;
  }
}
main.demographics .bottom-content .container:last-child .occupiers ul li {
  width: 50%;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1279px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li {
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
main.demographics .bottom-content .container:last-child .occupiers ul li img {
  max-height: 10rem;
  max-width: 22rem;
}
@media screen and (max-width: 1919px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 8rem;
    max-width: 18rem;
  }
}
@media screen and (max-width: 1599px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 7rem;
    max-width: 15rem;
  }
}
@media screen and (max-width: 1279px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 5rem;
    max-width: 13rem;
  }
}
@media screen and (max-width: 1023px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 8rem;
    max-width: 18rem;
  }
}
@media screen and (max-width: 639px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 7rem;
    max-width: 15rem;
  }
}
@media screen and (max-width: 500px) {
  main.demographics .bottom-content .container:last-child .occupiers ul li img {
    max-height: 5rem;
    max-width: 11rem;
  }
}
main.gallery {
  background: none;
}
main.gallery .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}
@media screen and (max-width: 639px) {
  main.gallery .controls {
    padding-top: 2rem;
  }
}
main.gallery .controls.flip svg {
  order: 1;
  transform: none;
}
main.gallery .controls.flip hr {
  order: 2;
}
main.gallery .controls svg {
  cursor: pointer;
  width: 2.5rem;
  transform: rotate(180deg);
  transform-origin: center;
  order: 2;
}
@media screen and (max-width: 1439px) {
  main.gallery .controls svg {
    width: 2rem;
  }
}
@media screen and (max-width: 500px) {
  main.gallery .controls svg {
    width: 1.5rem;
  }
}
main.gallery .controls svg path {
  fill: #005ca9;
}
main.gallery .controls hr {
  margin: 0;
  width: 4.5rem;
  border: none;
  border-top: 0.5rem solid #005ca9;
  order: 1;
}
@media screen and (max-width: 1439px) {
  main.gallery .controls hr {
    width: 4rem;
  }
}
@media screen and (max-width: 639px) {
  main.gallery .controls hr {
    width: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.gallery .controls hr {
    width: 2.5rem;
  }
}
main.gallery .gallery-slider {
  margin: 0 -0.75rem;
}
main.gallery .gallery-slider .gallery-slide .gallery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 0 0.75rem;
}
@media screen and (max-width: 1023px) {
  main.gallery .gallery-slider .gallery-slide .gallery-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  main.gallery .gallery-slider .gallery-slide .gallery-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
main.contact {
  padding: 4.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  main.contact {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 500px) {
  main.contact {
    padding: 3.5rem 0;
  }
}
main.contact .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
main.contact .agents {
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
}
@media screen and (max-width: 1439px) {
  main.contact .agents {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.contact .agents {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main.contact .agents {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 639px) {
  main.contact .agents {
    margin: 3rem 0;
  }
}
@media screen and (max-width: 500px) {
  main.contact .agents {
    margin-bottom: 5rem;
  }
}
main.contact .agents .agent-block {
  display: flex;
  align-items: flex-start;
  margin-right: 9rem;
  padding-bottom: 32px;
  margin-top: 7rem;
}

main.contact .agents .agent-block .info {
  width: 155px;
  margin: auto 0;
}



@media screen and (max-width: 1439px) {
  main.contact .agents .agent-block {
    margin-right: 7.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.contact .agents .agent-block {
    margin: 0 0 4.5rem;
  }
}
@media screen and (max-width: 639px) {
  main.contact .agents .agent-block {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.contact .agents .agent-block {
    display: block;
    margin-bottom: 4.5rem;
  }
}

main.contact .agents .agent-block img {
  width: 20rem;
  margin: auto 3.5rem auto 0;
}
@media screen and (max-width: 1919px) {
  main.contact .agents .agent-block img {
    width: 17.5rem;
  }
}
@media screen and (max-width: 1599px) {
  main.contact .agents .agent-block img {
    width: 16.5rem;
  }
}
@media screen and (max-width: 1279px) {
  main.contact .agents .agent-block img {
    width: 18rem;
  }
}
@media screen and (max-width: 767px) {
  main.contact .agents .agent-block img {
    width: 16.5rem;
  }
}
@media screen and (max-width: 639px) {
  main.contact .agents .agent-block img {
    width: 15rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 500px) {
  main.contact .agents .agent-block img {
    width: 16.5rem;
    margin: 0 0 2.5rem;
  }
}
main.contact .agents .agent-block p {
  margin: 0 0 1.5em;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  main.contact .agents .agent-block p {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 500px) {
  main.contact .agents .agent-block p {
    font-size: 1.5rem;
  }
}
main.contact .agents .agent-block p strong {
  font-weight: 500;
}
main.contact .agents .agent-block p a {
  transition: color 0.3s ease;
  white-space: nowrap;
}
main.contact .agents .agent-block p a:hover {
  color: #193f77;
}
main.contact .contact-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  main.contact .contact-bottom {
    display: block;
  }
}
main.contact .contact-bottom .address p {
  text-transform: uppercase;
  color: #005ca9;
  margin: 0;
}
@media screen and (max-width: 500px) {
  main.contact .contact-bottom .address p {
    margin-bottom: 1.5em;
  }
}
main.contact .contact-bottom > a {
  width: 30rem;
}
@media screen and (max-width: 1919px) {
  main.contact .contact-bottom > a {
    width: 25rem;
  }
}
@media screen and (max-width: 1439px) {
  main.contact .contact-bottom > a {
    width: 22.5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.contact .contact-bottom > a {
    width: 20rem;
  }
}
@media screen and (max-width: 639px) {
  main.contact .contact-bottom > a {
    width: 15rem;
  }
}
@media screen and (max-width: 500px) {
  main.contact .contact-bottom > a {
    display: inline-block;
    width: 17.5rem;
  }
}
main.downloads {
  padding: 4.5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  main.downloads {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 500px) {
  main.downloads {
    padding: 3.5rem 0;
  }
}
main.downloads .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
main.downloads .container hr {
  margin: 0 0 6rem;
  width: 4.5rem;
  border: none;
  border-top: 0.5rem solid #005ca9;
}
@media screen and (max-width: 1279px) {
  main.downloads .container hr {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.downloads .container hr {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  main.downloads .container hr {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.downloads .container hr {
    margin-bottom: 4rem;
  }
}
main.downloads .container .downloads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}
@media screen and (max-width: 1023px) {
  main.downloads .container .downloads {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 639px) {
  main.downloads .container .downloads {
    grid-template-columns: 1fr;
  }
}
main.downloads .downloads-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 500px) {
  main.downloads .downloads-bottom {
    display: block;
  }
}
main.downloads .downloads-bottom > a {
  width: 30rem;
}
@media screen and (max-width: 1919px) {
  main.downloads .downloads-bottom > a {
    width: 25rem;
  }
}
@media screen and (max-width: 1439px) {
  main.downloads .downloads-bottom > a {
    width: 22.5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.downloads .downloads-bottom > a {
    width: 20rem;
  }
}
@media screen and (max-width: 639px) {
  main.downloads .downloads-bottom > a {
    width: 15rem;
  }
}
@media screen and (max-width: 500px) {
  main.downloads .downloads-bottom > a {
    display: inline-block;
    width: 17.5rem;
  }
}
main.video {
  padding: 4.5rem 0 5rem;
  background: #e4f0fb;
}
@media screen and (max-width: 767px) {
  main.video {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 500px) {
  main.video {
    padding: 3.5rem 0;
  }
}
main.video hr {
  margin: 0 0 6rem;
  width: 4.5rem;
  border: none;
  border-top: 0.5rem solid #005ca9;
}
@media screen and (max-width: 1279px) {
  main.video hr {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  main.video hr {
    width: 4rem;
  }
}
@media screen and (max-width: 767px) {
  main.video hr {
    margin-bottom: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  main.video hr {
    margin-bottom: 4rem;
  }
}
main.video .video-container {
  position: relative;
  padding-bottom: 42.1875%;
  height: 0;
  overflow: hidden;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  main.video .video-container {
    padding-bottom: 56.25%;
    width: 100%;
  }
}
main.video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.demographics .container .icons .icon-list .icon-box .icon-container {
  max-width: 100px;
}