@font-face {
  font-family: "MuseoSans-500";
  src: url("/fonts/MuseoSans_500.eot");
  src: url("/fonts/MuseoSans_500.eot") format("embedded-opentype"), url("/fonts/MuseoSans_500.woff2") format("woff2"), url("/fonts/MuseoSans_500.woff") format("woff"), url("/fonts/MuseoSans_500.ttf") format("truetype"), url("/fonts/MuseoSans_500.svg#MuseoSans_500") format("svg");
}
@font-face {
  font-family: "MuseoSans-700";
  src: url("/fonts/MuseoSans_700.eot");
  src: url("/fonts/MuseoSans_700.eot") format("embedded-opentype"), url("/fonts/MuseoSans_700.woff2") format("woff2"), url("/fonts/MuseoSans_700.woff") format("woff"), url("/fonts/MuseoSans_700.ttf") format("truetype"), url("/fonts/MuseoSans_700.svg#MuseoSans_700") format("svg");
}
@font-face {
  font-family: "MuseoSans300";
  src: url("/fonts/MuseoSans300.eot");
  src: url("/fonts/MuseoSans300.eot") format("embedded-opentype"), url("/fonts/MuseoSans300.woff2") format("woff2"), url("/fonts/MuseoSans300.woff") format("woff"), url("/fonts/MuseoSans300.ttf") format("truetype"), url("/fonts/MuseoSans300.svg#MuseoSans300") format("svg");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.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;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 30px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
}

.venoratio-4x3 {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
}

.venoratio-16x9 {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
}

.venoratio-21x9 {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 100px);
}

.vbox-child.vbox-inline, .vbox-child.venoratio {
  max-width: 100%;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
}

.vbox-content {
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 768px) {
  .vbox-close {
    top: 20px;
    right: 20px;
  }
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 26.67px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #4A4A4A;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  height: 100%;
  font-family: "MuseoSans300";
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  color: #4A4A4A;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: left;
  margin: 0;
  max-width: 100%;
  line-height: 1.2;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-family: "MuseoSans-700";
  color: #4A4A4A;
  line-height: 1.2;
  line-height: 1;
}

h1 {
  font-family: "Georgia";
  font-size: 50px;
  font-size: 40px;
  text-align: center;
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 0.8;
  font-family: "Georgia";
}

h3 {
  font-size: 26px;
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.p50 {
  padding: 50px;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl100 {
  padding-left: 5.5vw;
}

.pr100 {
  padding-right: 5.5vw;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: block;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #4A4A4A;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  background: #FFFFFF;
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

input,
label,
textarea,
select {
  font-size: 16px;
  font-family: "MuseoSans300";
  margin: 0 auto;
  padding: 10px 0;
  width: 100%;
  color: #FFFFFF;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #979797;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
}

textarea {
  height: 100px;
  max-width: 100%;
}

.b_submit.btn {
  text-align: center;
  font-size: 18px;
  width: 115px;
  padding: 10px 0;
  margin-left: 0;
}

label {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

select {
  padding: 10px 0;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

select option {
  padding: 10px 0;
  background: #4A4A4A;
  color: #000;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
}

.privacy {
  font-size: 14px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #FFFFFF;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #FFFFFF;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #FFFFFF;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #4A4A4A;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #4A4A4A;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #4A4A4A;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #4A4A4A;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #FFFFFF;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
  position: absolute;
  bottom: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.georgia {
  font-family: "Georgia";
}

.bold {
  font-family: "MuseoSans-700";
}

.book {
  font-family: "MuseoSans-500";
}

.light {
  font-family: "MuseoSans300";
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs32 {
  font-size: 32px;
  font-size: 28px;
}

.fs20 {
  font-size: 20px;
  font-size: 18px;
}

.fs22 {
  font-size: 22px;
  font-size: 20px;
}

.fs24 {
  font-size: 24px;
  font-size: 22px;
}

.fs28 {
  font-size: 28px;
  font-size: 24px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}
.flex.column {
  flex-direction: column;
}
.flex.no-wrap {
  flex-direction: column;
}
.flex.no-align {
  align-items: initial;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_100 {
  row-gap: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mob {
  display: none;
}

.maxW360 {
  max-width: 365px;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w940 {
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w900 {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w235 {
  width: 235px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

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

.relate {
  position: relative;
}

.static {
  position: static;
}

.z1 {
  z-index: 1;
}

.pt100 {
  padding-top: 100px;
  padding-top: 6vw;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg {
  background-position: center;
  background-size: cover;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullH {
  height: 100%;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-family: "MuseoSans-500";
}

.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.bg_black {
  background: #000;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.bg_sand {
  background: #ECEAE3;
}
.bg_sand * {
  color: #4A4A4A;
}

img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#close_btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
}
#close_btn:after, #close_btn::before {
  content: "";
  position: absolute;
  background: #4A4A4A;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}
#close_btn::after {
  transform: rotate(-45deg);
}

.br {
  border-right: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lsd {
  list-style: none;
}
.lsd li {
  padding-left: 20px;
  position: relative;
}
.lsd li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow {
  width: 220px;
  width: 170px;
  display: block;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-family: "MuseoSans-700";
  color: #FFFFFF;
  padding-left: 40px;
  padding-left: 35px;
}
.arrow.right {
  padding-left: 0;
  width: 135px;
}
.arrow.right:before, .arrow.right:after {
  left: auto;
  right: 0;
}
.arrow.right:after {
  transform: rotate(-135deg);
}
.arrow:before {
  width: 20px;
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFFFFF;
}
.arrow:after {
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

#page-developments .arrow:not(.right) {
  width: 215px;
}

.abs {
  position: absolute;
}

.l200 {
  left: 200px;
}

.b100 {
  bottom: 100px;
}

.bg_coal {
  background: #000;
}
.bg_coal * {
  color: #FFFFFF;
}

.btn {
  width: 190px;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-family: "MuseoSans-700";
  color: #4A4A4A;
  background: #ECEAE3;
  display: block;
}

.see_more {
  font-size: 16px;
  font-family: "MuseoSans-700";
  padding-bottom: 40px;
  position: relative;
  display: block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
.see_more::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #4A4A4A;
  border-right: 2px solid #4A4A4A;
  transform: rotate(45deg) skew(15deg, 15deg);
}

.learn {
  font-family: "MuseoSans-700";
  font-size: 15px;
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
}

body {
  background: #ECEAE3;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  z-index: 9;
}
header.bg_coal {
  background: #000;
}
header.active_nav nav {
  transform: translateX(0);
}

.no-transition {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 8;
  transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
nav ul {
  list-style: none;
}
nav ul li {
  margin-bottom: 20px;
}
nav ul li a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  font-size: 36px;
  font-family: "MuseoSans300";
}
nav ul li a:hover {
  font-family: "MuseoSans-700";
}

#page-home nav #nav li a.home,
#page-developments nav #nav li a.developments,
#page-contact nav #nav li a.contact,
#page-team nav #nav li a.team,
#page-projects nav #nav li a.projects {
  font-family: "MuseoSans-700";
}

#logo {
  display: block;
  margin: auto;
  width: 80px;
  position: absolute;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-home #logo {
  display: none;
}
#page-home header.bg_coal #logo {
  display: block;
}

#nav_toggle {
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  position: relative;
  z-index: 9;
  background: none !important;
}
#nav_toggle:after {
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  height: 14px;
  content: "MENU";
  color: #4A4A4A;
  position: absolute;
  text-transform: uppercase;
  left: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "MuseoSans-700";
  font-size: 14px;
}
#nav_toggle.bg_white:after {
  color: #FFFFFF;
}
#nav_toggle.bg_white span,
#nav_toggle.bg_white span:after,
#nav_toggle.bg_white span:before {
  background: #FFFFFF;
}
#nav_toggle.active:after {
  content: "CLOSE" !important;
  color: #FFFFFF;
}

body:not(#page-home) #nav_toggle {
  opacity: 1;
}
body:not(#page-home) #nav_toggle:after {
  color: #FFFFFF;
}
body:not(#page-home) #nav_toggle span,
body:not(#page-home) #nav_toggle span:after,
body:not(#page-home) #nav_toggle span:before {
  background: #FFFFFF;
}

#page-projects #nav_toggle:after {
  content: "PROJECTS";
}

#page-contact #nav_toggle:after {
  content: "CONTACT";
}

#page-team #nav_toggle:after {
  content: "TEAM";
}

#page-projects ul {
  padding-left: 1em;
}

.hero-title {
  font-family: "MuseoSans-500";
  font-size: 22px;
  display: block;
  color: #FFFFFF;
  padding-bottom: 40px;
}

#page-developments #nav_toggle:after {
  content: "developments";
}

#page-contact #nav_toggle:after {
  content: "contact";
}

#page-services #nav_toggle:after {
  content: "services";
}

.dark-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

#preloader {
  height: 100vh;
  width: 100%;
}
#preloader:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
#preloader.dark:after {
  opacity: 0.2;
}
#preloader img.bg_img {
  transition: all 2s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#preloader img.bg_img.show {
  opacity: 1;
}
#preloader .center {
  width: 100%;
  margin-top: 20px;
}
#preloader .center img {
  display: block;
  margin: 0 auto 60px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  width: 195px;
}
#preloader .center img.white_one {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0 !important;
}
#preloader .center img.half_show {
  opacity: 0.4;
}
#preloader .center img.show {
  opacity: 1;
}
#preloader .center.white img {
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0;
}
#preloader .center.white img.white_one {
  position: static;
  opacity: 1 !important;
}
#preloader .center h1 {
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  height: 40px;
  overflow: hidden;
  font-family: "MuseoSans300";
  font-size: 30px;
}
#preloader .center h1 p {
  text-align: center;
}
#preloader .center h1 p span {
  display: block;
  height: 40px;
}
#preloader .center h1 p span.fs40 {
  display: flex;
  justify-content: center;
  align-items: end;
}
#preloader .center h1.white {
  color: #FFFFFF;
  transition-duration: 1s;
}
#preloader .center h1.show {
  opacity: 1;
}
#preloader #scroll_btn {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 118px;
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  font-family: "MuseoSans-500";
}
#preloader #scroll_btn.show {
  opacity: 1;
}
#preloader #scroll_btn h4 {
  text-align: center;
  font-family: "MuseoSans-500";
}
#preloader #scroll_btn:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 30px;
  background: #FFFFFF;
}
#preloader #scroll_btn::after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

#anchor {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#anchor::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#anchor h2 {
  z-index: 2;
  text-transform: none;
  line-height: 1.2em;
  font-size: clamp(20px, 2.08vw, 40px);
}

.lazy-fade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 3s, transform 3s;
  -webkit-transition: opacity 3s, transform 3s;
  -moz-transition: opacity 3s, transform 3s;
  -ms-transition: opacity 3s, transform 3s;
  -o-transition: opacity 3s, transform 3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}

.fadeIn {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.delay {
  transition-delay: 0.5s;
}

.heroFade {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
}

.heroFade:nth-child(2) {
  transition-delay: 0.5s;
}

.heroFade:nth-child(3) {
  transition-delay: 1s;
}

.heroFadeIn {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

#odometer h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: initial;
  font-size: 37px;
}
#odometer .counter {
  text-align: center;
  line-height: 1;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#odometer .counter.less_10 .second_one.pattern {
  width: 0;
  height: 0;
  overflow: hidden;
}
#odometer .adjust {
  display: inline-block;
  height: 48px;
  line-height: 1;
}
#odometer .fake {
  display: block;
  opacity: 0;
  height: 48px;
  line-height: 1;
}
#odometer .completed .fake {
  display: none;
}
#odometer .pattern {
  position: relative;
  display: inline-block;
  line-height: 1;
  height: 48px;
}
#odometer .hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}
#odometer .n-holder {
  height: 48px;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#odometer .completed .n-holder {
  position: relative;
  top: auto;
  left: auto;
}
#odometer .digit {
  transition: transform 0.05s;
}
#odometer .number {
  transition: transform 1s;
}
#odometer .n-holder span {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1;
}
#odometer .n-holder span span {
  height: 48px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#parallax {
  height: 450px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#page-developments #parallax {
  height: 755px;
}

#page-services #parallax {
  background: #ECEAE3;
  height: auto;
}

footer {
  padding: 50px;
}
footer p, footer a {
  font-size: 15px;
  font-family: "MuseoSans-500";
}
footer a {
  margin-bottom: 5px;
}
footer .center p {
  text-align: center;
}
footer .grid {
  grid-template-columns: 70px 70px;
}

#hero {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: bottom center;
}
#hero img {
  display: block;
}
#hero:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  opacity: 0.4;
  z-index: 0;
}
#hero div {
  position: absolute;
  left: 200px;
  bottom: 100px;
  z-index: 1;
}
#hero div h1 {
  color: #FFFFFF;
  text-align: left;
}

#page-developments.details_page #hero div {
  bottom: 50px;
}

#ticker_wrapper {
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
}

.ticker {
  display: flex;
}

.ticker__list {
  display: flex;
  margin: 0;
  animation: ticker 60s infinite linear;
}

.ticker:hover .ticker__list {
  animation-play-state: paused;
}

.ticker__item {
  margin-right: 80px;
  width: 120px;
  display: flex;
  align-items: center;
}
.ticker__item img {
  width: 100%;
  filter: grayscale(1);
}
.ticker__item img:hover {
  filter: grayscale(0);
}
@keyframes ticker {
  100% {
    transform: translateX(-100%);
  }
}
#odometer * {
  text-align: center;
}

#filter {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#filter p,
#filter a.active {
  font-family: "MuseoSans-700";
  font-size: 16px;
}
#filter a {
  font-size: 16px;
}

.slick-slider .slick-slide {
  margin-right: 50px;
}
.slick-slider .slick-arrow {
  text-indent: 999px;
  width: 45px;
  height: 45px;
  border: none;
  background: none;
  overflow: hidden;
  position: absolute;
  top: -75px;
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 50px;
  transform: rotate(180deg);
}
.slick-slider .slick-arrow:after {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 2px solid #4A4A4A;
  border-bottom: 2px solid #4A4A4A;
  transform: rotate(45deg);
}
.slick-slider .slick-arrow:before {
  width: 45px;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #4A4A4A;
}
#map {
  width: 100%;
  height: 515px;
  display: block;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 50px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none;
  overflow: auto;
}
#modal .grid_6 {
  width: 50%;
}
#modal img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#modal .bb {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#modal .close_modal {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}
#modal .close_modal:before, #modal .close_modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
#modal .close_modal:after {
  transform: rotate(-45deg);
}

#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 11;
  padding: 80px 0 50px;
  overflow: auto;
  display: none;
}
#popup > div {
  display: none;
}
#popup > div ul {
  padding-left: 20px;
}
#popup > div ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 1400px) {
  .flex .w800 {
    width: calc(70% - 40px);
  }
  .flex .w235 {
    width: calc(30% - 40px);
  }
}
@media screen and (max-width: 1330px) {
  .pl200 {
    padding-left: 100px;
  }
  .pr200 {
    padding-right: 100px;
  }
  #hero div {
    left: 100px;
    bottom: 100px;
  }
  .col_gap_80 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .b50 {
    bottom: 100px;
  }
  .l200,
  #anchor .abs {
    left: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .pl200 {
    padding-left: 50px;
  }
  .pr200 {
    padding-right: 50px;
  }
  #hero div {
    left: 50px;
    bottom: 50px;
  }
  .col_gap_80 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .b50 {
    bottom: 50px;
  }
  .l200,
  #anchor .abs {
    left: 50px;
  }
}
@media screen and (max-width: 900px) {
  footer .center p {
    text-align: left;
  }
  .br {
    border-right: none;
  }
  .br.pt20 {
    padding-top: 0;
  }
  .br.pb20 {
    padding-bottom: 0;
  }
  .grid_6 {
    width: 100%;
  }
  .br #page-services section .flex {
    flex-direction: column;
  }
  .br #page-services section .flex .grid_6 {
    width: 100%;
  }
  .br #page-services section .flex .grid_6.p50 {
    align-items: flex-start;
  }
  #modal .flex {
    flex-direction: column;
  }
  #modal .flex .grid_6 {
    width: 100%;
  }
  .maxW360 {
    max-width: 100%;
  }
  .tab {
    display: block;
  }
  .desk {
    display: none;
  }
  .grid.three {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
  .grid.two {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .col_gap_80 {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .pl200,
  .pl50 {
    padding-left: 40px;
  }
  .pr200 {
    padding-right: 40px;
  }
  header,
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  #hero div {
    left: 40px;
    bottom: 40px;
  }
  .b50,
  .b100 {
    bottom: 40px;
  }
  .l200,
  #anchor .abs {
    left: 40px;
  }
  #parallax {
    height: 350px !important;
  }
  #hero img {
    min-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  footer .flex:not(#socials) {
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
  }
  footer .center {
    position: static;
    transform: none;
  }
  .slick-slider .slick-slide {
    margin-right: 40px;
  }
  .slick-slider .slick-arrow.slick-next {
    right: 40px;
  }
  #cms_content,
  #enquire {
    position: relative;
  }
  #cms_content .flex,
  #enquire .flex {
    flex-direction: column;
    row-gap: 60px;
  }
  #cms_content .flex .w800,
  #cms_content .flex .w600,
  #cms_content .flex .w235,
  #enquire .flex .w800,
  #enquire .flex .w600,
  #enquire .flex .w235 {
    width: 100%;
  }
  #cms_content .arrow.right,
  #enquire .arrow.right {
    position: absolute;
    top: 50px;
    margin: 0;
    right: 40px;
  }
  .m-p20 {
    padding: 20px !important;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
    font-size: 14px;
  }
  html body {
    height: 100%;
    font-size: 14px;
  }
  html body .w600 {
    max-width: calc(100% - 40px);
  }
  html body .p50 {
    padding: 20px 40px;
  }
  html body .l200 {
    left: 20px;
  }
  html body .b100 {
    bottom: 20px;
  }
  html body .fs32 {
    font-size: 24px;
  }
  html body .desk_tab {
    display: none;
  }
  html body .mob {
    display: block;
  }
  html body .learn {
    position: static;
    font-size: 14px;
  }
  html body #odometer h2 {
    font-size: 26px;
  }
  html body #odometer .counter,
  html body #odometer .pattern,
  html body #odometer .fake,
  html body #odometer .n-holder,
  html body #odometer .n-holder span span {
    height: 38px;
  }
  html body#page-developments.details_page #hero div {
    bottom: 20px;
  }
  html body #preloader {
    height: 100%;
  }
  html body #preloader .center img {
    width: 150px;
    margin-bottom: 30px;
  }
  html body #preloader .center h1 {
    font-size: 16px;
    height: 30px;
  }
  html body #preloader .center h1 .fs40 {
    font-size: 30px;
    height: 30px;
  }
  html body #preloader .center h1 p span {
    height: 30px;
  }
  html body header {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  html body header nav ul li a {
    font-size: 30px;
  }
  html body header #logo {
    width: 60px;
    transform: none;
    position: static;
    display: initial;
    margin: initial;
  }
  html body header #nav:after {
    font-size: 12px;
    height: 12px;
  }
  html body footer {
    padding: 30px 20px;
  }
  html body footer .flex {
    row-gap: 20px;
  }
  html body footer p, html body footer a {
    font-size: 14px;
  }
  html body #parallax {
    height: 250px !important;
  }
  html body img.grid_12 {
    display: block;
  }
  html body .pt30 {
    padding-top: 20px;
  }
  html body .pl40 {
    padding-left: 20px;
  }
  html body .pb30 {
    padding-bottom: 20px;
  }
  html body .pr40,
  html body .pr200 {
    padding-right: 20px;
  }
  html body .pl200,
  html body .pl50 {
    padding-left: 20px;
  }
  html body .pt50 {
    padding-top: 25px;
  }
  html body .pb70 {
    padding-bottom: 40px;
  }
  html body .pt70 {
    padding-top: 40px;
  }
  html body .pt40 {
    padding-top: 20px;
  }
  html body .pb60 {
    padding-bottom: 30px;
  }
  html body .pb150 {
    padding-bottom: 70px;
  }
  html body .mb40 {
    margin-bottom: 20px;
  }
  html body .mb30 {
    margin-bottom: 15px;
  }
  html body .mb20 {
    margin-bottom: 10px;
  }
  html body .mb100 {
    margin-bottom: 50px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  html body h1 {
    font-size: 30px;
  }
  html body .fs18,
  html body .fs15 {
    font-size: 14px;
  }
  html body .fs20 {
    font-size: 16px;
  }
  html body h3 {
    font-size: 20px;
  }
  html body .fs22 {
    font-size: 16px;
  }
  html body .fs24 {
    font-size: 18px;
  }
  html body .fs28 {
    font-size: 18px;
  }
  html body .grid.three {
    row-gap: 40px;
  }
  html body .grid.two {
    row-gap: 10px;
  }
  html body #hero div {
    left: 20px;
    bottom: 20px;
  }
  html body #hero div.w580 {
    width: calc(100% - 40px);
  }
  html body #ticker_wrapper {
    height: 120px;
  }
  html body #ticker_wrapper .ticker__item {
    width: 100px;
    margin-right: 40px;
  }
  html body #filter {
    font-size: 13px;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  html body #filter p,
  html body #filter a.active,
  html body #filter a {
    font-size: 13px;
  }
  html body .fs16 {
    font-size: 14px;
  }
  html body .fs40 {
    font-size: 30px;
  }
  html body .see_more {
    font-size: 14px;
    padding-bottom: 30px;
  }
  html body .see_more:after {
    width: 15px;
    height: 15px;
    border-width: 1px;
    bottom: 8px;
  }
  html body .arrow {
    max-width: 48%;
    font-size: 12px;
    padding-left: 25px;
  }
  html body .arrow.right {
    width: 115px;
  }
  html body .arrow:before {
    width: 15px;
    height: 1px;
  }
  html body .arrow:after {
    width: 9px;
    height: 9px;
    border-width: 1px;
    left: 1px;
  }
  html body#page-developments .arrow:not(.right) {
    max-width: 180px;
  }
  html body #cms_content .arrow.right,
  html body #enquire .arrow.right {
    top: 25px;
    right: 22px;
  }
  html body #cms_content .flex,
  html body #enquire .flex {
    row-gap: 30px;
  }
  html .slick-slider .slick-slide {
    margin-right: 20px;
  }
  html .slick-slider .slick-arrow {
    width: 25px;
    height: 25px;
    top: -42px;
  }
  html .slick-slider .slick-arrow.slick-next {
    right: 20px;
  }
  html .slick-slider .slick-arrow:after {
    width: 16px;
    height: 16px;
    left: 3px;
  }
  html .slick-slider .slick-arrow:before {
    width: 25px;
  }
  html .btn {
    width: 150px;
    font-size: 14px;
    padding: 8px 0;
  }
  html .btn.b_submit {
    font-size: 16px;
  }
  html #map {
    height: 300px;
  }
  html .pt80 {
    padding-top: 40px;
  }
  html input,
  html label,
  html textarea,
  html select {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #page-home #anchor .abs {
    position: static;
  }
}/*# sourceMappingURL=style.css.map */